From 5f326f2f236008c220d17c2de95101c04c646724 Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Mon, 18 Dec 2023 18:20:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.38.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 854 +- package.json | 8 +- public/assets/config.json | 2 +- public/assets/config.production.json | 2 +- public/assets/config.staging.json | 2 +- public/assets/data/developerDetails.json | 15966 ++++++++-------- public/assets/data/donationsBackup.json | 6 + public/assets/data/meta.json | 6 +- public/assets/data/patronsBackup.json | 234 +- public/assets/data/quicksilverStore.json | 70 + .../assets/data/unusedMilestonePatches.json | 8 + public/assets/data/updates.json | 6 +- public/assets/images/building/1058.png | Bin 4864 -> 18821 bytes public/assets/images/building/1059.png | Bin 4864 -> 9468 bytes public/assets/images/building/1073.png | Bin 0 -> 16826 bytes public/assets/images/building/1074.png | Bin 0 -> 15569 bytes public/assets/images/building/1075.png | Bin 0 -> 12701 bytes public/assets/images/building/1076.png | Bin 0 -> 15419 bytes public/assets/images/building/1077.png | Bin 0 -> 12975 bytes public/assets/json/de/Buildings.lang.json | 200 +- public/assets/json/de/GuildMissions.lang.json | 50 +- .../json/de/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/en/AlienPuzzle.lang.json | 2 +- public/assets/json/en/Buildings.lang.json | 200 +- .../json/en/SeasonalExpedition.lang.json | 3839 +++- public/assets/json/en/Technology.lang.json | 2 +- public/assets/json/es-la/Buildings.lang.json | 200 +- .../assets/json/es-la/GuildMissions.lang.json | 50 +- .../json/es-la/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/es/Buildings.lang.json | 200 +- public/assets/json/es/GuildMissions.lang.json | 50 +- .../json/es/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/fr/Buildings.lang.json | 200 +- public/assets/json/fr/GuildMissions.lang.json | 46 +- .../json/fr/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/it/Buildings.lang.json | 200 +- public/assets/json/it/GuildMissions.lang.json | 50 +- .../json/it/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/ja/AlienPuzzle.lang.json | 40 +- public/assets/json/ja/Buildings.lang.json | 200 +- public/assets/json/ja/GuildMissions.lang.json | 164 +- .../json/ja/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/ko/Buildings.lang.json | 200 +- public/assets/json/ko/GuildMissions.lang.json | 40 +- .../json/ko/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/nl/Buildings.lang.json | 200 +- public/assets/json/nl/GuildMissions.lang.json | 42 +- .../json/nl/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/pl/Buildings.lang.json | 200 +- public/assets/json/pl/GuildMissions.lang.json | 46 +- .../json/pl/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/pt-br/Buildings.lang.json | 200 +- .../assets/json/pt-br/GuildMissions.lang.json | 50 +- .../json/pt-br/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/pt/Buildings.lang.json | 200 +- public/assets/json/pt/GuildMissions.lang.json | 46 +- .../json/pt/SeasonalExpedition.lang.json | 3837 +++- public/assets/json/ru/Buildings.lang.json | 200 +- public/assets/json/ru/GuildMissions.lang.json | 50 +- .../json/ru/SeasonalExpedition.lang.json | 3837 +++- .../assets/json/zh-hans/Buildings.lang.json | 200 +- .../json/zh-hans/GuildMissions.lang.json | 64 +- .../json/zh-hans/SeasonalExpedition.lang.json | 3837 +++- .../assets/json/zh-hant/Buildings.lang.json | 200 +- .../json/zh-hant/GuildMissions.lang.json | 52 +- .../json/zh-hant/SeasonalExpedition.lang.json | 3837 +++- src/assets/lang/language.de.json | 6 +- src/assets/lang/language.es.json | 8 +- src/assets/lang/language.hu.json | 8 +- src/assets/lang/language.it.json | 4 +- src/assets/lang/language.nl.json | 14 +- src/assets/lang/language.pl.json | 4 +- src/assets/lang/language.ru.json | 4 +- src/assets/lang/language.uk.json | 206 +- src/assets/lang/language.vi-vn.json | 4 +- src/assets/lang/language.zh-hant.json | 20 +- .../expeditionSeasonTiles.tsx | 11 +- yarn.lock | 1043 +- 78 files changed, 68786 insertions(+), 11111 deletions(-) create mode 100644 public/assets/images/building/1073.png create mode 100644 public/assets/images/building/1074.png create mode 100644 public/assets/images/building/1075.png create mode 100644 public/assets/images/building/1076.png create mode 100644 public/assets/images/building/1077.png diff --git a/package-lock.json b/package-lock.json index bf3a6352cb10..2ec32eeeb1eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nms-web-app", - "version": "0.29.1", + "version": "0.37.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nms-web-app", - "version": "0.29.1", + "version": "0.37.0", "dependencies": { "axios": "^0.27.2", "classnames": "^2.3.1", @@ -16,7 +16,7 @@ "framer-motion": "^6.3.10", "i18next": "^21.8.8", "object-hash": "^3.0.0", - "react": "^18.1.0", + "react": "^18.2.0", "react-dom": "^18.1.0", "react-ga": "^3.3.0", "react-helmet": "^6.1.0", @@ -33,6 +33,7 @@ "react-toastify": "^9.0.3", "react-vertical-timeline-component": "^3.5.2", "redux": "^4.2.0", + "sass": "^1.69.5", "sweetalert2": "^11.4.17" }, "devDependencies": { @@ -45,7 +46,6 @@ "@types/react-redux": "^7.1.24", "@types/react-router-dom": "^5.3.3", "@types/react-vertical-timeline-component": "^3.3.3", - "node-sass": "^7.0.1", "typescript": "^4.7.3" } }, @@ -2300,7 +2300,8 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/@humanwhocodes/config-array": { "version": "0.10.4", @@ -2867,7 +2868,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "@gar/promisify": "^1.0.1", "semver": "^7.3.5" @@ -2877,7 +2879,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -3508,7 +3511,8 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/@types/ms": { "version": "0.7.31", @@ -3524,7 +3528,8 @@ "version": "2.4.1", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -4092,7 +4097,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/accepts": { "version": "1.3.8", @@ -4217,7 +4223,8 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "debug": "^4.1.0", "depd": "^1.1.2", @@ -4231,7 +4238,8 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -4373,13 +4381,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/are-we-there-yet": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -4500,7 +4510,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -4514,7 +4525,8 @@ "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "safer-buffer": "~2.1.0" } @@ -4523,7 +4535,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.8" } @@ -4542,7 +4555,8 @@ "version": "0.1.3", "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": "*" } @@ -4596,7 +4610,8 @@ "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": "*" } @@ -4605,7 +4620,8 @@ "version": "1.11.0", "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/axe-core": { "version": "4.4.3", @@ -4876,7 +4892,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "tweetnacl": "^0.14.3" } @@ -5097,7 +5114,8 @@ "version": "15.3.0", "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.0.1", @@ -5171,7 +5189,8 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -5222,7 +5241,8 @@ "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/chalk": { "version": "4.1.2", @@ -5302,7 +5322,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=10" } @@ -5353,7 +5374,8 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -5479,7 +5501,8 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", - "devOptional": true, + "optional": true, + "peer": true, "bin": { "color-support": "bin.js" } @@ -5603,7 +5626,8 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/content-disposition": { "version": "0.5.4", @@ -6130,7 +6154,8 @@ "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "assert-plus": "^1.0.0" }, @@ -6176,7 +6201,8 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -6185,7 +6211,8 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", "integrity": "sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -6198,7 +6225,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -6289,7 +6317,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/depd": { "version": "1.1.2", @@ -6547,7 +6576,8 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" @@ -6613,8 +6643,8 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, "optional": true, + "peer": true, "dependencies": { "iconv-lite": "^0.6.2" } @@ -6658,7 +6688,8 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -6667,7 +6698,8 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/error-ex": { "version": "1.3.2", @@ -7634,10 +7666,11 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "devOptional": true, "engines": [ "node >=0.6.0" - ] + ], + "optional": true, + "peer": true }, "node_modules/fast-deep-equal": { "version": "3.1.3", @@ -7889,7 +7922,8 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": "*" } @@ -8072,7 +8106,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -8137,7 +8172,8 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.2", @@ -8157,7 +8193,8 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "globule": "^1.0.0" }, @@ -8211,7 +8248,8 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -8246,7 +8284,8 @@ "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "assert-plus": "^1.0.0" } @@ -8352,7 +8391,8 @@ "version": "1.3.4", "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "glob": "~7.1.1", "lodash": "^4.17.21", @@ -8366,7 +8406,8 @@ "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -8386,7 +8427,8 @@ "version": "3.0.8", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -8427,7 +8469,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -8437,7 +8480,8 @@ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", "deprecated": "this library is no longer supported", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "ajv": "^6.12.3", "har-schema": "^2.0.0" @@ -8450,7 +8494,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -8527,7 +8572,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/hast-util-whitespace": { "version": "2.0.0", @@ -8571,7 +8617,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -8705,7 +8752,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/http-deceiver": { "version": "1.2.7", @@ -8804,7 +8852,8 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^1.2.2", @@ -8839,7 +8888,8 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "ms": "^2.0.0" } @@ -8921,6 +8971,11 @@ "url": "https://opencollective.com/immer" } }, + "node_modules/immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -8974,7 +9029,8 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -8983,7 +9039,8 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/inflight": { "version": "1.0.6", @@ -9026,7 +9083,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/ipaddr.js": { "version": "2.0.1", @@ -9189,7 +9247,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/is-module": { "version": "1.0.0", @@ -9241,7 +9300,8 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -9373,7 +9433,8 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/istanbul-lib-coverage": { "version": "3.2.0", @@ -10329,7 +10390,8 @@ "version": "2.6.4", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/js-sdsl": { "version": "4.1.4", @@ -10357,7 +10419,8 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/jsdom": { "version": "16.7.0", @@ -10452,7 +10515,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/json5": { "version": "2.2.1", @@ -10488,7 +10552,8 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -10715,7 +10780,8 @@ "version": "9.1.0", "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "agentkeepalive": "^4.1.3", "cacache": "^15.2.0", @@ -10750,7 +10816,8 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8" }, @@ -10859,7 +10926,8 @@ "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -11383,7 +11451,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=4" } @@ -11480,7 +11549,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -11494,7 +11564,8 @@ "version": "3.3.4", "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz", "integrity": "sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -11506,7 +11577,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -11518,7 +11590,8 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.1.0", "minipass-sized": "^1.0.3", @@ -11535,7 +11608,8 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -11547,7 +11621,8 @@ "version": "1.2.4", "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -11559,7 +11634,8 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -11571,7 +11647,8 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -11584,7 +11661,8 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "devOptional": true, + "optional": true, + "peer": true, "bin": { "mkdirp": "bin/cmd.js" }, @@ -11621,7 +11699,8 @@ "version": "2.16.0", "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz", "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/nanoid": { "version": "3.3.4", @@ -11673,7 +11752,8 @@ "version": "8.4.1", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "env-paths": "^2.2.0", "glob": "^7.1.4", @@ -11697,7 +11777,8 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -11710,7 +11791,8 @@ "version": "4.0.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", @@ -11729,7 +11811,8 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", @@ -11754,8 +11837,9 @@ "version": "7.0.3", "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.3.tgz", "integrity": "sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==", - "devOptional": true, "hasInstallScript": true, + "optional": true, + "peer": true, "dependencies": { "async-foreach": "^0.1.3", "chalk": "^4.1.2", @@ -11784,7 +11868,8 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "abbrev": "1" }, @@ -11799,7 +11884,8 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -11852,7 +11938,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "are-we-there-yet": "^2.0.0", "console-control-strings": "^1.1.0", @@ -11880,7 +11967,8 @@ "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": "*" } @@ -12118,7 +12206,8 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "aggregate-error": "^3.0.0" }, @@ -13680,13 +13769,15 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "err-code": "^2.0.2", "retry": "^0.12.0" @@ -13772,7 +13863,8 @@ "version": "6.5.3", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.6" } @@ -13805,7 +13897,8 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -14325,7 +14418,8 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -14340,7 +14434,8 @@ "version": "7.0.1", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -14357,7 +14452,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -14370,7 +14466,8 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -14382,7 +14479,8 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "p-try": "^2.0.0" }, @@ -14397,7 +14495,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -14409,7 +14508,8 @@ "version": "0.8.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -14418,13 +14518,15 @@ "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/read-pkg/node_modules/normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -14436,7 +14538,8 @@ "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "devOptional": true, + "optional": true, + "peer": true, "bin": { "semver": "bin/semver" } @@ -14445,7 +14548,8 @@ "version": "0.6.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -14500,7 +14604,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -14672,7 +14777,8 @@ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -14703,7 +14809,8 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", @@ -14717,7 +14824,8 @@ "version": "2.5.0", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "psl": "^1.1.28", "punycode": "^2.1.1" @@ -14850,7 +14958,8 @@ "version": "0.12.0", "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">= 4" } @@ -14975,11 +15084,28 @@ "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" }, + "node_modules/sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/sass-graph": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz", "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "glob": "^7.0.0", "lodash": "^4.17.11", @@ -14997,7 +15123,8 @@ "version": "17.5.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -15015,7 +15142,8 @@ "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=12" } @@ -15102,7 +15230,8 @@ "version": "0.4.3", "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz", "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "js-base64": "^2.4.9", "source-map": "^0.7.3" @@ -15275,7 +15404,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/setprototypeof": { "version": "1.2.0", @@ -15341,7 +15471,8 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" @@ -15369,7 +15500,8 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.0.tgz", "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" @@ -15383,7 +15515,8 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -15469,7 +15602,8 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -15479,13 +15613,15 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -15495,7 +15631,8 @@ "version": "3.0.12", "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/spdy": { "version": "4.0.2", @@ -15534,7 +15671,8 @@ "version": "1.17.0", "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -15559,7 +15697,8 @@ "version": "8.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "minipass": "^3.1.1" }, @@ -15609,7 +15748,8 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "readable-stream": "^2.0.1" } @@ -15618,7 +15758,8 @@ "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -15633,7 +15774,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "safe-buffer": "~5.1.0" } @@ -15796,7 +15938,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "min-indent": "^1.0.0" }, @@ -16124,7 +16267,8 @@ "version": "6.1.11", "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -16349,7 +16493,8 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=8" } @@ -16367,7 +16512,8 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "glob": "^7.1.2" } @@ -16435,7 +16581,8 @@ "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "safe-buffer": "^5.0.1" }, @@ -16447,7 +16594,8 @@ "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "devOptional": true + "optional": true, + "peer": true }, "node_modules/type-check": { "version": "0.4.0", @@ -16472,7 +16620,8 @@ "version": "0.18.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "devOptional": true, + "optional": true, + "peer": true, "engines": { "node": ">=10" }, @@ -16595,7 +16744,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "unique-slug": "^2.0.0" } @@ -16604,7 +16754,8 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "imurmurhash": "^0.1.4" } @@ -16818,7 +16969,8 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "devOptional": true, + "optional": true, + "peer": true, "bin": { "uuid": "bin/uuid" } @@ -16865,7 +17017,8 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -16883,10 +17036,11 @@ "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "devOptional": true, "engines": [ "node >=0.6.0" ], + "optional": true, + "peer": true, "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -17388,7 +17542,8 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "devOptional": true, + "optional": true, + "peer": true, "dependencies": { "string-width": "^1.0.2 || 2 || 3 || 4" } @@ -19298,7 +19453,8 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "devOptional": true + "optional": true, + "peer": true }, "@humanwhocodes/config-array": { "version": "0.10.4", @@ -19754,7 +19910,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "@gar/promisify": "^1.0.1", "semver": "^7.3.5" @@ -19764,7 +19921,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -20222,7 +20380,8 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "devOptional": true + "optional": true, + "peer": true }, "@types/ms": { "version": "0.7.31", @@ -20238,7 +20397,8 @@ "version": "2.4.1", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "devOptional": true + "optional": true, + "peer": true }, "@types/parse-json": { "version": "4.0.0", @@ -20703,7 +20863,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "devOptional": true + "optional": true, + "peer": true }, "accepts": { "version": "1.3.8", @@ -20795,7 +20956,8 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "debug": "^4.1.0", "depd": "^1.1.2", @@ -20806,7 +20968,8 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -20901,13 +21064,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "devOptional": true + "optional": true, + "peer": true }, "are-we-there-yet": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -20995,7 +21160,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "devOptional": true + "optional": true, + "peer": true }, "asap": { "version": "2.0.6", @@ -21006,7 +21172,8 @@ "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "safer-buffer": "~2.1.0" } @@ -21015,7 +21182,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "devOptional": true + "optional": true, + "peer": true }, "ast-types-flow": { "version": "0.0.7", @@ -21031,7 +21199,8 @@ "version": "0.1.3", "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", - "devOptional": true + "optional": true, + "peer": true }, "asynckit": { "version": "0.4.0", @@ -21060,13 +21229,15 @@ "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "devOptional": true + "optional": true, + "peer": true }, "aws4": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", - "devOptional": true + "optional": true, + "peer": true }, "axe-core": { "version": "4.4.3", @@ -21281,7 +21452,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "tweetnacl": "^0.14.3" } @@ -21448,7 +21620,8 @@ "version": "15.3.0", "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.0.1", @@ -21507,7 +21680,8 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -21539,7 +21713,8 @@ "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "devOptional": true + "optional": true, + "peer": true }, "chalk": { "version": "4.1.2", @@ -21594,7 +21769,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "devOptional": true + "optional": true, + "peer": true }, "chrome-trace-event": { "version": "1.0.3", @@ -21635,7 +21811,8 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "devOptional": true + "optional": true, + "peer": true }, "cliui": { "version": "7.0.4", @@ -21735,7 +21912,8 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", - "devOptional": true + "optional": true, + "peer": true }, "colord": { "version": "2.9.3", @@ -21836,7 +22014,8 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "devOptional": true + "optional": true, + "peer": true }, "content-disposition": { "version": "0.5.4", @@ -22187,7 +22366,8 @@ "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "assert-plus": "^1.0.0" } @@ -22219,13 +22399,15 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "devOptional": true + "optional": true, + "peer": true }, "decamelize-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", "integrity": "sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -22235,7 +22417,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "devOptional": true + "optional": true, + "peer": true } } }, @@ -22303,7 +22486,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "devOptional": true + "optional": true, + "peer": true }, "depd": { "version": "1.1.2", @@ -22497,7 +22681,8 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" @@ -22545,8 +22730,8 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, "optional": true, + "peer": true, "requires": { "iconv-lite": "^0.6.2" } @@ -22578,13 +22763,15 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "devOptional": true + "optional": true, + "peer": true }, "err-code": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "devOptional": true + "optional": true, + "peer": true }, "error-ex": { "version": "1.3.2", @@ -23293,7 +23480,8 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "devOptional": true + "optional": true, + "peer": true }, "fast-deep-equal": { "version": "3.1.3", @@ -23488,7 +23676,8 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "devOptional": true + "optional": true, + "peer": true }, "fork-ts-checker-webpack-plugin": { "version": "6.5.2", @@ -23611,7 +23800,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.0.0" } @@ -23657,7 +23847,8 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.2", @@ -23674,7 +23865,8 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "globule": "^1.0.0" } @@ -23713,7 +23905,8 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", - "devOptional": true + "optional": true, + "peer": true }, "get-stream": { "version": "6.0.1", @@ -23733,7 +23926,8 @@ "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "assert-plus": "^1.0.0" } @@ -23814,7 +24008,8 @@ "version": "1.3.4", "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "glob": "~7.1.1", "lodash": "^4.17.21", @@ -23825,7 +24020,8 @@ "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -23839,7 +24035,8 @@ "version": "3.0.8", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "brace-expansion": "^1.1.7" } @@ -23873,13 +24070,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", - "devOptional": true + "optional": true, + "peer": true }, "har-validator": { "version": "5.1.5", "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "ajv": "^6.12.3", "har-schema": "^2.0.0" @@ -23889,7 +24088,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "devOptional": true + "optional": true, + "peer": true }, "harmony-reflect": { "version": "1.6.2", @@ -23939,7 +24139,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "devOptional": true + "optional": true, + "peer": true }, "hast-util-whitespace": { "version": "2.0.0", @@ -23973,7 +24174,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "lru-cache": "^6.0.0" } @@ -24079,7 +24281,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "devOptional": true + "optional": true, + "peer": true }, "http-deceiver": { "version": "1.2.7", @@ -24153,7 +24356,8 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "assert-plus": "^1.0.0", "jsprim": "^1.2.2", @@ -24178,7 +24382,8 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "ms": "^2.0.0" } @@ -24228,6 +24433,11 @@ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.15.tgz", "integrity": "sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==" }, + "immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + }, "import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -24262,13 +24472,15 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "devOptional": true + "optional": true, + "peer": true }, "infer-owner": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "devOptional": true + "optional": true, + "peer": true }, "inflight": { "version": "1.0.6", @@ -24308,7 +24520,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "devOptional": true + "optional": true, + "peer": true }, "ipaddr.js": { "version": "2.0.1", @@ -24403,7 +24616,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "devOptional": true + "optional": true, + "peer": true }, "is-module": { "version": "1.0.0", @@ -24437,7 +24651,8 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "devOptional": true + "optional": true, + "peer": true }, "is-potential-custom-element-name": { "version": "1.0.1", @@ -24527,7 +24742,8 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "devOptional": true + "optional": true, + "peer": true }, "istanbul-lib-coverage": { "version": "3.2.0", @@ -25257,7 +25473,8 @@ "version": "2.6.4", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "devOptional": true + "optional": true, + "peer": true }, "js-sdsl": { "version": "4.1.4", @@ -25282,7 +25499,8 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "devOptional": true + "optional": true, + "peer": true }, "jsdom": { "version": "16.7.0", @@ -25359,7 +25577,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "devOptional": true + "optional": true, + "peer": true }, "json5": { "version": "2.2.1", @@ -25384,7 +25603,8 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -25562,7 +25782,8 @@ "version": "9.1.0", "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "agentkeepalive": "^4.1.3", "cacache": "^15.2.0", @@ -25594,7 +25815,8 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "devOptional": true + "optional": true, + "peer": true }, "mdast-util-definitions": { "version": "5.1.1", @@ -25675,7 +25897,8 @@ "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -25959,7 +26182,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "devOptional": true + "optional": true, + "peer": true }, "mini-css-extract-plugin": { "version": "2.6.1", @@ -26028,7 +26252,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -26039,7 +26264,8 @@ "version": "3.3.4", "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz", "integrity": "sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "yallist": "^4.0.0" } @@ -26048,7 +26274,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.0.0" } @@ -26057,7 +26284,8 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "encoding": "^0.1.12", "minipass": "^3.1.0", @@ -26069,7 +26297,8 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.0.0" } @@ -26078,7 +26307,8 @@ "version": "1.2.4", "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.0.0" } @@ -26087,7 +26317,8 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.0.0" } @@ -26096,7 +26327,8 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -26106,7 +26338,8 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "devOptional": true + "optional": true, + "peer": true }, "mri": { "version": "1.2.0", @@ -26131,7 +26364,8 @@ "version": "2.16.0", "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz", "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==", - "devOptional": true + "optional": true, + "peer": true }, "nanoid": { "version": "3.3.4", @@ -26171,7 +26405,8 @@ "version": "8.4.1", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "env-paths": "^2.2.0", "glob": "^7.1.4", @@ -26189,7 +26424,8 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -26199,7 +26435,8 @@ "version": "4.0.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", @@ -26215,7 +26452,8 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", @@ -26239,7 +26477,8 @@ "version": "7.0.3", "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.3.tgz", "integrity": "sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "async-foreach": "^0.1.3", "chalk": "^4.1.2", @@ -26262,7 +26501,8 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "abbrev": "1" } @@ -26271,7 +26511,8 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -26306,7 +26547,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "are-we-there-yet": "^2.0.0", "console-control-strings": "^1.1.0", @@ -26331,7 +26573,8 @@ "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "devOptional": true + "optional": true, + "peer": true }, "object-assign": { "version": "4.1.1", @@ -26491,7 +26734,8 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "aggregate-error": "^3.0.0" } @@ -27437,13 +27681,15 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "devOptional": true + "optional": true, + "peer": true }, "promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "err-code": "^2.0.2", "retry": "^0.12.0" @@ -27508,7 +27754,8 @@ "version": "6.5.3", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", - "devOptional": true + "optional": true, + "peer": true }, "querystringify": { "version": "2.2.0", @@ -27524,7 +27771,8 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "devOptional": true + "optional": true, + "peer": true }, "raf": { "version": "3.4.1", @@ -27906,7 +28154,8 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -27918,13 +28167,15 @@ "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "devOptional": true + "optional": true, + "peer": true }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -27936,13 +28187,15 @@ "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "devOptional": true + "optional": true, + "peer": true }, "type-fest": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "devOptional": true + "optional": true, + "peer": true } } }, @@ -27950,7 +28203,8 @@ "version": "7.0.1", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -27961,7 +28215,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -27971,7 +28226,8 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "p-locate": "^4.1.0" } @@ -27980,7 +28236,8 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "p-try": "^2.0.0" } @@ -27989,7 +28246,8 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "p-limit": "^2.2.0" } @@ -27998,7 +28256,8 @@ "version": "0.8.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "devOptional": true + "optional": true, + "peer": true } } }, @@ -28042,7 +28301,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -28177,7 +28437,8 @@ "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -28205,7 +28466,8 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", @@ -28216,7 +28478,8 @@ "version": "2.5.0", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "psl": "^1.1.28", "punycode": "^2.1.1" @@ -28304,7 +28567,8 @@ "version": "0.12.0", "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", - "devOptional": true + "optional": true, + "peer": true }, "reusify": { "version": "1.0.4", @@ -28389,11 +28653,22 @@ "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" }, + "sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", + "requires": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + } + }, "sass-graph": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz", "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "glob": "^7.0.0", "lodash": "^4.17.11", @@ -28405,7 +28680,8 @@ "version": "17.5.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -28420,7 +28696,8 @@ "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "devOptional": true + "optional": true, + "peer": true } } }, @@ -28468,7 +28745,8 @@ "version": "0.4.3", "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz", "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "js-base64": "^2.4.9", "source-map": "^0.7.3" @@ -28620,7 +28898,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "devOptional": true + "optional": true, + "peer": true }, "setprototypeof": { "version": "1.2.0", @@ -28674,7 +28953,8 @@ "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "devOptional": true + "optional": true, + "peer": true }, "sockjs": { "version": "0.3.24", @@ -28697,7 +28977,8 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.0.tgz", "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" @@ -28707,7 +28988,8 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -28769,7 +29051,8 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -28779,13 +29062,15 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "devOptional": true + "optional": true, + "peer": true }, "spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -28795,7 +29080,8 @@ "version": "3.0.12", "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", - "devOptional": true + "optional": true, + "peer": true }, "spdy": { "version": "4.0.2", @@ -28831,7 +29117,8 @@ "version": "1.17.0", "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -28848,7 +29135,8 @@ "version": "8.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "minipass": "^3.1.1" } @@ -28887,7 +29175,8 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "readable-stream": "^2.0.1" }, @@ -28896,7 +29185,8 @@ "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -28911,7 +29201,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "safe-buffer": "~5.1.0" } @@ -29036,7 +29327,8 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "min-indent": "^1.0.0" } @@ -29283,7 +29575,8 @@ "version": "6.1.11", "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -29438,7 +29731,8 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "devOptional": true + "optional": true, + "peer": true }, "trough": { "version": "2.1.0", @@ -29449,7 +29743,8 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "glob": "^7.1.2" } @@ -29509,7 +29804,8 @@ "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "safe-buffer": "^5.0.1" } @@ -29518,7 +29814,8 @@ "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "devOptional": true + "optional": true, + "peer": true }, "type-check": { "version": "0.4.0", @@ -29537,7 +29834,8 @@ "version": "0.18.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "devOptional": true + "optional": true, + "peer": true }, "type-is": { "version": "1.6.18", @@ -29621,7 +29919,8 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "unique-slug": "^2.0.0" } @@ -29630,7 +29929,8 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "imurmurhash": "^0.1.4" } @@ -29778,7 +30078,8 @@ "version": "3.4.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "devOptional": true + "optional": true, + "peer": true }, "uvu": { "version": "0.5.6", @@ -29812,7 +30113,8 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -29827,7 +30129,8 @@ "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -30195,7 +30498,8 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "devOptional": true, + "optional": true, + "peer": true, "requires": { "string-width": "^1.0.2 || 2 || 3 || 4" } diff --git a/package.json b/package.json index 3782be97de32..547df3645ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nms-web-app", - "version": "0.37.0", + "version": "0.38.0", "private": true, "scripts": { "start": "env-cmd --file ./.env.development react-scripts start", @@ -18,7 +18,7 @@ "framer-motion": "^6.3.10", "i18next": "^21.8.8", "object-hash": "^3.0.0", - "react": "^18.1.0", + "react": "^18.2.0", "react-dom": "^18.1.0", "react-ga": "^3.3.0", "react-helmet": "^6.1.0", @@ -35,6 +35,7 @@ "react-toastify": "^9.0.3", "react-vertical-timeline-component": "^3.5.2", "redux": "^4.2.0", + "sass": "^1.69.5", "sweetalert2": "^11.4.17" }, "devDependencies": { @@ -47,7 +48,6 @@ "@types/react-redux": "^7.1.24", "@types/react-router-dom": "^5.3.3", "@types/react-vertical-timeline-component": "^3.3.3", - "node-sass": "^7.0.1", "typescript": "^4.7.3" }, "eslintConfig": { @@ -65,4 +65,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} diff --git a/public/assets/config.json b/public/assets/config.json index d7900c5025c6..8395704d87b3 100644 --- a/public/assets/config.json +++ b/public/assets/config.json @@ -5,6 +5,6 @@ "apiUrl": "https://api.nmsassistant.com", "assistantAppsUrl": "https://api.assistantapps.com", "assistantAppsAppGuid": "4f66c40e-07d7-4fba-973c-c514bf1e57c6", - "currentWhatIsNewGuid": "b13604b7-3dbb-4644-b341-733e46865afb", + "currentWhatIsNewGuid": "36a4e064-05dc-435b-a11f-fe7efb20e51e", "googleClientId": "539483681905-d4ak563l825o8i0b47inn1c7gu30abvs.apps.googleusercontent.com" } \ No newline at end of file diff --git a/public/assets/config.production.json b/public/assets/config.production.json index ba7cebe79dac..3612e2e292d3 100644 --- a/public/assets/config.production.json +++ b/public/assets/config.production.json @@ -5,6 +5,6 @@ "apiUrl": "https://api.nmsassistant.com", "assistantAppsUrl": "https://api.assistantapps.com", "assistantAppsAppGuid": "589405b4-e40f-4cd9-b793-6bf37944ee09", - "currentWhatIsNewGuid": "b13604b7-3dbb-4644-b341-733e46865afb", + "currentWhatIsNewGuid": "36a4e064-05dc-435b-a11f-fe7efb20e51e", "googleClientId": "539483681905-cg6d6d3m29kdepmv73efcehr2dia7cfq.apps.googleusercontent.com" } \ No newline at end of file diff --git a/public/assets/config.staging.json b/public/assets/config.staging.json index d52ac9031467..cacdbfc2654d 100644 --- a/public/assets/config.staging.json +++ b/public/assets/config.staging.json @@ -5,6 +5,6 @@ "apiUrl": "https://staging-api.nmsassistant.com", "assistantAppsUrl": "https://api.assistantapps.com", "assistantAppsAppGuid": "589405b4-e40f-4cd9-b793-6bf37944ee09", - "currentWhatIsNewGuid": "b13604b7-3dbb-4644-b341-733e46865afb", + "currentWhatIsNewGuid": "36a4e064-05dc-435b-a11f-fe7efb20e51e", "googleClientId": "539483681905-d4ak563l825o8i0b47inn1c7gu30abvs.apps.googleusercontent.com" } \ No newline at end of file diff --git a/public/assets/data/developerDetails.json b/public/assets/data/developerDetails.json index d127046e91d8..49d482ed88f0 100644 --- a/public/assets/data/developerDetails.json +++ b/public/assets/data/developerDetails.json @@ -44,17 +44,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -139,17 +139,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -234,17 +234,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,5", + "Value": "3.5", "Type": 1 }, { @@ -329,17 +329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -424,17 +424,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,5", + "Value": "3.5", "Type": 1 }, { @@ -519,17 +519,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -614,17 +614,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -709,17 +709,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -804,17 +804,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -899,17 +899,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -994,17 +994,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1089,17 +1089,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,5", + "Value": "3.5", "Type": 1 }, { @@ -1184,17 +1184,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,5", + "Value": "3.5", "Type": 1 }, { @@ -1279,17 +1279,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1374,17 +1374,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1469,17 +1469,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1564,17 +1564,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1659,17 +1659,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1754,17 +1754,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1849,17 +1849,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -1944,17 +1944,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2039,17 +2039,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2134,17 +2134,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2229,17 +2229,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2324,17 +2324,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2419,17 +2419,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2514,17 +2514,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "4,5", + "Value": "4.5", "Type": 1 }, { @@ -2609,17 +2609,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2704,17 +2704,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2799,17 +2799,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2894,17 +2894,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -2989,17 +2989,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3084,17 +3084,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3179,17 +3179,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3274,17 +3274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3369,17 +3369,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3464,17 +3464,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3559,17 +3559,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3654,17 +3654,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3749,17 +3749,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3844,17 +3844,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -3939,17 +3939,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4034,17 +4034,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4129,17 +4129,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4224,17 +4224,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4319,17 +4319,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4414,17 +4414,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4509,17 +4509,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4604,17 +4604,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4699,17 +4699,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4794,17 +4794,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4889,17 +4889,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -4984,17 +4984,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5079,17 +5079,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5174,17 +5174,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5269,17 +5269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -5364,17 +5364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -5459,17 +5459,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -5554,17 +5554,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5649,17 +5649,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5744,17 +5744,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5839,17 +5839,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -5934,17 +5934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -6029,17 +6029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -6124,17 +6124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -6219,17 +6219,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -6314,17 +6314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -6409,17 +6409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,20000000298023224", + "Value": "0.20000000298023224", "Type": 1 }, { @@ -6504,17 +6504,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -6599,17 +6599,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -6694,17 +6694,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -6789,17 +6789,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -6884,17 +6884,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,10000000149011612", + "Value": "-0.10000000149011612", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,10000000149011612", + "Value": "0.10000000149011612", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,25", + "Value": "0.25", "Type": 1 }, { @@ -6979,17 +6979,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,04", + "Value": "-0.04", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,04", + "Value": "0.04", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -7054,7 +7054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7114,17 +7114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7189,7 +7189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7249,17 +7249,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -7324,7 +7324,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -7384,17 +7384,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -7459,7 +7459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7519,17 +7519,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -7594,7 +7594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7654,17 +7654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7729,7 +7729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7789,17 +7789,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "2,0", + "Value": "2.0", "Type": 1 }, { @@ -7864,7 +7864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7924,17 +7924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -7999,7 +7999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8059,17 +8059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8134,7 +8134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8194,17 +8194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8269,7 +8269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8329,17 +8329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -8404,7 +8404,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -8464,17 +8464,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -8539,7 +8539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8599,17 +8599,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -8674,7 +8674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8734,17 +8734,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8809,7 +8809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8869,17 +8869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -8944,7 +8944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9004,17 +9004,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -9079,7 +9079,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -9139,17 +9139,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -9214,7 +9214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9274,17 +9274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -9349,7 +9349,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9409,17 +9409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9484,7 +9484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9544,17 +9544,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -9619,7 +9619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9679,17 +9679,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -9754,7 +9754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9814,17 +9814,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9889,7 +9889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -9949,17 +9949,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -10024,7 +10024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10084,17 +10084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10159,7 +10159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10219,17 +10219,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -10294,7 +10294,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -10354,17 +10354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10429,7 +10429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10489,17 +10489,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -10564,7 +10564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10624,17 +10624,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -10699,7 +10699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10759,17 +10759,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -10834,7 +10834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10894,17 +10894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -10969,7 +10969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11029,17 +11029,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -11104,7 +11104,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -11164,17 +11164,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11239,7 +11239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11299,17 +11299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11374,7 +11374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11434,17 +11434,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -11509,7 +11509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11569,17 +11569,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -11644,7 +11644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11704,17 +11704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11779,7 +11779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11839,17 +11839,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -11914,7 +11914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -11974,17 +11974,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12049,7 +12049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12109,17 +12109,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -12184,7 +12184,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -12244,17 +12244,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -12319,7 +12319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12379,17 +12379,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -12454,7 +12454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12514,17 +12514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12589,7 +12589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12649,17 +12649,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -12724,7 +12724,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -12784,17 +12784,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "8,5", + "Value": "8.5", "Type": 1 }, { @@ -12859,7 +12859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -12919,17 +12919,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -12994,7 +12994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13054,17 +13054,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -13129,7 +13129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13189,17 +13189,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13264,7 +13264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13324,17 +13324,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -13399,7 +13399,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -13459,17 +13459,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "2,0", + "Value": "2.0", "Type": 1 }, { @@ -13534,7 +13534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13594,17 +13594,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -13669,7 +13669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13729,17 +13729,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13804,7 +13804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13864,17 +13864,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -13939,7 +13939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -13999,17 +13999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14074,7 +14074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14134,17 +14134,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -14209,7 +14209,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -14269,17 +14269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14344,7 +14344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14404,17 +14404,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -14479,7 +14479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14539,17 +14539,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14614,7 +14614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14674,17 +14674,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -14749,7 +14749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14809,17 +14809,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -14884,7 +14884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -14944,17 +14944,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -15019,7 +15019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15079,17 +15079,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -15154,7 +15154,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -15214,17 +15214,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15289,7 +15289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15349,17 +15349,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15424,7 +15424,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15484,17 +15484,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -15559,7 +15559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15619,17 +15619,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15694,7 +15694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15754,17 +15754,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -15829,7 +15829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -15889,17 +15889,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -15964,7 +15964,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -16024,17 +16024,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -16099,7 +16099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16159,17 +16159,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16234,7 +16234,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16294,17 +16294,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16369,7 +16369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16429,17 +16429,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -16504,7 +16504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16564,17 +16564,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16639,7 +16639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16699,17 +16699,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -16774,7 +16774,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16834,17 +16834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16909,7 +16909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -16969,17 +16969,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -17044,7 +17044,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -17104,17 +17104,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -17179,7 +17179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17239,17 +17239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17314,7 +17314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17374,17 +17374,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -17449,7 +17449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17509,17 +17509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17584,7 +17584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17644,17 +17644,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -17719,7 +17719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17779,17 +17779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17854,7 +17854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -17914,17 +17914,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -17989,7 +17989,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -18049,17 +18049,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -18124,7 +18124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18184,17 +18184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18259,7 +18259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18319,17 +18319,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -18394,7 +18394,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18454,17 +18454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18529,7 +18529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18589,17 +18589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18664,7 +18664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18724,17 +18724,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -18799,7 +18799,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -18859,17 +18859,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -18934,7 +18934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -18994,17 +18994,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -19069,7 +19069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19129,17 +19129,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19204,7 +19204,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19264,17 +19264,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -19339,7 +19339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19399,17 +19399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19474,7 +19474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19534,17 +19534,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19609,7 +19609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19669,17 +19669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,15", + "Value": "0.15", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -19744,7 +19744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -19804,17 +19804,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -19879,7 +19879,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -19939,17 +19939,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -20014,7 +20014,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20074,17 +20074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20149,7 +20149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20209,17 +20209,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -20284,7 +20284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20344,17 +20344,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20419,7 +20419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20479,17 +20479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20554,7 +20554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20614,17 +20614,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -20689,7 +20689,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -20749,17 +20749,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -20824,7 +20824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20884,17 +20884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -20959,7 +20959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21019,17 +21019,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -21094,7 +21094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21154,17 +21154,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21229,7 +21229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21289,17 +21289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -21364,7 +21364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21424,17 +21424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21499,7 +21499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21559,17 +21559,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -21634,7 +21634,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -21694,17 +21694,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -21769,7 +21769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21829,17 +21829,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21904,7 +21904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -21964,17 +21964,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -22039,7 +22039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22099,17 +22099,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22174,7 +22174,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22234,17 +22234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22309,7 +22309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22369,17 +22369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -22444,7 +22444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22504,17 +22504,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -22579,7 +22579,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -22639,17 +22639,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -22714,7 +22714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22774,17 +22774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22849,7 +22849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -22909,17 +22909,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -22984,7 +22984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23044,17 +23044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23119,7 +23119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23179,17 +23179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23254,7 +23254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23314,17 +23314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -23389,7 +23389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23449,17 +23449,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -23524,7 +23524,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -23584,17 +23584,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -23659,7 +23659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23719,17 +23719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23794,7 +23794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23854,17 +23854,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -23929,7 +23929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -23989,17 +23989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24064,7 +24064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24124,17 +24124,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -24199,7 +24199,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -24259,17 +24259,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24334,7 +24334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24394,17 +24394,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -24469,7 +24469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24529,17 +24529,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -24604,7 +24604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24664,17 +24664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24739,7 +24739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24799,17 +24799,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -24874,7 +24874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -24934,17 +24934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25009,7 +25009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25069,17 +25069,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -25144,7 +25144,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -25204,17 +25204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25279,7 +25279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25339,17 +25339,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -25414,7 +25414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25474,17 +25474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25549,7 +25549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25609,17 +25609,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -25684,7 +25684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25744,17 +25744,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -25819,7 +25819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25879,17 +25879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -25954,7 +25954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26014,17 +26014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -26089,7 +26089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26149,17 +26149,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -26224,7 +26224,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -26284,17 +26284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26359,7 +26359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26419,17 +26419,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -26494,7 +26494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26554,17 +26554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26629,7 +26629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26689,17 +26689,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -26764,7 +26764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26824,17 +26824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26899,7 +26899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -26959,17 +26959,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -27034,7 +27034,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -27094,17 +27094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27169,7 +27169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27229,17 +27229,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -27304,7 +27304,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27364,17 +27364,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -27439,7 +27439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27499,17 +27499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27574,7 +27574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27634,17 +27634,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -27709,7 +27709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27769,17 +27769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27844,7 +27844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -27904,17 +27904,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -27979,7 +27979,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -28039,17 +28039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28114,7 +28114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28174,17 +28174,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -28249,7 +28249,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28309,17 +28309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -28384,7 +28384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28444,17 +28444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28519,7 +28519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28579,17 +28579,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -28654,7 +28654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28714,17 +28714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28789,7 +28789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28849,17 +28849,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -28924,7 +28924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -28984,17 +28984,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -29059,7 +29059,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -29119,17 +29119,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -29194,7 +29194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29254,17 +29254,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29329,7 +29329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29389,17 +29389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29464,7 +29464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29524,17 +29524,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -29599,7 +29599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29659,17 +29659,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29734,7 +29734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29794,17 +29794,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "40,0", + "Value": "40.0", "Type": 1 }, { @@ -29869,7 +29869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -29929,17 +29929,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -30004,7 +30004,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -30064,17 +30064,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -30139,7 +30139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30199,17 +30199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30274,7 +30274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30334,17 +30334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30409,7 +30409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30469,17 +30469,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -30544,7 +30544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30604,17 +30604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30679,7 +30679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30739,17 +30739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30814,7 +30814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -30874,17 +30874,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -30949,7 +30949,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -31009,17 +31009,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -31084,7 +31084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31144,17 +31144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31219,7 +31219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31279,17 +31279,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31354,7 +31354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31414,17 +31414,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31489,7 +31489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31549,17 +31549,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -31624,7 +31624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31684,17 +31684,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31759,7 +31759,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -31819,17 +31819,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -31894,7 +31894,7 @@ }, { "Name": "CookingValue", - "Value": "0,3", + "Value": "0.3", "Type": 1 }, { @@ -31954,17 +31954,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -32029,7 +32029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32089,17 +32089,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "98,0", + "Value": "98.0", "Type": 1 }, { @@ -32164,7 +32164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32224,17 +32224,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32299,7 +32299,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32359,17 +32359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32434,7 +32434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32494,17 +32494,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -32569,7 +32569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32629,17 +32629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32704,7 +32704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -32764,17 +32764,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -32839,7 +32839,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -32899,17 +32899,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -32974,7 +32974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33034,17 +33034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33109,7 +33109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33169,17 +33169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33244,7 +33244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33304,17 +33304,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "98,0", + "Value": "98.0", "Type": 1 }, { @@ -33379,7 +33379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33439,17 +33439,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -33514,7 +33514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33574,17 +33574,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -33649,7 +33649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33709,17 +33709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33784,7 +33784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -33844,17 +33844,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -33919,7 +33919,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -33979,17 +33979,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -34054,7 +34054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34114,17 +34114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34189,7 +34189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34249,17 +34249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34324,7 +34324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34384,17 +34384,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -34459,7 +34459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34519,17 +34519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34594,7 +34594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34654,17 +34654,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -34729,7 +34729,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -34789,17 +34789,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -34864,7 +34864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -34924,17 +34924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -34999,7 +34999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35059,17 +35059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35134,7 +35134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35194,17 +35194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35269,7 +35269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35329,17 +35329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -35404,7 +35404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35464,17 +35464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35539,7 +35539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35599,17 +35599,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -35674,7 +35674,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -35734,17 +35734,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35809,7 +35809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35869,17 +35869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -35944,7 +35944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36004,17 +36004,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -36079,7 +36079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36139,17 +36139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -36214,7 +36214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36274,17 +36274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -36349,7 +36349,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36409,17 +36409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36484,7 +36484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36544,17 +36544,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -36619,7 +36619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36679,17 +36679,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -36754,7 +36754,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -36814,17 +36814,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36889,7 +36889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -36949,17 +36949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37024,7 +37024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37084,17 +37084,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -37159,7 +37159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37219,17 +37219,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -37294,7 +37294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37354,17 +37354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37429,7 +37429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37489,17 +37489,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -37564,7 +37564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37624,17 +37624,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -37699,7 +37699,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -37759,17 +37759,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -37834,7 +37834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37894,17 +37894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -37969,7 +37969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38029,17 +38029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38104,7 +38104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38164,17 +38164,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -38239,7 +38239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38299,17 +38299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38374,7 +38374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38434,17 +38434,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -38509,7 +38509,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -38569,17 +38569,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -38644,7 +38644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38704,17 +38704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38779,7 +38779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38839,17 +38839,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -38914,7 +38914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -38974,17 +38974,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -39049,7 +39049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39109,17 +39109,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39184,7 +39184,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39244,17 +39244,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -39319,7 +39319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39379,17 +39379,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -39454,7 +39454,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -39514,17 +39514,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -39589,7 +39589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39649,17 +39649,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39724,7 +39724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39784,17 +39784,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -39859,7 +39859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39919,17 +39919,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -39994,7 +39994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40054,17 +40054,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -40129,7 +40129,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -40189,17 +40189,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -40264,7 +40264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40324,17 +40324,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40399,7 +40399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40459,17 +40459,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -40534,7 +40534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40594,17 +40594,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40669,7 +40669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40729,17 +40729,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -40804,7 +40804,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -40864,17 +40864,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -40939,7 +40939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -40999,17 +40999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41074,7 +41074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41134,17 +41134,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -41209,7 +41209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41269,17 +41269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41344,7 +41344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41404,17 +41404,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -41479,7 +41479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41539,17 +41539,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -41614,7 +41614,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -41674,17 +41674,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -41749,7 +41749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41809,17 +41809,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41884,7 +41884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -41944,17 +41944,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -42019,7 +42019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42079,17 +42079,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42154,7 +42154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42214,17 +42214,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -42289,7 +42289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42349,17 +42349,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -42424,7 +42424,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -42484,17 +42484,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -42559,7 +42559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42619,17 +42619,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42694,7 +42694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42754,17 +42754,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -42829,7 +42829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42889,17 +42889,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -42964,7 +42964,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43024,17 +43024,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -43099,7 +43099,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -43159,17 +43159,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -43234,7 +43234,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43294,17 +43294,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -43369,7 +43369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43429,17 +43429,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43504,7 +43504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43564,17 +43564,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43639,7 +43639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43699,17 +43699,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -43774,7 +43774,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -43834,17 +43834,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -43909,7 +43909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -43969,17 +43969,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -44044,7 +44044,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44104,17 +44104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44179,7 +44179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44239,17 +44239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44314,7 +44314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44374,17 +44374,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -44449,7 +44449,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -44509,17 +44509,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -44584,7 +44584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44644,17 +44644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44719,7 +44719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44779,17 +44779,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -44854,7 +44854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44914,17 +44914,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -44989,7 +44989,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45049,17 +45049,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -45124,7 +45124,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -45184,17 +45184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45259,7 +45259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45319,17 +45319,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -45394,7 +45394,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45454,17 +45454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45529,7 +45529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45589,17 +45589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45664,7 +45664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45724,17 +45724,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -45799,7 +45799,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -45859,17 +45859,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -45934,7 +45934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -45994,17 +45994,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46069,7 +46069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46129,17 +46129,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -46204,7 +46204,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -46264,17 +46264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46339,7 +46339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46399,17 +46399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46474,7 +46474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46534,17 +46534,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46609,7 +46609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46669,17 +46669,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -46744,7 +46744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46804,17 +46804,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46879,7 +46879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -46939,17 +46939,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -47014,7 +47014,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -47074,17 +47074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47149,7 +47149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47209,17 +47209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47284,7 +47284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47344,17 +47344,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -47419,7 +47419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47479,17 +47479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47554,7 +47554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47614,17 +47614,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -47689,7 +47689,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -47749,17 +47749,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47824,7 +47824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47884,17 +47884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -47959,7 +47959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48019,17 +48019,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -48094,7 +48094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48154,17 +48154,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48229,7 +48229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48289,17 +48289,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -48364,7 +48364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48424,17 +48424,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -48499,7 +48499,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -48559,17 +48559,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48634,7 +48634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48694,17 +48694,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48769,7 +48769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48829,17 +48829,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -48904,7 +48904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -48964,17 +48964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49039,7 +49039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49099,17 +49099,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -49174,7 +49174,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -49234,17 +49234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49309,7 +49309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49369,17 +49369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49444,7 +49444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49504,17 +49504,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49579,7 +49579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49639,17 +49639,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -49714,7 +49714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49774,17 +49774,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -49849,7 +49849,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -49909,17 +49909,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -49984,7 +49984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50044,17 +50044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -50119,7 +50119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50179,17 +50179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50254,7 +50254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50314,17 +50314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -50389,7 +50389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50449,17 +50449,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -50524,7 +50524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50584,17 +50584,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -50659,7 +50659,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -50719,17 +50719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50794,7 +50794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50854,17 +50854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50929,7 +50929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -50989,17 +50989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51064,7 +51064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51124,17 +51124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -51199,7 +51199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51259,17 +51259,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -51334,7 +51334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51394,17 +51394,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -51469,7 +51469,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -51529,17 +51529,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51604,7 +51604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51664,17 +51664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51739,7 +51739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51799,17 +51799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51874,7 +51874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -51934,17 +51934,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -52009,7 +52009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52069,17 +52069,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -52144,7 +52144,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -52204,17 +52204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52279,7 +52279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52339,17 +52339,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52414,7 +52414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52474,17 +52474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52549,7 +52549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52609,17 +52609,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -52684,7 +52684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52744,17 +52744,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -52819,7 +52819,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -52879,17 +52879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -52954,7 +52954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53014,17 +53014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53089,7 +53089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53149,17 +53149,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53224,7 +53224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53284,17 +53284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53359,7 +53359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53419,17 +53419,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -53494,7 +53494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53554,17 +53554,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -53629,7 +53629,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -53689,17 +53689,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53764,7 +53764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53824,17 +53824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53899,7 +53899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -53959,17 +53959,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54034,7 +54034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54094,17 +54094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54169,7 +54169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54229,17 +54229,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -54304,7 +54304,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54364,17 +54364,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -54439,7 +54439,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -54499,17 +54499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54574,7 +54574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54634,17 +54634,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54709,7 +54709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54769,17 +54769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54844,7 +54844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54904,17 +54904,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -54979,7 +54979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55039,17 +55039,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -55114,7 +55114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55174,17 +55174,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -55249,7 +55249,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -55309,17 +55309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55384,7 +55384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55444,17 +55444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55519,7 +55519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55579,17 +55579,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55654,7 +55654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55714,17 +55714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55789,7 +55789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -55849,17 +55849,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -55924,7 +55924,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -55984,17 +55984,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56059,7 +56059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56119,17 +56119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56194,7 +56194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56254,17 +56254,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -56329,7 +56329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56389,17 +56389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56464,7 +56464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56524,17 +56524,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56599,7 +56599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56659,17 +56659,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -56734,7 +56734,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -56794,17 +56794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56869,7 +56869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -56929,17 +56929,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57004,7 +57004,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57064,17 +57064,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -57139,7 +57139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57199,17 +57199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57274,7 +57274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57334,17 +57334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57409,7 +57409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57469,17 +57469,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -57544,7 +57544,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -57604,17 +57604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57679,7 +57679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57739,17 +57739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57814,7 +57814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -57874,17 +57874,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -57949,7 +57949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58009,17 +58009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58084,7 +58084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58144,17 +58144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58219,7 +58219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58279,17 +58279,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -58354,7 +58354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58414,17 +58414,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -58489,7 +58489,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -58549,17 +58549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58624,7 +58624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58684,17 +58684,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58759,7 +58759,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58819,17 +58819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58894,7 +58894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -58954,17 +58954,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59029,7 +59029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59089,17 +59089,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -59164,7 +59164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59224,17 +59224,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -59299,7 +59299,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -59359,17 +59359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59434,7 +59434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59494,17 +59494,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59569,7 +59569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59629,17 +59629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59704,7 +59704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59764,17 +59764,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59839,7 +59839,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -59899,17 +59899,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -59974,7 +59974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60034,17 +60034,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -60109,7 +60109,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -60169,17 +60169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -60244,7 +60244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60304,17 +60304,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60379,7 +60379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60439,17 +60439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60514,7 +60514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60574,17 +60574,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -60649,7 +60649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60709,17 +60709,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -60784,7 +60784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60844,17 +60844,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60919,7 +60919,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -60979,17 +60979,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -61054,7 +61054,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -61114,17 +61114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61189,7 +61189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61249,17 +61249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61324,7 +61324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61384,17 +61384,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -61459,7 +61459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61519,17 +61519,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -61594,7 +61594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61654,17 +61654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61729,7 +61729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61789,17 +61789,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61864,7 +61864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -61924,17 +61924,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -61999,7 +61999,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -62059,17 +62059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62134,7 +62134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62194,17 +62194,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -62269,7 +62269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62329,17 +62329,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62404,7 +62404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62464,17 +62464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62539,7 +62539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62599,17 +62599,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62674,7 +62674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62734,17 +62734,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -62809,7 +62809,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -62869,17 +62869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -62944,7 +62944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63004,17 +63004,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63079,7 +63079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63139,17 +63139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63214,7 +63214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63274,17 +63274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -63349,7 +63349,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -63409,17 +63409,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -63484,7 +63484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63544,17 +63544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63619,7 +63619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63679,17 +63679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63754,7 +63754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63814,17 +63814,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63889,7 +63889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -63949,17 +63949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64024,7 +64024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64084,17 +64084,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -64159,7 +64159,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -64219,17 +64219,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -64294,7 +64294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64354,17 +64354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64429,7 +64429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64489,17 +64489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64564,7 +64564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64624,17 +64624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64699,7 +64699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -64759,17 +64759,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -64834,7 +64834,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -64894,17 +64894,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -64969,7 +64969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65029,17 +65029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65104,7 +65104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65164,17 +65164,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -65239,7 +65239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65299,17 +65299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65374,7 +65374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65434,17 +65434,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65509,7 +65509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65569,17 +65569,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -65644,7 +65644,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -65704,17 +65704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65779,7 +65779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65839,17 +65839,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -65914,7 +65914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -65974,17 +65974,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66049,7 +66049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66109,17 +66109,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -66184,7 +66184,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -66244,17 +66244,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66319,7 +66319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66379,17 +66379,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66454,7 +66454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66514,17 +66514,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -66589,7 +66589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66649,17 +66649,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -66724,7 +66724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66784,17 +66784,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66859,7 +66859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -66919,17 +66919,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -66994,7 +66994,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -67054,17 +67054,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67129,7 +67129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67189,17 +67189,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67264,7 +67264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67324,17 +67324,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -67399,7 +67399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67459,17 +67459,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -67534,7 +67534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67594,17 +67594,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67669,7 +67669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67729,17 +67729,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67804,7 +67804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -67864,17 +67864,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -67939,7 +67939,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -67999,17 +67999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68074,7 +68074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68134,17 +68134,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -68209,7 +68209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68269,17 +68269,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -68344,7 +68344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68404,17 +68404,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68479,7 +68479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68539,17 +68539,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -68614,7 +68614,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -68674,17 +68674,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -68749,7 +68749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68809,17 +68809,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68884,7 +68884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -68944,17 +68944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69019,7 +69019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69079,17 +69079,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -69154,7 +69154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69214,17 +69214,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69289,7 +69289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69349,17 +69349,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -69424,7 +69424,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -69484,17 +69484,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -69559,7 +69559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69619,17 +69619,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69694,7 +69694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69754,17 +69754,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69829,7 +69829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -69889,17 +69889,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -69964,7 +69964,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70024,17 +70024,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70099,7 +70099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70159,17 +70159,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -70234,7 +70234,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -70294,17 +70294,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70369,7 +70369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70429,17 +70429,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70504,7 +70504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70564,17 +70564,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -70639,7 +70639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70699,17 +70699,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -70774,7 +70774,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70834,17 +70834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70909,7 +70909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -70969,17 +70969,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -71044,7 +71044,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -71104,17 +71104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71179,7 +71179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71239,17 +71239,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -71314,7 +71314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71374,17 +71374,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71449,7 +71449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71509,17 +71509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71584,7 +71584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71644,17 +71644,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -71719,7 +71719,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -71779,17 +71779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -71854,7 +71854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71914,17 +71914,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -71989,7 +71989,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72049,17 +72049,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -72124,7 +72124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72184,17 +72184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72259,7 +72259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72319,17 +72319,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -72394,7 +72394,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -72454,17 +72454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72529,7 +72529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72589,17 +72589,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -72664,7 +72664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72724,17 +72724,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -72799,7 +72799,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72859,17 +72859,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72934,7 +72934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -72994,17 +72994,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -73069,7 +73069,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -73129,17 +73129,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -73204,7 +73204,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73264,17 +73264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73339,7 +73339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73399,17 +73399,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -73474,7 +73474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73534,17 +73534,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -73609,7 +73609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73669,17 +73669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73744,7 +73744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73804,17 +73804,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -73879,7 +73879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -73939,17 +73939,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -74014,7 +74014,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -74074,17 +74074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74149,7 +74149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74209,17 +74209,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -74284,7 +74284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74344,17 +74344,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74419,7 +74419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74479,17 +74479,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -74554,7 +74554,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -74614,17 +74614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74689,7 +74689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74749,17 +74749,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -74824,7 +74824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -74884,17 +74884,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -74959,7 +74959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75019,17 +75019,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75094,7 +75094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75154,17 +75154,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -75229,7 +75229,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -75289,17 +75289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75364,7 +75364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75424,17 +75424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75499,7 +75499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75559,17 +75559,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -75634,7 +75634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75694,17 +75694,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -75769,7 +75769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75829,17 +75829,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75904,7 +75904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -75964,17 +75964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76039,7 +76039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76099,17 +76099,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -76174,7 +76174,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -76234,17 +76234,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -76309,7 +76309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76369,17 +76369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76444,7 +76444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76504,17 +76504,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76579,7 +76579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76639,17 +76639,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -76714,7 +76714,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -76774,17 +76774,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -76849,7 +76849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -76909,17 +76909,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -76984,7 +76984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77044,17 +77044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -77119,7 +77119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77179,17 +77179,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -77254,7 +77254,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -77314,17 +77314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77389,7 +77389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77449,17 +77449,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77524,7 +77524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77584,17 +77584,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -77659,7 +77659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77719,17 +77719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77794,7 +77794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -77854,17 +77854,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -77929,7 +77929,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -77989,17 +77989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78064,7 +78064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78124,17 +78124,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -78199,7 +78199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78259,17 +78259,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78334,7 +78334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78394,17 +78394,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -78469,7 +78469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78529,17 +78529,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -78604,7 +78604,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -78664,17 +78664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78739,7 +78739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78799,17 +78799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78874,7 +78874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -78934,17 +78934,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -79009,7 +79009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79069,17 +79069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79144,7 +79144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79204,17 +79204,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -79279,7 +79279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79339,17 +79339,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -79414,7 +79414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79474,17 +79474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79549,7 +79549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79609,17 +79609,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -79684,7 +79684,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -79744,17 +79744,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -79819,7 +79819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -79879,17 +79879,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -79954,7 +79954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80014,17 +80014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80089,7 +80089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80149,17 +80149,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -80224,7 +80224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80284,17 +80284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80359,7 +80359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80419,17 +80419,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -80494,7 +80494,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -80554,17 +80554,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -80629,7 +80629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80689,17 +80689,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -80764,7 +80764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80824,17 +80824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80899,7 +80899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -80959,17 +80959,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -81034,7 +81034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81094,17 +81094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81169,7 +81169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81229,17 +81229,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -81304,7 +81304,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -81364,17 +81364,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -81439,7 +81439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81499,17 +81499,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -81574,7 +81574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81634,17 +81634,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -81709,7 +81709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81769,17 +81769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81844,7 +81844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81904,17 +81904,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -81979,7 +81979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82039,17 +82039,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -82114,7 +82114,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -82174,17 +82174,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -82249,7 +82249,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82309,17 +82309,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -82384,7 +82384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82444,17 +82444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82519,7 +82519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82579,17 +82579,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -82654,7 +82654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82714,17 +82714,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -82789,7 +82789,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -82849,17 +82849,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -82924,7 +82924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -82984,17 +82984,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -83059,7 +83059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83119,17 +83119,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -83194,7 +83194,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -83254,17 +83254,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -83329,7 +83329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83389,17 +83389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83464,7 +83464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83524,17 +83524,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -83599,7 +83599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83659,17 +83659,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -83734,7 +83734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83794,17 +83794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83869,7 +83869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -83929,17 +83929,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -84004,7 +84004,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -84064,17 +84064,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -84139,7 +84139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -84199,17 +84199,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -84274,7 +84274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -84334,17 +84334,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -84409,7 +84409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -84469,17 +84469,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -84544,7 +84544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -84604,17 +84604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -84679,7 +84679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -84739,17 +84739,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -84814,7 +84814,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -84874,17 +84874,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -84949,7 +84949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85009,17 +85009,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -85084,7 +85084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85144,17 +85144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85219,7 +85219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85279,17 +85279,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "3,0", + "Value": "3.0", "Type": 1 }, { @@ -85354,7 +85354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85414,17 +85414,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -85489,7 +85489,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -85549,17 +85549,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -85624,7 +85624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85684,17 +85684,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -85759,7 +85759,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -85819,17 +85819,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,04", + "Value": "-0.04", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,04", + "Value": "0.04", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -85894,7 +85894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -85954,17 +85954,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -86029,7 +86029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -86089,17 +86089,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -86164,7 +86164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -86224,17 +86224,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -86299,7 +86299,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -86359,17 +86359,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -86434,7 +86434,7 @@ }, { "Name": "CookingValue", - "Value": "0,5", + "Value": "0.5", "Type": 1 }, { @@ -86494,17 +86494,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -86569,7 +86569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -86629,17 +86629,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -86704,7 +86704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -86764,17 +86764,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -86839,7 +86839,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -86899,17 +86899,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -86974,7 +86974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -87034,17 +87034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -87109,7 +87109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -87169,17 +87169,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -87244,7 +87244,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -87304,17 +87304,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -87379,7 +87379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -87439,17 +87439,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -87514,7 +87514,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -87574,17 +87574,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "30,0", + "Value": "30.0", "Type": 1 }, { @@ -87649,7 +87649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -87709,17 +87709,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -87784,7 +87784,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -87844,17 +87844,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -87919,7 +87919,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -87979,17 +87979,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -88054,7 +88054,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -88114,17 +88114,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -88189,7 +88189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88249,17 +88249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88324,7 +88324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88384,17 +88384,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -88459,7 +88459,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -88519,17 +88519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88594,7 +88594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88654,17 +88654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88729,7 +88729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -88789,17 +88789,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -88864,7 +88864,7 @@ }, { "Name": "CookingValue", - "Value": "0,6", + "Value": "0.6", "Type": 1 }, { @@ -88924,17 +88924,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -88999,7 +88999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89059,17 +89059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89134,7 +89134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89194,17 +89194,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -89269,7 +89269,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -89329,17 +89329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -89404,7 +89404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89464,17 +89464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89539,7 +89539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89599,17 +89599,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -89674,7 +89674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89734,17 +89734,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -89809,7 +89809,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -89869,17 +89869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -89944,7 +89944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90004,17 +90004,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -90079,7 +90079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90139,17 +90139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90214,7 +90214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90274,17 +90274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -90349,7 +90349,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -90409,17 +90409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90484,7 +90484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90544,17 +90544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -90619,7 +90619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90679,17 +90679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90754,7 +90754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -90814,17 +90814,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -90889,7 +90889,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -90949,17 +90949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91024,7 +91024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91084,17 +91084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -91159,7 +91159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91219,17 +91219,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91294,7 +91294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91354,17 +91354,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -91429,7 +91429,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -91489,17 +91489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91564,7 +91564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91624,17 +91624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -91699,7 +91699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91759,17 +91759,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91834,7 +91834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -91894,17 +91894,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -91969,7 +91969,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -92029,17 +92029,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "1,2", + "Value": "1.2", "Type": 1 }, { @@ -92104,7 +92104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92164,17 +92164,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92239,7 +92239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92299,17 +92299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92374,7 +92374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92434,17 +92434,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "1,2", + "Value": "1.2", "Type": 1 }, { @@ -92509,7 +92509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92569,17 +92569,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -92644,7 +92644,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -92704,17 +92704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92779,7 +92779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92839,17 +92839,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92914,7 +92914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -92974,17 +92974,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -93049,7 +93049,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -93109,17 +93109,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "1,2", + "Value": "1.2", "Type": 1 }, { @@ -93184,7 +93184,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93244,17 +93244,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93319,7 +93319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93379,17 +93379,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -93454,7 +93454,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -93514,17 +93514,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "1,2", + "Value": "1.2", "Type": 1 }, { @@ -93589,7 +93589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93649,17 +93649,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93724,7 +93724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93784,17 +93784,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "1,2", + "Value": "1.2", "Type": 1 }, { @@ -93859,7 +93859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -93919,17 +93919,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -93994,7 +93994,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -94054,17 +94054,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -94129,7 +94129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94189,17 +94189,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94264,7 +94264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94324,17 +94324,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -94399,7 +94399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94459,17 +94459,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94534,7 +94534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94594,17 +94594,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -94669,7 +94669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94729,17 +94729,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -94804,7 +94804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94864,17 +94864,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94939,7 +94939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -94999,17 +94999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95074,7 +95074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95134,17 +95134,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -95209,7 +95209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95269,17 +95269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95344,7 +95344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95404,17 +95404,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95479,7 +95479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95539,17 +95539,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -95614,7 +95614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95674,17 +95674,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95749,7 +95749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95809,17 +95809,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -95884,7 +95884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -95944,17 +95944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96019,7 +96019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96079,17 +96079,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96154,7 +96154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96214,17 +96214,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -96289,7 +96289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96349,17 +96349,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96424,7 +96424,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96484,17 +96484,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96559,7 +96559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96619,17 +96619,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -96694,7 +96694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96754,17 +96754,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96829,7 +96829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -96889,17 +96889,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -96964,7 +96964,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97024,17 +97024,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97099,7 +97099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97159,17 +97159,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -97234,7 +97234,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -97294,17 +97294,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97369,7 +97369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97429,17 +97429,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -97504,7 +97504,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -97564,17 +97564,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97639,7 +97639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97699,17 +97699,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -97774,7 +97774,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -97834,17 +97834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97909,7 +97909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -97969,17 +97969,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98044,7 +98044,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98104,17 +98104,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -98179,7 +98179,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -98239,17 +98239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98314,7 +98314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98374,17 +98374,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98449,7 +98449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98509,17 +98509,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -98584,7 +98584,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -98644,17 +98644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98719,7 +98719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98779,17 +98779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98854,7 +98854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -98914,17 +98914,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -98989,7 +98989,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -99049,17 +99049,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99124,7 +99124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99184,17 +99184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99259,7 +99259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99319,17 +99319,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -99394,7 +99394,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -99454,17 +99454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99529,7 +99529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99589,17 +99589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99664,7 +99664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99724,17 +99724,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -99799,7 +99799,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -99859,17 +99859,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99934,7 +99934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -99994,17 +99994,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100069,7 +100069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100129,17 +100129,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -100204,7 +100204,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -100264,17 +100264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100339,7 +100339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100399,17 +100399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100474,7 +100474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100534,17 +100534,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -100609,7 +100609,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -100669,17 +100669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100744,7 +100744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100804,17 +100804,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100879,7 +100879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -100939,17 +100939,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -101014,7 +101014,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -101074,17 +101074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101149,7 +101149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101209,17 +101209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101284,7 +101284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101344,17 +101344,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -101419,7 +101419,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -101479,17 +101479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101554,7 +101554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101614,17 +101614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101689,7 +101689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101749,17 +101749,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -101824,7 +101824,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -101884,17 +101884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -101959,7 +101959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102019,17 +102019,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102094,7 +102094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102154,17 +102154,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -102229,7 +102229,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -102289,17 +102289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102364,7 +102364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102424,17 +102424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102499,7 +102499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102559,17 +102559,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -102634,7 +102634,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -102694,17 +102694,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102769,7 +102769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -102829,17 +102829,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -102904,7 +102904,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -102964,17 +102964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103039,7 +103039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103099,17 +103099,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103174,7 +103174,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103234,17 +103234,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -103309,7 +103309,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -103369,17 +103369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103444,7 +103444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103504,17 +103504,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -103579,7 +103579,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -103639,17 +103639,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103714,7 +103714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103774,17 +103774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103849,7 +103849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -103909,17 +103909,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -103984,7 +103984,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -104044,17 +104044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104119,7 +104119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104179,17 +104179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104254,7 +104254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104314,17 +104314,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -104389,7 +104389,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -104449,17 +104449,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104524,7 +104524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104584,17 +104584,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104659,7 +104659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104719,17 +104719,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -104794,7 +104794,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -104854,17 +104854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104929,7 +104929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -104989,17 +104989,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -105064,7 +105064,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -105124,17 +105124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105199,7 +105199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105259,17 +105259,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -105334,7 +105334,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -105394,17 +105394,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105469,7 +105469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105529,17 +105529,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105604,7 +105604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105664,17 +105664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105739,7 +105739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -105799,17 +105799,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -105874,7 +105874,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -105934,17 +105934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106009,7 +106009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106069,17 +106069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -106144,7 +106144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106204,17 +106204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106279,7 +106279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106339,17 +106339,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -106414,7 +106414,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -106474,17 +106474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -106549,7 +106549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106609,17 +106609,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -106684,7 +106684,7 @@ }, { "Name": "CookingValue", - "Value": "0,8", + "Value": "0.8", "Type": 1 }, { @@ -106744,17 +106744,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106819,7 +106819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106879,17 +106879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -106954,7 +106954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107014,17 +107014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -107089,7 +107089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107149,17 +107149,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107224,7 +107224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107284,17 +107284,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -107359,7 +107359,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -107419,17 +107419,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107494,7 +107494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107554,17 +107554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -107629,7 +107629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107689,17 +107689,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -107764,7 +107764,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -107824,17 +107824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107899,7 +107899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -107959,17 +107959,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108034,7 +108034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108094,17 +108094,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -108169,7 +108169,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -108229,17 +108229,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -108304,7 +108304,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -108364,17 +108364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108439,7 +108439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108499,17 +108499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108574,7 +108574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108634,17 +108634,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108709,7 +108709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -108769,17 +108769,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -108844,7 +108844,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -108904,17 +108904,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -108979,7 +108979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109039,17 +109039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109114,7 +109114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109174,17 +109174,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -109249,7 +109249,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -109309,17 +109309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109384,7 +109384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109444,17 +109444,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -109519,7 +109519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109579,17 +109579,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -109654,7 +109654,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -109714,17 +109714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109789,7 +109789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109849,17 +109849,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109924,7 +109924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -109984,17 +109984,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -110059,7 +110059,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -110119,17 +110119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,05", + "Value": "0.05", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -110194,7 +110194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110254,17 +110254,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110329,7 +110329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110389,17 +110389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110464,7 +110464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110524,17 +110524,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -110599,7 +110599,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -110659,17 +110659,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110734,7 +110734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110794,17 +110794,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -110869,7 +110869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -110929,17 +110929,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111004,7 +111004,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111064,17 +111064,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -111139,7 +111139,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -111199,17 +111199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111274,7 +111274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111334,17 +111334,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -111409,7 +111409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111469,17 +111469,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111544,7 +111544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111604,17 +111604,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -111679,7 +111679,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -111739,17 +111739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111814,7 +111814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -111874,17 +111874,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -111949,7 +111949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112009,17 +112009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112084,7 +112084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112144,17 +112144,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -112219,7 +112219,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -112279,17 +112279,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112354,7 +112354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112414,17 +112414,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -112489,7 +112489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112549,17 +112549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112624,7 +112624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112684,17 +112684,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -112759,7 +112759,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -112819,17 +112819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112894,7 +112894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -112954,17 +112954,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -113029,7 +113029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113089,17 +113089,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113164,7 +113164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113224,17 +113224,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -113299,7 +113299,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -113359,17 +113359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113434,7 +113434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113494,17 +113494,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -113569,7 +113569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113629,17 +113629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113704,7 +113704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113764,17 +113764,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -113839,7 +113839,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -113899,17 +113899,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -113974,7 +113974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114034,17 +114034,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -114109,7 +114109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114169,17 +114169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114244,7 +114244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114304,17 +114304,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -114379,7 +114379,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -114439,17 +114439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114514,7 +114514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114574,17 +114574,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114649,7 +114649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114709,17 +114709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114784,7 +114784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -114844,17 +114844,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -114919,7 +114919,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -114979,17 +114979,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115054,7 +115054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115114,17 +115114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115189,7 +115189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115249,17 +115249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115324,7 +115324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115384,17 +115384,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -115459,7 +115459,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -115519,17 +115519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115594,7 +115594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115654,17 +115654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115729,7 +115729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115789,17 +115789,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115864,7 +115864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -115924,17 +115924,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -115999,7 +115999,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -116059,17 +116059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116134,7 +116134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116194,17 +116194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116269,7 +116269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116329,17 +116329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -116404,7 +116404,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -116464,17 +116464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116539,7 +116539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116599,17 +116599,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116674,7 +116674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116734,17 +116734,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116809,7 +116809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -116869,17 +116869,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -116944,7 +116944,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -117004,17 +117004,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117079,7 +117079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117139,17 +117139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117214,7 +117214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117274,17 +117274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -117349,7 +117349,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -117409,17 +117409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117484,7 +117484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117544,17 +117544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117619,7 +117619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117679,17 +117679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117754,7 +117754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -117814,17 +117814,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -117889,7 +117889,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -117949,17 +117949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118024,7 +118024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118084,17 +118084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118159,7 +118159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118219,17 +118219,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -118294,7 +118294,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -118354,17 +118354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118429,7 +118429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118489,17 +118489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118564,7 +118564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118624,17 +118624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118699,7 +118699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118759,17 +118759,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -118834,7 +118834,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -118894,17 +118894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -118969,7 +118969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119029,17 +119029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119104,7 +119104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119164,17 +119164,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -119239,7 +119239,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -119299,17 +119299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119374,7 +119374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119434,17 +119434,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -119509,7 +119509,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -119569,17 +119569,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119644,7 +119644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119704,17 +119704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119779,7 +119779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -119839,17 +119839,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -119914,7 +119914,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -119974,17 +119974,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120049,7 +120049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120109,17 +120109,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -120184,7 +120184,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -120244,17 +120244,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120319,7 +120319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120379,17 +120379,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120454,7 +120454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120514,17 +120514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120589,7 +120589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -120649,17 +120649,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -120724,7 +120724,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -120784,17 +120784,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -120859,7 +120859,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -120919,17 +120919,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -120994,7 +120994,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -121054,17 +121054,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -121129,7 +121129,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -121189,17 +121189,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -121264,7 +121264,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -121324,17 +121324,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -121399,7 +121399,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -121459,17 +121459,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -121534,7 +121534,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -121594,17 +121594,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -121669,7 +121669,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -121729,17 +121729,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -121804,7 +121804,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -121864,17 +121864,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -121939,7 +121939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -121999,17 +121999,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -122074,7 +122074,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -122134,17 +122134,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -122209,7 +122209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -122269,17 +122269,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -122344,7 +122344,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -122404,17 +122404,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -122479,7 +122479,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -122539,17 +122539,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -122614,7 +122614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -122674,17 +122674,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -122749,7 +122749,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -122809,17 +122809,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -122884,7 +122884,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -122944,17 +122944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -123019,7 +123019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -123079,17 +123079,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -123154,7 +123154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -123214,17 +123214,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -123289,7 +123289,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -123349,17 +123349,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -123424,7 +123424,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -123484,17 +123484,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -123559,7 +123559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -123619,17 +123619,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -123694,7 +123694,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -123754,17 +123754,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -123829,7 +123829,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -123889,17 +123889,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -123964,7 +123964,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -124024,17 +124024,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124099,7 +124099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -124159,17 +124159,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124234,7 +124234,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -124294,17 +124294,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124369,7 +124369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -124429,17 +124429,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124504,7 +124504,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -124564,17 +124564,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124639,7 +124639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -124699,17 +124699,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124774,7 +124774,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -124834,17 +124834,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -124909,7 +124909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -124969,17 +124969,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -125044,7 +125044,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -125104,17 +125104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125179,7 +125179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125239,17 +125239,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -125314,7 +125314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125374,17 +125374,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -125449,7 +125449,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -125509,17 +125509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125584,7 +125584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125644,17 +125644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125719,7 +125719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125779,17 +125779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125854,7 +125854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -125914,17 +125914,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -125989,7 +125989,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -126049,17 +126049,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126124,7 +126124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126184,17 +126184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126259,7 +126259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126319,17 +126319,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -126394,7 +126394,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -126454,17 +126454,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -126529,7 +126529,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -126589,17 +126589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126664,7 +126664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126724,17 +126724,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126799,7 +126799,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -126859,17 +126859,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -126934,7 +126934,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -126994,17 +126994,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -127069,7 +127069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -127129,17 +127129,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -127204,7 +127204,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -127264,17 +127264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -127339,7 +127339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -127399,17 +127399,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -127474,7 +127474,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -127534,17 +127534,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -127609,7 +127609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -127669,17 +127669,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -127744,7 +127744,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -127804,17 +127804,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -127879,7 +127879,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -127939,17 +127939,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128014,7 +128014,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128074,17 +128074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128149,7 +128149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128209,17 +128209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128284,7 +128284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128344,17 +128344,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -128419,7 +128419,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -128479,17 +128479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128554,7 +128554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128614,17 +128614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128689,7 +128689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -128749,17 +128749,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -128824,7 +128824,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -128884,17 +128884,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -128959,7 +128959,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -129019,17 +129019,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -129094,7 +129094,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -129154,17 +129154,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -129229,7 +129229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -129289,17 +129289,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -129364,7 +129364,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -129424,17 +129424,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -129499,7 +129499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -129559,17 +129559,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -129634,7 +129634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -129694,17 +129694,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -129769,7 +129769,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -129829,17 +129829,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -129904,7 +129904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -129964,17 +129964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130039,7 +130039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130099,17 +130099,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -130174,7 +130174,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -130234,17 +130234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130309,7 +130309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130369,17 +130369,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -130444,7 +130444,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -130504,17 +130504,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -130579,7 +130579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130639,17 +130639,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -130714,7 +130714,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -130774,17 +130774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130849,7 +130849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -130909,17 +130909,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -130984,7 +130984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131044,17 +131044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131119,7 +131119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131179,17 +131179,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -131254,7 +131254,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -131314,17 +131314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131389,7 +131389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131449,17 +131449,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -131524,7 +131524,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -131584,17 +131584,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -131659,7 +131659,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -131719,17 +131719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131794,7 +131794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131854,17 +131854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131929,7 +131929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -131989,17 +131989,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -132064,7 +132064,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -132124,17 +132124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -132199,7 +132199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -132259,17 +132259,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -132334,7 +132334,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -132394,17 +132394,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -132469,7 +132469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -132529,17 +132529,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -132604,7 +132604,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -132664,17 +132664,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -132739,7 +132739,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -132799,17 +132799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -132874,7 +132874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -132934,17 +132934,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -133009,7 +133009,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -133069,17 +133069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133144,7 +133144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133204,17 +133204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133279,7 +133279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133339,17 +133339,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -133414,7 +133414,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -133474,17 +133474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133549,7 +133549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133609,17 +133609,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133684,7 +133684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133744,17 +133744,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -133819,7 +133819,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -133879,17 +133879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -133954,7 +133954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134014,17 +134014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134089,7 +134089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134149,17 +134149,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -134224,7 +134224,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -134284,17 +134284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134359,7 +134359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134419,17 +134419,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -134494,7 +134494,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -134554,17 +134554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134629,7 +134629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134689,17 +134689,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -134764,7 +134764,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -134824,17 +134824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134899,7 +134899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -134959,17 +134959,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -135034,7 +135034,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -135094,17 +135094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -135169,7 +135169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -135229,17 +135229,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -135304,7 +135304,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -135364,17 +135364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -135439,7 +135439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -135499,17 +135499,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -135574,7 +135574,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -135634,17 +135634,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -135709,7 +135709,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -135769,17 +135769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -135844,7 +135844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -135904,17 +135904,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -135979,7 +135979,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -136039,17 +136039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136114,7 +136114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136174,17 +136174,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -136249,7 +136249,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -136309,17 +136309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136384,7 +136384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136444,17 +136444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136519,7 +136519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136579,17 +136579,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -136654,7 +136654,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -136714,17 +136714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136789,7 +136789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -136849,17 +136849,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -136924,7 +136924,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -136984,17 +136984,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137059,7 +137059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137119,17 +137119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137194,7 +137194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137254,17 +137254,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -137329,7 +137329,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -137389,17 +137389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137464,7 +137464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137524,17 +137524,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137599,7 +137599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137659,17 +137659,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -137734,7 +137734,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -137794,17 +137794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137869,7 +137869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -137929,17 +137929,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -138004,7 +138004,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -138064,17 +138064,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138139,7 +138139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138199,17 +138199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138274,7 +138274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138334,17 +138334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138409,7 +138409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138469,17 +138469,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -138544,7 +138544,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -138604,17 +138604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138679,7 +138679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138739,17 +138739,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -138814,7 +138814,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -138874,17 +138874,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -138949,7 +138949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139009,17 +139009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139084,7 +139084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139144,17 +139144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139219,7 +139219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139279,17 +139279,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -139354,7 +139354,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -139414,17 +139414,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139489,7 +139489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139549,17 +139549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139624,7 +139624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139684,17 +139684,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -139759,7 +139759,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -139819,17 +139819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139894,7 +139894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -139954,17 +139954,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -140029,7 +140029,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -140089,17 +140089,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140164,7 +140164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140224,17 +140224,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -140299,7 +140299,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -140359,17 +140359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140434,7 +140434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140494,17 +140494,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -140569,7 +140569,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -140629,17 +140629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140704,7 +140704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140764,17 +140764,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140839,7 +140839,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -140899,17 +140899,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -140974,7 +140974,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -141034,17 +141034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141109,7 +141109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141169,17 +141169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141244,7 +141244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141304,17 +141304,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -141379,7 +141379,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -141439,17 +141439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141514,7 +141514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141574,17 +141574,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141649,7 +141649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141709,17 +141709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141784,7 +141784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -141844,17 +141844,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -141919,7 +141919,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -141979,17 +141979,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142054,7 +142054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142114,17 +142114,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -142189,7 +142189,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -142249,17 +142249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142324,7 +142324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142384,17 +142384,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142459,7 +142459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142519,17 +142519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142594,7 +142594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142654,17 +142654,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -142729,7 +142729,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -142789,17 +142789,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142864,7 +142864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142924,17 +142924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -142999,7 +142999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143059,17 +143059,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -143134,7 +143134,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -143194,17 +143194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143269,7 +143269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143329,17 +143329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -143404,7 +143404,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -143464,17 +143464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143539,7 +143539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143599,17 +143599,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143674,7 +143674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143734,17 +143734,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -143809,7 +143809,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -143869,17 +143869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -143944,7 +143944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -144004,17 +144004,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -144079,7 +144079,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -144139,17 +144139,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -144214,7 +144214,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -144274,17 +144274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -144349,7 +144349,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -144409,17 +144409,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -144484,7 +144484,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -144544,17 +144544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -144619,7 +144619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -144679,17 +144679,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -144754,7 +144754,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -144814,17 +144814,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -144889,7 +144889,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -144949,17 +144949,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145024,7 +145024,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -145084,17 +145084,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145159,7 +145159,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -145219,17 +145219,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145294,7 +145294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -145354,17 +145354,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145429,7 +145429,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -145489,17 +145489,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145564,7 +145564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -145624,17 +145624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -145699,7 +145699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -145759,17 +145759,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145834,7 +145834,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -145894,17 +145894,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -145969,7 +145969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146029,17 +146029,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -146104,7 +146104,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -146164,17 +146164,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -146239,7 +146239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146299,17 +146299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146374,7 +146374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146434,17 +146434,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -146509,7 +146509,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -146569,17 +146569,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -146644,7 +146644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146704,17 +146704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146779,7 +146779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -146839,17 +146839,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -146914,7 +146914,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -146974,17 +146974,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -147049,7 +147049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147109,17 +147109,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147184,7 +147184,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147244,17 +147244,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -147319,7 +147319,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -147379,17 +147379,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -147454,7 +147454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147514,17 +147514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147589,7 +147589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147649,17 +147649,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -147724,7 +147724,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -147784,17 +147784,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -147859,7 +147859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147919,17 +147919,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -147994,7 +147994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148054,17 +148054,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -148129,7 +148129,7 @@ }, { "Name": "CookingValue", - "Value": "0,65", + "Value": "0.65", "Type": 1 }, { @@ -148189,17 +148189,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -148264,7 +148264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148324,17 +148324,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148399,7 +148399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148459,17 +148459,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -148534,7 +148534,7 @@ }, { "Name": "CookingValue", - "Value": "0,9", + "Value": "0.9", "Type": 1 }, { @@ -148594,17 +148594,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -148669,7 +148669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148729,17 +148729,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148804,7 +148804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -148864,17 +148864,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -148939,7 +148939,7 @@ }, { "Name": "CookingValue", - "Value": "1,0", + "Value": "1.0", "Type": 1 }, { @@ -148999,17 +148999,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -149074,7 +149074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149134,17 +149134,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149209,7 +149209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149269,17 +149269,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -149344,7 +149344,7 @@ }, { "Name": "CookingValue", - "Value": "0,4", + "Value": "0.4", "Type": 1 }, { @@ -149404,17 +149404,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -149479,7 +149479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149539,17 +149539,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149614,7 +149614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149674,17 +149674,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -149749,7 +149749,7 @@ }, { "Name": "CookingValue", - "Value": "0,7", + "Value": "0.7", "Type": 1 }, { @@ -149809,17 +149809,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -149884,7 +149884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -149944,17 +149944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150019,7 +150019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150079,17 +150079,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150154,7 +150154,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150214,17 +150214,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150289,7 +150289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150349,17 +150349,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150424,7 +150424,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150484,17 +150484,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150559,7 +150559,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150619,17 +150619,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150694,7 +150694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150754,17 +150754,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150829,7 +150829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -150889,17 +150889,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -150964,7 +150964,7 @@ }, { "Name": "CookingValue", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -151024,17 +151024,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -151099,7 +151099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151159,17 +151159,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151234,7 +151234,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151294,17 +151294,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -151369,7 +151369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151429,17 +151429,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151504,7 +151504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151564,17 +151564,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -151639,7 +151639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151699,17 +151699,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151774,7 +151774,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151834,17 +151834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151909,7 +151909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -151969,17 +151969,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152044,7 +152044,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152104,17 +152104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152179,7 +152179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152239,17 +152239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152314,7 +152314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152374,17 +152374,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152449,7 +152449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152509,17 +152509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152584,7 +152584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152644,17 +152644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152719,7 +152719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152779,17 +152779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152854,7 +152854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152914,17 +152914,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -152989,7 +152989,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153049,17 +153049,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153124,7 +153124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153184,17 +153184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153259,7 +153259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153319,17 +153319,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153394,7 +153394,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153454,17 +153454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153529,7 +153529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153589,17 +153589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153664,7 +153664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153724,17 +153724,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153799,7 +153799,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153859,17 +153859,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153934,7 +153934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -153994,17 +153994,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154069,7 +154069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154129,17 +154129,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154204,7 +154204,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154264,17 +154264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154339,7 +154339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154399,17 +154399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154474,7 +154474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154534,17 +154534,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154609,7 +154609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154669,17 +154669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154744,7 +154744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154804,17 +154804,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154879,7 +154879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -154939,17 +154939,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155014,7 +155014,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155074,17 +155074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155149,7 +155149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155209,17 +155209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155284,7 +155284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155344,17 +155344,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155419,7 +155419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155479,17 +155479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155554,7 +155554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155614,17 +155614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155689,7 +155689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155749,17 +155749,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155824,7 +155824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155884,17 +155884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -155959,7 +155959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156019,17 +156019,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156094,7 +156094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156154,17 +156154,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156229,7 +156229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156289,17 +156289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156364,7 +156364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156424,17 +156424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156499,7 +156499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156559,17 +156559,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156634,7 +156634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156694,17 +156694,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156769,7 +156769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156829,17 +156829,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156904,7 +156904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -156964,17 +156964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157039,7 +157039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157099,17 +157099,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157174,7 +157174,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157234,17 +157234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157309,7 +157309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157369,17 +157369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157444,7 +157444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157504,17 +157504,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157579,7 +157579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157639,17 +157639,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157714,7 +157714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157774,17 +157774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157849,7 +157849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157909,17 +157909,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -157984,7 +157984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158044,17 +158044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158119,7 +158119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158179,17 +158179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158254,7 +158254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158314,17 +158314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158389,7 +158389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158449,17 +158449,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158524,7 +158524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158584,17 +158584,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158659,7 +158659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158719,17 +158719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158794,7 +158794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158854,17 +158854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158929,7 +158929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -158989,17 +158989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159064,7 +159064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159124,17 +159124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159199,7 +159199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159259,17 +159259,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159334,7 +159334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159394,17 +159394,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159469,7 +159469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159529,17 +159529,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159604,7 +159604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159664,17 +159664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159739,7 +159739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159799,17 +159799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159874,7 +159874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -159934,17 +159934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160009,7 +160009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160069,17 +160069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160144,7 +160144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160204,17 +160204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160279,7 +160279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160339,17 +160339,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160414,7 +160414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160474,17 +160474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160549,7 +160549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160609,17 +160609,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160684,7 +160684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160744,17 +160744,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160819,7 +160819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160879,17 +160879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -160954,7 +160954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161014,17 +161014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161089,7 +161089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161149,17 +161149,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161224,7 +161224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161284,17 +161284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161359,7 +161359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161419,17 +161419,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161494,7 +161494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161554,17 +161554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161629,7 +161629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161689,17 +161689,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161764,7 +161764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161824,17 +161824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161899,7 +161899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -161959,17 +161959,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162034,7 +162034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162094,17 +162094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162169,7 +162169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162229,17 +162229,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162304,7 +162304,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162364,17 +162364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162439,7 +162439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162499,17 +162499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162574,7 +162574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162634,17 +162634,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162709,7 +162709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162769,17 +162769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162844,7 +162844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162904,17 +162904,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -162979,7 +162979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163039,17 +163039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163114,7 +163114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163174,17 +163174,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163249,7 +163249,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163309,17 +163309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163384,7 +163384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163444,17 +163444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163519,7 +163519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163579,17 +163579,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163654,7 +163654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163714,17 +163714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163789,7 +163789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163849,17 +163849,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163924,7 +163924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -163984,17 +163984,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164059,7 +164059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164119,17 +164119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164194,7 +164194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164254,17 +164254,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164329,7 +164329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164389,17 +164389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164464,7 +164464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164524,17 +164524,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164599,7 +164599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164659,17 +164659,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164734,7 +164734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164794,17 +164794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164869,7 +164869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -164929,17 +164929,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165004,7 +165004,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165064,17 +165064,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165139,7 +165139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165199,17 +165199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165274,7 +165274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165334,17 +165334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165409,7 +165409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165469,17 +165469,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165544,7 +165544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165604,17 +165604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165679,7 +165679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165739,17 +165739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165814,7 +165814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165874,17 +165874,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -165949,7 +165949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166009,17 +166009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166084,7 +166084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166144,17 +166144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166219,7 +166219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166279,17 +166279,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166354,7 +166354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166414,17 +166414,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166489,7 +166489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166549,17 +166549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166624,7 +166624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166684,17 +166684,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166759,7 +166759,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166819,17 +166819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166894,7 +166894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -166954,17 +166954,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167029,7 +167029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167089,17 +167089,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167164,7 +167164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167224,17 +167224,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167299,7 +167299,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167359,17 +167359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167434,7 +167434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167494,17 +167494,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167569,7 +167569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167629,17 +167629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167704,7 +167704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167764,17 +167764,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167839,7 +167839,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167899,17 +167899,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -167974,7 +167974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168034,17 +168034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168109,7 +168109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168169,17 +168169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168244,7 +168244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168304,17 +168304,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "5,0", + "Value": "5.0", "Type": 1 }, { @@ -168379,7 +168379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168439,17 +168439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168514,7 +168514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168574,17 +168574,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168649,7 +168649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168709,17 +168709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168784,7 +168784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168844,17 +168844,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168919,7 +168919,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -168979,17 +168979,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -169054,7 +169054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169114,17 +169114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169189,7 +169189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169249,17 +169249,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -169324,7 +169324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169384,17 +169384,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169459,7 +169459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169519,17 +169519,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -169594,7 +169594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169654,17 +169654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169729,7 +169729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169789,17 +169789,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -169864,7 +169864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169924,17 +169924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -169999,7 +169999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170059,17 +170059,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -170134,7 +170134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170194,17 +170194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170269,7 +170269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170329,17 +170329,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -170404,7 +170404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170464,17 +170464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170539,7 +170539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170599,17 +170599,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -170674,7 +170674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170734,17 +170734,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -170809,7 +170809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170869,17 +170869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -170944,7 +170944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171004,17 +171004,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -171079,7 +171079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171139,17 +171139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171214,7 +171214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171274,17 +171274,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -171349,7 +171349,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171409,17 +171409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171484,7 +171484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171544,17 +171544,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -171619,7 +171619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171679,17 +171679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171754,7 +171754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171814,17 +171814,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -171889,7 +171889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -171949,17 +171949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172024,7 +172024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172084,17 +172084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172159,7 +172159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172219,17 +172219,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172294,7 +172294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172354,17 +172354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172429,7 +172429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172489,17 +172489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172564,7 +172564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172624,17 +172624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172699,7 +172699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172759,17 +172759,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172834,7 +172834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172894,17 +172894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -172969,7 +172969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173029,17 +173029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173104,7 +173104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173164,17 +173164,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173239,7 +173239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173299,17 +173299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173374,7 +173374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173434,17 +173434,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173509,7 +173509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173569,17 +173569,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173644,7 +173644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173704,17 +173704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173779,7 +173779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173839,17 +173839,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173914,7 +173914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -173974,17 +173974,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174049,7 +174049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174109,17 +174109,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174184,7 +174184,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174244,17 +174244,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174319,7 +174319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174379,17 +174379,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174454,7 +174454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174514,17 +174514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174589,7 +174589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174649,17 +174649,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174724,7 +174724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174784,17 +174784,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174859,7 +174859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174919,17 +174919,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -174994,7 +174994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175054,17 +175054,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175129,7 +175129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175189,17 +175189,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175264,7 +175264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175324,17 +175324,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175399,7 +175399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175459,17 +175459,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175534,7 +175534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175594,17 +175594,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175669,7 +175669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175729,17 +175729,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175804,7 +175804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175864,17 +175864,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175939,7 +175939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -175999,17 +175999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176074,7 +176074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176134,17 +176134,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176209,7 +176209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176269,17 +176269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176344,7 +176344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176404,17 +176404,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176479,7 +176479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176539,17 +176539,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176614,7 +176614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176674,17 +176674,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176749,7 +176749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176809,17 +176809,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176884,7 +176884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -176944,17 +176944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177019,7 +177019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177079,17 +177079,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177154,7 +177154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177214,17 +177214,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177289,7 +177289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177349,17 +177349,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177424,7 +177424,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177484,17 +177484,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177559,7 +177559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177619,17 +177619,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177694,7 +177694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177754,17 +177754,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177829,7 +177829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177889,17 +177889,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -177964,7 +177964,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178024,17 +178024,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178099,7 +178099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178159,17 +178159,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178234,7 +178234,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178294,17 +178294,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178369,7 +178369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178429,17 +178429,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178504,7 +178504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178564,17 +178564,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178639,7 +178639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178699,17 +178699,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178774,7 +178774,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178834,17 +178834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178909,7 +178909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -178969,17 +178969,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179044,7 +179044,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179104,17 +179104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179179,7 +179179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179239,17 +179239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179314,7 +179314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179374,17 +179374,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179449,7 +179449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179509,17 +179509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179584,7 +179584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179644,17 +179644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179719,7 +179719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179779,17 +179779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179854,7 +179854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179914,17 +179914,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -179989,7 +179989,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180049,17 +180049,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180124,7 +180124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180184,17 +180184,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -180259,7 +180259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180319,17 +180319,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180394,7 +180394,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180454,17 +180454,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -180529,7 +180529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180589,17 +180589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180664,7 +180664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180724,17 +180724,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -180799,7 +180799,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180859,17 +180859,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180934,7 +180934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -180994,17 +180994,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -181069,7 +181069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181129,17 +181129,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181204,7 +181204,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181264,17 +181264,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -181339,7 +181339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181399,17 +181399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181474,7 +181474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181534,17 +181534,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,02", + "Value": "-0.02", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,02", + "Value": "0.02", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { @@ -181609,7 +181609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181669,17 +181669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181744,7 +181744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181804,17 +181804,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -181879,7 +181879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -181939,17 +181939,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182014,7 +182014,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182074,17 +182074,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -182149,7 +182149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182209,17 +182209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182284,7 +182284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182344,17 +182344,17 @@ }, { "Name": "LowPriceMod", - "Value": "-0,1", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,1", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,2", + "Value": "0.2", "Type": 1 }, { @@ -182419,7 +182419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182479,17 +182479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182554,7 +182554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182614,17 +182614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182689,7 +182689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182749,17 +182749,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182824,7 +182824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182884,17 +182884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -182959,7 +182959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183019,17 +183019,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183094,7 +183094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183154,17 +183154,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183229,7 +183229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183289,17 +183289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183364,7 +183364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183424,17 +183424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183499,7 +183499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183559,17 +183559,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183634,7 +183634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183694,17 +183694,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183769,7 +183769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183829,17 +183829,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183904,7 +183904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -183964,17 +183964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184039,7 +184039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184099,17 +184099,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184174,7 +184174,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184234,17 +184234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184309,7 +184309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184369,17 +184369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184444,7 +184444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184504,17 +184504,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184579,7 +184579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184639,17 +184639,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184714,7 +184714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184774,17 +184774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184849,7 +184849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184909,17 +184909,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -184984,7 +184984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185044,17 +185044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185119,7 +185119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185179,17 +185179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185254,7 +185254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185314,17 +185314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185389,7 +185389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185449,17 +185449,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185524,7 +185524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185584,17 +185584,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185659,7 +185659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185719,17 +185719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185794,7 +185794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185854,17 +185854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185929,7 +185929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -185989,17 +185989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186064,7 +186064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186124,17 +186124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186199,7 +186199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186259,17 +186259,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186334,7 +186334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186394,17 +186394,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186469,7 +186469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186529,17 +186529,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186604,7 +186604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186664,17 +186664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186739,7 +186739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186799,17 +186799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186874,7 +186874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -186934,17 +186934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187009,7 +187009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187069,17 +187069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187144,7 +187144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187204,17 +187204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187279,7 +187279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187339,17 +187339,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187414,7 +187414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187474,17 +187474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187549,7 +187549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187609,17 +187609,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187684,7 +187684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187744,17 +187744,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187819,7 +187819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187879,17 +187879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -187954,7 +187954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188014,17 +188014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188089,7 +188089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188149,17 +188149,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188224,7 +188224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188284,17 +188284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188359,7 +188359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188419,17 +188419,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188494,7 +188494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188554,17 +188554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188629,7 +188629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188689,17 +188689,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188764,7 +188764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188824,17 +188824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188899,7 +188899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -188959,17 +188959,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189034,7 +189034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189094,17 +189094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189169,7 +189169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189229,17 +189229,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189304,7 +189304,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189364,17 +189364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189439,7 +189439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189499,17 +189499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189574,7 +189574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189634,17 +189634,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189709,7 +189709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189769,17 +189769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189844,7 +189844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189904,17 +189904,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -189979,7 +189979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190039,17 +190039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190114,7 +190114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190174,17 +190174,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190249,7 +190249,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190309,17 +190309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190384,7 +190384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190444,17 +190444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190519,7 +190519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190579,17 +190579,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190654,7 +190654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190714,17 +190714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190789,7 +190789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190849,17 +190849,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190924,7 +190924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -190984,17 +190984,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191059,7 +191059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191119,17 +191119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191194,7 +191194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191254,17 +191254,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191329,7 +191329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191389,17 +191389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191464,7 +191464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191524,17 +191524,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191599,7 +191599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191659,17 +191659,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191734,7 +191734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191794,17 +191794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191869,7 +191869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -191929,17 +191929,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192004,7 +192004,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192064,17 +192064,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192139,7 +192139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192199,17 +192199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192274,7 +192274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192334,17 +192334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192409,7 +192409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192469,17 +192469,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192544,7 +192544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192604,17 +192604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192679,7 +192679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192739,17 +192739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192814,7 +192814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192874,17 +192874,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -192949,7 +192949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193009,17 +193009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193084,7 +193084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193144,17 +193144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193219,7 +193219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193279,17 +193279,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193354,7 +193354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193414,17 +193414,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193489,7 +193489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193549,17 +193549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193624,7 +193624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193684,17 +193684,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193759,7 +193759,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193819,17 +193819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193894,7 +193894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -193954,17 +193954,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194029,7 +194029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194089,17 +194089,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194164,7 +194164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194224,17 +194224,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194299,7 +194299,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194359,17 +194359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194434,7 +194434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194494,17 +194494,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194569,7 +194569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194629,17 +194629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194704,7 +194704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194764,17 +194764,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194839,7 +194839,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194899,17 +194899,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -194974,7 +194974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195034,17 +195034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195109,7 +195109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195169,17 +195169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195244,7 +195244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195304,17 +195304,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195379,7 +195379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195439,17 +195439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195514,7 +195514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195574,17 +195574,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195649,7 +195649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195709,17 +195709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195784,7 +195784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195844,17 +195844,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195919,7 +195919,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -195979,17 +195979,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196054,7 +196054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196114,17 +196114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196189,7 +196189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196249,17 +196249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196324,7 +196324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196384,17 +196384,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196459,7 +196459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196519,17 +196519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196594,7 +196594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196654,17 +196654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196729,7 +196729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196789,17 +196789,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196864,7 +196864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196924,17 +196924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -196999,7 +196999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197059,17 +197059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197134,7 +197134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197194,17 +197194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197269,7 +197269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197329,17 +197329,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197404,7 +197404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197464,17 +197464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197539,7 +197539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197599,17 +197599,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197674,7 +197674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197734,17 +197734,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197809,7 +197809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197869,17 +197869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -197944,7 +197944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198004,17 +198004,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198079,7 +198079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198139,17 +198139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198214,7 +198214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198274,17 +198274,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198349,7 +198349,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198409,17 +198409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198484,7 +198484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198544,17 +198544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198619,7 +198619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198679,17 +198679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198754,7 +198754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198814,17 +198814,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198889,7 +198889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -198949,17 +198949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199024,7 +199024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199084,17 +199084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199159,7 +199159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199219,17 +199219,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199294,7 +199294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199354,17 +199354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199429,7 +199429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199489,17 +199489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199564,7 +199564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199624,17 +199624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199699,7 +199699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199759,17 +199759,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199834,7 +199834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199894,17 +199894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -199969,7 +199969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200029,17 +200029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200104,7 +200104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200164,17 +200164,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200239,7 +200239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200299,17 +200299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200374,7 +200374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200434,17 +200434,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200509,7 +200509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200569,17 +200569,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200644,7 +200644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200704,17 +200704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200779,7 +200779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200839,17 +200839,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200914,7 +200914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -200974,17 +200974,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201049,7 +201049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201109,17 +201109,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201184,7 +201184,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201244,17 +201244,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201319,7 +201319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201379,17 +201379,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201454,7 +201454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201514,17 +201514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201589,7 +201589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201649,17 +201649,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201724,7 +201724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201784,17 +201784,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201859,7 +201859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201919,17 +201919,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -201994,7 +201994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202054,17 +202054,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202129,7 +202129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202189,17 +202189,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202264,7 +202264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202324,17 +202324,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202399,7 +202399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202459,17 +202459,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202534,7 +202534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202594,17 +202594,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202669,7 +202669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202729,17 +202729,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202804,7 +202804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202864,17 +202864,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202939,7 +202939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -202999,17 +202999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203074,7 +203074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203134,17 +203134,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203209,7 +203209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203269,17 +203269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203344,7 +203344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203404,17 +203404,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203479,7 +203479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203539,17 +203539,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203614,7 +203614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203674,17 +203674,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203749,7 +203749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203809,17 +203809,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203884,7 +203884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -203944,17 +203944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204019,7 +204019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204079,17 +204079,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204154,7 +204154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204214,17 +204214,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204289,7 +204289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204349,17 +204349,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204424,7 +204424,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204484,17 +204484,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204559,7 +204559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204619,17 +204619,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204694,7 +204694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204754,17 +204754,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204829,7 +204829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204889,17 +204889,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -204964,7 +204964,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205024,17 +205024,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205099,7 +205099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205159,17 +205159,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205234,7 +205234,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205294,17 +205294,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205369,7 +205369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205429,17 +205429,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205504,7 +205504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205564,17 +205564,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205639,7 +205639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205699,17 +205699,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205774,7 +205774,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205834,17 +205834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205909,7 +205909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -205969,17 +205969,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206044,7 +206044,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206104,17 +206104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206179,7 +206179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206239,17 +206239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206314,7 +206314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206374,17 +206374,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206449,7 +206449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206509,17 +206509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206584,7 +206584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206644,17 +206644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206719,7 +206719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206779,17 +206779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206854,7 +206854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206914,17 +206914,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -206989,7 +206989,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207049,17 +207049,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207124,7 +207124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207184,17 +207184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207259,7 +207259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207319,17 +207319,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207394,7 +207394,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207454,17 +207454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207529,7 +207529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207589,17 +207589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207664,7 +207664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207724,17 +207724,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207799,7 +207799,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207859,17 +207859,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207934,7 +207934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -207994,17 +207994,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208069,7 +208069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208129,17 +208129,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208204,7 +208204,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208264,17 +208264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208339,7 +208339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208399,17 +208399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208474,7 +208474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208534,17 +208534,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208609,7 +208609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208669,17 +208669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208744,7 +208744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208804,17 +208804,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208879,7 +208879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -208939,17 +208939,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209014,7 +209014,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209074,17 +209074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209149,7 +209149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209209,17 +209209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209284,7 +209284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209344,17 +209344,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209419,7 +209419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209479,17 +209479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209554,7 +209554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209614,17 +209614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209689,7 +209689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209749,17 +209749,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209824,7 +209824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209884,17 +209884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -209959,7 +209959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210019,17 +210019,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210094,7 +210094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210154,17 +210154,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210229,7 +210229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210289,17 +210289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210364,7 +210364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210424,17 +210424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210499,7 +210499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210559,17 +210559,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210634,7 +210634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210694,17 +210694,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210769,7 +210769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210829,17 +210829,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210904,7 +210904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -210964,17 +210964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211039,7 +211039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211099,17 +211099,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211174,7 +211174,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211234,17 +211234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211309,7 +211309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211369,17 +211369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211444,7 +211444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211504,17 +211504,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211579,7 +211579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211639,17 +211639,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211714,7 +211714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211774,17 +211774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211849,7 +211849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211909,17 +211909,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -211984,7 +211984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212044,17 +212044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212119,7 +212119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212179,17 +212179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212254,7 +212254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212314,17 +212314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212389,7 +212389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212449,17 +212449,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212524,7 +212524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212584,17 +212584,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212659,7 +212659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212719,17 +212719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212794,7 +212794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212854,17 +212854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212929,7 +212929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -212989,17 +212989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213064,7 +213064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213124,17 +213124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213199,7 +213199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213259,17 +213259,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213334,7 +213334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213394,17 +213394,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213469,7 +213469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213529,17 +213529,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213604,7 +213604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213664,17 +213664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213739,7 +213739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213799,17 +213799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213874,7 +213874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -213934,17 +213934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214009,7 +214009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214069,17 +214069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214144,7 +214144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214204,17 +214204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214279,7 +214279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214339,17 +214339,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214414,7 +214414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214474,17 +214474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214549,7 +214549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214609,17 +214609,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214684,7 +214684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214744,17 +214744,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214819,7 +214819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214879,17 +214879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -214954,7 +214954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215014,17 +215014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215089,7 +215089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215149,17 +215149,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215224,7 +215224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215284,17 +215284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215359,7 +215359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215419,17 +215419,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215494,7 +215494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215554,17 +215554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215629,7 +215629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215689,17 +215689,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215764,7 +215764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215824,17 +215824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215899,7 +215899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -215959,17 +215959,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216034,7 +216034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216094,17 +216094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216169,7 +216169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216229,17 +216229,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216304,7 +216304,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216364,17 +216364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216439,7 +216439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216499,17 +216499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216574,7 +216574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216634,17 +216634,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216709,7 +216709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216769,17 +216769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216844,7 +216844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216904,17 +216904,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -216979,7 +216979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217039,17 +217039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217114,7 +217114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217174,17 +217174,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217249,7 +217249,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217309,17 +217309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217384,7 +217384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217444,17 +217444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217519,7 +217519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217579,17 +217579,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217654,7 +217654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217714,17 +217714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217789,7 +217789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217849,17 +217849,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217924,7 +217924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -217984,17 +217984,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218059,7 +218059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218119,17 +218119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218194,7 +218194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218254,17 +218254,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218329,7 +218329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218389,17 +218389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218464,7 +218464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218524,17 +218524,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218599,7 +218599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218659,17 +218659,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218734,7 +218734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218794,17 +218794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218869,7 +218869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -218929,17 +218929,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219004,7 +219004,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219064,17 +219064,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219139,7 +219139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219199,17 +219199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219274,7 +219274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219334,17 +219334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219409,7 +219409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219469,17 +219469,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219544,7 +219544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219604,17 +219604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219679,7 +219679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219739,17 +219739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219814,7 +219814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219874,17 +219874,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -219949,7 +219949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220009,17 +220009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220084,7 +220084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220144,17 +220144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220219,7 +220219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220279,17 +220279,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220354,7 +220354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220414,17 +220414,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220489,7 +220489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220549,17 +220549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220624,7 +220624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220684,17 +220684,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220759,7 +220759,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220819,17 +220819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220894,7 +220894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -220954,17 +220954,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221029,7 +221029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221089,17 +221089,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221164,7 +221164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221224,17 +221224,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221299,7 +221299,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221359,17 +221359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221434,7 +221434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221494,17 +221494,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221569,7 +221569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221629,17 +221629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221704,7 +221704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221764,17 +221764,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221839,7 +221839,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221899,17 +221899,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -221974,7 +221974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222034,17 +222034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222109,7 +222109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222169,17 +222169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222244,7 +222244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222304,17 +222304,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222379,7 +222379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222439,17 +222439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222514,7 +222514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222574,17 +222574,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222649,7 +222649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222709,17 +222709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222784,7 +222784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222844,17 +222844,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222919,7 +222919,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -222979,17 +222979,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223054,7 +223054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223114,17 +223114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223189,7 +223189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223249,17 +223249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223324,7 +223324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223384,17 +223384,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223459,7 +223459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223519,17 +223519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223594,7 +223594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223654,17 +223654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223729,7 +223729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223789,17 +223789,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223864,7 +223864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223924,17 +223924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -223999,7 +223999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224059,17 +224059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224134,7 +224134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224194,17 +224194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224269,7 +224269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224329,17 +224329,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224404,7 +224404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224464,17 +224464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224539,7 +224539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224599,17 +224599,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224674,7 +224674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224734,17 +224734,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224809,7 +224809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224869,17 +224869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -224944,7 +224944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225004,17 +225004,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225079,7 +225079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225139,17 +225139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225214,7 +225214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225274,17 +225274,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225349,7 +225349,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225409,17 +225409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225484,7 +225484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225544,17 +225544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225619,7 +225619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225679,17 +225679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225754,7 +225754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225814,17 +225814,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225889,7 +225889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -225949,17 +225949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226024,7 +226024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226084,17 +226084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226159,7 +226159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226219,17 +226219,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226294,7 +226294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226354,17 +226354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226429,7 +226429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226489,17 +226489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226564,7 +226564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226624,17 +226624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226699,7 +226699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226759,17 +226759,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226834,7 +226834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226894,17 +226894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -226969,7 +226969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227029,17 +227029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227104,7 +227104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227164,17 +227164,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227239,7 +227239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227299,17 +227299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227374,7 +227374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227434,17 +227434,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227509,7 +227509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227569,17 +227569,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227644,7 +227644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227704,17 +227704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227779,7 +227779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227839,17 +227839,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227914,7 +227914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -227974,17 +227974,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228049,7 +228049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228109,17 +228109,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228184,7 +228184,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228244,17 +228244,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228319,7 +228319,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228379,17 +228379,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228454,7 +228454,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228514,17 +228514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228589,7 +228589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228649,17 +228649,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228724,7 +228724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228784,17 +228784,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228859,7 +228859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228919,17 +228919,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -228994,7 +228994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229054,17 +229054,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229129,7 +229129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229189,17 +229189,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229264,7 +229264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229324,17 +229324,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229399,7 +229399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229459,17 +229459,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229534,7 +229534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229594,17 +229594,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229669,7 +229669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229729,17 +229729,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229804,7 +229804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229864,17 +229864,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229939,7 +229939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -229999,17 +229999,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230074,7 +230074,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230134,17 +230134,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230209,7 +230209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230269,17 +230269,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230344,7 +230344,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230404,17 +230404,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230479,7 +230479,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230539,17 +230539,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230614,7 +230614,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230674,17 +230674,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230749,7 +230749,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230809,17 +230809,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230884,7 +230884,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -230944,17 +230944,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231019,7 +231019,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231079,17 +231079,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231154,7 +231154,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231214,17 +231214,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231289,7 +231289,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231349,17 +231349,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231424,7 +231424,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231484,17 +231484,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231559,7 +231559,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231619,17 +231619,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231694,7 +231694,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231754,17 +231754,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231829,7 +231829,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231889,17 +231889,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -231964,7 +231964,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232024,17 +232024,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232099,7 +232099,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232159,17 +232159,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232234,7 +232234,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232294,17 +232294,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232369,7 +232369,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232429,17 +232429,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232504,7 +232504,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232564,17 +232564,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232639,7 +232639,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232699,17 +232699,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232774,7 +232774,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232834,17 +232834,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232909,7 +232909,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -232969,17 +232969,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233044,7 +233044,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233104,17 +233104,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233179,7 +233179,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233239,17 +233239,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233314,7 +233314,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233374,17 +233374,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233449,7 +233449,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233509,17 +233509,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233584,7 +233584,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233644,17 +233644,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233719,7 +233719,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233779,17 +233779,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233854,7 +233854,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233914,17 +233914,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -233989,7 +233989,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234049,17 +234049,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234124,7 +234124,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234184,17 +234184,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234259,7 +234259,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234319,17 +234319,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234394,7 +234394,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234454,17 +234454,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234529,7 +234529,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234589,17 +234589,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234664,7 +234664,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234724,17 +234724,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234799,7 +234799,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234859,17 +234859,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234934,7 +234934,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -234994,17 +234994,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235069,7 +235069,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235129,17 +235129,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235204,7 +235204,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235264,17 +235264,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235339,7 +235339,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235399,17 +235399,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235474,7 +235474,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235534,17 +235534,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235609,7 +235609,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235669,17 +235669,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235744,7 +235744,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235804,17 +235804,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235879,7 +235879,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -235939,17 +235939,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236014,7 +236014,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236074,17 +236074,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236149,7 +236149,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236209,17 +236209,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236284,7 +236284,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236344,17 +236344,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236419,7 +236419,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236479,17 +236479,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236554,7 +236554,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236614,17 +236614,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236689,7 +236689,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236749,17 +236749,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236824,7 +236824,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236884,17 +236884,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -236959,7 +236959,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237019,17 +237019,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237094,7 +237094,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237154,17 +237154,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237229,7 +237229,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237289,17 +237289,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237364,7 +237364,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237424,17 +237424,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237499,7 +237499,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237559,17 +237559,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237634,7 +237634,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237694,17 +237694,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237769,7 +237769,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237829,17 +237829,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237904,7 +237904,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -237964,17 +237964,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238039,7 +238039,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238099,17 +238099,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238174,7 +238174,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238234,17 +238234,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238309,7 +238309,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238369,17 +238369,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238444,7 +238444,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238504,17 +238504,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238579,7 +238579,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238639,17 +238639,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238714,7 +238714,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238774,17 +238774,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238849,7 +238849,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238909,17 +238909,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -238984,7 +238984,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239044,17 +239044,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239119,7 +239119,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239179,17 +239179,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239254,7 +239254,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239314,17 +239314,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239389,7 +239389,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239449,17 +239449,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239524,7 +239524,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239584,17 +239584,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239659,7 +239659,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239719,17 +239719,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239794,7 +239794,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239854,17 +239854,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239929,7 +239929,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -239989,17 +239989,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240064,7 +240064,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240124,17 +240124,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240199,7 +240199,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240259,17 +240259,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240334,7 +240334,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240394,17 +240394,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240469,7 +240469,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240529,17 +240529,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240604,7 +240604,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240664,17 +240664,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240739,7 +240739,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240799,17 +240799,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240874,7 +240874,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -240934,17 +240934,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241009,7 +241009,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241069,17 +241069,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241144,7 +241144,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241204,17 +241204,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241279,7 +241279,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241339,17 +241339,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241414,7 +241414,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241474,17 +241474,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241549,7 +241549,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241609,17 +241609,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241684,7 +241684,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241744,17 +241744,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241819,7 +241819,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241879,17 +241879,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -241954,7 +241954,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242014,17 +242014,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242089,7 +242089,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242149,17 +242149,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242224,7 +242224,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242284,17 +242284,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242359,7 +242359,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242419,17 +242419,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242494,7 +242494,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242554,17 +242554,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242629,7 +242629,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242689,17 +242689,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242764,7 +242764,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242824,17 +242824,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242899,7 +242899,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -242959,17 +242959,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243034,7 +243034,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243094,17 +243094,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243169,7 +243169,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243229,17 +243229,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243304,7 +243304,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243364,17 +243364,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243439,7 +243439,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243499,17 +243499,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243574,7 +243574,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243634,17 +243634,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243709,7 +243709,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243769,17 +243769,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243844,7 +243844,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243904,17 +243904,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -243979,7 +243979,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244039,17 +244039,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244114,7 +244114,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244174,17 +244174,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244249,7 +244249,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244309,17 +244309,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244384,7 +244384,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244444,17 +244444,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244519,7 +244519,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244579,17 +244579,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244654,7 +244654,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244714,17 +244714,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244789,7 +244789,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244849,17 +244849,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244924,7 +244924,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -244984,17 +244984,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245059,7 +245059,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245119,17 +245119,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245194,7 +245194,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245254,17 +245254,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245329,7 +245329,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245389,17 +245389,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245464,7 +245464,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245524,17 +245524,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245599,7 +245599,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245659,17 +245659,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245734,7 +245734,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245794,17 +245794,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245869,7 +245869,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -245929,17 +245929,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246004,7 +246004,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246064,17 +246064,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246139,7 +246139,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246199,17 +246199,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246274,7 +246274,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246334,17 +246334,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246409,7 +246409,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246469,17 +246469,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246544,7 +246544,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246604,17 +246604,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246679,7 +246679,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246739,17 +246739,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246814,7 +246814,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246874,17 +246874,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -246949,7 +246949,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247009,17 +247009,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247084,7 +247084,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247144,17 +247144,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247219,7 +247219,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247279,17 +247279,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247354,7 +247354,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247414,17 +247414,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247489,7 +247489,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247549,17 +247549,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247624,7 +247624,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247684,17 +247684,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247759,7 +247759,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247819,17 +247819,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247894,7 +247894,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -247954,17 +247954,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248029,7 +248029,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248089,17 +248089,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248164,7 +248164,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248224,17 +248224,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248299,7 +248299,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248359,17 +248359,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248434,7 +248434,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248494,17 +248494,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248569,7 +248569,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248629,17 +248629,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248704,7 +248704,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248764,17 +248764,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248839,7 +248839,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248899,17 +248899,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -248974,7 +248974,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249034,17 +249034,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249109,7 +249109,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249169,17 +249169,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249244,7 +249244,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249304,17 +249304,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249379,7 +249379,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249439,17 +249439,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249514,7 +249514,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249574,17 +249574,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249649,7 +249649,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249709,17 +249709,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249784,7 +249784,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249844,17 +249844,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249919,7 +249919,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -249979,17 +249979,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250054,7 +250054,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250114,17 +250114,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250189,7 +250189,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250249,17 +250249,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250324,7 +250324,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250384,17 +250384,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250459,7 +250459,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250519,17 +250519,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250594,7 +250594,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250654,17 +250654,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250729,7 +250729,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250789,17 +250789,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250864,7 +250864,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250924,17 +250924,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -250999,7 +250999,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251059,17 +251059,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251134,7 +251134,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251194,17 +251194,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251269,7 +251269,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251329,17 +251329,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251404,7 +251404,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251464,17 +251464,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251539,7 +251539,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251599,17 +251599,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251674,7 +251674,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251734,17 +251734,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251809,7 +251809,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251869,17 +251869,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -251944,7 +251944,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252004,17 +252004,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252079,7 +252079,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252139,17 +252139,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252214,7 +252214,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252274,17 +252274,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252349,7 +252349,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252409,17 +252409,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252484,7 +252484,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252544,17 +252544,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252619,7 +252619,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252679,17 +252679,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252754,7 +252754,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252814,17 +252814,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252889,7 +252889,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -252949,17 +252949,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253024,7 +253024,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253084,17 +253084,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253159,7 +253159,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253219,17 +253219,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253294,7 +253294,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253354,17 +253354,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253429,7 +253429,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253489,17 +253489,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253564,7 +253564,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253624,17 +253624,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253699,7 +253699,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253759,17 +253759,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253834,7 +253834,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253894,17 +253894,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -253969,7 +253969,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254029,17 +254029,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254104,7 +254104,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254164,17 +254164,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254239,7 +254239,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254299,17 +254299,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254374,7 +254374,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254434,17 +254434,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254509,7 +254509,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254569,17 +254569,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254644,7 +254644,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254704,17 +254704,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254779,7 +254779,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254839,17 +254839,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254914,7 +254914,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -254930,36 +254930,36 @@ ] }, { - "Id": "build1060", + "Id": "build1061", "Properties": [ { "Name": "GameId", - "Value": "STATUE_MECH_I", + "Value": "DECAL_SPOOKATL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_MECH_ICE_NAME", + "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_MECH_ICE_NAME_L", + "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_MECH_ICE_DESCRIPTION", + "Value": "BLD_DECAL_P_SPOOKY_ATLAS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.MECH_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSPOOKYATLAS.DDS", "Type": 1 }, { @@ -254969,22 +254969,22 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "400", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255049,7 +255049,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255065,21 +255065,21 @@ ] }, { - "Id": "build1061", + "Id": "build1062", "Properties": [ { "Name": "GameId", - "Value": "DECAL_SPOOKATL", + "Value": "DECAL_SHIP1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME", + "Value": "BLD_DECAL_P_SHIP1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME_L", + "Value": "BLD_DECAL_P_SHIP1_NAME_L", "Type": 1 }, { @@ -255089,12 +255089,417 @@ }, { "Name": "Description", - "Value": "BLD_DECAL_P_SPOOKY_ATLAS_DESC", + "Value": "BLD_DECAL_P_SHIP1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSPOOKYATLAS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSHIP1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1063", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_PIRATESYS", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_PIRATESYSTEM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPIRATESYSTEM.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1064", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_BLUESYS", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_BLUESYSTEM_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_BLUESYSTEM_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_BLUESYSTEM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BLUESYSTEM.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1065", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_CREBEETLE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_CREBEETLE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_CREBEETLE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_CREBEETLE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREBEETLE.DDS", "Type": 1 }, { @@ -255109,17 +255514,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255184,7 +255589,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255200,21 +255605,21 @@ ] }, { - "Id": "build1062", + "Id": "build1066", "Properties": [ { "Name": "GameId", - "Value": "DECAL_SHIP1", + "Value": "DECAL_CREFLY", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_SHIP1_NAME", + "Value": "BLD_DECAL_P_CREFLYING_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_SHIP1_NAME_L", + "Value": "BLD_DECAL_P_CREFLYING_NAME_L", "Type": 1 }, { @@ -255224,12 +255629,12 @@ }, { "Name": "Description", - "Value": "BLD_DECAL_P_SHIP1_DESC", + "Value": "BLD_DECAL_P_CREFLYING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSHIP1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREFLYING.DDS", "Type": 1 }, { @@ -255244,17 +255649,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255319,7 +255724,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255335,21 +255740,21 @@ ] }, { - "Id": "build1063", + "Id": "build1067", "Properties": [ { "Name": "GameId", - "Value": "DECAL_PIRATESYS", + "Value": "DECAL_CREPAWS", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME", + "Value": "BLD_DECAL_P_CREPAWS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME_L", + "Value": "BLD_DECAL_P_CREPAWS_NAME_L", "Type": 1 }, { @@ -255359,12 +255764,12 @@ }, { "Name": "Description", - "Value": "BLD_DECAL_P_PIRATESYSTEM_DESC", + "Value": "BLD_DECAL_P_CREPAWS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPIRATESYSTEM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREPAWS.DDS", "Type": 1 }, { @@ -255379,17 +255784,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255454,7 +255859,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255470,21 +255875,21 @@ ] }, { - "Id": "build1064", + "Id": "build1068", "Properties": [ { "Name": "GameId", - "Value": "DECAL_BLUESYS", + "Value": "DECAL_FPLANET2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_BLUESYSTEM_NAME", + "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_BLUESYSTEM_NAME_L", + "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME_L", "Type": 1 }, { @@ -255494,12 +255899,12 @@ }, { "Name": "Description", - "Value": "BLD_DECAL_P_BLUESYSTEM_DESC", + "Value": "BLD_DECAL_P_FIRSTPLANET2_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BLUESYSTEM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIRSTPLANET2.DDS", "Type": 1 }, { @@ -255514,17 +255919,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255589,7 +255994,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255605,21 +256010,21 @@ ] }, { - "Id": "build1065", + "Id": "build1069", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CREBEETLE", + "Value": "DECAL_TOSTARS", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREBEETLE_NAME", + "Value": "BLD_DECAL_P_TOTHESTARS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREBEETLE_NAME_L", + "Value": "BLD_DECAL_P_TOTHESTARS_NAME_L", "Type": 1 }, { @@ -255629,12 +256034,12 @@ }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREBEETLE_DESC", + "Value": "BLD_DECAL_P_TOTHESTARS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREBEETLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.TOTHESTARS.DDS", "Type": 1 }, { @@ -255649,17 +256054,17 @@ }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255724,7 +256129,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255740,36 +256145,36 @@ ] }, { - "Id": "build1066", + "Id": "build1070", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CREFLY", + "Value": "BLD_COVSILOS", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREFLYING_NAME", + "Value": "BLD_COVEREDSILOS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREFLYING_NAME_L", + "Value": "BLD_COVEREDSILOS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREFLYING_DESC", + "Value": "BLD_COVEREDSILOS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREFLYING.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDSILOS.DDS", "Type": 1 }, { @@ -255779,22 +256184,22 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "800", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255859,7 +256264,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255875,36 +256280,36 @@ ] }, { - "Id": "build1067", + "Id": "build1071", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CREPAWS", + "Value": "BLD_COVCRATE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREPAWS_NAME", + "Value": "BLD_COVEREDCRATE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREPAWS_NAME_L", + "Value": "BLD_COVEREDCRATE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREPAWS_DESC", + "Value": "BLD_COVEREDCRATE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREPAWS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDCRATE.DDS", "Type": 1 }, { @@ -255914,22 +256319,22 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "800", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -255994,7 +256399,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256010,36 +256415,36 @@ ] }, { - "Id": "build1068", + "Id": "build1072", "Properties": [ { "Name": "GameId", - "Value": "DECAL_FPLANET2", + "Value": "BLD_CRANE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME", + "Value": "BLD_CRANE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME_L", + "Value": "BLD_CRANE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_FIRSTPLANET2_DESC", + "Value": "BLD_CRANE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIRSTPLANET2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRANE.DDS", "Type": 1 }, { @@ -256049,22 +256454,22 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "800", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256129,7 +256534,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256145,36 +256550,36 @@ ] }, { - "Id": "build1069", + "Id": "build1073", "Properties": [ { "Name": "GameId", - "Value": "DECAL_TOSTARS", + "Value": "STATUE_GEK_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_TOTHESTARS_NAME", + "Value": "BLD_GEK_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_TOTHESTARS_NAME_L", + "Value": "BLD_GEK_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_TOTHESTARS_DESC", + "Value": "BLD_GEK_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.TOTHESTARS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GEK_ICE.DDS", "Type": 1 }, { @@ -256184,22 +256589,22 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "500", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256264,7 +256669,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256280,36 +256685,36 @@ ] }, { - "Id": "build1070", + "Id": "build1074", "Properties": [ { "Name": "GameId", - "Value": "BLD_COVSILOS", + "Value": "STATUE_SHIP_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_COVEREDSILOS_NAME", + "Value": "BLD_SHIP_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_COVEREDSILOS_NAME_L", + "Value": "BLD_SHIP_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_COVEREDSILOS_DESC", + "Value": "BLD_SHIP_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDSILOS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.SHIP_ICE.DDS", "Type": 1 }, { @@ -256319,22 +256724,22 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "500", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256399,7 +256804,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256415,36 +256820,36 @@ ] }, { - "Id": "build1071", + "Id": "build1075", "Properties": [ { "Name": "GameId", - "Value": "BLD_COVCRATE", + "Value": "STATUE_WALK_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_COVEREDCRATE_NAME", + "Value": "BLD_WALK_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_COVEREDCRATE_NAME_L", + "Value": "BLD_WALK_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_COVEREDCRATE_DESC", + "Value": "BLD_WALK_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDCRATE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WALK_ICE.DDS", "Type": 1 }, { @@ -256454,22 +256859,22 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "500", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256534,7 +256939,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256550,36 +256955,36 @@ ] }, { - "Id": "build1072", + "Id": "build1076", "Properties": [ { "Name": "GameId", - "Value": "BLD_CRANE", + "Value": "STATUE_ATLAS_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_CRANE_NAME", + "Value": "BLD_ATLAS_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_CRANE_NAME_L", + "Value": "BLD_ATLAS_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_CRANE_DESC", + "Value": "BLD_ATLAS_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRANE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.ATLAS_ICE.DDS", "Type": 1 }, { @@ -256589,22 +256994,157 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1077", + "Properties": [ + { + "Name": "GameId", + "Value": "STATUE_ASTRO_I", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_ASTRO_ICE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_ASTRO_ICE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPECIAL_STATUE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_ASTRO_ICE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.ASTRO_ICE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { @@ -256669,7 +257209,7 @@ }, { "Name": "CookingValue", - "Value": "0,0", + "Value": "0.0", "Type": 1 }, { diff --git a/public/assets/data/donationsBackup.json b/public/assets/data/donationsBackup.json index 4d1335b6370b..3599306cfcb0 100644 --- a/public/assets/data/donationsBackup.json +++ b/public/assets/data/donationsBackup.json @@ -1,4 +1,10 @@ [ + { + "guid": "11e0e617-1a78-4636-9622-b2a54dcee600", + "username": "Fabio Cerruto", + "type": "Paypal", + "date": "2023-10-09T14:15:00Z" + }, { "guid": "a07f8656-8fac-4e7e-8438-dab43ceaf9ed", "username": "RedShirt4Evr", diff --git a/public/assets/data/meta.json b/public/assets/data/meta.json index 7ee5c656827f..09d01026aed2 100644 --- a/public/assets/data/meta.json +++ b/public/assets/data/meta.json @@ -1,5 +1,5 @@ { - "GameVersion": "4.45", - "GameBuildNumber": 12225570, - "GeneratedDate": "2023-09-19" + "GameVersion": "4.47", + "GameBuildNumber": 12971329, + "GeneratedDate": "2023-12-18" } \ No newline at end of file diff --git a/public/assets/data/patronsBackup.json b/public/assets/data/patronsBackup.json index a75e4be30be3..76c2da40c567 100644 --- a/public/assets/data/patronsBackup.json +++ b/public/assets/data/patronsBackup.json @@ -1,10 +1,4 @@ [ - { - "name": "Mateusz Nawara", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D7E1D64B6D2B13D51324002E6F766C44.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D7E1D64B6D2B13D51324002E6F766C44.png", - "url": "https://assistantapps.com" - }, { "name": "cuinnwylie", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/19506973983B4C98E866090726798CB8.png", @@ -17,12 +11,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/ED9C91D2FE5AAD1EE73BC335262D137F.png", "url": "https://assistantapps.com" }, - { - "name": "Alistair", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", - "url": "https://assistantapps.com" - }, { "name": "Miked", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F1B99D864863A4B973E1CC17FEBBCB22.png", @@ -83,18 +71,18 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/FA9FE210914BA3B97BA99F05F233924D.png", "url": "https://assistantapps.com" }, - { - "name": "nyxsis", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D5D8C41865D8A28075F8BFD30E93BFA2.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D5D8C41865D8A28075F8BFD30E93BFA2.png", - "url": "https://assistantapps.com" - }, { "name": "chrisagiddings", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/AD2DB07A3A0A976AAC85AA5B0FF4E898.png", "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/AD2DB07A3A0A976AAC85AA5B0FF4E898.png", "url": "https://assistantapps.com" }, + { + "name": "nyxsis", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D5D8C41865D8A28075F8BFD30E93BFA2.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D5D8C41865D8A28075F8BFD30E93BFA2.png", + "url": "https://assistantapps.com" + }, { "name": "Red Goat", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1965C7A4B88091DE50A9CB8E29A531C8.png", @@ -102,15 +90,15 @@ "url": "https://assistantapps.com" }, { - "name": "Tristan Ancelet", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D994924AA5EF51C5BDFBFBDAC12A04FF.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D994924AA5EF51C5BDFBFBDAC12A04FF.png", + "name": "Alistair", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", "url": "https://assistantapps.com" }, { - "name": "David Peak", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/AFA3F203725DBBC1E45C83BB120A86A4.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/AFA3F203725DBBC1E45C83BB120A86A4.png", + "name": "Tristan Ancelet", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D994924AA5EF51C5BDFBFBDAC12A04FF.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D994924AA5EF51C5BDFBFBDAC12A04FF.png", "url": "https://assistantapps.com" }, { @@ -119,6 +107,12 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/FE4ACF19CFB2B7229E394F9F30C45860.png", "url": "https://assistantapps.com" }, + { + "name": "David Peak", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/AFA3F203725DBBC1E45C83BB120A86A4.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/AFA3F203725DBBC1E45C83BB120A86A4.png", + "url": "https://assistantapps.com" + }, { "name": "David Stevenson", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/75D2741AA463E5BA847AEF218CE53E16.png", @@ -131,18 +125,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/6195C08519C9C2A6658DC97551AA81B1.png", "url": "https://assistantapps.com" }, - { - "name": "Ian Walsh", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/38A82DB4765603CF6B81F0CD5ADFD44C.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/38A82DB4765603CF6B81F0CD5ADFD44C.png", - "url": "https://assistantapps.com" - }, - { - "name": "OlderGamers", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/15F714A160F6FAB65D4A50D3D4F5D290.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/15F714A160F6FAB65D4A50D3D4F5D290.png", - "url": "https://assistantapps.com" - }, { "name": "CaptainSteve", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/62621285565C1858B5B1A3E9E7A42D9B.png", @@ -155,18 +137,18 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9FD2B5D3D7502689C6A023306A1597CA.png", "url": "https://assistantapps.com" }, - { - "name": "Kyle Padgett", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/04035D051898F471873F7EC6C4925791.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/04035D051898F471873F7EC6C4925791.png", - "url": "https://assistantapps.com" - }, { "name": "ASG QUNARI", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png", "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png", "url": "https://assistantapps.com" }, + { + "name": "Kyle Padgett", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/04035D051898F471873F7EC6C4925791.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/04035D051898F471873F7EC6C4925791.png", + "url": "https://assistantapps.com" + }, { "name": "MasterCyberpunk", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/BCD210FF084C2EA92DA567C0E2D3C08C.png", @@ -174,9 +156,9 @@ "url": "https://assistantapps.com" }, { - "name": "Dion Young", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/B9CCF5AB9D710ACD53A4D39B0D5AEE3B.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/B9CCF5AB9D710ACD53A4D39B0D5AEE3B.png", + "name": "Arshad Omari", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png", "url": "https://assistantapps.com" }, { @@ -185,6 +167,12 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/3EDB6BDFBDD09DD4DEB0DEB2CEC87C04.png", "url": "https://assistantapps.com" }, + { + "name": "Dion Young", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/B9CCF5AB9D710ACD53A4D39B0D5AEE3B.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/B9CCF5AB9D710ACD53A4D39B0D5AEE3B.png", + "url": "https://assistantapps.com" + }, { "name": "hedge", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/AAA55602849BBC341939275ED809BC4A.png", @@ -203,12 +191,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/5761F92FC7129B588133D31BD74BEAC8.png", "url": "https://assistantapps.com" }, - { - "name": "Arshad Omari", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png", - "url": "https://assistantapps.com" - }, { "name": "Gregory F. Hogg", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/5F5291FC7D01BA7255B77A0B9647DD04.png", @@ -222,9 +204,9 @@ "url": "https://assistantapps.com" }, { - "name": "Josh Haberman", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/3FE4A1168698BB1E9FD031296260339A.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/3FE4A1168698BB1E9FD031296260339A.png", + "name": "April Gunter", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/74B8D5A6AC9A72876BFAF89489E3CACB.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/74B8D5A6AC9A72876BFAF89489E3CACB.png", "url": "https://assistantapps.com" }, { @@ -234,33 +216,33 @@ "url": "https://assistantapps.com" }, { - "name": "MightyChicken", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F5340B555E6426381124C31489E7A1E5.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/F5340B555E6426381124C31489E7A1E5.png", + "name": "WicketG0DSs", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F747B6016A3E3C3F8F1A60CF3494CA58.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/F747B6016A3E3C3F8F1A60CF3494CA58.png", "url": "https://assistantapps.com" }, { - "name": "Jon Asbach", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/DD4CB964575A418C656220D225983AE1.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/DD4CB964575A418C656220D225983AE1.png", + "name": "AdventureswithDread", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/56D3A9ED7D93F8119E978D7C45D0EA12.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/56D3A9ED7D93F8119E978D7C45D0EA12.png", "url": "https://assistantapps.com" }, { - "name": "April Gunter", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/74B8D5A6AC9A72876BFAF89489E3CACB.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/74B8D5A6AC9A72876BFAF89489E3CACB.png", + "name": "HeavyCreamerScoop", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/7DE7E9FF63CDF91BC5E0E323B2CECA17.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/7DE7E9FF63CDF91BC5E0E323B2CECA17.png", "url": "https://assistantapps.com" }, { - "name": "Galactic Monkeh", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png", + "name": "MEOGI", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", "url": "https://assistantapps.com" }, { - "name": "HeavyCreamerScoop ", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/7DE7E9FF63CDF91BC5E0E323B2CECA17.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/7DE7E9FF63CDF91BC5E0E323B2CECA17.png", + "name": "MightyChicken", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F5340B555E6426381124C31489E7A1E5.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/F5340B555E6426381124C31489E7A1E5.png", "url": "https://assistantapps.com" }, { @@ -270,21 +252,51 @@ "url": "https://assistantapps.com" }, { - "name": "Nick", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1290AD2AC8E1EB7EF8A40B17D0561DC3.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1290AD2AC8E1EB7EF8A40B17D0561DC3.png", + "name": "RedHenchie", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1E4AD056B0985198E467AF0B6D779D1C.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1E4AD056B0985198E467AF0B6D779D1C.png", "url": "https://assistantapps.com" }, { - "name": "AdventureswithDread", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/56D3A9ED7D93F8119E978D7C45D0EA12.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/56D3A9ED7D93F8119E978D7C45D0EA12.png", + "name": "AF1", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/8F4BECB7F5BAEA128B8D284DC28EB4EF.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/8F4BECB7F5BAEA128B8D284DC28EB4EF.png", "url": "https://assistantapps.com" }, { - "name": "MEOGI", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", + "name": "Arcadie", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/7B48FDA94614713E7E91CB53CCAF1552.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/7B48FDA94614713E7E91CB53CCAF1552.png", + "url": "https://assistantapps.com" + }, + { + "name": "Galactic Monkeh", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png", + "url": "https://assistantapps.com" + }, + { + "name": "UberLeetGlitch", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9CF50630ADBF46DD1F8C3BC5874B518F.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9CF50630ADBF46DD1F8C3BC5874B518F.png", + "url": "https://assistantapps.com" + }, + { + "name": "Jdia Plum", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/97A74E429C4BDDDE7FA1A82AF690CB64.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/97A74E429C4BDDDE7FA1A82AF690CB64.png", + "url": "https://assistantapps.com" + }, + { + "name": "Dominik Valachovič", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9D055DEC18EDF3FC779761BC38B25260.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9D055DEC18EDF3FC779761BC38B25260.png", + "url": "https://assistantapps.com" + }, + { + "name": "Nick", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1290AD2AC8E1EB7EF8A40B17D0561DC3.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1290AD2AC8E1EB7EF8A40B17D0561DC3.png", "url": "https://assistantapps.com" }, { @@ -300,21 +312,69 @@ "url": "https://assistantapps.com" }, { - "name": "RedHenchie", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1E4AD056B0985198E467AF0B6D779D1C.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1E4AD056B0985198E467AF0B6D779D1C.png", + "name": "griff2877", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/64547E8411DE881D1602DE08B4410E94.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/64547E8411DE881D1602DE08B4410E94.png", "url": "https://assistantapps.com" }, { - "name": "AF1", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/8F4BECB7F5BAEA128B8D284DC28EB4EF.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/8F4BECB7F5BAEA128B8D284DC28EB4EF.png", + "name": "jaciel alexy", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=jaciel a", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=jaciel a", "url": "https://assistantapps.com" }, { - "name": "UberLeetGlitch", - "imageUrl": "https://ui-avatars.com/api/?size=128&name=UberLeet", - "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=UberLeet", + "name": "William Scales", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=William ", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=William ", + "url": "https://assistantapps.com" + }, + { + "name": "Freddy Go", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Freddy G", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Freddy G", + "url": "https://assistantapps.com" + }, + { + "name": "Alex", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Alex", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Alex", + "url": "https://assistantapps.com" + }, + { + "name": "Robko", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Robko", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Robko", + "url": "https://assistantapps.com" + }, + { + "name": "Mattihri Lolgamer", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Mattihri", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Mattihri", + "url": "https://assistantapps.com" + }, + { + "name": "Euphraties", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Euphrati", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Euphrati", + "url": "https://assistantapps.com" + }, + { + "name": "Ovet Rivera", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Ovet Riv", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Ovet Riv", + "url": "https://assistantapps.com" + }, + { + "name": "Fanofnms", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Fanofnms", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Fanofnms", + "url": "https://assistantapps.com" + }, + { + "name": "Randell Ripley", + "imageUrl": "https://ui-avatars.com/api/?size=128&name=Randell ", + "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Randell ", "url": "https://assistantapps.com" } ] \ No newline at end of file diff --git a/public/assets/data/quicksilverStore.json b/public/assets/data/quicksilverStore.json index 622fc8783fad..81ea6c74d58d 100644 --- a/public/assets/data/quicksilverStore.json +++ b/public/assets/data/quicksilverStore.json @@ -918,6 +918,42 @@ }, { "MissionId": 82, + "Icon": "update/singularity-icon.png", + "Name": "Sentience Echo Research", + "ItemsRequired": [ + "other372" + ], + "Items": [] + }, + { + "MissionId": 83, + "Items": [ + { + "Tier": 1, + "ItemId": "build1077" + }, + { + "Tier": 2, + "ItemId": "build1058" + }, + { + "Tier": 3, + "ItemId": "build1073" + }, + { + "Tier": 4, + "ItemId": "build1075" + } + ] + }, + { + "MissionId": 84, + "Icon": "Unknown.png", + "Name": "Community Mission Research", + "Items": [] + }, + { + "MissionId": 85, "Items": [ { "Tier": 1, @@ -932,5 +968,39 @@ "ItemId": "build1064" } ] + }, + { + "MissionId": 86, + "Items": [ + { + "Tier": 1, + "ItemId": "build1076" + }, + { + "Tier": 2, + "ItemId": "build1059" + }, + { + "Tier": 3, + "ItemId": "build1074" + } + ] + }, + { + "MissionId": 87, + "Items": [ + { + "Tier": 1, + "ItemId": "build1069" + }, + { + "Tier": 2, + "ItemId": "build1068" + }, + { + "Tier": 3, + "ItemId": "build1067" + } + ] } ] \ No newline at end of file diff --git a/public/assets/data/unusedMilestonePatches.json b/public/assets/data/unusedMilestonePatches.json index c602e759cd4d..cbfb94a7a78e 100644 --- a/public/assets/data/unusedMilestonePatches.json +++ b/public/assets/data/unusedMilestonePatches.json @@ -10,16 +10,19 @@ "milestonePatches/PATCH.COLLECT.png", "milestonePatches/PATCH.COOK.1.png", "milestonePatches/PATCH.CREATUREMILK.png", + "milestonePatches/PATCH.CREATUREPLANET.1.png", "milestonePatches/PATCH.CREATURESPHOTO.png", "milestonePatches/PATCH.DISCOVERPLANET.1.png", "milestonePatches/PATCH.DISCOVERPLANT.1.png", "milestonePatches/PATCH.DOSIMETER.1(OLD).png", "milestonePatches/PATCH.EXOCRAFT(OLD).png", "milestonePatches/PATCH.EXOCRAFT2.png", + "milestonePatches/PATCH.EXPEDITION.11.png", "milestonePatches/PATCH.EXPEDITION.2A.png", "milestonePatches/PATCH.FIRSTPLANET1.png", "milestonePatches/PATCH.FIRSTPLANET3.png", "milestonePatches/PATCH.FRIGATES.png", + "milestonePatches/PATCH.GETCUBES.png", "milestonePatches/PATCH.GETEXOCRAFT.png", "milestonePatches/PATCH.GETHUD.PEARL.png", "milestonePatches/PATCH.GETMINE.png", @@ -29,9 +32,13 @@ "milestonePatches/PATCH.KILL.PIRATES.1.png", "milestonePatches/PATCH.KILL.SENTINELS.1.png", "milestonePatches/PATCH.KILL.WALKERS.png", + "milestonePatches/PATCH.LEARN.2.png", "milestonePatches/PATCH.LIBRARY.png", + "milestonePatches/PATCH.MOUNTAIN2.png", "milestonePatches/PATCH.NEXUSMISSION.1.png", "milestonePatches/PATCH.PARTYPEOPLE.png", + "milestonePatches/PATCH.PEARL.png", + "milestonePatches/PATCH.PORTAL.png", "milestonePatches/PATCH.RAISEGEK.1.png", "milestonePatches/PATCH.RAISEKORVAX.1.png", "milestonePatches/PATCH.RAISEMERCENARIES.1.png", @@ -48,6 +55,7 @@ "milestonePatches/PATCH.TOOLCLASSC.png", "milestonePatches/PATCH.TOOLCLASSS.png", "milestonePatches/PATCH.TOTHESTARS.png", + "milestonePatches/PATCH.TREASURECHEST.png", "milestonePatches/PATCH.UNDERWATERCRASH.png", "milestonePatches/PATCH.UPGRADECLASSA.png", "milestonePatches/PATCH.UPGRADECLASSB.png", diff --git a/public/assets/data/updates.json b/public/assets/data/updates.json index c5a01d507bfd..7248f1868458 100644 --- a/public/assets/data/updates.json +++ b/public/assets/data/updates.json @@ -44,7 +44,6 @@ "build1057", "build1058", "build1059", - "build1060", "build1061", "build1062", "build1063", @@ -57,6 +56,11 @@ "build1070", "build1071", "build1072", + "build1073", + "build1074", + "build1075", + "build1076", + "build1077", "conTech114", "other390", "other391", diff --git a/public/assets/images/building/1058.png b/public/assets/images/building/1058.png index 58fffb7dd518a1884efa293f6ebd9d9e062f44f4..e2f1802e3dc50ee3f002b12da9a1ad2b8d36a6d8 100644 GIT binary patch literal 18821 zcmV)CK*GO?P) z`}-y%B+2{y6eJ@P85s=~6$%m)0R{&E000010ZVIh1rQJwPhNH77sBWsG5&D9AT6%8{&XQsasVuJ}54i73btK{iRkg^y`XA2k(4<;%KUy^OC#}i0d zez@a^$?!RRx)qAX)$8<#yx&io)c^qk2^19x86*ZBE)*Xc1|>QZBPI?cF$gR~94ROf zEjkA=Oc^aS5-~vtHdGrjJP$QZ20B|MGBX)9L=!nv4?9=~K4Bs^K^r+r13+mJKVBR? zQY$(=7(ZDgJW38iW(q}Z1W0u(K13oyRTxEN4M}nXOnx6kUMoUR7D;RjOm{OxM=3^E z6-;v`NL~d|hz?JDBTHs9NKYV6a1T?18Buo@QhhT^R}52@FHK)NOiv$Fdn;0JJ5X00 zSAsH9W+qm63S@snQc@dSjwo7xJyl{bSa&y9ZbMaBMp<4lUVb=ScPd?+FJOfNaI-{R zY)oBYJ7IoBVs$2Htx#fRJ!XUne4RUJj7VpFH)*0$XKY1lhEi&HGj@$QZmUjffm?2I zOmU4wa-C9ehgx%hMt7@Nca3Cud`o|?T78s6hn-}6h*^QLW`mPYh`3;dok@zqZ-t3p zh_PLXy;zU8ZHk&^ji*wR%QdCNXpgd6lEzwq``5e&SI+HZKu?VqN{kO%6FyJ zhNQTYq@i`J(15AOlc=wYs=jxx*?h0jfvneOxax?n&X%pWezVzyvE75X&5Eb$`@T1J>s?FcJ%h09J@T}74!_LO8)b7I3(zn&-wb|^;*3-e==+NBS zz~J!6*?U|_UrQS>h|~G`u_I!_wWDz*Q{MV0000hbW%=J009F8 z3l$+PI6*{DRb60eet(Lgqob;^xWmQC%FNT>;pzMQ{r&y@{{H?gbxm3T07eN(L_t(| z+U&h~tY+z5-}yP`+0ODV_q}!NR+ZfgUIKY7@GFh-R|yMZryv|cdGD>VW1H@FU3Ztque$qv`@YM0p6~hX+avk^`9ppgfG-2^WdObmz?T8|G5}u& z;L8Af8GtVX@MQpA)FazI4=>~W?2f-@K>iu;r_b{J>@$8V`y9V5fc}o}{%Py{G6lS< z0O$wAy#_#b$Lry9yw2_*$KkV*V{Hr{QTXUf_Ubkw}=e+J``~Ccm*9_^4L;?977yS$YcIWe- z`k2k0dPw%b<*U$V{bfFWnayhT85{mw*LlTQVE6(qmQEypPJiE1a3%53)yr3N@}B&O z9a6wiL2Ya=cjM?z}3rFy4Tz~3LxXBy}@0)?XN5gs5d^gF4dd2`yWXs z2QG6JE?>QR8P1*iSRj6h8bb1okFl?~`f2yHKM{0SE^~#4t~~UHkNYoGOK^{ee>o_X zbB8d=`|Rtu0qw=1-&&f|Dz`zww#od*M9`C!= ztoah8fc)Gq@$O%%zwv5MP7eJY3Zp*}27ON6)7}3G_oW3u-Xj-JeFUc8aFvtW-2+^{ z^J5S3I9DFJ(&vw-bKy%0fS&sPE7#fkJ#jU^!(`aLx&lK+{t#EWeB~hoJ>tT({%&i% zR}cVQfBc)TbO-PLEy3lhcc60l%0r{%%lkpV)tswb&EcWP(-W^-e(6xa;(5Upmi&7{ z{&<3ifUCgeEB)g+{g43}4_!TV7oPaq$NNw0$1fEC7EhC)JJ@6BAt4?oCp~mq{0(IA z&{gu$lJ4Q^<=>`W=KZS#073c!)?$9wfykG8McTS`=5}yk=ta6ST+l;*nJfL{sekf5 z|0O{I*%T72HwyYhMxoC`n4jJ+IwCSa%H_ z6x6%Lg$?&AAr2Ce}isdMOq%->e_A%)H#Kz z&OLD9abSoL$plvtSJIWfC%J?OkbdLO-}?ac`Q&D)mAy6J93I-``Vc5QM5af#zT!=l z8pAy~L!WPL!-3RM2uS;N^J)Pgd)YEjzZbsik!$;e!*zgNOEvA`=l>jijY%Opec;rZ%&6-42^>hVb7U$O2p0e)ctY!Y>93EZz%kV=uYjohUI3U7z>lMLs|O^mCxTMw`>SoQ)nr1VbSJ zchS0gnFVs@KmT|CDfaLFXk{J70J~k?bUBdc@^w$Yu=vFM0U;xBk{QVdl-Vy3GE!|~ z^=bj&^kL;3oTAKf^pge1ZcCG-q^AIMUlV#)?S_*W)JuMQ#j zGV&04KYs*(_oxb(REsKYLea$~(BU;qAAEB0?A}x$fxOQL=zA0cc^?y^vcJ6irufPO zkX{!5Q~#eU;78sgvCfirs`hMJyL2E(0#hn6xjsE8R6;-(Y`UHd7N)1OP>tbywY5J!+*Rvsm^Huh#u$#BLWdd_xbEd;4A^? z>&I4Lv0<}bPnL69fz;lx+v$l~5>)7!DJ{PK<|k)QzJ909$R)^_Cxj#-bRPi+A38HJ zc%~Gvy8YoEf8Q#yEq3`5S#PTxRwy#WU#ri!;ctUVdDT;kSO& zzUJEoFx-1WaQdVCqsju7zx*4L-MOO@9a1KdQs-NI;aC4re0-&JF-s@}uurRs@Sk?<;N;Y68#<8Hx&l%!N##6dB~8hA793 z$rE4uI5L4qGUH+R&|A(<2%HrFd7n>t4}ir%JJ0vj5kY|i1As6>gOJ&quaf6IU;E*d z&^f>peM%-qTqyEKq5lxyaaKa$>?pwe_oE7P{MZk4((gD&07_uZTA|+gSk-EgkXNAZ zFMs$qZAxj32;@0^fRqyC@YY{-a-#jc2Ecav^du68R4geZbi|0xt`k$&^sTc z;KL$`giiuMJ22n&{=apv*#Y@K7|Z`gK4>ZZdYVVpQG*#t!}tln!#oCLQRd_@5(I*j zT>dbRm9+;OpkCiw0Aw8gs~_y?>HU`TtuWG}y*8M&_Gm}9*_*hZDjIq;vB-@Z0NfZH zG48R4AO7VGcv$J7l4nvkcBa07*MLt@w&ls+A_j*>1I};|V*zB+qdSRVAdSHxGT>3N zjpLDb^0xQCOQf@~1kMbA;m7{^yHEe8-69aRhXFHg9zgy#@7+iW6=mj;zAu4fAjJ$| zz`?*{5C5#sbbC*+0Pj8|c@1D>OF7#0J_k$=t)b|E|L!LMIt4>ECPv0E09nGNhaZWk z0UjR3LVr&I(6rCJ)_9Hf2mz@r5hC{h#Teq7`J(t~Pys>(1HK}MB#@Eh=)*5Id7y=# zns)EVr<;3=0^av_4tI?Q?J;p1Q>{G;S3uDf1y$s4|1>DT>nJm1E+c|0Wy$q;JYYNI zSUH{FQ>HMEb$PgJ5FV}Bq!K8T_M;I{P-uLi{sk(iQ-O)Ov-L}buu+wZY@|AoiuaHq z)N;L;1q^6yWOq^;GaWERx1%)`l^{?kkt}NPxgt6}+Jil@hb94LvWb0A^knyx7U=oF zx2#}lm;iIG13FIzN?jC4oiV)ggKvGrzx|Q7KPpi~g@%Od$@{nR0fHk0la4Sh@4A0H z|2y{<01#PfH5GVtfx2)j7Mz$e8h8i5V-G+2*u%Wz5i%57N>UEI<$Z4-(JQ=!&=BYZRZk1xqCC5L(X#`fC;i&jZ(kRz&CVtog7ko; z(#U*Fgq5cp$n8RNET8_L8oEnGCNa0D}Id7D&Wyw<&S&`(fR$Wn3NIWY-FFJY{fjvz7ZV-J6TE=qvH0yUHV9%O+r7B<6IBBSV#VFvVLtuCt)Ti73p`Q$L ztMcCU{`a2>*PuX&aVa7}dIY7a0KuwB7bBt=t;wN0g9PbI0N~~5f#+UZQ*#p0RN-&) z(*d-9Kkxdt6`&vhg@ibgfcCueQ3fG8nBVA%jYOk+s6gefC3Y50g_;h93|fQNDyl4Q;cCm)t|*`&k_KYjr?!*7zQmdKsP=0 z>@twCgK*k3ngn#?fS`B&R6wN`@*Fwv&PPK2+2_-|dI8AplmRDkAg|My@gWKjZnOe} z%E+QbF!0xZ7T^&AsO}`dtf8GzuI?!S@{s@x32?}08X(#-#~FSOP-%>DD8!H?QAT?H z?HcXT44^_0C9xahsDc0W?e`P_>JByF(Wlq*fHOoX2uY0DQ3xO+NhIft*WP36K#?R& zI`EG`JM7$jZ{Q^X@Nzj&0NQMc8NivmMwUYuy&MIdDpC+YTCJ0<(B6)Mp#U}Z8It&3 zZC_CUUgG`@|LWaM4T9vgN7C3I-v&zZTIyW1X;g&(L5xaZi4^4c8oGk^K68^dSo z4c^)D=xZ$aegdkfC}hkdVrvbGltAIffqT6ii)ltPDxeBDtElMN0?^cI>)@Q!xAX-C zs{q}OR56|y04bmZt(9~@-bWyz0@{u8af_zB#{jtV5rGit_OKaUUL+|_JRmjx+a?f2 zhYA^>*HZwq*^0oeF`mDY)8t;##e4W01hrkbjIx=dh!eS?Y*9Ut65OCgLL?<DN|4C6NFpU^#_y(h=LT1y$iNRSF0h1*wZNR-?ab ztL;+~r{ohp)4aSVSm3$WsX*lnkR)^k)eS9)K|yeRq(>?-MCcsk+82;R)fR*fDo4VE zjtE`;DiDG%kN=W!21EoVlLI_bLJuiLNsNfBixDI~V$~?_hpw|#w{;UX64}|Jc;x}; zUou+j-PEX-Wg06z*d&jc5y8NHAx(OX!<&E>(;Q~O{abs3&)}u)g)V-z#52lJ>3_|L@ zQ6*5F7CLk%+R<-|A3Ct0y&1yzrZa7XijBSf`FqU{SWlG#QgWh#E&WGHS#VM(5+$A- zVx$M_p(q%og6p6tHa6Y1DeoOE(Bo)J)>8!=WxyLi_aG(Vw0vI1aTT$X(d!)O5GfX2 zmE6>XO;L02M~V|DO2RxyGn*RCs4+eM4P z0tMG_7>79<9ymh)h8|$Lt$y0}Kmm*%pYMYny&Z{`H$YlbQ?QX(w#_w>>dIj zb|t_@88cGBaa&?+kwZBOKnV!r<4LGUuZ<@_M0-H6Nku_u(0uCmmSVfsLkx&vIFikTcgw-LktBd3@a3nxwr{%;5=qQo>7$S`hhpqC>trHk=fJ^s`5X`qn zM(}I@1?4F(2q@diHv6EBQ_w0R^2EsPM?1&NY;<6WZcGr33PCSUtczDW0QtE0TxwmY zued`V2stg8OOg6%0MjNxsENpJ!E8=!z?po4b5wB)jBy?f)5?y5K)I8vylMf+QQDN# z0XTR)ZAp*~1FzN>Fy@4rcWwB8CzyI66 zx$2&K;8q&nD2wbJKTZw?slW1GEiB{miF2M`*_+C#`u_w zNbsqaSh0jaKRb7;9UDm~IoARU1%?|(w-&(LAphUIcm4}!26>nGzDJ3={yU=$bL3A% z)xmxZI$)~AtQ0je62tDsaZU9n)b!1DVyj>^~G5Ae6( z=T;*I{VNSX4@EJ1yUSJ*p8Z5~TT;iBs`_LinwCj0X9Urd$EqI){xAzt9+kg2z^E-VEo}-+H+dlh3kwl!)&HK zO-)yHg&K8UB3Q_SDBBXX;i6eN@zvb;6uS>{n4qwYaQWWy=A;hGwkKpV4uMSeA`jU| z&%cfU-^yc~_{9VupT8v^a#$^!grLtOWJ6@gRq6eyAn4ma+NY`JICEIsG_wWNgytk5 z#*he^qT-+}6)F(G8DrvVcNfj|qXpP#T)uby$y?_LdxS$jglr5l^t}rG_2uggL4|ky z!of?PIrp*w$f;*5kRl#*pt3X?G+EE|zUo#(f6`{y^TMazXm1u62lfzlbE#+o#PT#| zvO@>7DC(v*4yN)Ny2AeP!QK%^kh6FH!KXB74!d7-^s#lHkwGNy)sS^hT`;sf`>lKb zqWdCIK#tt|<`!am><7rU8yN<9-;AJYQrIFeBtCgjIkWG^A+t0_O6p?;Yl+;pjO>hO ziD7YTq~pZn&m zrcWn*k1#O3SOHa2u{uGZ7l-RhEN4YGcNEOP0!mMBA1SEd;u@p@cBS^YU*2C~>6VKl z{>%kF#%tzFXV+8eu^-zvU-#VgA!9s_fIz=06tw(T|9bt!0bshf-T$osnMfj$(~H-f zw;nWgBXrshBOinX=AoEF$FsBh={LEIr_+^2qqmzX*3MApeaz*-T#uf^W^a$mhLYvc z`kD=ju3G2l`861#vcYq15|Kp;oaE)@agCM*6seC+c$%ZjnNzWUnjLqV{ zM$?Y-*n4PTDR0b*4xH_|)iF0KO`9eHplmln#^3=Hbq>~Ds=!ukUR!|e;K*Hn=J%%+ zR7{aA!1OQvcG!j#WggS!K5wD=*7^H4G4EfrEPOdFGdcM?o}ZwB>Lvpq5+Xq{WgErR zK#{hE?_Pi8jSE+Sp`fxG*J0Vm;w{3c0Oq(fFeZs*r1Iw{Kt;C)&@FLX|HvQdG1`XI zfXqGL^qV~hhA3m6uaEa47MAb&h3hYV|1XmT=HR0g3Fd7YvVN=09{^i&Txl2@%1#9s zAf>|>7KVLOfxpoo0Y$%>xoTTHYMJi#V2n%F>xi^+EQ_?ewgZ;e);#;ffv&2<?Wo z+fjVXj}Xx3fj;kTL~B}ZeEWxPorw%M2|eWf^t+!Y)E*5LSqAh;lZsu~0Ruxv!Os5X zU>$~G7!sfOnpt70QmU~sQZZ3=P=yM@wWTDr1{J`1Eu*BL8^&_sZh5r0#xwreKTsMD zD=W)_vh}G9px8MQTLCP4F-I%tUE99xC*9p=fjiFo*57OA&(wCCy$A#Jd789o?mLR! zQsvA_C~@a*UQa&si9dSa8|NB?$j^7|0EH4HC{iie-HI3t2C#NpEZ5OJx#pSctB6zGi8CPU4zR2RC(c(qqf^D(%~F7FsUUP z&yrl`6}E?-|7ZHu?2&`mk)_D{qy#ziVmxOd@9%6ckj7%WCG#hrIezM39kiaPtgNQ8 zWbVNtsXC>BIut8l(bmZvsVoTz6+k0Sf>XgBsIxuYdliAM(^E#QF`A zV=B;Imn~(QvaZU;_MZNkUx&nAu8@#~$mx@y-`0Yj9;m%7B(p4^y8ip05WyIQs^sW6 zcHLMim1V^k1bRV*mVO}1#p}lkLvO8G#_sZOy;u@>>1U4@f1w#vm~NKEj@Zb$(GTo> zJPZtdE4ZOSYwcN(7j)tlL^;n1Ymq+r@BXv%uoqDDc@lksByu3Apu(6Fx1*JK_{oD$ zJaw>SqCrtfC^9Ivc~S2>T8@C@&>!~$WO;o_X{E7_fFmxlx;rx#C_qNm#&vdY@3<4m zS8sam5QfzA^!c5=cEzAUutb;8M#>8u918!!FMXZ;b4VzS0($bk&+~q4o?lku)>(4x z`X7Ak5K&A~bL1E`$hf0SPU}%>Hfv&n40YdvasOQm{e&u;)-N_Z^3nmA0h0OB5|;B? z_29&7IqnArFRuB$5`^|1jV>#w)-l#iRjoJ4fB3`S@bwQY<`KvR0Y|EUVBzp^d5!CC zb9nurvqF?++AeY7d)vZ~K+~!$0hIYs%fa z=sX?E<#FnRBIY0pSyo++M2P~lfG(%s8QFQQ(A+z1r(P83p*-dX*`XrR9 zT18*qIx7mGgKQwE%DK8lri0@`mnB@vHwWu55JLNc*c}_(s%{2yN=b?aX!h4j!g2|J z!uFtT1k#LW4(UqC8NMsJLL=xzcam;JZ4J>rZ{y9)5CBwmet#-stuwd09^^WPB*X$x zp;$k3vpo|4^tW~pg4=-*Y)8=!gvdni!Ob+U!ZJpJ&s;XGsv28Swp%;00zVIO!G-{0 z9SO4N=74J999TI+^sRBZv6 zvjL#$ijJ}HBWAVj5`<#HhTL%R79z|;=u#enx^+t+rd2h8R*fEb zM4B3=0l^)ztIxM-#{dD^;5O}Ob}DTioL03i1nKbTlZr{Z5h;nfDl5Df0JGz}4?qvb zkB207TS7Y~oD`z0_Rq;$7rOArNA^}H2it@s(DMvQi-<_YH(q~H z9??slAdx8u2GRhUsgBzC79{VOITb~f=>wn6v|&ChgxSWxD=c9I`3|6ydduqA-ff&KoqDsOwQwhC0o%x z+OaaS?mK#0*$u4F8wi6MgrJyCCjGgZU15s4qUdb%sgG9GvA1ATVzL9JNN|xOD2YrC z`?CUoZ6intbFkLBt`LrFAmgB-ol*_P2%~l#mpp5*!FpHfxX#n+STCga%e!HX9eYiO{}z9$ComE z?j;RV%X@;Ihix2J#f=1AmX$p|5!z|k0G@^gSy$8xENL#r?C}z4`!%5<;?X{j3=M-g zcCB>m9)d`sm?4YN;H-faEGW*;tDU_WtL3wSr;leiPqR8)(xf~WTA!<+q+L_VJ`58I ztR=muqlsQR1$e(LT#hmlH_|gNFEq>0K?)>RRjZ1QTQi7^NpzB1;Ok zLxvcSB?K@tn9s)A7`dIZ2XWcBrM=Z2a?7uo;#nVbB%yZ)C79PV%dLIhlAkmrXLnf( zY$Ic>0Gv`mp2l#N%+3AxA2!EfSS1omBx;i{=htakOT|rU*wvH!nMqxqesQcDz8!As zft=G_69}>Ok(KMX+2Pzet=7>JvG_(*dlOA5x}rFM4YG{3N*g)z=y4dkxa$DqpxZQf z5`i!_#VCNKl#999ZD{-TiUEgB1ZRr1SWep#Y~8Wry8j)+Lj1TIpoqz&S@!W%d$mA zS|ZZN)kqjew9w#VW7E^DnrMACfxMcObw^Rqb=SOv6hR`RjCMv@gmn)uuCV+ivp{>| zmnp@kRRdXDp{rPBbxk+JH*W1CE)Q!-T-ybUBUmuOtqqNLM$^*7`)A9zn)ygvkD6r3 zduGF-b+BpTiqIHcQiA|r_S$#IMoy;OXi-6`fE;W!6VNVCxah6}&;v;Xbf{%) z)R?5&&c?McXpbf<==8)JH_l0Jfpw@|+@IW{<(O+<0rf5iUVHD(&kv5z2Q>kX7V{+> z9gS^bYpgTQv5B~iZ$+)D3MBziv4*aYn)B<$7@n6ZDu78zyE@3u!VVaBA4b{?J48|T19<<4M5}Akb5~}1O8JDJWl2(dRFj3uRaQ#ljhB$4vy7?#WV#ZsU>Zak6ql18MEa{&?xd_WC(B_s|};U-{k zU^Mk?zN@D|j7_}VI#Hj0{-D{~*lI!P6g1rQ}hQ$sTrM*uLkn9OIaoMEp=Q`sWHJpIsrI6rYUAst01HDvWhbFR3#b~s~hY}B?_FWJRa>DnmN*NlvemrmSM`23nD2y*vuoR)rO<=;{uZ%VJV)2gK6SQm$A;@4E>e@9}iAOB{Y; zan6`UDOH{XJvl>`zsT)Fe`iZT*Cxg!v~7F4NnMh)ZWMU!Qw>_SFZPhumkNMVNgxv0 zKwDxQokGxCtLvFk0lU;?>uH($wZ4GYtEbLaGq?uVnv2!y!R-X)emsw||GeaX!T|%^ zuKI~?_3S30J>D*9Zlr*kd2~f(@gB;fqNeP_*~kD{ZMMRx9J_vGPz*uggDu0PofBJ< z4};bHa=Lq1*<$^GKU#S#7hG{kaq!VMzMe5Fo@YS%>=2Bf7E0yBjw*DaF-I z8f*L1Y>TogTS+uQ)otVC*|9*p^v9>`&DyaoUXL!Z59KCwM5q|U|*%Z3tYz(3P zYyKFKwg*OL4xAYJoG`5pQK7KRR%(-!j8X?~^}3~a@Q6h@R0sEIfBmSg&!NO<`1Sda z4Y&82#2q3r-9hx*t@LSqpFGasw@0-ce;D7z0RVRNJU`1TW!zV9>rnm6L|=PNNZP1LVE%=z>&kAkrt43N}M)pYC}O&;{?f8wkj0sae&agTvDVcKu~kE zW>MrKFN*2-zSS>? zNrZ;6&;CpRkPik#BBj%xk2l5<2`f2GtT`lPSx2_=P#Kd%VjYoiP(83?y8?SC>?Vv24z|J>eYAw7#a_T2k3N^qm~69z%Vn{Ewp1RrCv>5S$cRQemZ<@f_w^jG zlfUtZyXyc<-h3)~$Fsm<*NgR9&?@AbDJlYG0Eyq9c!-fG35E(jUSVlgrEgg|^I)?) z&n8xE&=@QR@4DA>xYj$)U(?0yrMX?8zIh2MD}gY^ML>)l1`;q$DC3bxpliAU6WSMb zQu9j!K-5r(PdAD3lNZzKa6K(rP(cNeH0#OEQJ1Npf|Luat*C5^fE7zvc;=8fhhbCf zjMIYj{)EZq(9gQ#Vxq^3I2angpgHe@h1v}r1VuQJ#j)5%)7r9beA3VrWe%Ia_EYZe z0+8iz22nJ3eph+{v7pPwQ2pXi1t_$qWaAx!+zDMLUnn}*J7^&#FA{UACFdEk4HHMh zG4i^B!udmQR)w5+Ghw53+&V*{sp|%?ZakY+ZIg#$Or{tdQH=pHrJK6M0qx{&0w7@6 z%^8IF`i~4LiShRIMrT0X{xbe*T(J1dvvUD8=P(`Nk-pf)-|rfWb;cnhRLB@cIY?#tqF)HpgC^9CcN6Y>%Y~pb~-(=!%M_(Yk65 z>fd|MuV(;%=@-{`5r7iNj7$8>-S6ujtwBN~N43|X@T@_ssb&Y%eMcjkZq%81o>ENw zP9oLyt!Eyn?CJ$v6;A3yG9!0Kl9#OXYRR&OBjS*OV*uZ*(x~=HF^Yw#2GJD_e%npjtJ}K@h0J4=MC6qt-KmQ-!@WkAW%^XEnXisGh zq68{tM+*-vXgI$NTiekLy_|{eV?DE7-f;8DYNfuid2T*t8Y2#AYZ`DhL>hx*AZt?R zFvp|ATaO4BuXqaB?^WtkDj*3_fTEr+zxqe`iQg%XDm|KN;%;hzqzMe8EAS8g@Bgp8 zbBmE9JMa6i?zic#=^plQhL%$S9PDNI;YO5 z%0u-GxobPiA%}(os9pvGba&PFKbJb+_x-=`zxEG*FLZIskkTSiRgBYvISvdUv7@z2 zyJQ%`uCUf}l7!h?wfRvXk4Fl%ww^l%BvN*}eNbU(K(Ij-urIdDr^i?VHE&;>KF2VeWi~fDIsp_<2wl+MsGbA zFO$WI@t3~x%b)v=-`Rc2p9Uc|6hUF=#UPcBUja#);c7fUV=#^>PsFp5m?F;NL7>U8 zyqeZRwyc51b^FN9`s%*3OGG4Uf8ySG>8~?_ul|$KFa2)p{f8@WZ(w)9sVbCl!B2mF z{2PB5qSPRcr`hU)X4$3jSeAeQ!pa4_LQYcg<eqhSV^NYH*GZfTl7_@w3?3Z{6PY zfBK^@U;Wbc|MV>ei6GG0JwYNQ{ey@Ry{T9#=s1AUB#b@knzL_DnLZb8-rVN&9ipwX zZ9mV}Ww7)yXG<}Kw7XrAmVl`J!KXg)OMl?oS9uFvPp`bUzSY(?j^iL`FMsYA|HV7M z#mYj>219B$^=pFdk7P?8WfMG*`tj-@Dkg4^@BGM@f8pYne(FEonD+#3AiK7g>fjtd zXMjA=5?-!ro%qB#MP;~lK8?y{!T3hEPEkfUk%lDoKPN^NGLuR!gJR z<=?#a<)0hxj9YBS0b~5X{5O8_*Z=UF|BFJad2a|s8`UtMeI!@#C;+^>663m>Fx-m} z^SJHvot;no&C4Hu{cBh7ly;{Bgd85&UoHnx;+J4I9)o=++}vg~+%G}_V~ue{Qr?MX zQJQ5>bml$+t2>| z-F2n&`Pzzh>$oUA;V-C;695W44RKKuukU6p^w-O8-+2D7U4G$XpZzxLL!XXG?kfdl z6;g!}RZ@2X>t>~oB#R3Q5oac1wQv=z$}EafQu?$@&u6s?t1PXetiUUP^nmYhZTc%e z_W7^#b7Rm7<%fg&$M`ce*)M`<(=2L>gygm93d}hp|X=v8P`SfyJU3)eD2gS~g0e~7a z9n^u0;{@337n6*EmTt1M^X9+&{<(9X$#1;!?i+W!`C3S2_ol|7l2+miFHWamWSpj1 zvDv-kS1DFecgWY$GKDIns=^MtFnoV4g{)jM=VO!)seb-$Kz0H}O=<8ie*C9i@GgDz z3tt;EXck42o9MZLfIvD>t9|h>RJo%7AZxE7@9(ZHlOsugxIZc78o;%m{O5xox|m+R zeCb=?*uHXu7`Hc=h8U8rIy|UIs^V-s+#jNYl~A$)J1Os(iQl<5U5@|-P(`b|K1K8a zs*_^Rsg0xR3VV3&h07oR^jDdG?2BImpK9BxN={rt5V)?CZZh2$HE(}32k9tHR7ztU zn1<0IQOMue*x3vFc}&RG*4E0&U;Euxlo!rm$=Ykd*KLOH#WvPCIBqBeFlRG5A1i0LwJG36vxDhgzDzs`?u-n!ZV-x zqsy26^D8%AJ}n*hfa`mjnP7Ds8=QS{QtYb)2&!y#Bcn{A%1+)70#?~tr`$7Qcjw)|+0z{3O3V$aSQ z3{~kzkO+)%zz=#WTelOS_O%p2k=^?JU;V}>xp=Yu2S5D9`CGqtUbG6LI9^4}0684q zAQ`6n`zcwl9+FbtN+}iT;k|Zd<$Dojq}G_!Uc@#)|J+M2Ui|dS)UV#z9q){1iVSj5 zEUHC&=Gk}|DN??aQtv2(GPe0>qSO&)fMqpr{RM!GCP9!;b&a!n7kD>!4ic3vYI^(1 z7ryz_dVHPc`Pb*$Kl{b`jsG5vwJ~`VD}-d1v`c2J=UEDh5;XxrdD7DIT*(n z_f&s$;ia=b@iNV;_x9A!eq}LVc4@g8FDmUmzqYJJ4INO7Cl0Pt2ySZo7y)S826oQY z*zN9YElvTG`pYc&U!3Oineh!!C$4X+@|E}2o*srPuldQwbsAF_V(Z;|_r|*ubsHxt zCu^ix2IVZH>mW;-0*ZTN1*LI(f91l;dKCZKZw*(yPrl({UcFcC-R5_G)lyY? zy{E$qrwu(QmUJ^&%Z1e^o+=hgKlB*0!&5c@pGh%Y^@0Qy$GF-R!N$g1A3NY;dx$b4Ccl^p8q=t;$kmG<>jO5Wc5U1O&m7yOSi&89m#b)CbYavW!B?ynnMdjHmtF z8GL;!3_AOqg9b{=SM_1LzJ?d!HK5_UP+M00#+5gBR+}^)^@1f!PLza$v>zuRi1#Ua z5QZ$~i^(p^r%EL^^7{I9XA|P*E^Yg>MQM@As82J`}EWt;0jhYu%gMX)GF3&&8E%-dTtd1xn=8A`1r> zhspBOy#@;AJ*f8XKN3Gq;2vha*5Hp%M=Uc zyWsmlZ*8J>po)t)rstNEC{Br<1tAov3x-xZ*nm@m?bXztWi5{^#-f25L#?yjEBkv8 z7i6XO$qILMw6b<^YN|r0=sBifN|x{XtIP~l2v@t5PPzW2D z-~>nzip1$+AHAMe&nNFKvT5LD0Z0kA_C#S8O&K<8z%bBqKtUWu7@)ym%T8_23A+Dl zL#<22zGU~EZOV$gt}C0(^z6tEm%?)p$b$oP!P~Z~jPRkP2V9+409JFH0JH|EEtg_v zuR3Nn1+fDjJvlD}m=IQBGTe{XlVzAmffzu< z-JRZ5`e35HLeSttN^a6w(l+Os?hao7bQS& zb-!CoR;@YKx4^+RAZ6JfmR)LEB=Iy})J`@+xjonElj8^E!OEheR7;dU0%@@kH?o>D z-+$-zr&&)#;s;0+%AYPm;#&;V^@YMmAzHB#1Y-28q$-FtxDeRk2PD@5GHI%5zAePT z@QA5H|LTFrM}3TWfd``kmQ7LR=S#xcGlI_D3C3urOar64WS^7-GC)f31&L^URmJf+ z#);U~yPLfgUxAM+nZ?r^>G=lB7E1|-tOkA1}`&De@p zrirZ9lHsrzoH_MuAMzlO5_YrGFR*aK(fV%j9J)_2+>aT~OM)OHv^TQm)Lps3I;Bp# zz(GYlk<+^cd$sWC?60W88us#oAc9dm8353h2ey=De^izysJ)61RZw|eEk)u()C&?v zt2hD2)vm6BRe5rTpbkeBb+U50A0UGuK?bb5le6L0B0;8MMV*pLou4Jh;H=!@EbH?< z--kJ;xElq?s+gA3Oim{bGh>W#Yz@Y#OwL|jHOuv{6;BEPYRhf0DXQWeGN5*pa3oP% z<0)0RsZ%3OKM9>6OyV0i6F+e{!>A@)8HH5A;6j?P9Rz5(2|Ac;rJTHH(otIF{l1It zljuB^VV|yeHbDr4DkE;sl4-uk^G0ZTg^-{vV_R)kGIyiU*3s;L#Hul6Ic)P|EGpPHFYj5O-)xBw7G7SAj2J13`5m&>DL7+iqA=MBVz91_KR}~?+ zsq5p%pofCKt4HMhe7B!wxk%K6YOzC6Rb)Vc&>9=tUuG_E9h(2}_CIRjr1TxDZEd71 z`zIZ@gbD{&mvLW(M3MtPs=uBNYd!=acC==)68l>2n~!ntXV ze~!rY@Bl@oA=mS5Rn3aH5Np*=HQ1|U5QCCb81ULLrQYLBS-dq~n+}Dm{G4doAATH8!^6Jul7h-lacg1kqx&MM^IFK68~MDh0Hr zRC>J6)L$6Kmc{f9Dj3~j)8~CN3t3tZEXfbsQd);TkJaiYUOBovX85+*(qiA3=-U}=C_Fa-Fh_5UExj7ZXKvslQxwtt8 zNPVW<(^YuBrpV4Auv@Z@FV~f>&@dK~`=j3)a}=eK$5NT;)`4YtRMp%Mq8?UjIhY12 zItfjnM$yZxzaP3jn)yeK2mC4PpuwS)ay|>(5z59`t??Y?bca1tw+@Cz zPwSrMBwY?`q+(KuIh2!x1gCb!(w*jEC|7-wWA0k>|23yD{wD z>2IdryElztadHif8_ZVPg&2TZtRM)i1R+5ZM7gI5Vg<#b>q`lYwKTeGK+rB9pfN|+ zT6%o3HRax~gS9Y4k^A8gYz?+!>V?xfsU(OM@i@pZZDh1%J3*|su1}2e*E_=WiX@JA z7S?`> zK`%kNBJmNS@D$+HwTY)wU*W6WL|hxkiIxG9t&^w&dQ?^_3JO@%#vuYqOarr08V&Yx z=C_Yy{v*T#{^WJw+19~Iv@BY!i`;izZ`E{PbwD6U$ZLBgE|f7gw<`<{O=Z?*o)hLs zKZk4Sa-0`bLv!;uRcD(9T-&xDh(p`7U^%cIw2v!3dxUeqL)9Yd2Qg?LeDKz2z?wLY`+-|OP~q7# z24_}lw81p(!Je{oaoPt}{4Cn0Y0cxyFFyh4ZT-jQ!Qt+B0K*@r9$*1un@%$7LBrd_ z-)ZlEym|bge{ujkh{1ykwgn5TweB}MY?p=~&KA?zXMM=x56}B!8Tuy*z!C$?vK|;n z9#1*FL$hg{W7OR~8UW2BU;wxs2=<3YoIib(4?o8Pf7^zZEN!UBnthq1ES09R z3u7rFd$P{FzVG>cet-SW?{|Lpyw08Hecs2t@Ao-#=6&X!a@N9_6(fLw!CtJ;i zEG&SbA-cc3OeK?PlatihSui>Z-o6F(^#@4R z$Os^lAsu3tL(shFVfWtE~mO zx%5G3`J+d))>iQ33B*I){p@U7Lj#?JfJcu&S{kjqd_N)KAU_}E<$)VFActC9Ond&E z3hAsY5En-`)6>D#s|N`QAU2kkoD4EEL3A`A5NJdqEhYx|`2i@0h0(IIXsM|nI2a@) zK_xhM4&s5A7cDRlSXmtqiPWel`nC%fXaNDx2sC~W5dl% z*QY_Sv@{SB0=Bk5UY@=a!VVn*{QNZNLSkZoi;JFBRcX)^4-a5r0az>$7N*~ZpdjGn z1d@_;020vD@#A#C!2t=HfB@j-{cm4Hgl<9(Gc!H&@c~v=fIvXYY0wn37P>tMfVvC} z;P7F<#s-*}=o#{%j79?_lCGJVX;6kr1_ru-OeB)_Zwnekq38^>76zli;gHyeN+u>c z36&5AF>nNc!{`8HLI-jn|KIMv7z2YyifAPCW7xZ9ZD9k0!x0Ds0}_d1WMam!upVY- z=QzU2$;HdZFDNJ^EPU*^sF;|T#0g2Pl#GnLqLQ+*in@k|wziHA4u{jz(>K85jg3uB z&Ci^%IBR8PV`pdQ=;Z9|;&Sn#*MEi26+eIfz@XsZtJkiDhDAh1MaRS@CMMmuk(`o} zdM7O{J>%}ZtepGz??1>dC@3r}di+kl? z&h8!*`}8<~f=Z>*=%JBy;Q$6Z++vE?vyB-0U4XtmU@Jh%yxo7rOY+;0T*ZJs7GWNr zV~}Cc#C6u{Y_Ul4tp%y>=9_|YHQX5ncg+nGLtU`Vl*g3bgtMB4)m2xp+;z{$I3_>y zU+<9nM`AmuljcgsPGO<(RIf|z9kkpB^1avE!S&t`ALhgn2_nq@-vQyjyAA`EA;Uk9 z!kim1?6@kWjQLP?1z+*+#d^e-BDf=3Ix68Sf5uTuh+VgDm=R;FZ0{W|8J0QWlWVae zgX+`y-;C0QX1HEGRInk4IdJKp7qW$$P5IBEjf75C`iv-ML+lA7~o}q4+ zUNtmCp%{MN`he`Ish9Lb+DhKikB>eCH$pv4&VXgJ?1&u~L+O~hRIvuNOqBWv9BU>B ze}}&FxFf$q$3sjv0*~H|pY$Dg&@mlrgDco>(yI8#Ju6B&vrR?7ABzp1ApM;}4#Wsw z;YvD23e7{iiw9}K)5_kXEhMkx&lP#&@y@pyq)0#INgUii%Ff~NwhuEq(!H_psrFu! zpas`cEreeJ*>~n=d28!xSo>dZ4ZbzGqpB+v)W}Fj$E9w3>f%}qPU&Rb4_|mj z(|;>-3XVRAIUKty)tc^^ZRf6Z^2v))7k5$SE1g{SkJ}L=OI4am`6WCI`;6?z-z3j( zp6Pos$f%jV)@CeZIfhw%w=K(~br{F;78xX@K0}(!;rS)XhuE0aoe^Gf@Np6!!# z4tA6@kR z(9u$Bo{&n1?P&MDGBMU=y)jQz+gZc_0-oT!_2gInF-)$2;AdckVcKc*arcz z>Oyg?`kUxnxf{tuLXXVrX6H|y>)KmN!mOViRh|D}2=j8Gjg-WBo>BA*aS=z}s*i!( z>|yJOn_SDMVWZ{tQoa^QvAj1Z72dawC=>G$EqV3i9fTak;IXn@(}HxdGxd8ft;GAz zMx{8RoNN&f8|#%OIWwr`I_+G0ZTscw40DQ3C-OQfSk4_$4!65%%wF|?C8CQxXjZ)t zW71>8{aWcV2r894e}-^%-A{U*QSn(>nMsIGU`>C997*CDQMPrw?edr(Wp}=G*^1ln zNd-D(w&n9F-BbC>%LcEFod6~dEL}f3mu5{{S;t$!7a;&7aimyy@b(-gwDp(mXg+k%ffJ_)Y>i)*Z0V-VEAZS6q4D+0mY}S|3pR-R{wD` z)p^aoaCK|YOB#ooOf7eU%e2c+a;?3+vxR2A=$d1<_0h49)xjFq`NkLL(ry>}AwW*# zPTbh%vF&!3Qf&(1=dlOf;eVDVTfzfHC$$A8MQ32o$XY61h!LZpQzlB<231c+{9MCg zb=_1dPgdi@$!>%-72b@ZRSq&SZfy7@lg@2p8v=#%vhm0n_{7Jw0gLbyV}f^b$FyL6 zZ_c$ZcZYV~l;yzY;Sw-1%A`|P=S$oKQd?(Q=2(PxPfm+se%u{&d+=Wt1LBr5Nf_0M zs*_!}hdq_wcsNBte3ixGOg6b;MP%=xy;~g9ep=|^j$rM`)b8$^te-TxEqJcNPu*Bw z?Ql$M!Sj*`y-`~Z7KEr?QNr&MuCXWyceQbDi4aO?b>86jke!z7(dZz_d9Y}aMEcYJaLA1;&Q98`bt2WyCFR6Yf-4XtqtLh7!jrr z^k@6%ansY*i+BfO=7{bEQAar@hQ-w}t&0}}Ok-v|%v!3qS%?~Z#VsYeZ30m@UEvHq z>x=uy(r=>|wRwXY#8ITBPj$Ac(uB4`1Iq-sN zIL_MJ8?mskDF4HktWlJG>|Ig3@~LkK%B2kEP4&LS`5KF1yn_WVd%+X)yDom6)C5D3 zr)->S>3o4@7xsovlbXGAN|F5N?Mp#$nfOlGZ__>1)qWcS4)&!YA+DGYMf^ei(vpF^=1E3mP$)Y2*A^c|CZp z=WvS5PnUYDZbc8*JXODuD*WoGgj#OQ@7w&!jPKV)jj>qlT_cuz3}<@agjS(t;3>bM?{#5%(zxRn*vk7iAF`{yxgFjg(zJlk^Im_Y>tkF* z;R-5HNGzD0zuMH7OGrpKSKpIA^%b&tFq!|-4@BW;`T3ox z^Vi_SieP~qyZ65c@OyhzyArDB&r~bLW) zwBG&#?b^QA0_>FM1T!slBr?O|gI5R{*^-N#@U$hcsNMW^eZJdbNc^< zz!4{`MrPdr7r;=(eyYJ)Qdm#N%t1Z;j(djl>~+~LB>PwXSG2Pge#7Y)e6_tu7xK{K z>|5rMc_U2(k7II_!;Q}RW$1;|FGr+A)(dp^|F1spJq4?v3%jHoz71eL1%K9Kjj8&n&5Z^eMvRw^1!3Z95fuK<(HO#@l2T zkPEzaf_1*D)2-#(C0*v79@6$QOTDuknLP5Y2Yw+T_S)fN?lX6ZJlld84+ac(O1&Anx!4DE5u=i3?yx<=*y+k zT+8uVx%Kt1-uz^BMiGLR!*exv<|mt_&{SdDqRtkvBd*c2JSk8INF(tj^H$Wqd4~K!(Qu*Ehy#(X+bu>P zZ>ga?d3dbH3hVk3^Q&OuEm5e8tUKtc%%K)9UyS4!cdy5~TUG9SJwMa903uBRZc6nU zWj||uO(aPTmPQBIP-`ijgI81eKV6GNrt^a+Y-5BI%Kzw;kH)cM4|mMG+uFT-3- zt@-oKJ2|CGlybuC{$U}ixK46(Ry*ei;-Q=Ov-8-Pb5k3oeps_agvR6Sx7f`qTU|%m z=S?el3~fl3iw!QLb$9BVE39e-;j+d1im}Q=VL$8eYOxd(%~Wx|lxM%ZgguxE2W;YN zfo<{?@#FShhNwCMI!Qr7f7CCl`i^?MvJW=v?{N?HTzvJTP2OxF1vX~)r;FkFEFTiK zzs!k67yC2Cpvq+uJ+rZeTMh|blZT~Rjqn5vHu{KTxgnuL4id7(9g62|

_f#M(_tR@-8Z-boD8z5Z^T*^9hTSGAa9>ji;G^|KZDgEMefs)iEJ)M@@>N zIC-oO$@@l9q;PAo@0a}q?(_G1g+b~rjvm##TV3ZDPIh7wPD)A>Jj>*UTER=kzg8Crt9zHH7o_fRO-i_<9+FYa!S_#GjIkTJo(V_&>+5y(Bnz{F(cw6>$V% zLCDbX?z+iQ5hIuRK+9urU$`>w+vn*!=rh7D52}M_ZzOqGj|$#^byMDm8g=ENyV(S^ zu6d7>w2#~V6MfRse>j?Wkz8=5GY(z53ou~?3%foawKIDX>c`B@Vk;B+5C7k9ggqVO mL<0o$(hk!DZY`aRbftiP)*St4xI-)tP)_Y&tgHnN5dsAT00IFWNl*a-0ssL40RjS2fQF>O z!V*qh1`Q4f6BEPV=NU_19W*`$6B25grypvC2o@18PhA2fC>%Xbs?XgXYKwWOxiVaI z2p=O(ZF+2`!>!ca4k9HSPj5tosZ4T-VTPFt7!*Q;t`B9GjK$$+ldc#{Yhj?m3>XrL z&-V~daTqpDg~IVdhp`Zg&Rw9@6lI`8gT76Z%nfC;2oMf(t<$W)#fZGzy3p3Z+~lsy z*oVOC7*>=LR)j2Rt%9=P009C31PuTQ7XuL>01_<-87Bf6Jq{Ze2OTdAAt(|d9|R*! z2_`raCMp6aToWoY8YwCbEI$G*YY8z-94;{sF+&$HI|Vji9Wps1F)$c2NDwwv9W+7} zI7}rrIt)Ep2tQ{WJ5?e(Of5P&1wno&J3<;iT?$2S6hvh!K}#S*ViZVhC`45>LPHBq zdlF1^AxLQ_MRy)dZ!Jk(4o{dEQFtLwb2&;*D@<35 zw#bFK6F9gmc-zl#M-6A z)0xNSp2qB-$l;aD@Se-)rOMx*&)>Jn%%#ogqR#TF&*8DquhZ+C-2J!J=C9ZD z#MIWb-0Q&I?!Ddi&)(n4~rq9 z_uPB?cBj)Jodhr-k0@h_CBh_tKxC9rj37P+&>0D$^2qRvAVC6Z=}at2keM2tp`tZa zV~rSP5Cu_&2qXgnNk~X{y3>8T@9Vtw*?X_O*4lgiIJc9aBC)FPJ-L0|RbBn6?zQ%3 ze}BLATfeo|Z+Xo4@qv2A?f=U&dkyS+1^B){qpo<5h1ZwcKie6!EoS}cBMUwpmP*gW z8O|C&b6DH>ko@k?{DlgnakEq3te)j7Lik(=-ttoOR~M2G@E_IRFFf_5zDEP-pgJ=6 zXZ-*5URQtxM6 z+h{!Rd9OIqEuXygE&jzL{@1+_zsg79T@Dq`HQLx~KCxDo*IcvMQvaN|=>muZ4}JZ` zASmna>ey>*V!}s{;DQK+54;#&`2GDClUr(tke=CB0J2~6ZsQ{xZ+-nn&aD8AzJTHY z`K<%{i(m4zBb<0}@$om|Q*-u#I`^7K`_<|T000MHdOr=>)mL45yDm z0FYdHumQ3wuizg3bS40HY%=6OnjV_G=>oy<*s;zJ{7KQcNB`BD^Yx)-8Z5N9pC@qg z+O*p_un_pONKVXpHYoa>eEH#pd8!!=NwWq(#>)>MIt1B_(o?eqV3p5FE`wL`yXVoa z_s%GQ3jK?s56r)|#^=;YJA*i2#wK7)0>m?19GSTj%)cQb-+d!^?98ldF0AKKN=tCy zk3V~2YwLL@HlN%{9(_8%ziGvHwo(FhwLcXQEVBf*`Gfsx0&@Dp>{}m@umphKp8y2iS zlne@7<7U*Df2^wQu(s0G~AYKo1{hXez_LQvgIj zESjbiUZ7{=0%i%ou>vTsrj4%38TDe8Il<^RRLgp}%6dg)oWI{pz;6){1vpX|Sv8x) z@C*UeQF?>KrvZAuWM{NAFhc-hh2P#jUDwC#!%-mm4co%URlyH-yLwiI3})yAQ|5>y zt_(OsIh(!WGgUwjob)O1V9WUIuY`z45`#csG`|maHrap~DnN;-)wXyI$~yn`r9Y$H z(zEgbKAq_=OzA9S;P#gZ)XafF;xq*?D<3#30A9m9G)O8+nB5>SyJ0ZmS7R4>5PIT% zN-?8BU{(rfrY>MkG)6*7Gpj*hW(x4;2oaJxF&?~jW~1QDoS+YBOG%m>Hqp(j27y@t z5aHsRi&y$!%CUl`X&Uww02dQzpmDM!qMY5Kv00gbM25c`c(ulv7L%Ecf-?h<03l6- z7Kw)ar-1gGe#NW7j!7t9=k^_dkoVn$p|-Bo<~20TDh`_2DA0Y=TY=g|U+psmBm_W+mJu^MFg8m7ZKP|rr41=D zCA0H^Gt3GL6#@(cyoUYd13VGU{k#l)Z7IvQ&qq|)dOraG;6{QF;KLDbVxK7h6udJ) zgVu=n!}||FKyc%BJn%|g?7Q;%zLQ>b(>W^)G~-HbEGs8`v^cy2T%r} zEN?bg;{B!o2tp+R7o{pH_E{+0Ouc}>T12EIoZB(BUlgE#>a8HLkq{B7{g5ZcjBdS} zkqNwycf7`yGJ+V{=I!_PoDlow$c$(M@4ER_)*>ZXejo0dpOFd7qO^8$)hm{h;9c+U zhTvk5`V}zxO8%%Na6U_G&q4t)3d~LNXSKCW(Z_Fo=Xd1)czk=`n1IAofQ`UeL%-r@ zfj|7hA#dLRD7CIiO_3EPj)D(b#_-8Y#r^=mHCV73tZjosnAhCI82zC0nNKEz^u3fSftTHN$cYPI0Rcir5#f8H zvb0u#&ARW!h*a{jyXJS9z${W??P)gPJ@1vqSVIW^anOC+8@9BCmmS|_0y7ANdQXmj zsM{g@_5ZBjaHBHQYLY7(rCg5sM)AtOE5B7lw8sM>3C`$@o8aAT8OKV&+sc)QA-p5u z!`~k5rUqsJU;&Czh3+38gOorRzBhe!8ZHjnw-g|DmB0)D1UwfA&Da{OomxtmeJGt* z4e83y@Impk$a%Y{$K9QLHSM;80(0FlH=Ymv67H$DD)s6V*)!n^cttrYFP0u}+N zN+>lTu~J&nG?reM4f8rJ5^lR_*E;6!wg8fg9{!yz4S*G4+76qj*GW;oH5ljc*Slr} zy9~hR01%S~)Ab;X1(~j_1i)m}zQN>-0S@g}&vrWw2*1Ps5h7IT$(AHk#4R1hku5j7 z(SW%jn`%B)g-$NdcP9?mZ6|mLzzHxC8HTDASv}FAR$T^dquWN2%CSQq{@Mj;0;;1r z*dil9$qb@zdG?A({H-}X= z;YQw!elu@|t)0yh?k0d5ZVwiPutiwgO3Fw@Y1)dcv_;+uiZBeSNd{;KIMt$z%b*>N zj<q{M441X-rjGOr9E95Bg*69re?b-|>>hV27GZ;mQ&J773= zBH`$;&n7{;-qN@xaEKg2Y_0|a!ZI?%NxoD2M|RG({*i&YvFfRqxpNmOS2aNz|yyQ3^wAXjvFsD!jD7I z#!llNN1K_>-~q7FojRncV`pyNFn$<*0C0ZiaCO4uk`NH?1>G#Kd z;TBq+Z<{8j==%y8qHk1OOscau z2`vFKiZjL^crB%hODnCmd4&m6;{F9O4Av-;`LA}1GZCF&L}i$G#;HyADU_%d14DaN)2D3d8gnOc7@z9~jVTrNU2rxPbBV(E%wY+m)abW;( z1yLY<;_>QKcl`v7?n)+3m|`2L#mWDn}XK{J6^hTsT1 z8#RSpi+zG(=xje)(D~fe%DaHO&ZT_eGPlvpNq_3RVM z8+n}$^_xyt7laR300bsnob$nkKuK9LSjRBP6@(XcS~NgeRsH{W_TJk*#Oru_$eSwE zg13A9_F=#KIPvQM;}x6FV!cNo5R!vVf{;%KJLW(nPS$%JfbZH{ z%eDlEo&s_C@N89>87H{Om>RRN(1vhd@y`>F9P_bohmuF+kucJhyx;ox|D{dX&SF9 zJnGUq914Y+-}us(hDBXlK6X%u-im_Xw8moXUI*XK4z3H8_8ZGil$xex#}{@u6#GGUCs zRxUP_$NEoiX#CnA5aUay!};x)!C$S@N;wzmXh?;(LzP!|T>)%pDl8}h^qo&{ zsJ&VcDXYbN#KcVVzootB2}z5rRZiG~dhaWsW&}y(M_xFFl}?yKisyT^=K&?Ih=_}` z_FU3;^B9Q|lf3xAWXDQR?;-%tclqC5*$EAW2A;G&eai;lSHi_*ft@3F>!%Gg2&HLO zt00)C_`Q7R%C7DrfX0OsFDT2lw$}KAwTE&93bDKutJsfXnyOwO&NW`+nFfYKIQp40 zRg{p=uQrg)1ppvfcxK_% zK1P78%JRf?gIXg~3$T3mRVgBbB7bmd7t~FYl0CSJYQVF5*aW77=l-%kNlcg~*8qeDkOvuPT?*|EyYy8)n4hh9sw)&MBvyr+E5 zdR~p!G^*s_T6x6#vHu;)rsah-cFqC*;}0%(-ucS1fAV?!pW!IpvHK`@BNR@){ihh; zwdnzfPA85C^>BVp(KMJ!ZDloE#|h|k!?_kkq&!H!aO83S>Qk2=X0@9C(Vt%|hI?26 z?KjknzhYF?farx1%JHC#@CObWioEgcSJey9%^brb&oAa=sZP}ixFq?zdXr1*fB$>; zu|s=gc3J@*2i`!Nub^B5EJUTG)YVxa>I#6m!97r?P&n+!79`0P-~PR=x6hC6I|g$; zn_q&T*s;TuI}M;Y@EXti`j;H02DrQvL@iU9CTX?iR#wzQA%X=d7&`I{=(Kn8ay{Ui$Pah74XAsWE^YIp>WD{LfQYLe~BMa&FwvVQ4MaBhd zRA=r!eD~c}_Rj#d6ZSr1zW->nBRjiy7{J9>Jqb1tQ2V_A-&u?q7Teh^b@Y(jekp@O z%BaK8jz)o8dCy&6neYd%^C<%uW2<+9X6hC?IvFwx&0=7=U_g}gbUEI++#WnWufKquXr*}g2u(+>e(dPDqEx4cXjP`;AwYd=RE5k z*(Mji8o>7jQXT~8{kurU5oquNR6A`O<9XCIaTo!HRbt`BIESP*mJ=OBuN6`tTaf9jiszL_(|8908AWEiR?Kyk1%v?QhsqFc|IYK^ zlD!2W_^}DNW}3>dqSZZ^rLrrfP{<&{+T2=yX)zK~sykGW+6p}=MuhEl;Jc!r*2Yyx z>6`&@r>~nk?<2v^MS@*kQ_K0MWKk=59<0ahr?%$zA#)02KRT8$U{pACMem_^|viI??0feu1!)3 zDH?COLgeS0){$NshV@#1KK7~4dvbJ#r^8;$JJX&M!Mr$=ul`B&w3GJ)z5BM>O&jBd z4zx@PI+{CQ^wtka7id%!;iE$jAfK$eS{>;|zCOL#iK+eRZrVKrV1i;}yy#-@z%b9M z4==TY&#wYl@7$*h;(q)7pX(5YIv*o#fRiCeY<61LerI{E>#d*6(p1(!aK3lU?sP(A zk{pvBy8Q-5?@zr(kCM=q!Zr|2*2f0b?aj9-H}5B1 zA~3E7v1b4@Rp}9;!rtcD&9duVtd?E9xt{A%%*}Otd>;umN2_1zJQ!RR+30NfTQAZe zb;(&nkRDuag%oE7r~So?)dW`qLezUl0YyyI=t*zsZkti03t}$q4YEzQwuXq~Fiycs z$PYd3AY1g7MsHoYCk;~r7c%h6q|(}ft8vX{2G6H1C{J8 z%=g-J3lsF_J$Go?96X@>YC^k+YkiEr9N7YIkCf4|zU7XqyZ~*_M7>_F^ZumHdNODy zOPvUVE`ZYNIwv7U3W-e)yyI5B_Tb%pSUbj2G@sH88oWYOWIM2BdPhy5=D{nm7THkh zP^r#*e{9#0VRxJ+OKF&f+~5Nr*}jSza<1d%&u#Tj4{V#s<@3Hl=&=XZi>u*Cjdvhz zy>lk;f)eUPLCZ#^1lqnv=cNg2B1q_kdVUGggRlidqOxSfpkU;*a7jlI7M>g9VO`H0 z^L)xrO!klo07*U!R}w9nF!a#13xc%AW}bwatucA1jk#-uxGU{|E@cT64$(n{3Y4T% zj@ng)3fIquvL@O)Cg6)aEFtm7r(;&#uKyzMYyHfys#Iv^(gKQjK{wz4*#{vit1t?RjEG08~)=|7a9{y46-KUm)~(OD5LZ3*|dd#xA50TAee_w5lAu))>a zzmPy(4>IB~MCc4*=UEXBnd`6ecPoD=A^I(s_{)#)EFk^5!^Ya@V&_?_8bg zU*M?iiDM_q6U8*<2?285-YVweVNeBdU_IXh0Q?BtcWvAeW3i-~?8Hm<*g$*82vH%?pnMD2&7KAA|}_v6Cn$ikOfFZ%LhUjY)JtH1u7 zdjVV9SXha)R6Qof%2+ICTHn_`Q^ZC4RA;{Y4t`@@Uh^@?a>{60hRhNdwXbSlhg9u; z6(H}Kfp@JOQJSZxL&Vz zv>{05NGi0RtUfSMIvaA3?Fr#Rq#r&YWT{GDN}q82Y<2HNc<1>5<&NwRsOvhuDj}@O zkyKG=kR^6(uBcsT`NK8LYD;2sIWs?0jPX+(}C~Ph`O$QJlcmh#a!{y zD?i~cIM4f{t((Vw5taCHomzO~t&NulUsaJ6(vyj5Djih_zo|txWuj}NTo^^2Sop38 zR0WW)u4?CnHPk-Nr>0h&NtqmcMe_${0ms(e&g=mIJShpAJRA?d{Jqb-cO2D(D4L|w zH9n1q#^qtk#2}=^7-ZB!k*nNbY%2U3TSw9~)`_}Skaqq`%C#*ep_L$iN0DO75 z6uOR^!hHU+mu!78S}BvzHHb;$Xz-P@fwhUBIBBhwloE`=&}*mextBcxVE*cM)QhDc z%ySgM<=>Nj?n}2<1WJ}HfwX-qu`*FWLY^1B&C12GGWOt|Pj^|K)y!Y>{NPhx+$=Vq zaA{P+_~dB#>G2)_03e$yo;^uh?YRi5O&t~;Z{^CTWM4Ra-`A0}+7S#xZ3;S50OUDE z0qq23HdyN&xZ>y&50`fwJJD~dOAbpF_sg$V>U8fHMO6{D;+QjnP;mkL3H4fql=U$k3W#1^NA@6h+|;rM9`r%pUz+Wo2Z{5%mzcmIHD_~nxgdj|mR@AHY%Zju^^CF_|U`YF9`(7Ej5mJhYFX3{UpQWHk= z(QE&w6oSTUUg-Vi>iS@u^|N$kK8mnOzP`0#C4Y0023*Eo0ANMiwqH~eA`e7_3KNrW z_6>gAT?tjU#|^i>?4#HIkwl8^y}vbe{mHMSOQI-N*O8qxO0zOLf?e<5JBbPYVimwE z412)|S`jH59ef5Mw1ZB^5M#lVnVuX36~*ZiAz2T2^GC1!BX}`4pFDk9YjYS8M`?n@ zQkBx3UZ-zD|C8$go}GAm1OTzL9DXJ=ki_$0s0{dsj05Q6-lRtg8KE*PO_znZJrC#{ zJiJU4qJdBkPTiM9g#D!Yvw@fjpxQG4!T@ad`*0{^(4Oz8C@QU-=r~>C-XlFtIV#I6 zr6fwH_s|YfIMiXf&2XZJtM{$xaE^7NKN}#X0$`5-08-iD+KW$|=6O;V&v&5(QQX_) ziU}=P#i$N?VM1%7hfznv0xZJD+VOIDswyoK)TcL#?Ri_N&+GjHI}1Q1UV|g9M^ z(bfUBGuIB=YH4|sG#r`U4cx3BTSv+$=q z^~{7l1OOHL4LG81_tJHi0;v6fBu*9t@q*~D^ja)lcgrG)wD5y`WMh?bJlN9Y7M+g~ zLB$<|^4zrDt8(@f07Rr302f6o>6Ac29BOLlNjj=0qqtZKL7&#Z+KC_}S>IR$L*X3U zF(@BSTIiBJ1^|+28oO~KSqzU701-@pmMo>bXp!>td<1 z>cX%W0iZ&8E`{X~1Yw$9LPT9{(%W1P;)FaQpWeJtxftR*r!W7=gq?@ghP?>@FAV%g z=I|U*lq$mMDJT(C1XMt9H)tp(fA8hN!y5gK`G&m&0K7nnhi(z|Xqp;)4~2&mL{Q?e zG`4AKK=2J$j(UxI#Ov=x0A2$skdJsP@1eZz!+UZeQp@i_ff8}aQUOab3Ccdvx+DZZr=JPfYU z-!$v`m^T5xY5s{u1Nry0*KBuY8-TUwe=_Y{?^y*r)M&76fD*iOG%N;3^H06}o&iAZ zHQ%Dqb6?$mG^E~_|e1A6W&h&ZsoiDgA`!CO9{Q3X;jE_oLa!!!| O0000EN!UBnthq1ES09R z3u7rFd$P{FzVG>cet-SW?{|Lpyw08Hecs2t@Ao-#=6&X!a@N9_6(fLw!CtJ;i zEG&SbA-cc3OeK?PlatihSui>Z-o6F(^#@4R z$Os^lAsu3tL(shFVfWtE~mO zx%5G3`J+d))>iQ33B*I){p@U7Lj#?JfJcu&S{kjqd_N)KAU_}E<$)VFActC9Ond&E z3hAsY5En-`)6>D#s|N`QAU2kkoD4EEL3A`A5NJdqEhYx|`2i@0h0(IIXsM|nI2a@) zK_xhM4&s5A7cDRlSXmtqiPWel`nC%fXaNDx2sC~W5dl% z*QY_Sv@{SB0=Bk5UY@=a!VVn*{QNZNLSkZoi;JFBRcX)^4-a5r0az>$7N*~ZpdjGn z1d@_;020vD@#A#C!2t=HfB@j-{cm4Hgl<9(Gc!H&@c~v=fIvXYY0wn37P>tMfVvC} z;P7F<#s-*}=o#{%j79?_lCGJVX;6kr1_ru-OeB)_Zwnekq38^>76zli;gHyeN+u>c z36&5AF>nNc!{`8HLI-jn|KIMv7z2YyifAPCW7xZ9ZD9k0!x0Ds0}_d1WMam!upVY- z=QzU2$;HdZFDNJ^EPU*^sF;|T#0g2Pl#GnLqLQ+*in@k|wziHA4u{jz(>K85jg3uB z&Ci^%IBR8PV`pdQ=;Z9|;&Sn#*MEi26+eIfz@XsZtJkiDhDAh1MaRS@CMMmuk(`o} zdM7O{J>%}ZtepGz??1>dC@3r}di+kl? z&h8!*`}8<~f=Z>*=%JBy;Q$6Z++vE?vyB-0U4XtmU@Jh%yxo7rOY+;0T*ZJs7GWNr zV~}Cc#C6u{Y_Ul4tp%y>=9_|YHQX5ncg+nGLtU`Vl*g3bgtMB4)m2xp+;z{$I3_>y zU+<9nM`AmuljcgsPGO<(RIf|z9kkpB^1avE!S&t`ALhgn2_nq@-vQyjyAA`EA;Uk9 z!kim1?6@kWjQLP?1z+*+#d^e-BDf=3Ix68Sf5uTuh+VgDm=R;FZ0{W|8J0QWlWVae zgX+`y-;C0QX1HEGRInk4IdJKp7qW$$P5IBEjf75C`iv-ML+lA7~o}q4+ zUNtmCp%{MN`he`Ish9Lb+DhKikB>eCH$pv4&VXgJ?1&u~L+O~hRIvuNOqBWv9BU>B ze}}&FxFf$q$3sjv0*~H|pY$Dg&@mlrgDco>(yI8#Ju6B&vrR?7ABzp1ApM;}4#Wsw z;YvD23e7{iiw9}K)5_kXEhMkx&lP#&@y@pyq)0#INgUii%Ff~NwhuEq(!H_psrFu! zpas`cEreeJ*>~n=d28!xSo>dZ4ZbzGqpB+v)W}Fj$E9w3>f%}qPU&Rb4_|mj z(|;>-3XVRAIUKty)tc^^ZRf6Z^2v))7k5$SE1g{SkJ}L=OI4am`6WCI`;6?z-z3j( zp6Pos$f%jV)@CeZIfhw%w=K(~br{F;78xX@K0}(!;rS)XhuE0aoe^Gf@Np6!!# z4tA6@kR z(9u$Bo{&n1?P&MDGBMU=y)jQz+gZc_0-oT!_2gInF-)$2;AdckVcKc*arcz z>Oyg?`kUxnxf{tuLXXVrX6H|y>)KmN!mOViRh|D}2=j8Gjg-WBo>BA*aS=z}s*i!( z>|yJOn_SDMVWZ{tQoa^QvAj1Z72dawC=>G$EqV3i9fTak;IXn@(}HxdGxd8ft;GAz zMx{8RoNN&f8|#%OIWwr`I_+G0ZTscw40DQ3C-OQfSk4_$4!65%%wF|?C8CQxXjZ)t zW71>8{aWcV2r894e}-^%-A{U*QSn(>nMsIGU`>C997*CDQMPrw?edr(Wp}=G*^1ln zNd-D(w&n9F-BbC>%LcEFod6~dEL}f3mu5{{S;t$!7a;&7aimyy@b(-gwDp(mXg+k%ffJ_)Y>i)*Z0V-VEAZS6q4D+0mY}S|3pR-R{wD` z)p^aoaCK|YOB#ooOf7eU%e2c+a;?3+vxR2A=$d1<_0h49)xjFq`NkLL(ry>}AwW*# zPTbh%vF&!3Qf&(1=dlOf;eVDVTfzfHC$$A8MQ32o$XY61h!LZpQzlB<231c+{9MCg zb=_1dPgdi@$!>%-72b@ZRSq&SZfy7@lg@2p8v=#%vhm0n_{7Jw0gLbyV}f^b$FyL6 zZ_c$ZcZYV~l;yzY;Sw-1%A`|P=S$oKQd?(Q=2(PxPfm+se%u{&d+=Wt1LBr5Nf_0M zs*_!}hdq_wcsNBte3ixGOg6b;MP%=xy;~g9ep=|^j$rM`)b8$^te-TxEqJcNPu*Bw z?Ql$M!Sj*`y-`~Z7KEr?QNr&MuCXWyceQbDi4aO?b>86jke!z7(dZz_d9Y}aMEcYJaLA1;&Q98`bt2WyCFR6Yf-4XtqtLh7!jrr z^k@6%ansY*i+BfO=7{bEQAar@hQ-w}t&0}}Ok-v|%v!3qS%?~Z#VsYeZ30m@UEvHq z>x=uy(r=>|wRwXY#8ITBPj$Ac(uB4`1Iq-sN zIL_MJ8?mskDF4HktWlJG>|Ig3@~LkK%B2kEP4&LS`5KF1yn_WVd%+X)yDom6)C5D3 zr)->S>3o4@7xsovlbXGAN|F5N?Mp#$nfOlGZ__>1)qWcS4)&!YA+DGYMf^ei(vpF^=1E3mP$)Y2*A^c|CZp z=WvS5PnUYDZbc8*JXODuD*WoGgj#OQ@7w&!jPKV)jj>qlT_cuz3}<@agjS(t;3>bM?{#5%(zxRn*vk7iAF`{yxgFjg(zJlk^Im_Y>tkF* z;R-5HNGzD0zuMH7OGrpKSKpIA^%b&tFq!|-4@BW;`T3ox z^Vi_SieP~qyZ65c@OyhzyArDB&r~bLW) zwBG&#?b^QA0_>FM1T!slBr?O|gI5R{*^-N#@U$hcsNMW^eZJdbNc^< zz!4{`MrPdr7r;=(eyYJ)Qdm#N%t1Z;j(djl>~+~LB>PwXSG2Pge#7Y)e6_tu7xK{K z>|5rMc_U2(k7II_!;Q}RW$1;|FGr+A)(dp^|F1spJq4?v3%jHoz71eL1%K9Kjj8&n&5Z^eMvRw^1!3Z95fuK<(HO#@l2T zkPEzaf_1*D)2-#(C0*v79@6$QOTDuknLP5Y2Yw+T_S)fN?lX6ZJlld84+ac(O1&Anx!4DE5u=i3?yx<=*y+k zT+8uVx%Kt1-uz^BMiGLR!*exv<|mt_&{SdDqRtkvBd*c2JSk8INF(tj^H$Wqd4~K!(Qu*Ehy#(X+bu>P zZ>ga?d3dbH3hVk3^Q&OuEm5e8tUKtc%%K)9UyS4!cdy5~TUG9SJwMa903uBRZc6nU zWj||uO(aPTmPQBIP-`ijgI81eKV6GNrt^a+Y-5BI%Kzw;kH)cM4|mMG+uFT-3- zt@-oKJ2|CGlybuC{$U}ixK46(Ry*ei;-Q=Ov-8-Pb5k3oeps_agvR6Sx7f`qTU|%m z=S?el3~fl3iw!QLb$9BVE39e-;j+d1im}Q=VL$8eYOxd(%~Wx|lxM%ZgguxE2W;YN zfo<{?@#FShhNwCMI!Qr7f7CCl`i^?MvJW=v?{N?HTzvJTP2OxF1vX~)r;FkFEFTiK zzs!k67yC2Cpvq+uJ+rZeTMh|blZT~Rjqn5vHu{KTxgnuL4id7(9g62|

_f#M(_tR@-8Z-boD8z5Z^T*^9hTSGAa9>ji;G^|KZDgEMefs)iEJ)M@@>N zIC-oO$@@l9q;PAo@0a}q?(_G1g+b~rjvm##TV3ZDPIh7wPD)A>Jj>*UTER=kzg8Crt9zHH7o_fRO-i_<9+FYa!S_#GjIkTJo(V_&>+5y(Bnz{F(cw6>$V% zLCDbX?z+iQ5hIuRK+9urU$`>w+vn*!=rh7D52}M_ZzOqGj|$#^byMDm8g=ENyV(S^ zu6d7>w2#~V6MfRse>j?Wkz8=5GY(z53ou~?3%foawKIDX>c`B@Vk;B+5C7k9ggqVO mL<0o$(hk!DZY`aRbftiP)*St4xI--`3emT1`Q1k7#SEMA_4~p#N_G%1_l8G0wYgW009610s#R81QIzyE@5y66%|s6 zmli-w%YDQzkPp3OZUCHcbaQWg#^^95+S>IeIEKG!#BuCObk3 zL~9X3WFgEUlZ4`PKpRAVw$b1+$W zFjtQ%mY-^#y=b1wVW!4_ovK)<-(;lMW~kC_rPFn#z>T4%iKMT8sJmvb-*2wecdX2F zt=*8Qv3s%7bhO!qvB-O};(xT+o365SxaFC!x`(*egtz5>yx*d=x`w~ufWzvIz}}_0 z!H~b|qQA_ozQ2se>6XXju*1oo$=jUF=atXxxXR6<(CVqs;i}Z@z|YaS(%Z1v?Z?*G zx!UTt;q%Sh-o@VR)8gaK>Gjy>>EY|^)$#b}@$uvK`SAJr&*^_S0000#bW%=J009I9 z4jCpcGB-UxK}1MVSX^dtadUczii@D3sI0BDx45~)#K_du*Vx(H+ur2o?C$ma{r&y@ z{{H^{{{H@Pn2M7L_t(|+U&h~ye(H<;QOswtJbQjJ)V8WJLP6Hn1C|K(+Ap# z7z9*Qq@{&c6Olm(lAvH?2x(pjQK4IsJd+SnNo;Kt2ebnM5-|ZHD#$zpNVxNGrhWEM zyM|S3RrMeH+<@|bM8LF-n-Vfe(N`_-})`dzw?LuCV+1O_$GjF0{A9? zZvyxxfNui$CV*4;@Tu^r{+$BwD=MG@zxwwCz~B78st9R@A%i~t6vV$X378AJt$PLE zGe17sKfNU2QO#N(Dtu7qx46Fo?tf}4Z0|j-0Q`Su?Z0jYS79>*x}Wwpan$$o)XzO` z@APd>qBfBK_FLEs4{u6=|F4&box48rbw%J)dmh|hEt-Q5vpq@r;NJ{Do&Q(c7MU$-UlZF3O?i@Xx>3(jGjrmp0y$x6LK@U4|3Y z!-IFiiF+@lyzerAd!AlDib0(mE3kU?{eM=LX62lI4G=v2FCO6wy&cOD?|asC)DMpy zhr5)gec+P&F1rUNCuQ)D4nUrKeAi;5$)3j@bgiF<4^AHOOS8z9U;oa5Z~)wU>4)+U zxO>3Rx2J(8_{Lx4+@9rgJnnOF*$34l_kprW>+9ne4hL{4++(10Pyb*^dK&lv>vIQh zuHl30&CfY;**#7~@)6uNf&8_#;N^e%!J13&1-?G|doP{JgZtpqfp2^-F_n}5*q-s$k+QtsKLard(cl}fk#6qu~; zYtOVwtk|5&!8cCr|HIva$+#5=xb&WTrh~r+z&Te^d%)e#E}Wjqfah<1bz2WW<9;rf zfi_i%a25W;G48(*{$bbVXQbjouCByAUss0iVSnJRAB(2~Ae;l?e+LJSxUB`CV&~lO zt50f+(y%rkI0x^3O8p4#zW)p!FzVbS1nF1K362Sn!$GNV%Bb_sYtt>K0~UV!%YVTGSMrhSf`$`5`05`n?Eg#ZxW<0yX({PnJu`Uw=<;_5o9f*w z-PG|@20@;pt{wrwId{+T6z;WLVz(H83V8D~J};Qv)l%SmKviG9uwRSnUziAo0XE+M z%y#+q(dF-v7QcpP1H2nhg3MT6yA05{n-TB%A$!SI^aJ9_Er0*v(GzF8Aw2g_5a0*p zxy{41f6Tx8Cm#;+cW1$T`iYsd0bAn<-;})jIn(*!Ib$rZ1rT z&jxb=uz}!^ESA9V+`HZmYvm6C)X%vqzmm5|uf~&hn^9NCYavQyMt$-LBd^{{0N8iQ z!nxo+@uhEn%#M~4IgzL;fL@RN0|)<%Ht16V8)$p9eBk?vlREefI~;kKWPaE51j`j<6e|%i~({Ox0pb_ngzfOsAj(~Ob)fX z41!b_+05G3lK>D@gTbJ=ySVppY#ZLN!L_%B3Q*|$*4;m}@ZjKBsQ-@)!J+m%u-?#{ zu5TGoGPb5JC%GWdkn@+9jJaUL(h`(eLGx$Rtq1^sBpHNFpuN%HbsN{-f(WO-_~3}g z_T4|B3C#X^AUztjW`P7*Vhx5#Zmc9Ay7o;uouk}$36pU*aqG+`qpfBJE4;kn)kvVs z^K<{<=y#BZlbP48scUb|C0zaIX~E|oKXCv5Ku#53cyfY2SnCy;)lm7xL!+}lcHXy;LNmKgjjp{#2p>!T&V?V?zX7%78|>n@H0F}ptCkH0 zD=Zk;}l7CqAKK7(0Wfx5?)zd#P!qs8OB#Xk22b32llX7YpkM1HaUF~_< zN55|lOl%-(LUipdw}uv%D%G1y$83bfp_W)zL4_F<#khX(Axz8l~*zO)OWUHn9pPjUd=67B%yCRdOVtVGhhBi znm_Q~VFmcP-D0lrHyCzTN)Z5~FJHL&g^P)eH?H+haRW?>JPbqSR~An^`P}aa!WY6B8CmiA8CNQW%uL51^lK|AusTZnmr=w3(MT zQq}m$p0x|VSS*_TuefvLNYz_Si+|IZR4QX){6{A z8F>&x6sneX#-_P!hN%w}{ZDUWQWu(!JubtiDJ_+*7G~ljHVn1 zNhp)N%7)uQLiO@rTP-fg!-ekPXMTB1P}fizTV*A4&D4R9+2aMz5ucek(MU zJ5XLQ@xcB#ko0w#RA6}K<(MO3ItG7mg6I>X8vHfGo0(jgRE9&d{Mp;{p|mE z{wttrZd`kU zFceNxq>ajJ-c($5>mh%(QJYtBTY&FQCjd32uj|dHpsK!k{DEq<-&^pA*Z$)C$JMqv z_>v?lib~o%3=lXFzVJ6M$gheK*Bu@#_TXxGWNXe_2moMf;rTxGwA4$dfBF6UYP&L8 zXm`@dSBFm?xBmR+26YxyjmoO&qPh>xRj$O!NTg)sEY3v}Zn~Ni`#3QGoI`k?Cxl^#yC`9pZ)=7ulwni@|8_|@Aj9K z@z9=z0FGshWa$SWs@3;@^!W&{!t<)7+kO#f=mMk|i&jugt3qo*$kPFN*8`9TrOzwh z!d1RFZ2?RfI1vC@_IBAkFR$yGCBT>-y1>?w0*B{6gAa+z?z!wEA9|V}r?Rsz8ig;q zlk2bI#^48?J$(TH)@~wTd?ad0)bEoKktv}IoO6osX&(~zA-VU`dwJRi@W}?lvfX}r z|8?953jv(g0KnElR^Z{140gRd%E-dHCjens?R7qYd&a#8caJUJSCp(xN@H5)HP@TB zj|CI#dGTu|*S##AJwEk6e`9z4AMaykRRxk^fE zpvUiBk#wVdVIOW%R%d%S697PIr4&ANs*8T> zr5kUqDR?Wyjdc+>KufR`tFPkrq3PV%J?9G>hrAmgpUhO=nE`;hETtF0OAcOEZ0Mys z!Y~aChV$B?gsMt=DmOQ0!!(St{CA(U7d0=n_iEmna%KPkEG6;VgUjxGX#teRs4h!Q z4rtE8XD_O4~w3Gqc<8BxeNvO(>=eM}w=8av15 zgtLA(zLr1uUSGH~1c1CVUpfk0Q2=p2*HHD!K-zK)sL*%Ro0|sz>i>#%_Fk=Sz5QjJ zIXZx5n9t50>GuMcK)JD5Ofyj!4Mmmv|QUs!6k z16;tP*b}v-08F<8H0YkgK{d4erzTpb#1SX{JHN#wFezmaHK%{1a;~{)ZqzTH`dKKNNudd0+Yxhu)WAs% zhB#t+j~fm@-D%A=`k3PVuUbm#xP+jAD+8KCFzJogaLsia-k6LEOhLfQZ~IJ(y383<5KLw*&cZy?SV_5dZIbD%psGXS6~|0h210cWmC%Ka!H&OJ_rCnd0n@JlsD0Eq9imQM1j$FMtnP}jyMS225 ziW_vh`JX-c%m83RCoNn-sVJU&Wau7vybL@m3yUScK9Ss*9Bo!1m^7Yr(H>7`LUN`-^|R3=lO*#v7|IdC~d_>MnKir@$M2 z>qm~99Y-^!o99pd=&B!MzK5_tN7VF}(kYwL234IJszf@1^Y9 z)iw

3Q&c0fIEIB;e$^<2#5}Dpia~kon!zWYW7A3>E(A_ z{%1e>_l?GakTAb(c8r@Ohl<7p^E16L4^;^7xI9fhb|Lvyzf-#PT)`Qk0~irP6y;a^ zzPGU8XQP8bGa_Yewd|dJ)~p&M(i?91xf{vPe#zf{*ErvJ@0ErWGx4$InE)Wdt_EE% z%GUVl)>!MT`N5aY;Ip?ezbyufmg+6uO@nK0dKnu`gW8IPE@tv$xe%B^QAOi z9?iXAZd=Pgd~hJQtFWk`)YSRAIssBmyTDfFQP+Qq4lW z`gUdp4}84AV)ex*vj6A;ow5u{8eQE|#FyW-et^(9mg^#X&E0ijl6O4&^w$9%qRBYA z;g&f5?Vr6)>c<>e8T*T$Nt#E!E|awOngppvPbTG2#|R+%^H*_`??c|0P1v&g1|M-U zBzPrN`ij+^@^T51?xY$=(L=i142S_@6^EYnUr1{(g0L!ChUgjhCxm2d>3xHb>=A&k z40U-|GOjYCs>%BD`B59Y(F}7y@Y>r+u6#S=oXJAuC~YzW3dQqQ&HyXm^gH;uyjg?Ot^h1Y1sK)h2NB&KU8A!rV)8wTW~e}&PC!rWH61SPJ0PRJc`)e@H>?4 zHg&GIo5JMYoV#&*@-rO$M$OrHKzV!5$0Ge0a3F4+QfCXu~ zxwqgg4%Rr@*t`6llO)uyzBycg+v+1g8+;Ea)@EY}%>2I79zaE?uekH2bGU|fL9?6X z$_91Uue>9ghi1dFe(hDiBOHYBVzR05q|$RRne>jH{=tw}%U@}jD~f!!HA{jBJ9QK@ zE;Me~IgeqK`{B(qp3Ush4V+UWoUdm7`?smqfT-jTp4C6?b%4gG?T1&ot&sINP-;eC z$8`OT&bHR?@rqzv#;RgG-f$@tR1jbIZ4CzG2`|6xecyE=9D$Pvz;{hB%%u4^)swdC z7l~>B&9os9FA2KTL6h8OF0y`Epg}CyMwwAfNZ}_=h$C>)v%-GLi z^J#I{OUjL%iwogsIJUwmRHHO-_Pk|G20?t=%MZBI+!J)NH{9hYIQ&LaEj-9;HqQ|l z%uFJl*QD9&F?i{9lbLXk)*wqaU$6Yb+IXEtr>4=bPJ2JVkD-}xC%>?ihb?|JO=AZl zo0-{IVfVH!BbQt+^Nnq@(Xqy1|G@HBqKj%9l`p>gk`rj{C~?`5ZM|^;1gnxKJ=b0s7!u8kzvUC=^ac=|$4r-Srl9C=G#jK) zf+!^&Js+;9)W7cfYi`WN++?jWw^l$n9(~vN{m(2W)GP3Ip1rR)tpUU@vq1Bj*F7g2 zuQtQ$uG;`d2}gEWJG6?R``_}ECXp>0g+aDQ8ykf8zOI*yI{SX|%QxPA$uM9rRa_g)G6@?5WCV2fD^|lSX0SFeizhnn& zykQ8#6SH&Zq*jSZJGg#BBN}*vNj@r6+c4QUu=o5Z^Baq7_)GuK^}P1Bqcrl|k5|G_ zG+%ypuUM&9D|`=6nbR78=Rwkp!tj^ggdXe*^RO{AgWQdX<|%YDUuw?Xf%~l&y`-F( zos1kg5TC<3zc2x6YE{|O89)GcUIT!lu`63Q4>7w=#TOPk8{2ouqup+!1#!s&`J^$* zgv+Hu7o)4j#}Ed`e~tVkT7eR-h=8ka0vcz{C%u8(UD`ds4Bb4@09BcB!+*mtNd<%y zheuZ(aGPeN4%~5%2Tr0DFf0GLN>i1-Whr_2ZMu;)v&De&Ym-m<&zs5CW+FEVeEcH2 z2}|?E*Jd=G`i{Te|E@hkR!|vFilRF10pZD1f=4;P4(HZqd+(qMk)2u>C7&3E_g%7+ zF_@}=ywo1N_|6Am)fMmm&wsMVi3_78M4D+Xp`W2Jak0&Djz zp*lqX6R5Ae;fBd*GRW>40%qEi==A6&_b-3g_>RokZ~R8?PIw{qS3dSFP`R2)_cqaA(4vAz*b+Gn+F81q@d*KDzAJ)bZL!FB;uD z|2^F?-t~Fj&SCjL-vYG|HTZdX!p07t^A7oBe#O$lth7MhOb=GYiuqz;ba0ARRIj6<+NXCt>_2 z8-QACZ^I9B>as7i^ef8g0=ON&&~d20t(T|E!F&)WioE2^0|0|VGch33QU}D@vHH&- zrp%Se{3Xs=2k?rMGX9edV2%CsTfwn5x#`3HeF-^!ZXVp&Miv33;Y3={zhvh0|Zrl1_7v@Bo6%}d(W9ekBy$$a6kU>W9=j% zLlMAFx{1AN@`^W_@wCU_BRFsLbOE5W>^^5OfA&!T)tU#2>9KV+)ZSNTvV~TVRh07z zp1Ez??PHT?Cv@;94}j8Pv(=+!O)iNRk?|J;Ao<+ad#^_2(T(LYZ=JQ!QLqPi8BM%5 zkJFTlfA-w2Ee^o*s~V#2e6NNYW*+)Zlu_YS^OYa}`bMx|+i;_d(;T?~9UdB%`_J0u z)%9x(rT;7GsC0P#>9;&yJA!uWqO``ZYw%X{`_J}UbbSJ^&Z3$9fLD99S0j46ERFfO zc4NkR{J{S_%n{KEJ9F(ugE#W#aXP9_h(0*60CcnUN)8Y9o4N+@^DCQKHx7uQo#%0c z2YAyZpL5RY@Nn2OD_scbaQQ28cJTtuFOl#oNpc!VfL9~JZtrKHF~6_eoW4~^x7(Qo zCi$yx@x~d{o0%R5oC|*K{Cq9E_NR@P>gh37%PU`5xS$LCGQWGMZ;p4ps60V)-+A%U z>`wrP2Zsy4-c0CRddC~D`#t@fkNCyPThO2X0>^$qwMVxnSMtZcC!hVcSMh0>_7kp! zB;UWEvmOt;!2A6}E9LP;AWzWT*K;o?3OMq`)T_0ZPcOO7etP3ghueR&MpZW_U;5ZL zM!GH?e)gE@ci6j02<%&0t2i)v?_&^&U#Sb*EO~GE$3W$Cr}!}tXkiF zC{D+2ss@A3b{)-jm6V8fdr##%VH!l|o_lC5Lqkw{LNqou_CJZ>`9psDXnmXr9De|f zYw92%``lq0)RMyUDAcyr`i85KI~sRK1m$IS=B=t_&ijOk8P!u?u(>eP3ROdZZIu%O z6kgr%%;V_qTdwf&3X#LwJv+V?o&M~dN8J{c0QD_U`Ptu%r3ULm!M1aS!;W1IohXpV z4?W}m4FxJbXAi2IqwTXAm zFa(Hf^{f{h>k+NnImKr`P*8gnJs8)Ju0J&lqySHJ&px8@qEIGN7s=Q9sVfg{__agU zUbJ>-hlArp;P?WVy>ifohxQ|DD|4@|JCF5q)x?sMKHjR#oUHxSKtLsYTs{HlggFpOm9%7P0uKD?^OWy<6}3GS^<*B_9?BPGp?xY~ zxBod0E3N0{d)wNO|IBY5-C6*aegwnB4v?}2E6dJft(*>@?40LZD6j)5Lz1FMnzUxA zJfn=J38;d`yEmTJ+7bAkSFYDdn0qJ;q3`+NQ)TQL@2{unLwEQrlrk@R>trhdSo;15 zup^7a07XU%``FI7I0znBDeGz8b_(7V-zP^h9 z^h`q)tTQVxGmAqFlV#?FU8Yi#9lK|!sj1P=PQRqXlw6ZLmqiK#j^MoFC_wF*LK>Vn zdhP?|7LkC;Zvp7ySe7@;yHyIxB31t>KdSI*kGhgbyS_e)D}c_puk_+~EoJ)-trtnM zyR-Cepz^83wl8%6j~dZv7X=`c^Vz*d<>O)VrUk(h`iHg#0I#M6QlY7E2!NK|{DA&< zJWnu9fBN`pu-@uYnBq(QenzYZ_YCsN*K=J0^3G;x$o1bh41v(ALkTrT*9ZlhJ8a!R zl>x+AZ`p1M0KV&9w)t#&K^38pK3K?iJvRW3Rk(#?wUCa}!z;<`z*xmTkBTZy7t*qx z9yI0E?pc5Rr+=#^TBhK@I3X;;r4Xfn^%yTSgm7@#{^6DY;KcSJUF(Ds3gM8_#=Xrj zIQ&mxA;*KSjPpJ-QK7D`_0zrf)uu^UYzAk@K&-xW*jaT_qRX*^^ zy<$dA&Dl({-X} zT&__@k)eR>;VwFv51yr~o$^(dMS|AAZ2<3z~6ICKbLvucO408eNjW2Vg*KZWxg(gUmzPxr_ZsNW1p6@itT^=NZ4B zJc@|ucmSvf!9>v1V~`Qq66*$8I9l^0pnNHysEqQVX`KryTxLB1cz$KDg`-ZXrp<$L zR1JQGQ3eFfp#V5KD6GWJUEpgWS$kmI*i0}zDkX6I!r@^+(kfDPL&6fvNNL9pFoS?h z`;w}NBv7zf9;;NA6AFBUfDkf86K9m5rVN}1MqwN_0zEn~a!AYE#l8+Cs}GDD^KD5! z_Tbc80bmjYG}&<|rC3zhdDSnFxGzU%&#R#-w9S=9fc2ZmFAg_VZU{C;bb}r~ZHhJKSMPq)(qlQ%TXm*ku7aibA$n&yW)0o>xp&hA_ z?hFT+QH;N|etrl1O#4!RBPfjq-+{tZ0PQ@?$x*tV77V!>yZ|c55JH*N^^pTv&ur^7 zgGgi6_ZZQMLN6rZWhve|`j-@#wu=be2@}>1^ zpz=K@$c>1yNRVwdjPqR%p+}uVWH_`uu9UXSo~8Y`t()upL;0XFAK8gO7Xgp%VB+Hg zAO{EwqF%xLL2IfejUZ5ZVP(ZxY4@+xi*p_DG7vO%5!ni_#^6nl=!FRDQF{Ut0%2}f zeJw4l^ar_zZ^hEAj^d!JM@ROiy5BuZbc%tH6UJcuQ)~q`?UjnE4DGS=putBdKbS!+ z937>ST<+hmXIs4paD`^#qcBuL8HGVjuitt&5h??O$z+akKc84?uMVPiBhcj-PU|) zf^>r!nUh6+C^0Ayih{}$0w_I%OA2>rU`xO9g^c4~Kxvjb^LlyjL*<0__Bk}m26E4M z*=L-8$^n#Vq&DTi>7ZPiq-o)M(OO%{8OmNxe~_fsx#jgeQc2X@Mg)-vH9piH7$_0K zk=df^i*+jtX?$PI#fwCd3<5e@kG}jBJ0fg%Fs))>6gl;yE|!qTYXT4gWiX+3LC`MO z#zU1bLMcCvB7$g0n%K1ViYzFDWkKl6Rtv@rzuK%E&a5kpm03{wR36NP3sD25y6xFm z7b`0(tIN4jorRJH<8{$yq`bf@iY);Eqp7_Tf-);*Pt)93S(QG}K{uO0uh|{?dOA$f zD#s;Wy+Q5Ocw)0iqV~K>m7XFB8?qroP0;MNcg@n*{1k zKFk;Va8_@Ou{IsZn4#*?47$2a!Kn5!!^YM&b`5yhg9k^R#21 z6b5-hvqJ&7X?F*jh&XPkwhnxc(%3vT%j+v-BxW_yVMl53W96Bt-($dKA9oWn9Z_zip_*V6nDH7%lO0jEFUp{=n#p0JSfi+E=|Z>J>@DlE z$Q0I9G#>Si^5Y}{>2ygjji>Kd2Ae;XstlSz5I47F>A`VPrKu!R%XL|}WS@!vW%hLm zb)kV3G=<&QExtTFzn=%q5$DrX=yn8QnnlE$eMK{}!jujuN1ZJa4r2g2l2u&e6#;&Q z1xre%lnjEPJzJJTMm5E_GGt}0JxLkND+5Gi{XL6D(H%_Y88&-jC!lF)-Hqc;NdDEM zoeZX(geF;GQole$(Ag?F0FV~!AZf;%=1>AOlY~gs{J zql?hwAeAA9h(_Con5a3sV>DJ)wlFk-ahk@=bki6?0}=QhzF$>&e|gY7Pl2IV9BHKcxWT zF1v>-NMq$@%1bE91I;L`@xq*1qJ-7tfB4GW%)+c$pY4J}I1m-SUrkhi#fOS%bnm;M z_ap&Wi?X6!6_NOAv1gbdrzt>-1f95^%5u7cf3qb#9sr__nKaM(#AZd*)Kk@k81;Rr zT6GxXYHLIO?4?9Y+DuQH769&8p2PqKrp_?a=k z@k-ODX9jV)2n(CdG3=m=#7R7HtdOKkgTUl&{lU?={CLu&MUiDP0Gy_EGIA>^Mk32s&fe$DjAn2OnOjE;LYRZQ9_hZjIA*i2uWbYgu#zEZH^1BX!TE_5=4>h@c!i6 ze(JyG;ny={x)>L2z2XqPyii&f)Pv&7lz|;Z4|g1xMgzWIRnk^K+0fRbh`S8N8DZI;!z?pN3hkBUtllg**9C2jv?aqJl9r&Nq(WLt zIQRM2pX>hOpcPATx;#f2ISPxcP89%K1{6feSDyL)(L3XY!BWIV<+Y%2tc1Ibq!=@= zp_rg$O01z5t=g=%GLmLhM}q{Y-7J&dF(*Q63Qg&E0BK!SS}Cy*w4U;&nT_}Um32Gg z!qhW~=gUGSvZ_v<1Q1gB;qnFF``1VAYfNMH3JRP^Qp`TB^@f|#xz{Ckh`FLkBTgcW zOmK|W(UndLn!4Q`^ij%8Jt<%!g9c2dUca;wD%pPFQ@Q`6`_qlxb4AwQ)trRYc!hs+ zk-%{PkOTPjqFersyI;dcLhZnbT2lx-;i^0j+cU$Mf<$yy5j1JUnAL$Rr#X#4f9t{Z zrWR)@V5Heppg?0nfpt)9mdeVko_X@ddk^jZ()>?-k@WDc9V2o9A4ue>(*YG!zRv6I zhnGLxy!JDgCnv*M zz4>!!Of26pejr|a*Ka=V@bD*o;?Iw^`{8-hm4%H{nh~n*`_5K13^nI|Df!c1d+*!+ z=uX?jr~<7!ZXHo#62Vw6B?&Y&MK@*wbPsJ#_kz!&?c+(BJ=1T~E55;S8v^90YGLMt%Riok;l_QV(bm&<=Z4U_R3XWw7JWq-z?7U1_6)LZc}_H|Y=5JW5jN#R0&iF|`M-(CETaPETATSv4GD_XsgwXxGn`k{Q7+H>v0l0!hb@1{qkvk8z{R5A=>pxw3>qi?gkd15z2$#m?p)q4rGbRQa zx-^PJPeXhX(I(J+3Lr^3PS_D{(wK^VQ3g|uAR!4~`NKzl=&#~*Fy6K_G!!}=|L^k7 zCq|C!uH&Do_o`lZbys(LW_re6+v|0*vB{DRSaLROq$IFN>>&t{IB?;RV=hQ2Lg9o2 zH-u0G5(kcZL4pHBAa>zE5Mfy*V*yEslVI|Wuy@WWJKp0X|M(4}>1!#pqt2St%Y#ybV?zG3bav+6#F!=?`^LW;{Py9~nufJZp zd?ugkf z582e>MCX9y->;H|>n4C2&Z%wN>)!o?m;U4%#pbv77ry^IAY(!lnBK!;y%Fu@gs;fD zD+g-n=jyg*Zn+ZziPew^#K(T_%YVjeFYV3qG=4t927tCXu+Ilx1de7E7~Q!*7PSMw ztLb-dCa&B6=gjaTQ2EAka<+gY`{otgq#_JL6q@z*t(`8h zuiyAi=c89X``PsCZ+xFVB}8GlI0>fJfm0oYT8rK^Ij7ebVFlG2fa>TOOag_b_e-C; z+`#M&zWbYRnc>Kt{aCLIfij#-2IH#Y8%glclYDaF@#N+uK{9W}grG{gAKtw!^IM=AkF9NUVx^Yto28ed_0bx>XY%s zS69Cze~nMS`tqOOzMqWlG)dPY)d8v0>|mwOL8}~wuwRl|^2o&fD^H*P(qDbZBuqG_oI-yLD5ipaO==|Aez?`SqXgOPId@b-N>%J05ixVEmt}|9gpA!{IZ1gFaW}mkmi~G(|WKI4!cnZ9hFAXawcj3cCji7@GImp zJHR<>^LsgaLq@x1<#O-z*{RKGCcS7}K$-2`sC_Cb$!4Zi1+_W(EHTgNrf&zY_bxdH zdXTsJEv1!01(dxW7snGl&l5;O*={h-HagoGD=I8IbZ}}}l_H07nvW;<%aQ3tXV3Od zuf@~DQ^=?l<*aHw-rpNK*8sSlWFoA{y>CZL%^yLonfbtBg0G!El9EJN7fc5?4# zaTvDd&Oq=VDYCA?e>@WIBg_-@RONGc?aXF=F1EwK)97Q-NsUBu6b;?7o{m%uXomj|c#sD;r*oF!!@xbThgpFkY5V z<>c(jheMgs0D3W24s}d};!;?~Ayt=V(&H(Cl(rRiK!TLA5!tc_dd(t>bZhf^-~w04 z3I}p4$s{#+@YpI0M+ZQSEksC-NM2pLiot+ubU3VsgMPn9qd{XdozkD)+4#6?NTx-o z%P3lH-#KL5kR8hzq+sC#5g}#xd{J2P8#{N0d(J0cx_$1B5>GCU--^dqpgB@9HEXND z2cfrT{b!<_Sn0wmlHTC$ZrI!4bhztp#2v}1qbS;k#BE8~u$Q#bN=c9ifpAt6QQDkh zw3P<=K|Z5}F(xoh$Y68&FbhW-``9WBN6aT^Dj9$vnGV~};ZWL9&zsF5qx<2FRSwhk zG>-Lfz0t{A7dt{6x}p`~5Q{up=YwNclW0B7>(M>dVakjgW36LnR1|VqXRj{YRN_?b^yU=ksR9{5J7Q&&w{K>33{sEjM#M(t%bgC4$-Tj#fH5 z*q^Yn0yKMix(E#!kazdz)_QWe;`_!N1-tGM15kslD^*oUbTR$MX8(DFGnpVm>;X7) z(CwyXtddDLVluS+(^`vO(gezEkYpFw*L|O4Vf3e3xP{utjb!eSa!Ez(S4X75a}2b) z&Q;2|3|#x`P%9 zjRpfZvZ6q|Q(6BAM*pz^0HzLt+KGiDKl__T`%}PtZUO>lXLC1))7yF6o(Ko%z&4vv z&Z&V$>o)th40^aaaYBXA9fUb zc+|D4tGYTy)yc;Kp#HyMfW-45d@vvUz;F4B-z9bR!=4SUf3$nRBOnN@?|F}IYyWo( zeCpad>iWsZ4L(@_mJ@#kSi}1>K-J3^9=z;+oB(*VpSmCL%;U*kPZWUniC}uQ$0K)5 t{o@S4`*w+t~v z1V(y_97IwNFF6Ji6;+d_A5v!n4GR@HNm!k>1`-htGCqCM<0e*X2NoA+s>>!!Vg(Wm zpxNmUIZk`J+dFKFNQbH`Q*Z|n48P{@3MDg@(C!mNUkMf#U#Ht4Tz*oMxd90Uv*Y^! z0|R-$?}*CvDQ2c@vEr7??V{N9IDopA*8Wzg>;M1&00IdE1_A*F5&#Pz2M-be6DPR76Khd2OlsGA14VSH5MWv0wq@jDnk<|Eek0+9w{gfEkG75GzKwF z3^7L)FFXb@X$3Y^AuuovHBJ{ZL>@9Y3^-I3HcJOOTp>0-6gg56J69(*I374g20&>K zK42X?PbNA<8a-D8M0G4XJtaL#4Ml7eLu4#IL?uF0AVXXYNpmbgO9V`P6-RCwNNF@e zL<>!N6-;w4Mo|Y*gAz`7HAYGtOm8YlS|&sdZ<|PMhDUReRd9elcc?~p zmqc^8LVKW9caCCpdQ^RwVS9^AgRMz}zGH%vREMNkgtlvgj9rMHQH;NDikW4OqEV5| zSdzA5lC4vj#a@=cd61cMlcZ9b)MA;)ZJV!rmZV&s(Qco;Tcq2DnxKK6t7NCtYNpF` zsK#Wg;EbcIf2p`{uGxXA#(AyLlc}(Cx8#4b;hL_rbGYk-wA6dK+Lf}wjJL>ryyc{| zxQ4&pmA%%cy1$0Q=#9bQq`%Frzr&Np=bgsgw8qJ-%-x^R>%Gpd;AxVyl^#>dLc&fMMJ-rwKl^85V# z{r>*`{{H^y%~s_A069TPL_t(|+U>o0v}ad!-}yPyoqqEhYgS1DBtWvTnT%}+0b;O$ z7%Yqlgc!$;$?~u|ZYL{=S9&>#*Gl(tx09@P!ZPU$#7+Y-p-l`i@sv2&#so81AcN3Y zQVp-({2T9hhW_LCN-9mJRC=$fggF1a_wKvX`QE+v*=LXN&GF6g&GF6g&GF6g&GBp< z;&LvMfZzLF@BOrUzuU+B|B0^o^Nu~yJ>+Bl_IrQxnCs=A^S>t>`spHQpN$l7(HJZe z@BKPCw;zD$i|!%96CZ!<1i}+fO&mA{3>NQD;v!18ZF}z&V|uMGzTfb@gKJ8s+FrLz@9 zR9LOOB(+Zdmp69*fR}9VeuK*Z=}&wWcE97Hn|~S9&FSQhezzM-kJ=NzuNCI)-t-BObG_$<*DeH?4L~jNqJ88@8{00|^!Hys`{e1j90eo^YNa1z<2UgMB-+9& z&uxEW0U%9cA;8M@TBpm?hj`(4@sXX^zd(8ki6ZNEt4#40K7qvZCLY{qE=?*u695nr zm&5_^zPGY$4zX3$oj36D;^Z4U^&9~@t(Zuww|oMLx6|bH*Cr8MHUPv%1t75ayrXQT zFQ09nsQ*XNeP`clOOjPHmU~g8Z-?K+zv(|J`1bADHw*wifQpO=1Zdx88h`l4v*(_- z^e5Zq`;U7G2}7dJVw)&_%O@m$rhwOP466%j?K4~k%oV&yn-BnVs6__Ex4!(o|H_O1 zf<#-7^fKwUV@w?Jz5h`GZzaEf_M{sBGtwdy8x;`FFRZpfda>}P-A^{FZ%d&h0qFK4 z;ut(k38+T{sMx2*k1s zi$Bn&F@Qlu#ED5!253qW^VZ$%ar2GA0sz8!G@z!gLmUv+A&M^_>8VnKk5pO@$02T1 z@ZL|o_wV}uK0Zh$a|#ebh-W$g5G+zcJTCe=Hy{Yge`RseYCuG;^0-lLYgc;@{)hNA z5g)Sk!`oG%o-Lnl!CTOujpEQY#OT@@oY8X^GZaYv~CA zp~5pl21x&eh6WKxvMRn9RiW*C{&?oTY{F=6J=L67r^-}%2ucN3a z%5wG$5rR(w0Dw^u!l{!{_K5lP`wr77OK=JYs?+Ke$&ddUUgq!l0P3CS-$a`R_?|QQ z`eT&DE21^;Cjby72&axNKXS5o{Yw}sa5#l>O7^R`*E4xSIp;s~S3ZH{^+0sy0rkk* zILAU9xW2Hz0AON;Q=QfJBWJ(-+f6eEKmly0gI2%$t`CruyysWJl*wOl$_4T3jd}Gw z0ca&mD^MEm-GT2MF3&OYWDtl3V`SK=msaOzc*Otw(wmQZ6wbNGxq|KHaI^is_rQls z9GK)CALzUleqA?{{ z_riDcGeD#P`JBalQ&#qIFYxD!rX&ss7adx?C{Abb&4a0iRx-SBX{VJXaq^B2bSBk% zKLGFHSIO(>M?c2fTu{ICQ@@rdDmc&gKjfZK6abVJ0#!fsz(vQl-}mJ#qHiwDf3m(k z91ln3hiQ`czW+VI``^ubBRRj zNbal!K@qyu=JsSf8UgVB_rQB`WZ6640>Ao8Kz%OPg7utVxIsPR0H7% z3!+GQ>D|I%E)s^k@KuzF#iDi7Ns@9Dn@%DDqUB=8&yqBbr*+ip0Mb9W7QNAPPS_HR{)`jv_v|JbO z`iS$-I3c*V9_EziqhZ zl{>o6P!^c4hXU|>UV{r`^*a{|qU3Nf1QBDJp=x&&9Tm;Cj%-D%hRIrWWKkJz|7f1i zmjBWN*ANSYr-YmfLV=jL!No^s_lm=cB|C&hY5cIZ!6TDUWAplO+i#yb|KZQy+!pzp zT-%uKPpPR4*9rhnjdX--ga);6T|V~%AOzsg?H(O8GaBWy$`w_l!nE;S5z4&iAEKz^ zgk*SBuhPuN@{G-Y1H>@wze;%7tH4wF7Dk%Eb^qekU%ZnSB!Es5EtM9* zZU4c4JLe(|_1=dlitFOmkF8ERJv)t9LWOuCvT{0|zAyRU@=>lK3V2En=`Mfpe?GS# zw~OL<-GtuBV{M0Z1 zk7#&}ScRY3IQoeZ_dNf>Km2)UQBMEy`P=FL_h7XV7RGmP+ksU^nf#zVv&tg z$Jg%k_wP)_6sU%IsH4of&)7$@9b|j+cUw0t;D+KQC4=w&Fv;ebqe)$&TJh-?ed6V# z{Mlp}Rq?WUu)0QMz@?Fn4A1Rtm*<#HogMR9S&7Icg1;*+ilPreQ0qY$^4+b|OMmSn z+jTfs45}$rh__rjN`_@SO%Jt-%8GaV_Tgdk%#s1_Gb=b(SYQ0K#u9ur?qC-m6+P`G z=h9=-*PT4=jV(h?`;(`ayHQbeCUgo^m(@l*Wq)Y4Tyjs2r1LouEb`ctJgl&UDB=5@YGkcSFLCZ zVf+4byLDU#7TPtWIrCMkMLoBI1+?_uOIW<_ zxhG#94`)z)_xY;}z@&Vh{?W8j&7AOE6~(eqQA@f20U-kr z1R|EU48@#-q_81`c~Sy`wjULDeP*gm`cV$;n>KJzdO);%{a@wZj;A0WL#&}eWqD(X zBGc4fDCwLN(i4zm-Noy9;O@Qms`nQBfB-)|S*^>-f1>{*zzffAG*6-xtEVI(4~PZS zt?d`VO_ML>GxvC55w&P6DUEHsR1tL(gajA2UK5W#s_hNi8n8AzG7|yPA3F549N_K$ z9t8Ie-4h@n!q@fQKYbREGJGB6P(dlRywX@Hxx@(E%kv9} zuLnSAjueGl+iD({IV+~SXLgzeRA!RQ3GS^@5ivejwL!k*i2u~jFIs!!>fNPt7lg+J zQ=mxf`i(bkHA0nt^u}9$i1upj?4!3{%BkzG>n=3;C7Vtza~X7BZ#QT<-vaV+`P*`R zoR_fh!jx?B1bp;{Unh-W*61JPeD(d$jcs47M=<=zSwJc0gED*0RG|&5zVQBgti*MH z>=&qY_0_t06avx7)eo}uwN@G)d4=2n)6?g-bENcP+O3n7PrhmJ zEyqt)v(n{Cb;93yS3kBdtr7S`nJ{WO33PuzxD6@ zmWu|mbX?dPC>Ndlz1ul2U-kKFc6EgyKzw)^9`*^!@i3oRDd&l1uD#S^(ZK8f!@K_P z?FKm3dwaT)hPc`(AZ^FR|9Sfta~i09@N#ZC$)P9DZ0Xh8{)`S@{*Axz14!=Ptsj2m z12CO2Y|R$`()vLrPhZmfC7o<}4*${7o9eZ_0A)e58%k@an}e;|F3^$iuA1f#Lvoq^CRnL_da*)Hu%s^R5uv) zJ!h{r06lPI+4UY^^V9{6V@|Eo2k5VMVY+&f2ksaVI>%@O?N@Zij?u=q9p@vv-Ukm- z1TPU;+a3Rn4G%b4OD{PMz}sK$VS>W{0S5m@Qs?0MZBtWStXUj?azs z!{&4$a83sx8k}GX19QiS!0N(<2;+D#$U=4Ew}KBKBpxKRpL;WZTQz$rcm1WK1wisM z*CF3o+~3s6oms=QZcLFj$e;R5IIs#5m#QpCA%v_aqiSPwrY?XjMQ9pZDI zIvt-K3T)mw5ki=|KEl8@;d9P|5CktED5VxZ^c#%_P*SRTcl=!=t3>^&)64&h{P-Wy zy!chZ?V56KW{7`jdcYMVF2NmQOqk1V)I9KAAcFO-0iu+EzCS*M;ctGGLSB(#YEM2IA0onBZ@fVI z*6&H|8f}6{DVHiYpH~Sefyu^btn!=&>2*0t-1!#lxP9A>s=@NMHoB0Pn-)fDO zh3K!2XHM0Z!~>Tn1TWoD?;3&@0aKTceH-Cz2wDIk#LnWP!*eh;3k49A6hbN$ytPO@ zucaoMxr5m?NEre;Odp)xn8W&AOW)?3EVdpkKDreY&W3}M0Z+-LToEhdi^ta!3eYrO zNr}V-U=kNdAl|cpcyUp*`Ft{>emKOSvc^d7VKONPM+?7s?zmNJ(TXc{e{V)mTeZM{$>!IfD{{*Cp3 zq;dxa03kdz;o<(AcM0A(>jDVU1%ia`Ijt084uN=N$WTAJ8jo)fN(iCsWUXGBO>XnV zm2dUlHQ z@1}ez5pk{wGQvyMOxIVx(CU7qRI;gg#!)~3j&&semY;j)Q}lb3&PId)laKd5n_GQp zwG^*87EtVVNYFnWbvK{tzN2w-ty^qEinwF~Kyq!3KJd>TuGRb$MqSORCQVZamtMy4 z@-)F9-9g0d`ZBVbpP@=F!}aN$(-HouRI_&Kqi;5$^@wM3c*tm0oN1&9$<$Ih%WaYWl;;B!u&4}0Dmw=kb*0Jv9?hRwByU= zvZg4?>M6Y5HKhpxv>>i9PvZ{tQ#$)v17J}_12wpU54^_ofRd!9bMPU|PZI!%I-pnd z%7s8P`xmWeDFqNSDd4E zuC;iUQa~0fm~zFo1J{%yq(~KXsOV%@N(NkW_JH}As4GRA*BA@vxg2<^R*i2U8K9}I z+)nVa0XV2)*v`eN)@Wk7iH@I*6p&)EHYV;pJ6S+wKv6+;`q{Y`P|)qbJThKh5mn$a zWq{&9D%xcKvWRY znk&?a=JHhGa1b^@5#oOlr!j)4W%Dc5hUOYt1tgug10NgL=qi0y>H)gbC9xH)^2)U# zx`qI7^tz85&CHQ=KmbboVN>zN>$w`O{F0nqLd8LG(E#8-~(t|0)Dm=GJ{ z2@l)HpH&nPf2Ime#JsBXk6zO&5b!GAiK#4a z#(R5(+RZ&>0RH@DYhT}vpg^G%Z4#;WG~Ty;Rs3+=nN-K*7^njzb%;g^dGM`SuPg;5 zvXv>~pIQN0vuZCr?)?4L>rQs#ipVQ^qdbdM%s>3a{&*IeZxj|#QYA?i|AYBoqYc(dOskc${4*>U(LZF;Fs&UZ4u&7}LG!$WsF$hU-v=7tQ^49@ zazJO&8P6Kv_LE58MNe`=0xgn_&#kYPOZCsvhwA4>c~L#m^8D%o;4f|)^mWxchvA`$p__qQV!Ga{C$XE>)g3nqa^6&Va3CckdbIAMt}J)N?ljbDR#0%*m}Bi zVzv3re6VD556PP7KrV7oubIc%ZrHX@qlc=NSI9?>I|O0z)vH7Zq3#E2*G7mknmq;xsMhO z|A5==L|b1joRWsn0MZg0)$8VIq%UlV2Es< zpIunFzEl2v{;%!b{X;+;1OR4n@FOX3|3g!ZY38%XN9jWQ;eJc5nzKXxU2ifDUlyce z5mH^92`@-o!}c#gRoSB4;~FEtJ9F%&45t5TchgTZr>?bEx(zZpNiuGz;uUd1)mOV$+SHD2k#qwtn;5-+F^a%xf&xO;hjY$Bzku6hh7Z zP;2O$sAXMVn}y?f<0Rf|uSIjV?tAyLGZS}p0C@6_;EL71H3fZY$7zXoIN85#!Iw5D zudU1*C%iXAN~u_@^e?|+VCLop8SJ!jyX&oEkqaP$$p27lbn45ocOHpfIIN~#Qb%6; zFx*{*+qSm-HAVqp@ozR%`mUih5=!aRP0zJRsdeod*QkK9#5ffx${SvPosRZy7((5Q zhvzysCEf<;zEXf%{MpI{ zxwRFf6nGuv%}dq1w4ijEF{v^#H8OIpuKCXIO3G9KGWb9}b32>ykro~ig0t@aJCX%& z)3&J4K8|B0!&qKFETz{-sbqNs+;@C!>aHaUNPl6A0K-{83IgHSjZJQ~lP=i0N}?tZ zfo~){?|W}>MN4}D!6WU|j&>JsZW%9yZQQJBzBF8>o9ISlbxY}x(U>%ij_+1;gSmCm zly&*ar_BZXNdf6UpH-BadK{1fQLfxNaUC3u_lQnJ)Zi6`k%QO0tkq1CC=i11AgbBg zxf3@f1|Pi3r+V{GKOb6ps=O4&BuUg(Q5r?{tZDBADS~XgRBgb#2D@6%sa z#>393R&rTv-6{PiRa(gldc-@v(BXl0Y)RM-i?rVn&j>%~Vj*o~|uo3|=}M zDDNk{D8?3f4({H2?=pwdRL<(E=0Y)v5=>$M7Gf`v4d%$6!Ss7~9(+1}n#-#$|9BQq zA^9!H;a2#4r9_$JSHJCu5U}jZS}Ia;&LSfM}t1s=!fErqE<{8=%2hCJjQZ+|Wd^8O|EtO44yQyaoVh z0dZX9-KLv1^$Q-_b&So{jZm8inwrKnm9pB@N;ftkg56E}?LpSfR%1qYo*u_pjUb|i z8eBB*7BZOzIz>CGqo~Axb?U$@-9QwZrkG3*nW?s|=<@Bw`(+e0&wmX-6-+|g=qAq} z%0UgTOK2dCBG)9;)EYdEnLB?A(qhUH4rTedvprCRy(&WW1)rG0QD8x1X!$Qp9he)I z8sgS$b23`)QMPdZytvW;JkAu6{8Uq#gl1gDi;>87X1(fEW-UB+@?}d4e_MZX}_WxD!f8Py=hK?i1q}t zfjVe#1t@A%b#_z>XdhcLv4+__6GsvfV<=n6)t3QTgP|m4X}p`&QKD%rbVtM4Gz^F9 zalaj>9vl@?rsPehvL%`-rVeG&pU_dXT>;$&+}w#~P$3fY5~=xQIJI8VKDK0NrA&tB zCwbhb*8xh>s}6ul$^>J|UY~MpL{!r6wpz>ekjdJpZi+ZtOshr}sZQ#e#!UA5rjVE^ z&>>|6W^W>O6ajTK=g@SrUCgEdqQTM7EFz+**#oA*XY zMoT0Exf@6IMmb1ZtE&N)cmdlO*%q-un97{XZ>; z$(;%U6~(<|wbP1w?U=MUw>I1@*`8RvytGV4y{E?~<Z znx-loFe#uK?=S*FGLMd*n+MYDSU1g5)sGUoC|vc$FYGXDa^rmEI>(lJQLh?~F|I$? zD4$j!(f+YOHHv$q5r&jbp*Gti6Nm12II*@-F3~$QhUHE)=%HeWvAN3|rujuLq3RNn ze%j4qw((7zEwm4}`wY*{$~c{wEohl2I@%$QSM@yR@)7#oE88FHd}nP;1u@n6JExT=HVf_L zjEJNhZ(69lZc9caSzo)s_1E|V9M?0=_S4FBLJGT%sJAU0Xnkr^0b7CJ)h5|__&!r|TNf3w-ygYN*FX$jHhw9`ZKp+2!cb-4 zq?wLH>)H^4C0MOP&DV~#m=Q&mxI0eU5XX@8(uhQ9(nBTG226Dm)U(;F$7p7jAtN89 z5m;RpYJL^b5{%kbleUrVlzeMlXLW&h%9$3`nhFK&Y1MXD82|wo3?UL`a{u9_)^4wE zVqyhQ#R(!hI%JW^QKrBwC2mnweWp|-OGGsmlTZUwR74NrBq9T<7?YX2u{+G7 z{A#^%T{Rr9xi+pzcT4M(y(VOU)nNR_cCSNCRS_{|rK+HyRh=ydy0rj0%Xe5{TCfng zI;x3K)Dd+v*yH9X>m^yN)ZT*Nz^>od@7l%QiOCrYvDxnBTWh!!u=9=CwIKxeDA8?J z(+<=)(zMER(99+YyR+3+oMxScUL0lACC)PRYrxT;3<=SyNfo*pTti`(|_AewLYbEwFO+$73k zqr|+c(nW5!Fvrs2abf<7S+ChDnLbbrW;vtbLp5!a7TtzT{WRyWF8~A(G*UxHUg(Kt zw_LOYzDZMEvQ0e5#@okY4a6?Wln8FN-agdB&b0tBpZgE=_6!=+Cn!Dyc-KuiFtlmwClW;8}k>S(D*S!#}s3T)+)VtaNx%R$FV z;Gz>XZT7lH&nF%T^QJ=%2ObxkbJjuAHk8$l-X2y{a4Lpkg|RNuv~UqmqZRvprGT27 z5L71YiNd0jS57E5smAq;&~CeN=q7`OV(jZ#vPC9@K*X^E8Bp>u=4l534*{El46YuR z)9F{vy0a56WhGPDwTJY^ButDcl*_)1y`uJj$H(WzH@d_*m?lhhMK3N5PJ0?CXIpKQ zqZM~pEYGMud79^OG@s{Q3V=g_Q(S11Ie&n4&MC;td~;*>oGqjBNNJN@lyi2#2Fn!1 zVC-OJu=?y zcSK;CY1Kf&2s05XA*&juNJVQlozjMWbF77@)$6KQ5%h&kkOG{LbM|*lm5)aGxEhV} zu`Mt1y;VR9eT3?C6_-Vt4oDjVum1O3rdfC&0Fds`_n+bo=QblSO=Fs5)QcOPLe=eU zG)Qo2L6wbZDl+a)nX2RCl_XNs3%x#D_0l{Lq|$(8GTSaUY+V#NJi2vgTrt~DrmQY= zpKF%)4C{r0{?gjjTm=j#Pi?&FLlJQWy;;eqS2Y@943a8F#Uqj?hfYBO?Sj#LODCA@ zZY`~LADlg>O;RQ$)Ake?p9dC-ZLFp>+motEY&8&%CKHG^0aK(YMH`gUu(a7+wN)Un zbki^yz4$Jz6Hzy&(TStPOXQN;EHhEHWRS9{t#x4(LfvXFh||Y&EWy z)2+!c-ySzEP3acX?VXnQ-cee-M7soybBU|dV|qu9T5)yUS<`1UYe%RT-*K6-Qu|Ut zB8Kpl;Vs)hTUI11RBa&P{AuD|t23@Dh|>r^gT^r4%6D_H`D}q=xBa~Bl=1k~*7=>H zNK>MSX|Y~av4)Bg3P`|G5fk@l&%Rcknyf&!F)qjpM#)OM>2vh}n5RDd&u@patmbLY zF-z?vE($E0vpTNkzHmb;#ZWRVtDQ4vM>C-F95xrD^XF?w7t&rt1n1WaZQY*t%ocM# zt!7jejM5gxZpBWX?P7rD==T8jhq9{&fP5#g@Rjnd+ey!3bDigp$RaI4mYFQxd zrbUxtr(j{{p)+Ty_F}wnX8rsFIZ>2G(cCK(9Z46-+EA5KTU>B`masjmCIwT8XX@VrJx$QO*h%dQ_xAG-ECrjXWY$=vEt=XllC*))`tqrt`HQnf6CsIXl9d%w3N(U1GjUE+P=LL#eNB>+i@o+}N>9_v zG`a@pr2s`yPN&VoR*tg7Djn~s{Hez1w9_hW(mnO|W54`o%LBE3HTMFY+ZwR0^@XFa zZ@%0SjZd_;w5YJPNh%=(-lLX|xZZRknyQWgT2Zu^wIiWcq7*4SUIEmo`qWl2D-(;5 zdlUenYGkm}+FF@<6Lh*d6MAKE_NA}?#2*t^Es_7(__C}b`vE}fR^@Tdwf-dep4OlA zsP&kH78OZotS3ZXDZ^~1bxcl0+m}k0x)tj_VDQb>&a#a#r+Dbz?Mantv<-N$ zDH4K`Ug%w8W$Mw&rh{2|C_B}9$M5~OJjHssb!vR&DBv+=gjz53R8`NGtvk(YkN;sD zC9R}cg`^^x;hj_-d{$O*r`b+1Y3*rA%|w`D+^^b)+BP-JBVj1covl?;8cm6m+F`(Z z@11i(1dLg{UQV#8*Adm$t6qE8pO&m-%E;pGs=0CiJX-G#x9X}=QM6O`zQQY?|H-`D zOI#g81=jfxf(w#JHPTkOY1bTSY$Bbb5p)Zars-VHJ6Bk1(jZqvFdD5bXy+t_0Vi=a z&_2pn%h)VNr~TUXMr-M3_c~#(7z;dF-kMtii;GFfX8FnS_@&?S`CL}? zfTTiHDujTi6$;rkMcrwSY8O|DmsszNF=K(fFh*6_nXN1+*{bLJ0vDu~zO*XT^JtjG z#P9A52HnN&)9-j^_S>IcIJ0obYfoK##kng6z+;N)s&BC;V~_1b)9ph$55463j!sVD z5*UqwNT_A-5@%EET2(Q#a<>drRphG$gW;n2=iqcStF$GWG)>p64Ej+tE|hZxF-{h; zld<}TYmCoYybJ7r3X7lQQn(!?H;Zi0O3&psAh6~Vikt=Vm`}8cOH4(OP_!C zYm-G$2J%Q-Wkbk%PMW@-G>wbv$|-LmXkx4}#@0^N&N)}=sn^lWdq~WoZnPXPbrzP( zyumiYgxZ)iB*Gl&Z5H462KC7=>`<21DGf&6^Oap=uN(`ANArWaSwst7dDNiEGydds zcH?)v!rn7AOPfV*m23;4BIkmzru1F!8e&`#F%dBa>?l$WC~dtHN3&diZL3Mr6W#6y z-+l7tm%L!(0V};%!KY5TC~A(SYq$OI$@_kHm)wtz#malneZ$kax`F^a<|=zzErdeJ zR(hh`ZAb3Qr^3mX-kRUxOzMirC9PShQWrW4+S$5pM?Up{Z8G74!4_V?G}3ixbY$gD z(K~$0%Wiwgi+<$fp+OwJTuy>lcxRA0jAnKJEw3zp>vxrEs?m|98t?u3nmk>q=4uH+ zp@t`GpNcG%vFq6FB#L(KzgwJq>C4&3`lB!0^wM{|@zZ~L|E5>1K@m;cnku$gQd(V2 zItsv+NgV;x9nj=u(@AQev%oak8BKonhhc5I8kZ!{G(@j{@r_-W-nCZCBF_#F>KagX zSVDD~t&lG(xJbxHm9$Yr@4%}5kwZYJskcY;J8=HktuIOH`t+av=|SgLXgo$tKy*42n|^TE??yHTtUR#T{* zQ+c_4e#TesH=(Sr6abH{aiw_vOAE}>jd2WAb;|Arf_S`lqZ zl2TQ@vWgSX7dA%IlDuphSjZAUOL}3ODO3|0k{8|lg5z!M#{Fxfs4f$?#&vzu(A2Id zVTHDRL@B8#9Hzrf` z%7n6tsd{=3fGu(;bI6VW=+Pu9bHMc5H(Yn@#;&&I?&j%x>5c4UxbvbDam$s7YnV;9 zHpf%P=XbQIiz~(gk2gWb&%Mc{w3Zi%Yk+p@>a7Q=6B3Byw&@*OUQV!U=O??x?%mVU zHWHNUWb-QWTk9q%6Uqj&khHgU$g%Cgb55Q(+G%SjCtGzZoW0GquME# zyLC4^yKCJ&rxBtmuOa}nPu_xCmgaDVfG7?TwHu!qskE=VRWC;Nu5WkR8nCu(%JZ8$ zyW{)7Wk5b@08FzNcHg@3x+8~IyJ)PnMKK$Z7S;CY(SyR7)Bps-X*{Tqhhv^6CXdMXtlcIZkmB&!XU-yL_d*<$~o^H4p)(v`LwR{bIjIhEiR@I zQ_)jV9c_PYI8B)D>haqBfNU<$F1{bjAb?3=V%?n-ZzXYIZckJ84ptsY=CRt~DX+^AhyRlD{1lHTCC5fVmmQg&;i?R$qAvk{Xq z+%Zuh$jcJ}`vw4MO0oJXP?lJzPCxEJ1W}E)M0J$qyT#hD-&^d(iK07><8Gdf)76f6 zBpExn>fC)>EVUQ1yvfJaWH+BT;Z2vwGukaEB896b(>t0Z#&V`;xNE}%#N{o5`^N&r zEvT1Xfkj~w9Ts(`7ZKGFn1-6DqoVU)Je*RHQlyY{i5Jc#N0+Ly2UIvl59~6ED}0~G z?y?&n)maoFBkHowvnAD@#sS=3$Jri)BALTOC^^uW;k)JP(x|ZKZ`;p4Zi>fd~I&9x0Hmyddq6s2J1CBk^&R zb+=~%!`%nZO?TB`rjwFM@s-_DLy-05W)5B+08dD5N$jCLxDI1Lx3Z+Po&FM}#x$U^ zwBGC;${LIrnPvxuMVBFW$49%6TMaAIukN%QHx5j4IBG76eG{f36vNWcG^e%{>&2c8 z?N2wRQiUM!g}eFyFi-Gr53bV?p}UQY17@|ArDP;(VTVq}E`y?Ln$h_IMZd?WsuwU# zmN%U1bgF3-6_m%bz0%t1;m8R$+a7OhQ&*!EW@l1uVR&j|geHg}L|I*K*4X~Bz{3d8 zUOB3w#%LlXiB>@LqPW-TOeUFHm`+j48Eh2Fm95ogI_NNI7F<({bym%&H|o`0a2Gl) zIpr$XHF_A$26+;y7vRXelX^ET!G7X6%fv&)q;NM-@8- zPE{@*Qzl*OVr*WH$4t&mI^(kmmgywxK?6Gt_w0_O3iD(O5vr#VCb!Q35XbY%U`}@z z51aP9PJW$&s^%HS?J`Nq<=!f$)6aWJrj>F~#SW+{N|KUs6_1JPI`;*(F4j*qh7OY^ zPU5PBdq&mFnh-<)B(;4y@$&no2V59YwD)DK?k=7H6B|+r>N%CRQ>Jahq1CiVi-Kd3 zQVDETaYHMrT{(6uRm>^aJ*2I+BcM2U226*t!O+akjq?(HA*fU~?rD7feU||M%4jja zu~li*Jz?6$Yw zGM_X?Wn}}L8dakUcDw-6*{54(_8_XtDx*~Zgb!Xuaojrrq(w>rsRdk|_6O-A`A(Wf z)RD&4MX!!(&OdbG5XD0`W%=*1np|i$vojB|Hh1Q;MoAI&f~v*Sr2c~fKm?SD=IgQu z-lLN!Zl5U96g#g7M3b=8?xu{&E@_db1!*zQ7`k_10a6O?ovcC*89P8jb84Iy7$Ars z0s_(4eW@+lRwyB(Tb4J$>`{fVg#QbI_aKGQN)g9~lY4a{9vO4Pm;vtD zn|bX)B7`99?V1A;Z@s;$b%igT3Z&F~7|f*>A%uB#c4f3u=*%=1wtJ8Gb==|8F)A^=5g&R)FY;`N01A9B30m=+us`VSE9AA zQc7rXQ2{Q&BRRw2F)tDx13j|JedFY#C{O9&v?eI@-X z4FCeEq|^^j`mq$i6a2jw#pr_%0pA=*hpQ_H00fK>0wE+)JdVU4^+Mv|nFo(|PXNv{ z6M(&+3MGW#0uUFI{+`VDA>e~|Pfi_I8-V>lE+~oEGmAf(8oYbD_Yc<^1$@16A?PIV f&GF4~CCC2{{F`~VQy=nZ00000NkvXXu0mjfm{&V^ literal 0 HcmV?d00001 diff --git a/public/assets/images/building/1075.png b/public/assets/images/building/1075.png new file mode 100644 index 0000000000000000000000000000000000000000..b3035040af6f9359679a95242eddc8ce1b3cc4c3 GIT binary patch literal 12701 zcmV;OF=Eb%P)foZ>z>#k*o_F6)9SH1|vB#Q*^U0tE~J2_XXv6aWq?0TM9?6dVB-I0hLf0U1F69#0V; zAqpTb2qQKKCqDruTMH~k0xV_+F-{mQITkQM5HnE+H&_)lNCGx?9yCD;JYEqyR~|S= z1V3mUI87KjQV&977(ZPDLWd8N>2q`a~@H5DNb%JPGuTYeFs~QHcnb6Q+P2{ zY&le8KvP&DSdb}Me=}EfL|9=xT5UO8dNo{%F<^p9U13IFZ9ZdvL}PeQVrD#MlRRmM zQfF;6Yp6+Sf;n!SP-=NWaFs`Ij9G1O6Njfbb*46SvqN#CRdIt$ca~Lkj9zqlJAJW8 zdaOr%pksQ1RD7UBgSB0Ll1_lMM~AIZg{NwPj8ccMNr}E-gr8H0xG|W}Nsh={jHzvi zmQslF1k*-ge&{vkpS(&+DmcMtApJ$k}U7W&Yn8tvVm|C6C zVV}%vpS^yXr)!|dVy44irP6euwrQZ%h@PZkr`&F*$C00yX{pe7r^Je*u5PT?ajD;Q ztI?RLsdlm1ezDGbu;7-hwT!aFg0 z(5Ah{vB15V#@>|4>Yv2usm0Z_$I6z_^q|h|vCrJT&d#pV=&9H7!PMBa-15rU*S+2B z$=&C|hk68?9=rB;qv+H^z-)k_c13c6951JJ9JV`Qvd@B6B{Kk zF*i6oK}JYcS6NwOZFYBymY15FuduhcySu!?!^+On+S=RQ;Nj%w?CtaY{r>*`{{H^{ zj&t)8001r&Nkl{l2fNd#keYbsm|yf7ERO-i?@zK=%r+0H1(s?A7T91eQBt zyBA&ibbEE$fV=K{?MKT(zCm22DgdwLt`Df^z!^SJe!$MsRqF@Hdn4|$NbJ??2i$e< z4j_fSN&(!p`+r#3s}X)5h z0Bi5Mw<-}>r@g9ez}4mnI$xpkwk##I2KIG-mbDKjBpykNh|Mt ziJlVx4$!>k?ZdyHPq+x+g0*OJW}iQ`495Sxm)3_6z!krz1;pEj+;--@`DXx<-K7Bh zXZO^Vw}%XXv-_{(f-gfJmig9H{K)ca^AwAmh}w{`Q){;}P!gI$2A~D{OVIl>sf};Q zbNU_8ksp`BzWnzmELMUZunM(8c=cfd;7LC!ql-Z1A|(cimL1T>;Qu*ErqZ&44bS89 zDJUb?Jv;!MHoB2N1G0s^1KaVa!Gqf77y(Ju8;8J;kwUE&vT#@cw9&a8X2{5GKnq=> zJHlenl1PNLY)X{VIi|EE?j`Bv4poG^Kc2vT01&5wV}QVO06nfLtpE$w3xS|UGfj>} z8nxX^CCWh^mRZ1QMQ7zx0n}J50nV%5=LIo<#3Asx>;0yC=Wk~~5|iKe*%glTc65A5 z061-Qjn6=$6r88tpRHT-&OC))|TF#F;q$@R$uYE@shlTC*>gl&~oGbR#<$D zFRWAA*sHZ*Yg@{uvs`& z83o13VGtqwJ3p#(3#EVT(73|Y8}7YVTMNjJov22s0O$38;5)7`1&NZEh=C%Gf=+1u zu)PdfMPqS$$THun2P3dC9xs_{4nko>5dUV{ElT$rpiM#LDKK9e8+wM=Wd%F z1__9>HmO2uOJG`PVf>wP9&~{~x1JfPd|F= zQJF7t0=IP8fqJXh&d&b&dJ^0(<~ldo3^2|i08sz$KOFRDJngL#8Kj2L$Zid>DQNIE zKe}<|hLM^~o}S#1J`s#gP@CD)$!_RiKeh<>7(hcCx~2O;e*7r)Rv=AKQFZcJS0XH; zy#EpZ@=f)piunB3AFZ`BrVi{@Xe%8B`OhUghhP>cM6b%7H~-EBuAg&pX}2t5I*hdy z-ObNF-dX;-WFWZkl9wJKs3MW}=9a1oW%Ew_{Rj*0`D!qt^kw{}@WN!+O?IroCpb4b z0?};k+!LM7&8smVx#gx4*Bx!n`q%+d*or95c-vdt=RW`xU|3#VpQWYOTMLPxMKsWN*Fpnm7iFHN_y9;(ulYkZ@Sf$U8XkU-mU*j#J6 zTx++Fn_OW$bVbEIiPdXAp~6rxyHE~k0(?f*k?|my!K{nhZ-~|@@C_>PeZu%{IbkZg zrT6?-f#?(EYS@#veF;g~ug2q%b_WOoHS!}>jrG8#SBetK$S60!*sM&)(f5FRF=8J! zhxQo2uzQ@yq^s39M-##rSsfEmNr(-q3>8C1Mg0PQlcn;4(#~AK`~HW}&((fd!94}w z5Ve}YW^D$+CC}ZVmr_yNSSqhZh=;did9AG@eeY|y} z+VM&V@Xto0d~H(&VHJi!*~u*xq@%**CNv_JaW&N&X8uL<4?uZM{k#UyGXJStpg%i# zYd4UMkwM$(W?42(wW{#*xXL{;{CMYFo)S{Wt4WY%vnPjNR9nByt18bt?^R&_#nq); zteseylu-}JAuIj4>IL&I6)F(@Nz^`JsHy=WnXfK<@sr^Nb>>A+@*Ayt2!f*XjT1TY zVlk&!iONFXjd3aFGlj-Dhm39w-Cy1YadUZ*! ztvRscfoZdyrBlblRx!O)Uc1fmDbgJjQiQ}sm0x(IKc98j{wocw<2?TXw7x!{UvGf6 zu07AMeKTI~vwF(Y$~-ynSCg>xjUGygmd*IW7y2p_NZ_xzaLF zOAn7by;XPS$1B2L3X;&4(9}u=KIXzhv6_1gRNi5!7f|>vES-EYqanJG;_`7|9FPwa zg@1fGq)KruXv4)Pk8PI#k5!@t+U5{Qfbm>D`}$A35|)Im!LH(R5weU9{SXxh?_J-A z)TG(j-gfTN@br`xaMWP{(3C-I>wCiPvOv^nMofW!Fog@&_0Da{}RGvtL?9Y9b@#O5tB>*-IfKi9T2m&yJ$#k1`C<`CVB5f=vL^$n4 zz|u}p)R(`seZrw-b7SrS9HxSa#`)wY@6l3k^=%qW{2mfR&oe#ZHufx+&u{V&@k;Jf zJvnJSz-bOw%~09{{X6{3kP_nyJIxKkO`-adn{I8fxnB3Rf6XN}w-(-Cs}2=_7LeS- z1s@_zdU3szcW7pP;Ot*DH$1H*&C*E$kM72js(sRc{gQyPN1tkbsTdMmI$`FWC`z)b z-_yO?eL7!V-QmLU6E6)}&llrY`_@Qcp8zyO9dzzz!$1XI1cYIT*XdyDV|31N;g7i| zoDPU7lcrL0(ieZtwN#__`zRMmfojU;EuJ~p#pGp z$2Zfz@c>?ML%{3{n;PicvZh8b@0wYpXZZ)<1)I75U)TteKj51-4nu;(mB`>LOZ-k& z13dIaIVhD3o4m~*VLL@IZz85+_}35v0SfrUH*K_gPhg(_h)Vf}LDROh#+Y{4aoF+e zCjb1=^Zjc(xa#u^yFcEzVevoz>N0P*cU~5=Ke%g-(;N-}rfChm>tNo_3u3OJmllm} zYJJJwSwEFz=T}b3uq&u0|8n^a_wj~%OC1%T<{RdRL;~7#qxieJene^X7C|={UO1m9 z>V~$?^KBn)TwRSTE5tj07SaFnZNFQjtnq2SIV}%`5yV}885${2C-50ud(E&syZa|E z%G*;fIn%@T{^_s&Xi(X8|* z+$j%L)Xcd4g;h~9IUGiC^XKn46L(-r$sDImo|v!WfFFW$zP>*5PP%^JVzYHSWSV&d z+dHRi<5vItD0UI!#@W*WB{vAGm*&xuU9Fh3=0ogrb_9q+BW@W^N@%ceZ=k zYcx*5TGw%V!+1_~14Cq$PvP2f-(A8e~}+PFO13!=M7K4goQL?8p!R zr*)ckmObVlVPkfDNvWL+k9;cD;AJ@%;#Kt;9nZ%yWWrwNOYWl$u-0oGn4A2hOS1_2 znX%P(LzI<+*k3060jGh2eLT z8}CebdI-GcJ$t!NxUcQ>n#LM0KsMdXKwHz){_G=eTLUhhTemUIqO)Rfj=w5;~Qm+@MiFi(gYi1HKEy$Ic94CfvB~ zr$xHfHnsEx8VI=jsx!mUxN#u=_quhw!vnx+hc^QF20z}R1&jyHVuW9O2`)kW1%BwJ zL1$`;(pTuc-6-B~0If5GpaI`3+D9!E188u*5FH;4qW8Y-`@>N93N*&2Y-qi`3yO*7 zLI48QV0_ZA+yb2B6y@rR-}`fezZVZ0tq3sCYD#eS@bH~|2GDxny%AG@A=+8kb_bjm zZzHE(`pK0aA6elgQ95&j+IMjHUrpm-5045A&!eD$fa;mYUpMZfxj?K)mY5%5GV1xJ zsRO{D6|Q3r&on5$LE!@gOY2SJ;y~-Pjr;giU^_nzG<_d^Sq95`Oj1&=H%@C0j}cs^ zZSaAm;z}a4L*qX@2k`P0mK-oX`81J+0RJCZZ*Nnk_ZNV;wZd(U&#*}CGr5rNqjL`s zJ=?hLENHT*->oXgH_Z_N&fcCswx0l;w!g51rbh{G(=3|IhShH1Tb(~WjmRihx}~z% zbJ1Mgwe*!dzP8&d>`J&tHKVA&s}tMBfP#6IN({x zgBS!)#J{UBYW{Pz(>kg?Tq=Ou&?ukbO^-JPfOC99ORX&C-S>p!IBfbIow39tdbDl! zJZW-&0i*zqu(Zxnm@H)lIM#1hp3+qVJJ+ti7)1|5sWugEyp(|0QK6=`~?MOY-Z|_dCebkI7()|Qv7Lf!PA)VoKZA1uG1isEx>8B zzgSL|*XbXrFJ_MC@RL7S(bk6tfP;`UwG*~Z;Pfy-GOdBeZv$$%Du z3VWDTz`6d0qNZ(J8QwCQgSuSP;5L}v#A#s;<4|_;xKZHX{9E?^0KR<$;IzkYSezTM z^zc9Vk3Z1$IQl5NeNw!|2cGzP(6W;Pv>kRAj)w(6yL5*lu3YJ!{+UlB0ghd6@MtSs zw}qDZhhAmFqpng=z?;IKa#VYWjG#||T8dxRd!4ZNz<~HV)*H8}!R)5To6mbI^X}2y z3kVedLGArKu%7_RTlmNi45Pt`=`9r5y5R9jqSzqDwe|Wt5(2FlO7js!HB%p}4d)NA&YDf4#{=?v#Lj=J7FF!oY z5#+^1XRe|pvu)g?%{wL^V(jf2!zkQ%-D;F@JUhD8!?EHpNr2N9k8sN<*w$6L?H%oy zrDnsCz39YC&wmcQ2H?amUP?}{_{!GFjpw9yxKyBZW*>U#xkqk;vSKwNlZDf2;LJ0G zy6@t|KzEM4@;`OL>e9;IuLSnn5lTP%(l4Dm8Yx!7!8p=+CP*VX$Ib3q;TT*OUDmJs zKaJ)R8}%VGf;4{h*%L=D_68Ii!Kj?h0^ODHPGm^~h*OsziPO?HajA;P_(le(i$`^H=m0cTgp&_O z)L9}Ir%8Fd6~?=@K@#$z55Y`b+9#ddXB*Ju9jxicBz>p0$N)6(Yggo5QI#=WVb?jF z03i40w4qrIs;px+7 zIX!@C+=FyTSmK)Ab2P##hh za9ZGq=^(5jtP+mk2!Nv%*KxP_2YeKQVt)cc&qaz1j{A{s7;Z_w!e|qT2;1f_YQ*C2b~9S+#cPBoci9) z`@GuZ{o~P)#kooVSUbkZUJ6=gEhF21XMUP^%INB;=k z-ihTnOEv2Mx~V50TR8>wo7RQdk^>FB~H37%S@+qy1VqOXs<8ZSu)$zwZMZ^Y(cn0piGag1fcT z;JQ|IgIn#aoWZ<6pvnGO0dFdEhY7KQ2=w;+&;RzJ=sz^?1X@DX{kMMp*D^R zUjJXLHn<3fdc2(+ncvlYS9#z8I1KNZNX97+tpVKlGpi@o>VDlo4Ru*;z;>p{pHc~R zS-Zrsw7ca4Er6|@Y^mUMugBWFaV_|6Q*0e!{?>Pu&z2q7D*)~2o(XO~#{n%3@lkK> zcUI=dkK!|5Da+~Q?KN%Mys-E_AssPM*WG=;OViK@sA~pNjuv~li^0czVh#nqARWWnUY~1;yRp`1j zZUdfM+bkKAjd@}TVZ}|Cw{}Hq7Inzq@{9IB0|@@fM8cKMu=0ARpmpR@vGcL+lIS;= zFAya?K=Uzfo8^JN?Tx3Psa|ux3l-dbf35PAa}3YV#xzz7@8t0D)^VF%S8)EeciICC zAUIQ@ftD5@dwnNcta1jB=V%+pbV7nQP)hy1jd-wr$4>|=!2j@T{)8&@`7=y=kuRP* z_2|QlaQzsFhZ8{!ZP{sH>jhu5&xRe?69D4OYsL{yV1Sme63Qo#_<+Hu0z$c1?wY&v zlaAkhH`;^ND}PJRyAeRsN&e=s@nfpjYe;;9hR%+#w1{DoFmGOwUT6=f1USdPbxbX+ z-z`#$1G?i90u`PQgdjn~$Kdt{xINHce;vE0O8nIgyd0bs$@L#N>-Vk^l+<$w0IUUZ zx{c~86@16xYjlcv4)CM>S45qg9iB0F&W@Flo;kET55kdl?sk1Br zAcnjO=_Sg;gQm?i30hKnFpnd8XqTM2BIH8a;)K`qK&J(5!MDF}ejov~N$X^wG)6}K z(Rymk`u6bp#psdRXfFYXYY(8U#7xY*0I2O)%B&SN)NP}63%D(~%28XXL3WRKe4}$r z>mz&a;9vsadozvb6}8Z|h9^g*n`xqai@qnUrL_<|6*Q+6&OTi*T zx@qTl(#kd=+cBlKB8*r4F56>`EQO@!itqim<{$!C0*&vurJ^T`M&>a~JGwOMIQ|XY zTmn7@S%3KsE?s0rIGA#?9`}v!0d0BFL;~8gd2NI%Z|eF{qvkof@{EWDHiqy(0s!15 z3&4t0#HsA2%iU#sosYN8)|TV--F758AKU%t?Z$VP%q9F~pY)MS7cLyLZ4Irpx=68Y zixZwY)=wIWan2Y_<8^wtS^&ZPAOf(N5rC9kUFQlc>sH3ZasRZL>pZKJ*hU^FbUPtv z*J81k1QBbG%^o~{?h7~dFl9M;U?SzxV985H37eBjPnn}FewcK?3edJYK9~}qCDK~L z*oJjkQrk4PxUk$iO6X=fHOz{ps^?)9*1qvgd2#UPJ(v`nGEe<-e*kd=-x((ZgoN~| zC)~VQqi&Exg0R%GMIxUKXLt_)1fV4zb!7+;wzRfD$D1s#4>e7kaP26p0KE+)V`!)- zT*6Z!&;vzqY!pRh`NT9E#}sNZV@n}~h&z4K8KDx=Hx~J|SJdofM92drM`%0Nx+p7l zBr-^0L>TsZq4WWP56x~j4gZS2Qv&HcJ9}AWNU6u07DP1cNVJ|oSV;sL7xzG_Kv~4k z><8#A*>{fPR6FQW>m;v^`e{>a(qn{(wLIDZgy*>ij5VO^5{kl(6|<_^qDNJ9Ix+}o z{d|V?aH<+t7H%`eH_gEVpukFhx8g6X^sH}agX7GwWZ2ClHhG5)&bll8isD#>AmYky zctHX4T-lj6nJFNZ%Y8rab1fJvYQQ!f7lfYp2X#4Y>AMXWX+@4`wL>dqJ_^uivzZZ_ zoRY|&EFob%?R8+4`8u8Mob4H&(&QTGEG^ou;gZyPTzUvg-2e}KQ?+Ql(;Q42FzdU! z9pb#!@e)et^pg+}>AFEeA4{7Ntf!EsunmfIjjC$Efb0%};8=_#8)tAnU5b*ZQZ03u zM(zX5(`Toma8GQ2z-&P*WZQZnaStz2`En8l$6*v!W7&gBFM`5dn0hM(5F-)77O}99 zNMHESC~Y`PK(Iw`siKXxn@03MdE0#M5R0Punx}!ingxPf6p8=Y+u?yb14X~l0BJ87 zGfEzQ(ZFAo4y^+c>fN*fZ+H81u@79=m_}i$Y?)jI%iEA?05@L0VIr^0xCeF`>?n`& z_U5yI(sI*-&7;9~4y2c&j8MuJ@NhtU^=&*e{+1dI38|_WEu}z6Q){W{>oiQ5Rtaw6*vDN`-5kU9aFu1EKK_gcV*`;n(v*1yJz=7IxzB(V!X~CH{kQN`e)!2wkdd+AA6fJEvAy*?^~3k6a__8iZ4O zwO4!3AZT|TD6jTvgr?XUXW3X)`CKW2mL8B&gu6il-5x|0=mAJ}{6O_U+QyZnnqn;E z7pI8`!}DCe22ak3!1HjtFQf2)AP5Kuk!he}k%jT}z;2AB z02)8()mDU6WN0jo1$QpoExN4x=BdGpxV$>>rKa!WEn>oLO-*YJSfi_pm(~nB1^TNj zT~)!+!Fmyx`b3 zfS`<`GSh{~=mF38O3AP=@JRf@nTsOJTm z@Na#q#EW+#mUoXGX`BNHU=i~7fz*md>W&arCioIu8fgr;)|<^Z1$qVy73ic-&ZLMJ zMpS_O2;3d0P(js0_|@&K zzHf5C0652A%76FJS)W8W8KR&=PVY*5XhP__dO%2T$(=(4!V(dqlph2t6j&foM3l2~ zH?VeP!B<8lz9BRoflE9){f~c(@A*IG2Ma*=n}N6gknxGjMMS`W?pVka8PrgnwMh@d zyqa}{ZxJyN1VufMDixptK+VfIxw7 zDj$rm@bO1-1CWe=VdGuL8vCjzzqWQ`&$a|q9t6Mk(?9&nGR}b{r-;+#E(WP3WN0)? zJlfvUpV!{W+6qt*1ZsDt50t7)=$wq>V)p|0#?U&{Ks=aMF+F|$NBHe$jB9|>R%j$dJzUPC)j%RKYrC~H+FpQz)3(@#!|;=aOvOt z;LkqsyXQ_ZDx0410l$h1waE2}Nf9+ud>*+)%=!_vr-FdO_`6R(?R6-MEL!n7$(iK3 z4}RPZp81WNrrn>q_OVx%t?a9?Y22@^z;;hu;ZA;h{YPK@T|f5u4^D(L!~ni2;!$a! zqLEeDE24a-WWW=nsIp={0F<@N zYt>h5CmkFBQp`Ks-QJ%)@Y+|u?d`u)N4}5ojVUNbZCEuevX>TUf)WNrgc6n-Ma}N> zFCkz!;pBThO`|r8&u%=GWWWmO`QYpR`!f%|@)0@Xn0ERz34uOH02GKqFXdx#wDZwN z-ubd$c;{!nup^R@&uFa2k}%P!j^(^7{ng@f5wD^;!pDjl5O%HCNqLZ4MGh{%{Fj$E z-~#C^Z&%o;RQDBk-V|29|49k`E@DhrI|pnQuo{KSf3I~WGZ_K)6rQ% z(4URgh`vINkLN%OjxoJqOd&U(0^C0Rn_u}YL*}3S)S3{4bB2Mgjc&cU7GGl-)w2%3 zns{NEx)$^)eW^UvMp6+NVejwf|h5c`;o`@ZWp zU(C0C8~R&*=cy-m}(g$&yTOS%sA8x>1Id<~oEvJ`4YP0iK zPqBsF?s*qZpJyyDhfzn0yWj0DJU(4c@~z~5`^&jMfk>HDm5!rv}~3&S(a@~juV8kmxMj=!3IdJWs6-bh4lQ>?+RXXKhD#x zt_!*YDFs-qErd|aceYHd#xVHIM&-2!3jhw9Pu!6uFc0ju3_3a@tdNC^+eMS0KxJBP zbF@!C$&!pDOTsElKo?9aIQ!RU#FNK^FP-Xj1Ra1JgotfcRHS3KDp3t^UuHevYx0Ah zbpWjc#mD!_`a#PTV-*uBmgb-)~81|H1n>ZCGTy?gfI$-aU0?Svh3(l z!qGR7C5#!Tr#Fv|#(nx!3}+@IT&_YO{&G7NDqBp;?QszYvZ@FJ#b3{M&!@8XKmlkm zUh6Q;#@|?PTfk36-O@PYPTg-deG-C%(P(_^G-E18klFZBc6vQoWh{G1Hex)YQnnLP zv5Ky;Y?_;Du1#s$ru4ioxDA}0yP|b~Rv#=I0MsUEy>|Lvlb5@Iadc84RFzJk6BM zJ@q&$K7YLEola8O3&*3dstp%2AQ_*VAOk2LT{=dgsmdB?HwM#EuV03tpkWW#|B>EmzHcPnpb%zG7}OmkBjTNb6|UoxHFlp>7ie;RIaxT z6r5XFS9Ugv(&9P0K9kdE`!zQe*_-Y0y7r~hws=lEXTBA8PI8HBs2~iJMyFNo)m!1w zL2$0u&8fimHn*`rSJ_RBXQ*JOSlJytIFM~u6+%4IW6v?>S?DyiSNQ>^_5xa3JebeJ zt@s7gOAH8MN^CRfS)279MnBrzUWdbwA{AZ@7Rnsb2Z0`!HvpFwvRu_gjrj5dcN+Dq z6c6uNf<)6a{=!n>)m1g02;W=paB|vbwo+}JmU?Y%i5bpko7-(fnbXOklcxX=xewk- z`k>nmjDIm#wb3+qp7Ry%#WzB&;)0PKr z?U62$t5O~U1_O8qoOyn}Hl_yGaTcBRc9kD%pRJZUds#8kn#T1P4bfU~1nn+{bH49w z0vT`urVqhjx|=GP0UIb_F?J6Rr`;X-qN7x!n`f`#^4|6ls%z`IzRMK|;4F?8HOzqt za2Y&s@u+EPEbW)i*z`R3@^fFLQMRV8pD$fx0NN`IzI@YPUih~xDvF;O@UDQ1FAuo= z>V<}>n`gPl;6Aj{YQIVj{`SP}0*>>ypEQ5#owN9!`q}TWxIewb+Pb!$n*K!a2~kcCW_1zW@N*wgDX1xq{*UQ`EnF zX^+Rg{{XJ&1Ayx|I9F@{xC^nU7iALd!Z7YbPu1tBuQ2RK*X)B0;J+POy2=6U*X#cQ XAM}*0?3zTH00000NkvXXu0mjfI;OQ0 literal 0 HcmV?d00001 diff --git a/public/assets/images/building/1076.png b/public/assets/images/building/1076.png new file mode 100644 index 0000000000000000000000000000000000000000..1617ae1da66198646595bec1ed93f87cf18681ac GIT binary patch literal 15419 zcmV-BJjBC^P)cDvdO9v+?5T6;}(rnKkw z3?Cgcnbd&9=MFS#lp>DR%kKFK5fT6Z0RaUH0t*xZ5FP*#DghNS1{NX= z7aa#0CleeK2p%p4AT$vm9|R*m0V7ZoBqkXn9t|ip6elbPEJF<|JQyo5A1WvaFG~e2 zWDhSw7%n#jGgcrkFBURB12S|IGe#dVHW4*U4K`97H9{vdF$_9dB{e!5I7$dUV*@&e z7dlfVIYBKsI2S%#3PfxnKT;|^MHEA22}g4>KRy^nZ3j$yEJ98pL}Cz2bO%YEDMnWZ zP=q!`M-WeY7fo{vS85(jZx>K{98YyAOK2TYcobBEF->19OM^R2Pa{%wA5?uSQg9|# zdJ|lYD^QOkSb{89b~RON3S78AR9h`teKc8(EnkE=U3Vv6q%~lHL0)b)UXx5-VmM}q zB5JTeWq&!ukHTw-nm(4-QjgGei<4iHs!E!`X^^K`nYCY)##Nfp zcaxxRmak2p+FPH&W1rT8nxk@|w_vEuYNo_rso961t5mP(YpmRJtj~X~y^*M}bgsyp3dy1&+4zw*`w6%zRu9A*6y;|@5k2Iu-@~!-0-&F^0?ymzu@xD-QK_B^~U7% z)#KyK=Jn9(_TcI1*X;Ju^!?!P_UG>H>+|;C{QvIx`uO?y&!mQm0000kbW%=J00996 z1Pm7;C@?oVK0!uFRa{|ne~5{Vprov|xWmZH(bU)4-r?rw>+kUS`~C@yLel^MIJ`+j zK~#9!?7exgX6aej_dDlZ&iXBP@7q1yv(IP-X{13xXh8-G0vHiY8Dkd&l2{}-j;TNb z1RGQ#6+-|QVyj@WSPqVz6gG%Bgdh-002xV0LeglYk!Gf6ruVzw`z>dEmvi#R*F6%( z`6DykeW!cotLm=4)m8U9=l4F(^FG`AypossN4^5!6#%aQcm=>K0A2y`3V>GtyaM1A z0IvXe1;8r+j^!hk_g>xrPMtlq_c8?_0G2-9Up#$C4|Fd_3CQ0ET-+#Lwkq)ZqXBSf z{Bi}b$ufXCbs@Y(0ld)X4gk-||0ANOgU{W$_ribIwNG~}641X0aO3}zIH7~E+c47? z`m0{dV;r9fI6(g%DA6s}?sPDDx!C}@3JjkA@rjeSB!HlM!CyT7)tX^S*a3Xx4J&Ie z&L0Z;pueRgApaL-#whH7kdBY|OUvcUM+E}J8W0UUKo2t z5I?N;Up4^T_*W03j5O%_po6dr2|Xuf=H&t)`ppX~l$q+G51^wX2;uYv`!WHrLY|dG z3YtCvg5C=t8SlL;0EFY8DWj4s3B0gQgXp2_fekyk%>e{JpAIkFw_L(VS|dStF9<^a zA$lGy7GC1*Edi@PLqrB~T{q-C0th?kJO8l?}c&bSA()_Q1s6b}F#^9*CafZUAy@r38Qo z!p?^wpsa~Nx*mAyuIcRtK&}7>KnumG%o-_0hu~^X5D-!8!f+8Xa_**h12++XT>m)$ zhD2>aDuB*tJYLcf^gxeVC`$maak0Ox0OaqQjG0(+T5?9(i`3Rdpi~%z*GgM{(KA4g z)jW3p{_O)my6oK~v`w9GkW=IXfe)j|2chuzV4(w@7lZ-21-uA8ci-f80U%v;7eqi3 z0|lEygzyj(gxIcELD+%sy$Hfi1Xp8(Vcp(nm-yxY2plW#1gKF-K>;HX+EDbi3qggA z_fqu)-pQ_$ozQg`g6HF}YK6NE07zJV*Aa{%_FNbbNkTf&BZTb~U67d8DGS8D+E12j z-1T8V*x8RiGPyleAYZ$h={p)8>V=sTbYY0{bbS|U)zk_iO^)!tupg z=#30>-#M*H6NXs29!}WumIlzvRXm{T1fbaVH3d1llhZq|xgTUJLICdtT}X!ziZ1D~ z;PLRgZ*AQz3?S%-@0s9*WtbCju92-Dgn`5ahR#Vz z?V_daTU7$28@~&vt26-)w+dJ8KjW+Tkb&(DJPl0l9tr4_iaXyMJcv-su10%9-zX#> zc=U$V3+0VgfOi9287IJD(bjJNnR!aXfSwk3x(0W0Jt71dfOod;rKZ!mz@x(eIfwPS zy+H(SC;*Ax#51eXG;Zp8vaZaPPd1{B!G=DGg%)C))x9oUSAp;y0wJRO(Dy+|Jf*`3 z<(#z5Z@q2T+>$CV{^15-oKRP0$sS((Od|lASZ0gV;GNZHADWOX({r^-hG?yZkj|nA zYGMn2dZTs%c|!#t{|Qhwj+?l_1e0cVZXzIPlFhp}0k+7iwA;^~`pCDg1<-|k0H~I} z>yQqGkP0D~Hy?g&d8+}CPXF|x4A>;TuT)y~`=#umzvD~qjDe=tRBapW43zk_x1SMy zu@|BoJ`RyifkI$f4C!NEbVHIO^2RMc@+38innVG^ge!Y35I*uXNfboT`q9)M&Z)d! z=KuQ2heX$bfKcL^P6a|VSgf7NJYFB}tX=AFF%?+;u_J(?#enYTlS>T{e#u*xh@g$u z`u)r=A0EzOdp-OV52>~Tfe1X#`(AiOqZBdmpdM~K_Tc`l1t4E*k{Xd0aYL-5Ip^jf zUGODuP0FkV6zW7|PCMp=aLX%f>D#4X}v8JCw$@rl8--c+^&8!83ld$R6? zaT1)2n}%Qix*hDT0U&VM()ZC2drP&7(W%@>u6vr8yaIWi?UdT&PmxsfQ&lC2OpVS&(y#T1fYKJi+8B+XJvR`2d|aI z_G8Ov4@=D3TyZV^#>vTVe8v7P0l*4#@(O2P*HlY+!QGExSiX1~+6WXWgu;2-7+}}k8Y+Nq{^Y*d$IdL9Ix+3W+UGEaa&4MIijeW5LtGmd zOMz3(-tJ)rP-WO=8f9@~lvSNg=v}c(Ik(fO1^Aib76D*`dS_$)$+t!5)U1r4@|@4| z*;-1naG1fDb0?LSOwLW1Cu;y@R*^$eA5iWYh}+4moDD&HOajweMFKElzQMDvTXSYu zPO=29=yURclWi}FjaB%vH4dCJR7Zw}R9|fvl&y0I<(&DvRz%vA3?U0Z!%v&IxmB{l zzTP=8|L{p~m)+ipJ1?EB;PERiykq$kos(?^Qh~x%nA(DZv|0o~?d3xnIC+F=fj-F4 zokzd~-I-eifC=Xt>EyS*aw!dLKmzpa{ppu(ZCxI1Xai`cuxL|e23LqKiD#r0L*<^^ zj;Sp1>5C-}=JIf9Sp$RbZDk+z_SOJES6(>7cKcPU=y zpsO#OVLF32KDjmsQtFQVIFIocINj9^eah~|l9?;EPrPjfXSwGifA;0uSOeMe5&&7Z zy5U#j$*67r%UbpX*4{DzY*=+s`^SGR?q=cWA$`##Rp0OG`wGRg^{FoQlvgH)FqwPv zhE1|^n%w);@BJ0u7>v#Wleic_6YcM7TB@*z-f_zS=)3yT9l_yy|5IA-JJT!(?d(&ceb8gdHVi%GOydNPyJmdAzqso&Sk;n5z;BfENGlp%M0VM{lzq1t(*z1}Ty9tewUAwgzM!)^WJ1VvE=v|L}v@BT)%5Kpg z*ar}b1pdb9Pzmp#JzCji^g5m{xug{XqiG=q{SQjP^|gRE2Y?Biz6)o+{dXW$`XN4A z8pdN&`MM7Rln^PEf5#&bXKLH%qoY|tbfvYkAq@1KBN}2%o$Po)AGY>Z13=eqpGb%A zf74wMvjIZH-GEZAf(^ANI*4++X|A`(97Y>siuuuWX<>10s?!TPg32C zUSUJighBkCf6&QL>D5;+Z$DPT;_VqvOwAkK?3@y=tvazeOJJuqR@qjJ;<#nd%l0sy zQbjiLpa(x}uDc6x(*P_)An1bM;4N5EAmeUMa)s*7gV(%jnO!orCn#m7L}_zqbTybB z#D@lL7f0!Ss=EFzz)b^yCoHGKK-%{`L`IuiNGYQ>-mX}AaEUsL+NUNuRr`!GO;*;U zvunYMR#X+%@Xz^yomTb)=K41a-lQ`_R?LUEu>QoOWmcA1)K&!e?W4(f3`RuNb0!Lc0K+xX80IaA0xN!F(?~CUA#RH;~XVO+ppR+`1OcOWe zAWEBqQ3PmhtWA;v%Z|JLKJd*1&;y;>TkC^^PoMG2RRgQ>bAQHQ4r@vsoo6%{CW@ps z#YmbR8;<$(9gx~IZkCPy9&-bH;F~M~v=nQ7z}Y{0GeDFbJk1K1syD51Fxwy=0<)O| z+%{SkjJA_#$}|Gn#SYNgTdGs^-xC+^t@Xj+iR4j0VOUu@A{|YR&ZCxLMziIGXL2H2 z&I+rp8vHhDqyNdV@PYeVSppU!z%EZck~IL$5(j(qjc3SHwtsl4B@D64F#6v+>LujK{= zfyV&=r;9b9{rK+oZF1>+@Gns)GyTfq&%wlQOKTbV&~s_UJrA0Cs{@@vf2{`Wrn}@fZdx`+7FS_0PWE3umelu-vDZH9Jd& zw8~baW?lyA3~odrTaHJ+8}GSwW_SEc^$A72y^%QURDF;agcIGc{=PqSVAQCvJ`c z9M>HqCTW76ix&ngd4cZ=k=On_WUJn4tAB7&2=Uy000IOKsJVQqZ=ZcjkvpkG6n0Bn z)siXGYMNR7b5|>YR{H)n0uTs%-{U|@q}Bxeg|Aq$O>SL7j$E;3E#1cgs>5Si+|^ro zZVLbs=!qhsb(Dnk^dU#v_s`?P08J-lzZ~wD+70+IN~)hS*wXo{X_VVR0;E=Qz}S04 z-}lgkf&JY51DeGFT2T6cj5NLCV=~^EQ8xT!ZJfE46C%Mveus&UvK~QC5O#gv1AP~A z;ZV6;;z|H*oMtFK_5ox{c8U!>=KFx=e=eP|EpW>fM;Asc&jwi!J@i3u`{!@R^`Y8* z@#j=0^Ml0s z^qn-aN>k=&v}Vp9w=q5l=|bA}PY5Hiva+G$@9Ov`WmWXImIMs5yXRsd?|&f}xcceB z;PTO_DorDFOW1)KeDX3)%wn7-B8=L$E6#^2r%!ACE8H(l%l6g)ARStdzU343!VL8P zu4TANKy=T(Y5;}-rqLLE_(w5V4>1ZXm2x4lxA)oMeJ9~N;g_a|*HsbZjd^_+WTWq* zyZ`BV_m}PB;;#<+Ab8@fgE^d>8!%e)>F^YkxS)1(h+)wt7}9QSZF1rs_zvE)S8)AY zBzYrr%CS89wz$JQbr}A|#aifpaLo*KvcC9mq$33yqV(c(BLpWsNZi4!#i76xgmJ?T zJI~yEr{Fv4U)gV8(h?wsqi-j|JaN%!>=zz!yDGcS>qOrL7a!JW8AWNTWc?>(O)N#= z3^KY4>dIU(KBo6&5Qb1ZwtfFH`8)W8ZWFec@wzAB2Q#?cH^98UF6SoX+h_5kSzh{H*}b zJ?)SIy$fQ@|M#8Peb?;YPf7)(Xa8Uwq(}uLCk2QAU~R3OTonTWlC$UTy$8On``<5J zm#(qv44{{*-?T@<#}AMJvLWoTYCzL0+`qr{@!?0_1f)RqJ1pMc%TVAMMlFYpHi$b< zO`oX)fkT4qo<8^BDg4*{_9gq$lK{E#jd{-gGc#m>cLcpn&a6-wQx@L*`xtZ=XD1f_ z`sAnAk@za@trQ+%t!==>G;TCHbN)#u!G&QLcJ|3}#^CGz&6Ss!1O&a@_~r;MJ!?bJ z_l^Lg?>&JfO{s>yEPUtwT?l^f*#&^@_hv}fdF-}q~X?xh4kI<@}Iz@=w>81`KU*tG`$CF`WtDO94E72fuL!87XK|GE^Y-d|>= zARh>%pQo9i0_jLBQ4TcYw_JXr70?kfm_Gi%U@-rt_a3?zYX`0)0H@Z!v4gW0yD+5d z!1KUL12IlH1xh9iHp7E*T01^33EkOQT9H2eLCP$a0uNy>EkqHKD-%mI1jaOLZ~Vke zbcEnJdg_5D4!`NWNA{&70c!ngn>g6J(i75kbUpVE41iT&4Mr;|5^|5(E#}2F2O(%a z`X9mezlJPBq#CUOCjnY3NQnTt#+SV2V{L%bGz8P_aTAB%^sf$IA^?J3pZeBq8m2Y~ zA;g9L;jsm1P!{7-ypJUyNbaQGEt+WyL67=_uS~0dagZSzq>kyP05Mhxt%=&G^^40% zhLYDj?mDa@r8*o4;BWr=;Y$KQ(ChC9;)d<37lpyYtM$S$q;yh)7LEiu2s@%XsB4%X zxYAzy(3{@xXIW{+2dUyhjblbOB;1K*jJf~Z%efU>4nh77}BWi zaDYqVgdAjM@+(uxNt)e1{0xjv7CEUv24G_a9fv@wK!u%@jg$@)o96=PLWMs#>GAnw z^6fw0zlg2iIsuR?&PRYS3r}Agxk&?Y;HkXu8l*9K&_gZk5R#;hDYuT+Hb2y#C7|Cs zor8{C(6?QxB53W%R_S7+AQTEO8xL^+0UbTFlUJ`R9v;4k`?#(bfWP?x6PEkOM&O_$+Un*T6tUMC$gj! z<63kfoa?2;T|qvK1TiXxrqfo1J{(feB7BEEHPvDE zC25jv46mGDJ!n-!*x~0#sdRljU97*#X)EJ#_#lE|Lr)iU;#5v-t70(ywx2e~4Iue1 zrq$J40N_HQO*3QW8I6%N4X!0iTbtsAqHQDaU1dSpSdy$q#ZGJ|opS!nGV#L)C2+b6|25=E%g)L?W18nmIK2|+_@=;%5Miswe6={k_7oX(&P0u?VUzqjFq z)=;mD1ZdJ0jFc|y()-SKLFaZ(a4C(Ta0BUV1A-_IDP81~u+xrQcrQJiYAvqNa;lW? z)Tov~*o7S$LkC?0gdJf>H{_fYS9}NZ;XxeHHnqx#LiF*fKoEhKVounFVHe$ZwhMc= zeWDO2ic(-LRjR<##bt~YMqAm$jSzhoKmpbPOc@!UBv|VZXlf9l7uRaTJp}S%nO*T6 z4DTAmQPj4R`M?Wbh)CJv1Q31&q*Z)KE`-BJXU-AewogpA)`**mFc%W2VUg#r6P%AA zX}e%XQi##ODw{Sn)KaPX`H8cwbPg#9zy)9~P1*JYL4MaDj-uI7xlbbSg0KExk5K|- zuv8N{FQuEVC>?fYjSG&zZzp>X-`R;+U9Am%o4V=W25QJFkuz8q-lTJuKXGx0)7dSF&Q7r_KCH(vYp4(wg zfIM;MWGNp$y*+KraESJ3NA!Z7!RzD+Iv~q-kMyW!P==dp+uJtiUH|FbI|C;jk}O7o zauOm64X7575nbp_7!9fr-x73TxKI^{8W%+#M?l!^?H_dneURR<%4W_p)18{7)ij}- z8;D-;wC(E^4LXwxmX2yDOMA{f) zG%&xKTWSKp_O7cJUcvlu#|Ax!wdKt)USjV;wO?^^Jc4fFf`%`&dqQ4^#cu$E(d6vO zVU@^E^D6h-m0li{%}RDucVl@}Kv!S9 z60T*Z9&} zhsGIMTu#Rs(JFSdL`d#m%4`IAMYYDZc#X2M?qP8a_*>+LB z7&=|}$$r;6FF+;hgViJ(XQ#*K|6nqoPP>%5);305syEtdbj=xgfiiGC05o`Ew00?4 zhl~z(ix5(CI2h;zzhXNM52iKmSLPkh#}xGv4RkskRa-|_6Iazsc8E^DK*UV zlX*POPNzCy|GDig-#R&3&tqNhH*11Usu~mG!{dwv9AG41jE-4J54R`inqo4}!dxsd z>yyocdghwGqi?N8AV~#;9T0*JlbXg>!U~IQq(}HDU_C#Ri1EsaQ66KXN1m#SW7 z53HgwvnDr1h;!(U7oHHf9stbMixRbh(r6u=I(2z_Hgr@*r)2_SIIPo-S`<`e-^}Qp z^PLr;(MEcrR#~DZP$up=>7qzvgaKJJitoE)eFUDzXSS}IbD!*jVoz8(O4*f}pW zZdyY|Q|Bq+u&j!GoJ_%s%ZHHv`F@mWQ{=%8TrGht5S02;3iUP{Ao>1=;b#Ri5B!eUiIkUU%Gz}nvln&U!ga9$HDy<@q)D=|8m6hWpe}uUV&+gZURw4M~^pl4uJq9HHXEXv`c2e#q-fj0>&CE+1+_?$Zp zNqrCXWS=Ynb_;R&;4 zb^+4rZ~t%AF#^aAf@{yJpr4kLl{MlJIvOeQa?XHRoMq+3wdC;P(Y^V6B~4jNl=X3( zcnpb9An@1vYd*i8R|UZO(n2-c+kf`Z>rIQ&W{K0=lQF0{{Kvmwjt{_BJ^g%KtTDjM z9}JQ-wa}o58y{fUm9*?}#Ncp?`fdeSgk9tUCn8=8{MEB1!RHtMs&@o+X*oRF+uu3# zkfE@aqdOqhD+d}F>0<-XuYXcTSCc}<5GWne`^j7+OT<2D!0EA7doEM0j%F9mur`X) z#HvLM86!N3I(46al-^ytWAbXveO}i42WNKF#6Jx$+1fYDv4G%DDqymJfDv?=x6UK3u#Cm7D3+h*$^-NE{w-8e5yHDEGIXGz@%M zW`MGQ7aG8-!cqzE<3W|;n-yOt@&%R0UZe!{LB4X}p-%9M21UtuLTt1lromxSDjcrU z+r-4oNSNG#vS6`Cvy%HzwE(oB-bEi#sp9+u_6wLqMBbGiFc!Z^y_I0J@ns1@+f>U& zBY68iI|da9`uvRv2c8F>N<3Cz@dk`pWC@x=YolXrm|=#(H|0vRM>MZFwXwzE6M4o? z&MYHiw9)ITEMOM7t0cw&lzAdh;toP5~)tcFvAoF4!d-~!DuYtjEc1(W22K&tq z{Hx!M7Nd@H00_2UJYCPi@UoyVikeiYOJ=(wGA6~n3f}*G)N+5xv zWrg`*(QGEX5JV1X^buZXntj;$Nq%c&gf>yDH1wD_I~ILp`M-qK(=`WAws*bW&#dHg}tMy!Mx$W~q*%nt$5`HywaS__j@* z#;1S&hyUnXY}Qb!*e>jJty!fR)69mAX|DQ$x`oq8RpFtj|KlI|VKM>D5SjyH(5BQd-kmi> zh`xiG3({wzYzCCV8ci1hdO!k1ZM#d9PyiG_tlPmCq#Xp)9*oAP5(@s4H~so!`Q=l? zMx}5ON9d0Mz_qPseV2dvtMC7Xf4dSlHjZa;L)CuwOv;o?v zrHvBm&u{jVMO?)sMn>HUeTIiOHkRb{k?|`O>qP;ziCnMBB zbD6uz3)1wNCGq|b{rzwGil03@jtgQS&VV+Gh6e;5L=PBZsCOq8vT2@H*V5|sA_{01 zH_SKC#EYrxYs2+7oY+XP?YX_fuGd|C$M?U!{P0KiqbsK$EXjaIR#_*G0{~&yg3*QW zRhnHsq31vMW#91Qzw=MKlodEw7%xW*XzwBDg@DW|i&ZJ@Zkn4W#&jd7lcav$<7+UC zo0)E+wQqQ2NnyA5cAhvpnKYEy_kMNu=kGJ-QuCI(SUx0cINGT{(;g3i0H*iOd)h(H zt1n#^8~P*X-~RPq@{8|3QD)_}Z)jPmpcIR6CT_qs>d0JK%l2E@(2RA{MhiRGEJ`ZG z4MSpZ-SCn1;@rW1{+*m}Ik(l$uG*WE@dL z3oSGa24+`Te2OR7ecRbd(N;B&{5KC?{Nyw9X?Ll8^=n%qP1~M7puouIM^xS1lo*qX z_i}W4Z4nu7>^%4EW_;ntzv{2PcKht_eCqN_oH>9>%M@*m_j>3{GO(%^pj)3B4aBq& z3y*Ji7|)EJM~h@@IQvaFG*xdZyYe6YwJ)0f*~R?}=O@kbBddOI4RrMQxhmx|4qSf> z03ayAUl|O5*>JXzY;A1@`M>$p>mGgM8@C?&tzDNfY7f1c4K>;NQRzKdNmiw*3~bfs zqec_QUm#HXn#Qy(?YF0m z1r`WjGyvgefA}iQewe|KA*-wAS(Z-Bf9HdzA3gK6KlHCZ@v$dZ*V2`BVuZ>YUoNGT zSw^)q>sVxst_8XgZPe%?4N(hd8oHz^+G_CNm%r(*sNH>X@9cQ*+`0OphvT_etJYf0 zhYteKf9irB|3c0XUysVr?Ad!LFPzEfgV`!^e9yB-b+XLXh5nI$y7}NYT>QVEIjlvd z(Y`VW%y`{sL&`93nt0ZJ!TS>t!)!0)X)dc9!o3$PyzM%=)`zoxrc8!zthyKO4-Lh_xty}?(}~E5U=ul-lUJ_Saaa`pjr&KCO|D61)T$4j0AF@;><%%6gif!3iB1-0%<}x#! z4O=%F$YF*S<#>t3p=g(b<4ghQ@2#&Fe9QZK#kB{cPx54#^d3xBesOgiuMz8}8tmMe zq`)8a{7iCD0O0L|>fCs@DIUf*5~TPpNiCoM7%Le z2~`*80d?sm*MERyY_n%WLKGema6>^ZsQx;yfw4mG3CWgfmESE zV>Neag(0a*3DV%|)uW_$hirC8=yq><>tVq5s#GroUvR9Xs?b=lbg$pc!*(Uu+h^ms z&Ca|zP*H^ae;xFPWm~50mOY-^|Cq&ciz$*S!^!m*AjH+(%&t_VP$U7YudlXy(|f|u zXrxL6N2vCLK@%?wdARxeRuBniP9<&8mbACC*Y)lFx0h(GzVc#2nR!;&2h)A$wv{bR zs$>1z8o((Zw{vm<0Fiq0!b&?Xt#6a@ypLXp^3;YqqwZf~xDNT8i zwZf3Qeo@?b1xN+A;!L)x=E;|xZ`3QKBiQX9mvoL}nn$pnu(|9r^hr}xy4=5hX%jv2 zr%93xGY)PRfxOas?!`dG)vTvrw&5f@H*X(WNI~(>d}e=bF0^$Pz_@NTd~@Y_NLp5R z!@=q}SSQLLGI2(#)?hPbG+~L!0rZz!@sTSPDY;w432|~Gjv(WJOYrnhf7MIBN1U+c z%6UT2H(ApA;Dh9Fo+PdQm}WxM0A~;*TNnUB;%BD#kxLF?PM5f7H3-PaK#@U;Qk!fC z43g}fU8a}ZOp_(BpQ??Ipu5#>JsUSbjf#%hGJdR~Wh}lA#`H#i-AzBzM6=+}@cqd= z2I3SK&L9Egj$ey<`1UXJ5-%s$B>l!xQ!SsY_Yu)rzYj^Wy5$pP+a0O#N*MWuVkOoo zevH&oSiQ_)XW4>og!n!olk8~sMl>J;S~G zgMGjhsS*Ht$EoMd1f5-dCWh6;0buY2ct!EIpQlU#ZIjsc!*ts4A`yrEj5aYbaiB1r zPJ^lEY9gX)j2i8HKi2Xj3*ZY80=~&P?oDWc%AWJiS zt2s{6zn7zFJ49FHAkmtgX(3JmfQ~sMpWZ?#HS1<;l8sL{UtS)m1xL^2vt6B1296Kr9_|FZSMNV+l&Rtb$@P9T8KjSZb`m zYHfPAyGuz7$mFMeYO^s*gjQ7%Nn&NO`u+IFvo2bxW$Dx0i2B8`G@NTV6?PNFHdAa7*jbK5UV5 zOt}DB*@ZJp7nSGNfS@egRK_b*xDD(t%$?>{#HFtruJnH9ea zielvTUC)i#MuS8n5#S81McCnzH)a@Q1;cQ@rH|3T@ycT+5)a4oYVOZhuT!tVl^nw zQDdY8U%1|hqyRX=p{BHe*PkC`A00(mmClSiT~CG`sFmP1)p=cK;4fWE=6 z8khm!bsg9FRAK1LjIBQtC5E~-_J8sG`Wxv1v&m}!&v9JG5wjn@@|M{&ur*bEzT(?Y z0)SIJkoXP);mi#DA}u|qt}IyU`usIFpS0qnaWDwSaokg>T=${F*HuMbKMBhh1wdVY z{iL-0yw(5F{~oLGxpu#PigW=U;GFph)qc?imxL5!x lzTKC{cl`Q40N-^0{saF$S-CW%RfPZm002ovPDHLkV1h!}bglpZ literal 0 HcmV?d00001 diff --git a/public/assets/images/building/1077.png b/public/assets/images/building/1077.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb7f71f306ca1bd26844015ec6e4e6c9cd86530 GIT binary patch literal 12975 zcmV;gGEmKlP)iM0|*HL0s#8GeKgl)sfTa z6GmbkT7WiNaV=+%4<;>4j<^;zL^F7$f57JvBN$hyH-7?3K10u7a|89FBBmo1|>TYB`*dnM-eJH1}#((FFzM9H4idJ2Qz6HGDH$K zP7OFyBQ!S(J6akyN+CEy7CTcDJXs4rVH7}L2}ElKM0F%ROB+C1AwNY$jcXE?a>)Ty;fS zU<+`NG+%!&UYJ2%Z!ltrNM2_@Vt6QIt~_LfOk-;`XpS;zpGszTMrnakXKp}ijXiCa zHEpdyKjk=P?5z}mA_t;vtW_KZIPu|mCSpR zmt~s0dX=J8pV(WU%WRyoWSr4tqQ!-ppk<`hWv9!7o~v}Dx^Sb)Vyn__rPySw;cctW zkfWuGr?GFX-gvFcfvdo6vDS61*LtwwaJJxovDTNYvU#@Ejx#73gtq9R zva)}>-F>^}nzX-#z2Atx(u=(6rntI}zTSbu>WIPQo4?SRz~PR>>W#?dt-ryP!|sjC z@0H5vm(1^;%kH+v$eYmUtj*b=)A6L!>b}m^tajY$JW=)-Qc<7_Q&Ax z*W=>U=IP1n_t)w5-RbG%?(O6A`q=sX?)3Ba_xJq#`}EaDqyPW_H*``?Qvd-01PmM{ zDKa@bK}JeaQ&?Pab9Rc0lAWWfth2Vg!NbMR)Y{wI-{0Wj;^pT2{r>*`{{H^{o(M;! z001v4Nklb}J_0JJ z3_=VDNeBrB8Nw)#_*$B|nVLZbga*WJ+sIQ93`5AA8dAfZ&altf<63L)-G7{0mEiOB zqsgtC%OU&osk&8lcippp-~F4`TEF#MHb3N-{Q!Um06YNT0RRsGcmTiy03HDF0DuPo zJOJPU01p7zvdg3rp$B;)0kisH17MYOzZ0T8^7HegEKRB(8UPkhmh8OI(byXMrnqr_ zKKx(d~nBT)aW%ujE3N#AFBU(aHuCKmo_hG2N&(E#43xMxQfa);4eBuNWePh2x*lHKJ zotK~SjOFi3kopJE2aq9;AJF=c>WP*|(RX87eC+3cNSvStDyQF><41D9Mz@ZqSg^GG z0}tT;UmcCwdDnO5n}yvgwZH?gTyMRQ7JT~A>G$=iMs3tTKpNmcitzEL5z#6sb%)G? zI!J#QOu%x2K)49ou1;pfIF^rx2EdVuEtM3pC#&Z^BX_cmx*iLB$0k)o7x#vcs=iFv%`O~(Zu}sh*fKoyW4cb-M z8c&resT%say$phDYdO9{o)muH6VEHg{LfF>F)>uKKGOB zvjxET@ai-dvPw{Ba{I*HG%n)`UJvbP|!3IF|PH`0dL(tzK6z0CX!i$dEdv^O5V z?vDblfLHMQ#;Ni09ZmbQzx>}U>Q6jkrT~~+ba};PyzZ@HBPn3Dd_7oPrf}{Qr((rz zErL(!6#9*LmH<>jKJDXwl;xKp-0_@S!qLKVX$aI?o}aJYD_y#Y#fFq*CuYn9@-deM z;&rbVfEE^mvI!!9w>*6q9g}Xcao^YWFrlQyw`L1~q5jJ+UHiw)>oNk!Z6T{(7DF1F zPm2yEcW7q=z)Jh((SUjW^w&P3Pj4o$<(Xi@FJ5tp^SU=lNX7h8pmF3X!(U%Nw4RPn z-PIqqPq1fw{?|T|SoJIcsEPmjtY5rcT=a*R7y>C{Ps;R)ONs7YNz&mx065x(dHBe2 zFlH+cVC5{XLM#UNW*2}I1HU4%UDgLh4A%fkAJzqq#iU||BM)d_6hT-;lbLah}8~ef@PgeTNw=cc6Bhr=DpFA(Z1PrBS z27m$LjOz~G@l6dFywD6<{MeM0>z~R>9QBV2pC%?B(QO^#5n!TBQ z^gS1T^yiCfpgE7Ufl%*kVt;w`|9tMerv!9H@~8S=JD7wQ{pfo2ndiPO*31q7nxBKv zIP+TG_L8>+%{=MZdaQJiE8k82`GY_Ap$~nD(v!jGe(u}iiRVtf`1o_eFlLqjxMu1p zY+mxA57Ei{OpGc6671rRFa6jjZg`xdG@g3fr57yCXE%>q5Ee59fE6_tUdjZoA<`^V zffYkQ&z~Ir?|kuZ`CI+?&+2iLKRtvX+3{cAx_b3*D5IVc00tBh;KSR-o<&A8j*0g; z%*i`nu=|R)E3Nr_UX#nPy(%+4N@Mlfa5PIAP`>1yq|IRE<=6P>s3a=5zfIPkrM|nSgp*7b)6k+4qJP;jZKp4((tve%1NsCS$j7aUGp! zSMf?`=m*-)uKfjO3V`!qQ)0K~J{halyl{#UKH8@!c_?eKZ-A?80B2Z|0#CjEzE^;3 z8vr$s8`8B4^TIEKR%Ir|s3CN%+@}lUc;@Z`1j2gtRaeC$ZSJ03ut5hejZ52)?8x>^BM+RWbOcVh3-Eoge)2=f-a^FRddx11a zk3-+R{uy?QpeCuCy!tBp^{>#pKQn97nw{0*CNNfL8_46PC3VZEveFYnt}|Y8QIhm~ zu7|{Zwe#w$z`k}%3P!dNfOpO7v)qcosCD5W8&(a}R#JpqEJCwR7Hmghm3ZpvRuR4M zDo(flZy^AqZeMo|sTC@0@HOO(Ihkn_3k=A+nfI!9gAxQ;A&LUXsg1In84c(_%HE`V!8O3KH2~%1YZn@JQf%pC=m-TQ5VL7y3@{Z)_ z?$A-p41l2bocBEG3-#p4zHaHd^iNQbv~Aa^loM198jd@D=dqPyxYqE6(vY1RLCpvN z^s_!wdrNojd9c-GvNq|i`ynIhtg*v|0a=h0d!zjNYl;?5QU2zM^yrpYz*Yh9>iX76 z>#Sz_sp7{%ZXG6x{l1sdB1^rr$C19{BqV(|C$`2Sebw{c^8|Ll7DT}<0btbgbN|*ws$>OKQOtQHKO$W6WUdE^spXTD2Ei{2&((!}^xHcxupe~8Pk*y6^FD^{77?lw6hVsnu0G7raQMpiJ@u2Hm`iHo zXi(kqu>JERdy=jkpFHfBdy2QMoj=L4;TqYrcDB*zm#yK|zX_*(I%ul^Ocoh^D!lTq z`V-du$KL$+-+p+HX4?FTA3f8@$HIP1{ZjLe@v##cfeyqHt5NcvXU>iZz}q@cbwAwy z#?c9ci<9`TpZ2~F&JE^TdOYkhbegZcswo?_tqE<0T6ns8)9>|reP$#KqG0s?rPyWn z(ZJgw+LDJ{H@6dfHSRV}`npDptqmO%Bmb#?hNf?zXCn;O)VzeZ_OsyJ^`pOfWAM@6 z6payspuT(DvdQZ%RrN=xX=?!~O5gmOW%JcX!JD0F1tL=z?N6M!*Vg1BOT1uni>xOjn3z!3mawH}m}0zhcs?7d|k+?j~1TI-IlWv6P}|k$R2SHeU2R z{N0l*-qjepII()e)z2yISph)2dMO$(WYYpu?ntaw?$L77F`*?1n=$XXuroSWUiSv! z+IC~;a`k#`%?Nd8@Q2N%Miz7+;d4kOjQ#jp>{lFn9Iu zr!zAcGGP3M-+0kG!16GOvXN{Ctowm)2raN;N!;ou0L8NxA-B@$9sz4coL~(^AA12; zzuG$9=?>!}b>aY{^yIyi0jfG1)gaat%aztm=zxYYVGP??`Wxx%n70q zAv-B88wI2pWbncX6f)jXh&1p-0oIm0*j53kpg*r)^Ze_d-+b+h^3XUjp6?+m!;pCM zeJfry-g&WC$mQPdav1K;A$Y|LW(j~%1MBjl=!v>8-H{kGAPbx2V_9(ZPL_?hX1F)eEpk6Wsvbzq$wMa~WYtsG=4 zZaDJLgBDe2!7KRV*S-eBqvMaQcG7Xs+?DUnNCz!Zvo$kfTUa1bR3>}kSO_^@Y7@m= z_PYA5N#4nWh1+QRSrDwTV|nea#wb0sATt0<&k_I>vNr~ZZfh?(hUBG6@6coP!jIer zl?gDckji18h9@WugP8(g)J`zZ2c9MSD?6fnzE3t0j0c^f(LMV%=0|3jraKQ$@6D8a zSGgrmwZ+@!n!!ubu^z8_hvq$KS5ab(>eV3Jf7@JV>;|c85;%U4_Oo|wQJ2lF-#BTx z9{u=M+iSAp+y~ipnHky*y#74L0d}4t!d=H#;^+QJF@pe{F3s5Z=!Lyo`ch4-Nl`8B z$^H7#Ul(3hogurP+WD}>;0z<={Y=bR)BwNicHKWtcmI!H_~(LB&XeWy@F{Hz3KPMZ z=k@G)cc|PKT&tKx0GUs>=yZ6^@XT+0yJW8C_B~PN3(iyjG%MHLV9!28FiLZ0kTH`0 z1X(u>1)a{$|NPsZuNx5LBI^lm_*RvBKCBtL$|z>n8<yEj zt{9sbTd^#%#Q>%Y!48G%LqacFTLjmO%QyhX&5~z7<*YN@L(jhg#^n}0)0XZYr+C>L zd#P6-#-RO=KB1omVZS*hqZy((J4~3h}9snbLQS;EaD}4HeHFwGAn?%C9B&7iqKBddlvdp=;p z3udiS3f~`JHW?5^Zs1*pO49&%?ScMaa&&ch?Q5&XmOawe0!RVh${Im1IyL2+TcVN$ z1S~9&eDw?59LcSde`^8MnUj0iOM!?>SLAkcGCsOPXl<4NPJB!Mt6vzc7Wdf8i~*?O z&6g%U=Bf&`W4SbQjign$nG1}>@~zIPzCm?8gC?LQaD<1XBVuI%_#b+%9Qy@Drjqi~ z7yc~QpS)M<83aHAsa{*mAg%$t8#2JD6e>~bGIjmQ2ik%igZB%7{JP&>56d`#6u)@_ zq?AOyQYkx@#65+O(Xp(U)7M!}#JDP^?xG>1dEm;)4-!uUB^B~FSpe7M;hS2GU zf5(HOsn^&A!B!tQwdDXj9<;Ywjlu{S_UK!XK%I}q(a`l?zV@DS)&V%|1;h6f4c%c+ zKs*u6#N!hFIOjbEvkjoO-@*X%Xg|_W^}HiNl<>(56|(gY;_!FW$&`6^H9)`YjRPc+ z6d^WY_?+t!CcLG(&Kr362Y@~nP2)Xg5j2?g7*Uehqb3H21Sw47}7oQ>|+9bcs7t1jP{JoDXaS2{gmQNFB5uR6h{+L&zjazz)2Lty50A)IMhgW@|>KIvn2s@wjV=*Y|uv5m^xY>*Y zpl~jO*Hx}r$CK%bakn?$@Y`lVLCDN&fKlh=tAGD2pGvysJAb_{G8$H|b^@VBuIu19 zYPJE?@OIw*avEtqZJXRA0AXWHPnMgX%s2oHj-Bz0aa_c1Ha$e+U2iVPY-+nR8u`5O zH}V+=02$;3>5`vpcm)!yG*>`|Z!zltbpCvg z{v{fceqj2`>%s2?J%<2Py7Nop5Dq_@O}Yc0CoOPPhv0~4JOH7Tsk};_2Vc% zb>|#eJ*#1GL#}BFVHDdi4c7>I`#|;6oNgGf zI`#Sbrhz zd+S^(O>+9Tj%^VD+prrR7f*-&99?5L{=NTTqP4=sGtd6Yw;zLvLv0h?@{eBU-v#NJ zU=O(tm5~2n18^MQX*~@XtlbTY1Pf(c{>!BWN=fZu?dI4C8Z-ESBI`zqnd#Zvb_(`^2Hc;iNL5G7KurW_u0>S*FhZ6%&V2*MJ&BE|TTj zzg`$dS6g6K#=eLDqw5L@x!pFGh_dCRtPQA4(^N&a6ef>pemv6K89?uXqF}h9F`=Ta z4X4wztch}fdj4c605xWLkd4;vxVtpVM~5|lSvt?X(f4Qu;1pG%?Pk*+9gpkUsLTpe zA8pRV1z$d>w=V$q*ZLUsiOK{jsGTK`vMfP?12XGJP+kc& z^_h?Ta@P%j0vioBosPbHtu`u5%qlUL;Bg=CZ&Lt9ZSSR#5S^^{Gv_+f7p?#Vqdz~m z(+i->@TPBn%M^1^SIW<(F``7<*3xijz~laYsJA14=C68qYFh1SnpM^F6eW}vqyY}fcLD{nLyw7u*7n5YkauRY9|{F^{@*_qH!7)i~TLz~7pEiGg6HumBQEs$YMv@lj3jE!o#hRuvfAP=b`#v_> zTmWrQM!#2UTkjb}b(O$eQCbr0u5AOkr)|$IJc_!|8WcECI;E&t-!T={vP$L{brh72 z2`CE-i$PXZwbk3xfsqNOD3|WoW*T4w5ENx!G_bQBI}YiR$+0=3GFhCOtqg3NJo0ic z*P7G;2ka!M!a}WnX`d)9y9AvjpDCTfw4h>R)NIK?RAU4O+MYA%Cny7tCtoMG7Xa}j zXgDXzg21$MXOCRb^?KhAb_TKSVMD_$s9j*i1-q3wiXtRTDijM}yXmJEy5|YT-?@GH zmWE3bP7??R)M%t@j7Ik?9438aWzl4w#$fvZuqtQ-F*yFfl-T(~?%7MSkXf4c{YJ;b zbIJR*XW-dm$JS^Z+m<2VrX?0u^ygS^mvLJ9o>Q7WE|9XO5?y07{e3-PBF8EzoZ2WY z2>SPV%5+mTpgVMswlkk3V^=K)Ub_vGBuc6@T|3e+J54+EL{(@IwzjctiNMy_fvTL^ zYt7|}T*aExA(m;n45;Izs%pbDJB#xk<2*@B3Q=H&P{IZ8xX+PrGXaRl#syfGWx3-F zUF&8`umoyNCAl0{Yo-&rcFV;!1KJeRu|C?d?%RD#OT|hUzuFCgin_mJ2na!gR3^p6!KJ=Hh8v zW7_~)7N~+kqD)<3+Cg{TuUjsT%<}O#0d#HPS}k{|L>D$}V7maQ&B6gk)DqEg{77Y$ zuG?Xh7Z_gXH+Jq$ihPvz=$pWplFA40a<6cU8kCa=a01t9HxQod1xv;0R^B6qvaVp zhw(sFj+3~y4|0-^vG#_&lm((;;8NhWAupiKMvFa%B&1It@@&*69uupmK;oLME)FWI z1qK>t;<5?NW;PW-QhFxDIDku@J0f(HtSGXqDt*^=Y7yQw+<8#4(CwSJI~+%WqKBh! zPzo6p$Ng@$Mw(MV6y>OKYFS=551v)3961%*Y1&$XrM3}(3a!HF=ubH~RAmx&u_$4^ zimMSgR;#tXF2=jXs86^s3|uJOVb`6iO|cGgG)g#{lM=PF@o}+acgd{~DWI+@a7RFG zfUDOi4O?%cJfO^Ed8*XADp-QNMP|Y7RxVW@7pN#JG{xn*5z@rcH z=(v+4=!COH8!s3@Bm%dX9z^43)9fcX2KT)K{iXttWm*`X0EIJ6WBVw=fVj+z791$X zX`$_;owv;gtAp-22$;mOCZ#~<9wt%Z2z;9c&=t%}&KB&E zyI~=r*XJO0aw3>ZNTv^K$EI`&(~)e(M(fQ4P#P9c7KSHqlxccJtJhn@_Tn;HY@9h+ zuNHrLE-;HKaKVLQ2y~~7bUfiG0;5ik4~op*Wyg6+91^q%H~d733k8+5?bO?5 zqd@?xEQu{wLMWo~SlBwZvD)~1Z;}t%*FZUj;kPV|rF-X4r!=|NP;0vgxcM;WxrG^ZR)&cKuuQ};957zc@;&^tU2T4t_G3UBD`|MB4;;30sC3cZ7`k?!| z)0mrJ=)CFK`#i(C_lMSoaj%lF+JG93jW)ucI2&@WKWX|rbY%cNH5m-Y!r0`!1e*z< zuA#I}74_KaxZ4z>GRF;4Mym&!=-uk%i!SXAwKwh&-k`?7)*5h>KzhCYG~>lKSI6~o zVch%Z9l04LBd5m%rhg1zwQ!+TuI=ztdzn?{LI7=JOg9G@8=~K{utcrP+Ni-n#W^hZ zRpvyi>!cD4@!e71*>)ySo-|K$`dbjBsBs^o+n#gZ%kLfexej0(SoaA2U5a1;R+flB zDS3EpLUNa^Qo`jz)fnPb%83J7Y(F1Ro_auR2fW^lJSn}A69;zm(glH| zLif8qyR?iN%Dh%de#_C;zF{_5S%E~>P)>@>G7uZ}G1YWmmCa_HMYWj#q}p%*W;GoS z;6W3Z(9G4DWPw?%Tet6=a7J-FI?$m@-gVm`WWJnQ9)9bVu~WFw;dcE$+%QRHVi6=| zUP>%soP1ijp(@&Ndwy+nh*`Sgwo4&Wu2;wTo{+W8B(57-xy}iDd}`%0xLj zj|`)do_BH-R2#ZF`PP-QDKTI(0a)}*`yapY7vGFGtiYfGcC1K(?*4V%W=>i$o|k9Y zE+NVAJzvNZS+vw_dAE3@Vk-QiFj$wO-EdbuM(da=_u76bhtpxt zyh)lGUaoD8Jf-}OlERdZf*PFkqW`3}2LKZufs=pWW&ix8UJg{+rf`ADq{$@hFR5E- zP9D4qIgG;n>;0Y(c)>7>56<_9vv#*XaMpzv&uI3UX)x22Hv##>jyG=wZn z0|Tcq4BFZD0AMf=rds>SKl{tyNjJ))qzmZ;yp?b4MK>pRI3Ps07OGuR5coM%2Pc#D zb8>dI)vcbh=#gic?`MGPmKyL3g|CD}0tSv@8lkm^o2U$mJ*%uX*Y*7mzyhpCz~l*E zIK)w90+uRkyKoD%UF4H;a>!#SAG~9Yc4ODA2a-^TG!3%RT?ufvv0JroYqpETVkV<+-*F))-sdf9x9l8}RO&}+bN5Lg8bG#f-oU98K zN}BDTeau<5e&$}~tUdYroFE3;A-1xOngS(19YI6+TG zj`-2cCLop~5Eg!y)J(_9=A4%6vg^3Vc}WdujiwzR{^auqjGy?z zFMqA)kHzDcC))u)3oz>X@{3>n?ho4z_Z$!*B!x?+>@`15+lvE~;4D_5F*qLi-C?;t zAEZIW?j5(v{LwBna=JrcssKTB&x|7(o!yU6Pvq`|CjvBi2^6-H-vyd9@6cfTKfjZ zzd1=QSRu&da7ec;f&gGqMsirrr*?Dbw^q*H?FmJc48uFTj&jzWNI8o1)Hu@unB0Jj zrP}qX{ck{INR?&tbaUm*+=tT?o>qyklh_ z*~ZK5bXJcrVpyIS%4V}2B_N&tdffI>BZvs5sjlG`s-~o>Y;C(vKGOF27yMLw`LV?# zhKTUCO)8uvfS6zX`oi%SUi`R!_m3a{DxLt+fJp|F=eAe89cvG5CtAtC&qxUxKzGPc zib;@rZD_4)DEu-YzzGzjU`RwprEP2&W&V?%)yqEnVS*!uM-EijY8wD3D+P{ZVbX8Z zfA)z-{l}j<{Mkq?nD zZ-qcX8cf}2D#Kvx<$GA|^*5>!Wzi_hvNJ2z~!+K;9@^3xR9xT8|yqEI#))4}Z(g zTzLBzZ#^>X?hR6Z(N5bBmiB`M@y45#QpAl0KIe06<;dQypS6VaT00ZQGy*o_pRHwC zD4fL~{n;O#f7F#X+(j2AvKdA!lps|p@6-C=rfI;<56*lGJjJ{_$qm$f97B4vX#NI?=W!%`;Cu#S-r_bjAHa%?HoSws*y0f8JOrL*%9=RLIL zsOY2TzPsIJ7!&UD@^)0%)_53xtGNH2V2MR0k!Kh-4$L+4acmEo;qVg=zxJ&6E&e)> z`tZ$%`qA>Rdya^Oh#?447FL&+mTzWB9%~a|N{NixCQ&=gMmpc*lASXfwTE?|2Mhieir)%rX_NFWT`kxoxw_=2^y<MRKn9ywag&y|r% z^|9evv5TEStC0)&7x~7(#y02vEpPI-x{^u_j=k}wyOK!mSmLld90BZ;X&A zvm~O@)WuDaSsSvx{{aBY><4Y9SrUfA8}=40@F1s{9MNJBE(C$w25=l|LsQ#OfDN^+ zp~Nbu6MqhK^l4h*p}Uv!EXlMJG+lsvy4aLtBPDB-3T|4(sLSo30RYSOnHAbDR94t@ z7X6JeoY&pEizt#q-*bE~pzC@F906#{J{j$&(@I)_8jrKJWzto9k|Yaud%@cfe)`iA zwXP)7WwD!9G3sqpDZ0i!DqU4o4b@!GKp<($hKuhnX;r8s1p<68Nb}tb)kH3%HFr2fQjobcJjvu-3h41AJ8b}i82(QaRI7AjccoT`C8nJ9bne@k5 zE-OP(IU9O(aJ-QM8@e{O2>@j}HO1PvbpRZh1_3nJ`ev)ShP&YT;QLwb76ayrakfvj|{9CYxTG~JxZ4yU1` zL|C5dQw)IcFlPtdk-q?UuDkno54)@fwAPEhn)6I+v_h++rCf~&&=K0nWqGnN{MNKE z&5gCf`}+Pj8$hja>l!H5#_e+$lKBCnaVuYLw;d_UB#)H5bG5f~VQxZDtl1g)%8_XO z>~sQ0(o(HN)o^EWqQk_rgfC4~r|D*Cdj|}WpWDJssXFcGILo3&DO{rb@FZmndB(NL*ofIYI~2Pj_NZ^S#X@z z?*2Jdp~53sbYh_^u|OzZh#1nadK>IvMs2HsxT>&94+yT9{T%jYVA) zleJ@>cnF=L7s2un=2s@`#|u;6>T={~<0Nw2oy(=U-^)m%yM^r+efus7)EGz@PQ^by z&Z}a&x9(ozZ%X^+(@-i~7j`v8fC&@@W4zY>E)1C)s`?n<)Ni>m*exZBKmxfN4+{ z0BeSA+BPB~ETJ6T++{dnw6r`#3MPzTG(5H;IBKI2hw)w6{-%n5`dVojQv@3}TZ3sp zy}`j;Gi=kw<_G`>PyMfhXiYU0920X|NdH|gzur{wPalAKss*NLo^0|^pHv2@snx$V zm1q8|uisq?ZctZMRc~@TxzpNEu~uLk_kwV*%i{lJAa6je%evhB?xLFq;Qym`UxQ&8 zmSx;y4X0kN`Mv(+y8Pd~`g;3nz{w}nC>+zUHrBA}@0lo2Q`KdC`r6HJSzloVHU_3~ zukxAyy%#O1>x!E4wDuO>%ErnYuhFo;z%-1hNBn;&bhRadZ#n?;UVGoZhpB^8j_}|3 z_IGb3`Ce?y{QkF)ZK4MJpHEEH|Hfoi{k?;{51)Mhn83d&?7zOMEq;dk6~K15HVwdL lzPaiF4R`>+0|2(_`d{e(r9S-iG7kU%002ovPDHLkV1hU&Q;7fo literal 0 HcmV?d00001 diff --git a/public/assets/json/de/Buildings.lang.json b/public/assets/json/de/Buildings.lang.json index 4457c3e7482b..2ac1b1104b8f 100644 --- a/public/assets/json/de/Buildings.lang.json +++ b/public/assets/json/de/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Freischaltbare Dekoration", "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue stellt eine primitive, uralte Kreatur dar, die viele frühe Entdecker gesucht haben.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Freischaltbare Dekoration", "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue stellt eine vierbeinige Langhalsspezies dar.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Kampfläufer-Statue aus Eis", - "Group": "Freischaltbare Dekoration", - "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue stellt den Wächter-Kampfläufer dar, eine fortgeschrittene Kampfeinheit.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Dekoration", "Description": "Ein exklusives, platzierbares Motiv zur Verzierung und Dekoration von Basen.\nDieses Abziehbild stellt die Pfotenabdrücke einer nicht identifizierten Kreatur dar.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Dekoration", "Description": "Ein exklusives, platzierbares Motiv zur Verzierung und Dekoration von Basen.\nDieses Abziehbild zeigt einen Entdecker, der auf einer fremden Welt erwacht, ohne sich zu erinnern, wie er dorthin gekommen ist …", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Dekoration", "Description": "Ein exklusives, platzierbares Motiv zur Verzierung und Dekoration von Basen.\nDieses Abziehbild zeigt ein Paar Raumschiffe, welche die Atmosphäre verlassen, um die Sterne zu erkunden.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Gek-Statue aus Eis", + "Group": "Freischaltbare Dekoration", + "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue stellt einen Gek dar, der zum Himmel gestikuliert.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Jäger-Statue aus Eis", + "Group": "Freischaltbare Dekoration", + "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue stellt das Kultraumschiff „Alpha Vector“ dar.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Kampfläufer-Statue aus Eis", + "Group": "Freischaltbare Dekoration", + "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue stellt den Wächter-Kampfläufer dar, eine fortgeschrittene Kampfeinheit.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Atlas-Statue aus Eis", + "Group": "Freischaltbare Dekoration", + "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Statue ist eine dekorative Replik einer Atlas-Schnittstelle. Ihr Kern rotiert, angetrieben von einer unbekannten Macht ...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Astronauten-Statue aus Eis", + "Group": "Freischaltbare Dekoration", + "Description": "Ein exklusives, herstellbares Basis-Ornament aus Eis.\nDiese Astronauten-Statue setzt allen Weltraumentdeckern ein Denkmal.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/de/GuildMissions.lang.json b/public/assets/json/de/GuildMissions.lang.json index fc7c4cdf5b1e..c4c0f923cbad 100644 --- a/public/assets/json/de/GuildMissions.lang.json +++ b/public/assets/json/de/GuildMissions.lang.json @@ -94,8 +94,8 @@ "Der Kunde sucht einen Gegenstand aus seiner Vergangenheit, eine Erinnerung an längst vergangene Tage. Dieser Gegenstand repräsentiert einen wichtigen Moment in der Kindheit des Kunden, weshalb dieser dafür auch einen großzügigen Preis zahlen wird.", "Der Kunde hat von einem neuen Trend erfahren. Er sucht einen Gegenstand, der sowohl köstlich als auch nahrhaft sein soll. Natürlich ist dieser Gegenstand ob seiner plötzlichen Beliebtheit nur schwer aufzutreiben. Daher wird der Kunde jeden Piloten belohnen, der diesen Gegenstand rechtzeitig vor seinem nächsten Festmahl auftreiben kann.", "Der Kunde erforscht alternative Methoden der Stromerzeugung. Er glaubt, ihm sei ein Durchbruch gelungen. Seine neue Methode generiert Unmengen an Strom und erzeugt dabei nur sehr wenige giftige Abfallprodukte. Leider fehlt dem Kunden eine Schlüsselkomponente. Da der Kunde sein Labor nicht verlassen kann, sucht er nach Piloten, die ihm den Gegenstand bringen.", - "Der Kunde betreibt fortgeschrittene Bewusstseinsforschung. Dabei hat er die vorgefassten Meinungen über das Bewusstsein verworfen und sucht nach einer ganzheitlicheren Antwort. Er glaubt, ihm sei ein Durchbruch gelungen. \nDer Kunde hat ein Material gefunden, das seiner Meinung nach über die Fähigkeit verfügt, Gedanken zu erleben. Jetzt muss er aus dieser Substanz eine denkende Maschine bauen, um seine Theorie zu beweisen. Dafür benötigt er eine größere Menge des Materials, weshalb er Entdecker sucht, die ihm dabei helfen, es zu beschaffen.", - "Der Kunde hat eine Profitgelegenheit erkannt. Er bietet allen eine Gewinnbeteiligung an, die ihm helfen. \nDer Kunde sucht viele Entdecker, die Gegenstände zum selben Ort bringen, um den Preis auf den örtlichen Märkten zu drücken. Mit diesem Überangebot will der Kunde seine Konkurrenten vom Markt verdrängen, um dann selbst zu einem späteren Zeitpunkt einzusteigen und den Mangel an einer langfristigen Versorgung auszunutzen.", + "Der Kunde betreibt fortgeschrittene Bewusstseinsforschung. Dabei hat er die vorgefassten Meinungen über das Bewusstsein verworfen und sucht nach einer ganzheitlicheren Antwort. Er glaubt, ihm sei ein Durchbruch gelungen. \r\nDer Kunde hat ein Material gefunden, das seiner Meinung nach über die Fähigkeit verfügt, Gedanken zu erleben. Jetzt muss er aus dieser Substanz eine denkende Maschine bauen, um seine Theorie zu beweisen. Dafür benötigt er eine größere Menge des Materials, weshalb er Entdecker sucht, die ihm dabei helfen, es zu beschaffen.", + "Der Kunde hat eine Profitgelegenheit erkannt. Er bietet allen eine Gewinnbeteiligung an, die ihm helfen. \r\nDer Kunde sucht viele Entdecker, die Gegenstände zum selben Ort bringen, um den Preis auf den örtlichen Märkten zu drücken. Mit diesem Überangebot will der Kunde seine Konkurrenten vom Markt verdrängen, um dann selbst zu einem späteren Zeitpunkt einzusteigen und den Mangel an einer langfristigen Versorgung auszunutzen.", "Der Kunde möchte seine Beziehung zu den Behörden des Systems verbessern. Er hat herausgefunden, dass der Kommissar der örtlichen Station an einem bestimmten Gegenstand Gefallen gefunden hat und möchte, dass er diesen Gegenstand bekommt. Natürlich ist er nicht so dumm, ihn persönlich zu übergeben. Daher sucht der Kunde einen Entdecker, der als Mittelsmann fungiert und den Gegenstand an seiner Statt übergibt.", "Der Kunde verwaltet eine monatliche Auswahl an Waren für die Reichen und Faulen. Er hat von einem bestimmten Gegenstand erfahren, der momentan sehr gefragt ist, und möchte ihn unbedingt für seine Sammlung haben. Daher ist er bereit, jedem Entdecker, der ihm diesen Gegenstand bringt, mehr als das Übliche zu bezahlen.", "Der Kunde hat herausgefunden, dass einer seiner Konkurrenten an einem sehr speziellen Gegenstand interessiert ist. Natürlich kann er nicht zulassen, dass ihn sein Konkurrent in die Finger bekommt. Daher wird der Kunde jeden Entdecker belohnen, der den Gegenstand vor seinem Konkurrenten auftreiben kann.", @@ -171,8 +171,8 @@ "Der Kunde sucht einen Gegenstand aus seiner Vergangenheit, eine Erinnerung an längst vergangene Tage. Dieser Gegenstand repräsentiert einen wichtigen Moment in der Kindheit des Kunden, weshalb dieser dafür auch einen großzügigen Preis zahlen wird.", "Der Kunde hat von einem neuen Trend erfahren. Er sucht einen Gegenstand, der sowohl köstlich als auch nahrhaft sein soll. Natürlich ist dieser Gegenstand ob seiner plötzlichen Beliebtheit nur schwer aufzutreiben. Daher wird der Kunde jeden Piloten belohnen, der diesen Gegenstand rechtzeitig vor seinem nächsten Festmahl auftreiben kann.", "Der Kunde erforscht alternative Methoden der Stromerzeugung. Er glaubt, ihm sei ein Durchbruch gelungen. Seine neue Methode generiert Unmengen an Strom und erzeugt dabei nur sehr wenige giftige Abfallprodukte. Leider fehlt dem Kunden eine Schlüsselkomponente. Da der Kunde sein Labor nicht verlassen kann, sucht er nach Piloten, die ihm den Gegenstand bringen.", - "Der Kunde betreibt fortgeschrittene Bewusstseinsforschung. Dabei hat er die vorgefassten Meinungen über das Bewusstsein verworfen und sucht nach einer ganzheitlicheren Antwort. Er glaubt, ihm sei ein Durchbruch gelungen. \nDer Kunde hat ein Material gefunden, das seiner Meinung nach über die Fähigkeit verfügt, Gedanken zu erleben. Jetzt muss er aus dieser Substanz eine denkende Maschine bauen, um seine Theorie zu beweisen. Dafür benötigt er eine größere Menge des Materials, weshalb er Entdecker sucht, die ihm dabei helfen, es zu beschaffen.", - "Der Kunde hat eine Profitgelegenheit erkannt. Er bietet allen eine Gewinnbeteiligung an, die ihm helfen. \nDer Kunde sucht viele Entdecker, die Gegenstände zum selben Ort bringen, um den Preis auf den örtlichen Märkten zu drücken. Mit diesem Überangebot will der Kunde seine Konkurrenten vom Markt verdrängen, um dann selbst zu einem späteren Zeitpunkt einzusteigen und den Mangel an einer langfristigen Versorgung auszunutzen.", + "Der Kunde betreibt fortgeschrittene Bewusstseinsforschung. Dabei hat er die vorgefassten Meinungen über das Bewusstsein verworfen und sucht nach einer ganzheitlicheren Antwort. Er glaubt, ihm sei ein Durchbruch gelungen. \r\nDer Kunde hat ein Material gefunden, das seiner Meinung nach über die Fähigkeit verfügt, Gedanken zu erleben. Jetzt muss er aus dieser Substanz eine denkende Maschine bauen, um seine Theorie zu beweisen. Dafür benötigt er eine größere Menge des Materials, weshalb er Entdecker sucht, die ihm dabei helfen, es zu beschaffen.", + "Der Kunde hat eine Profitgelegenheit erkannt. Er bietet allen eine Gewinnbeteiligung an, die ihm helfen. \r\nDer Kunde sucht viele Entdecker, die Gegenstände zum selben Ort bringen, um den Preis auf den örtlichen Märkten zu drücken. Mit diesem Überangebot will der Kunde seine Konkurrenten vom Markt verdrängen, um dann selbst zu einem späteren Zeitpunkt einzusteigen und den Mangel an einer langfristigen Versorgung auszunutzen.", "Der Kunde möchte seine Beziehung zu den Behörden des Systems verbessern. Er hat herausgefunden, dass der Kommissar der örtlichen Station an einem bestimmten Gegenstand Gefallen gefunden hat und möchte, dass er diesen Gegenstand bekommt. Natürlich ist er nicht so dumm, ihn persönlich zu übergeben. Daher sucht der Kunde einen Entdecker, der als Mittelsmann fungiert und den Gegenstand an seiner Statt übergibt.", "Der Kunde verwaltet eine monatliche Auswahl an Waren für die Reichen und Faulen. Er hat von einem bestimmten Gegenstand erfahren, der momentan sehr gefragt ist, und möchte ihn unbedingt für seine Sammlung haben. Daher ist er bereit, jedem Entdecker, der ihm diesen Gegenstand bringt, mehr als das Übliche zu bezahlen.", "Der Kunde hat herausgefunden, dass einer seiner Konkurrenten an einem sehr speziellen Gegenstand interessiert ist. Natürlich kann er nicht zulassen, dass ihn sein Konkurrent in die Finger bekommt. Daher wird der Kunde jeden Entdecker belohnen, der den Gegenstand vor seinem Konkurrenten auftreiben kann.", @@ -244,26 +244,26 @@ "Dringender Botendienst benötigt" ], "Descriptions": [ - "Der Kunde sucht nach einem vertrauenswürdigen Boten. Er möchte einen Kollegen mit einem Tribut für sein dauerhaftes erfolgreiches Überleben ehren.\n\nFür den Fall eines Piratenangriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet. ", - "Der Kunde sucht nach einem diskreten Zustelldienst. Er beteuert, dass das Paket genau das ist, wonach es aussieht, weshalb dem Ladungsverzeichnis voll und ganz vertraut werden kann.\n\nFür den Fall eines Piratenangriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet. ", - "Der Kunde sucht nach einer Lösung für einen Geschäftsabschluss. Die andere Partei verhandelt hart und der Kunde hofft, die Transaktion mit diesem Paket reibungslos über die Bühne zu bringen. Es ist wichtig, dass dieses Paket nur dem Empfänger übergeben wird.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde macht heikle Geschäfte. Das Paket ist ein herzliches Dankeschön für bestimmte Parteien. Es wird in dem Wissen verschenkt, dass alle möglichen Indiskretionen ignoriert wurden und weiter ignoriert werden.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde möchte einem Kollegen einfach nur ein paar Güter zukommen lassen, sonst nichts. Die beiliegende Nachricht versichert, dass der Empfänger nichts zu befürchten hat und dass die Güter nicht mehr zurückverfolgt werden können.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde hat einen wichtigen und stressigen Job, weshalb er sich nicht um triviale Angelegenheiten kümmern kann. Heute ist der Tag der Stammeltern und es ist üblich, sie mit einem Geschenk zu beglücken. Man soll sich um dieses Anliegen kümmern, damit der Kunde keine Zeit verliert.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde muss in einer Beziehung eine emotionale Schuld begleichen. Er hat vergessen, einen Tag von besonderer Bedeutung zu feiern. Als Entschuldigung wurde ein besonders wertvoller Gegenstand bestellt, der zur geschädigten Person geschickt werden soll. Du solltest diesen Gegenstand nicht verlieren, da der Kunde sonst noch mehr Schwierigkeiten bekommen könnte.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde ist auf einen seltsamen Gegenstand gestoßen. Er erscheint zwar gewöhnlich, jedoch haben mikrobische Scans eine erschreckende Anzahl an unbekannten Sporen entdeckt. Der Gegenstand muss zu einem biologischen Spezialisten gebracht werden. Du darfst das Siegel nicht brechen.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde möchte einem Mitarbeiter etwas mitteilen. Es gibt keinen Begleittext zum Gegenstand und er ist auch an sich nicht von großer Bedeutung. Der Kunde glaubt jedoch, dass die Lieferung zur Privatadresse des Mitarbeiters mehr als tausend Worte sagen wird.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde möchte entrümpeln. Er hat im Laufe der Jahre Unmengen an Krimskrams angesammelt und möchte alles loswerden. Es wäre verschwenderisch, alles zu zerstören, und es würde zu viele persönliche Informationen preisgeben, wenn man alles an einem Ort deponiert. Aus diesen Gründen werden die Gegenstände von vielen Boten zu vielen Empfängern gebracht.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde versucht sich mit einem Ladengeschäft. Er kauft nicht mehr gewollte oder unterschätzte Gegenstände an und verkauft sie an jene weiter, die ihren Wert erkennen. Die neueste Lieferung kann an den dankbaren Connaisseur geschickt werden, der für sie bezahlt hat.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde hat eine völlig normale Lieferung und sucht nach einem Boten, der weder Fragen stellt noch die Aufmerksamkeit der Behörden auf sich zieht. Der Kunde versichert dem potenziellen Boten, dass alle Tiergeräusche, die aus der Kiste kommen, einzig der Fantasie des Boten entsprungen sind.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Kunde ist Teil einer langen und komplexen Transaktionskette. Um jegliche Spuren zu verwischen, wurde das Geschäft ohne jegliche Währung abgeschlossen. Diese Lieferung ist sein Teil der Bezahlung für eine der anderen Parteien.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde schickt eine reguläre Lieferung an einen seiner treuesten Kunden. Der Gegenstand ist nicht besonders wertvoll, es ist jedoch wichtig, dass der Kunde sich wertgeschätzt fühlt. Aus diesem Zweck meidet der Kunde Großlieferungen und sucht einen erfahrenen Privatboten.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde versendet täglich eine große Anzahl an Gegenständen. Das Geschäftsmodell baut auf knappen Gewinnmargen auf, weshalb selbst das kleinste Steuerkonzept alle Gewinne vernichten könnte. Der Kunde findet es effizienter, einen diskreten Boten anzustellen, der den Gegenstand auf seinem gewöhnlichen, nicht kommerziellen Botengang zufällig abliefern kann.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde ist bei den lokalen Piraten bekannt, und auf ihn wurde ein Kopfgeld ausgesetzt. Er muss das System verlassen, ohne dabei verfolgt zu werden. Ein Verfolgungschip wurde in diesen Gegenstand eingebaut, der in die entgegengesetzte Richtung zur Fluchtroute des Kunden geschickt werden muss.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "In der Galaxie gibt es ein großes und vielfältiges Netz an Regulierungen. Ein scheinbar harmloser Gegenstand in einem System ist in einem anderen absolut illegal. Diese Unterschiede bieten Raum für geschäftliche Betätigungen. Der Kunde möchte so einen Gegenstand gerne versenden. Weder Fragen noch Aufmerksamkeit sind erwünscht.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde möchte sich einen neuen Großabnehmer für sein Geschäft sichern. Der potenzielle Abnehmer möchte aber zuerst die Güter des Kunden begutachten, eher er einem Großauftrag zustimmt. Diese Güter müssen im Auftrag des Kunden in bestem Zustand zum Abnehmer geliefert werden.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde schickt wöchentlich Pakete an Käufer, die selbst nicht einkaufen können oder wollen. Der Käufer kann dann dem beigefügten Rezept folgen und sich selbst eine köstliche Mahlzeit und/oder einen Roboterdiener zaubern. Diese Lieferung ist die Bestellung dieser Woche.\n\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", - "Der Kunde hatte bereits einen Boten für diese Lieferung, der allerdings nicht bis zum Ende durchgehalten hat. Sowohl sein Impulsantrieb als auch sein Kabinendach erlitten ein durch Laser hervorgerufenes Maschinenversagen. Der Kunde sucht einen mutigen neuen Boten, der alle technischen Probleme überwinden kann, die außerhalb der Raumstation lauern könnten.\n\nFür den Fall eines Piratenangriffes wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde sucht nach einem vertrauenswürdigen Boten. Er möchte einen Kollegen mit einem Tribut für sein dauerhaftes erfolgreiches Überleben ehren.\r\n\r\nFür den Fall eines Piratenangriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet. ", + "Der Kunde sucht nach einem diskreten Zustelldienst. Er beteuert, dass das Paket genau das ist, wonach es aussieht, weshalb dem Ladungsverzeichnis voll und ganz vertraut werden kann.\r\n\r\nFür den Fall eines Piratenangriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet. ", + "Der Kunde sucht nach einer Lösung für einen Geschäftsabschluss. Die andere Partei verhandelt hart und der Kunde hofft, die Transaktion mit diesem Paket reibungslos über die Bühne zu bringen. Es ist wichtig, dass dieses Paket nur dem Empfänger übergeben wird.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde macht heikle Geschäfte. Das Paket ist ein herzliches Dankeschön für bestimmte Parteien. Es wird in dem Wissen verschenkt, dass alle möglichen Indiskretionen ignoriert wurden und weiter ignoriert werden.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde möchte einem Kollegen einfach nur ein paar Güter zukommen lassen, sonst nichts. Die beiliegende Nachricht versichert, dass der Empfänger nichts zu befürchten hat und dass die Güter nicht mehr zurückverfolgt werden können.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde hat einen wichtigen und stressigen Job, weshalb er sich nicht um triviale Angelegenheiten kümmern kann. Heute ist der Tag der Stammeltern und es ist üblich, sie mit einem Geschenk zu beglücken. Man soll sich um dieses Anliegen kümmern, damit der Kunde keine Zeit verliert.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde muss in einer Beziehung eine emotionale Schuld begleichen. Er hat vergessen, einen Tag von besonderer Bedeutung zu feiern. Als Entschuldigung wurde ein besonders wertvoller Gegenstand bestellt, der zur geschädigten Person geschickt werden soll. Du solltest diesen Gegenstand nicht verlieren, da der Kunde sonst noch mehr Schwierigkeiten bekommen könnte.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde ist auf einen seltsamen Gegenstand gestoßen. Er erscheint zwar gewöhnlich, jedoch haben mikrobische Scans eine erschreckende Anzahl an unbekannten Sporen entdeckt. Der Gegenstand muss zu einem biologischen Spezialisten gebracht werden. Du darfst das Siegel nicht brechen.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde möchte einem Mitarbeiter etwas mitteilen. Es gibt keinen Begleittext zum Gegenstand und er ist auch an sich nicht von großer Bedeutung. Der Kunde glaubt jedoch, dass die Lieferung zur Privatadresse des Mitarbeiters mehr als tausend Worte sagen wird.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde möchte entrümpeln. Er hat im Laufe der Jahre Unmengen an Krimskrams angesammelt und möchte alles loswerden. Es wäre verschwenderisch, alles zu zerstören, und es würde zu viele persönliche Informationen preisgeben, wenn man alles an einem Ort deponiert. Aus diesen Gründen werden die Gegenstände von vielen Boten zu vielen Empfängern gebracht.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde versucht sich mit einem Ladengeschäft. Er kauft nicht mehr gewollte oder unterschätzte Gegenstände an und verkauft sie an jene weiter, die ihren Wert erkennen. Die neueste Lieferung kann an den dankbaren Connaisseur geschickt werden, der für sie bezahlt hat.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde hat eine völlig normale Lieferung und sucht nach einem Boten, der weder Fragen stellt noch die Aufmerksamkeit der Behörden auf sich zieht. Der Kunde versichert dem potenziellen Boten, dass alle Tiergeräusche, die aus der Kiste kommen, einzig der Fantasie des Boten entsprungen sind.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Kunde ist Teil einer langen und komplexen Transaktionskette. Um jegliche Spuren zu verwischen, wurde das Geschäft ohne jegliche Währung abgeschlossen. Diese Lieferung ist sein Teil der Bezahlung für eine der anderen Parteien.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde schickt eine reguläre Lieferung an einen seiner treuesten Kunden. Der Gegenstand ist nicht besonders wertvoll, es ist jedoch wichtig, dass der Kunde sich wertgeschätzt fühlt. Aus diesem Zweck meidet der Kunde Großlieferungen und sucht einen erfahrenen Privatboten.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde versendet täglich eine große Anzahl an Gegenständen. Das Geschäftsmodell baut auf knappen Gewinnmargen auf, weshalb selbst das kleinste Steuerkonzept alle Gewinne vernichten könnte. Der Kunde findet es effizienter, einen diskreten Boten anzustellen, der den Gegenstand auf seinem gewöhnlichen, nicht kommerziellen Botengang zufällig abliefern kann.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde ist bei den lokalen Piraten bekannt, und auf ihn wurde ein Kopfgeld ausgesetzt. Er muss das System verlassen, ohne dabei verfolgt zu werden. Ein Verfolgungschip wurde in diesen Gegenstand eingebaut, der in die entgegengesetzte Richtung zur Fluchtroute des Kunden geschickt werden muss.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "In der Galaxie gibt es ein großes und vielfältiges Netz an Regulierungen. Ein scheinbar harmloser Gegenstand in einem System ist in einem anderen absolut illegal. Diese Unterschiede bieten Raum für geschäftliche Betätigungen. Der Kunde möchte so einen Gegenstand gerne versenden. Weder Fragen noch Aufmerksamkeit sind erwünscht.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde möchte sich einen neuen Großabnehmer für sein Geschäft sichern. Der potenzielle Abnehmer möchte aber zuerst die Güter des Kunden begutachten, eher er einem Großauftrag zustimmt. Diese Güter müssen im Auftrag des Kunden in bestem Zustand zum Abnehmer geliefert werden.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde schickt wöchentlich Pakete an Käufer, die selbst nicht einkaufen können oder wollen. Der Käufer kann dann dem beigefügten Rezept folgen und sich selbst eine köstliche Mahlzeit und/oder einen Roboterdiener zaubern. Diese Lieferung ist die Bestellung dieser Woche.\r\n\r\nFür den Fall eines Piraten Angriffes, wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", + "Der Kunde hatte bereits einen Boten für diese Lieferung, der allerdings nicht bis zum Ende durchgehalten hat. Sowohl sein Impulsantrieb als auch sein Kabinendach erlitten ein durch Laser hervorgerufenes Maschinenversagen. Der Kunde sucht einen mutigen neuen Boten, der alle technischen Probleme überwinden kann, die außerhalb der Raumstation lauern könnten.\r\n\r\nFür den Fall eines Piratenangriffes wird der Kurier mit 1x Verteidigungsbeleg ausgestattet.", "Der Kunde sucht einen Kurier für eine dringende Zustellung.", "Der Kunde braucht einen Kurier für die Zustellung eines wertvollen Gegenstandes.", "Der Kunde muss eine wichtige Sendung zustellen und sucht einen vertrauenswürdigen Kurier.", @@ -429,7 +429,7 @@ "Der Kunde benötigt ein detailliertes biologisches Gutachten. Sein Programm zur Aufzucht von Räubern ist ins Stocken geraten und er benötigt neue DNS-Proben, um die vorhandenen Schwächen im Jagd-/Tarnverhalten auszugleichen.", "Der Kunde benötigt dringend biologische Scan-Daten. Jeden Tag werden Spezies durch klimatische Störungen, Kriege oder Industrieunfälle ausgerottet. Obwohl solche Ereignisse für den Kunden keine Rolle spielen, ist er besorgt, dass er sein universelles Archiv aufgrund dieses Datenverlusts nicht vervollständigen kann.", "Der Kunde finanziert eine große Galerie. Die letzten Ausstellungen drehten sich um abstrakte Kunst und die Besucherzahlen sind gesunken. Jetzt sucht der Kunde realistische holografische Projektionen von aufregenden oder attraktiven Tieren, um wieder mehr Besucher zur Galerie zu locken.", - "Der Kunde betreibt eine erfolgreiche Forschungseinrichtung. Er ist jetzt an einem Punkte angekommen, an dem er der wissenschaftlichen Community etwas zurückgeben möchte.\nIn jungen Jahren wurde der Kunde von den majestätischen biologischen Wesen seiner Heimatwelt inspiriert. Jetzt will er holografische Scans ähnlicher Kreaturen zur Verfügung stellen, damit auch jene ins Staunen geraten, die sich solche Tiere nicht in natura ansehen können.", + "Der Kunde betreibt eine erfolgreiche Forschungseinrichtung. Er ist jetzt an einem Punkte angekommen, an dem er der wissenschaftlichen Community etwas zurückgeben möchte.\r\nIn jungen Jahren wurde der Kunde von den majestätischen biologischen Wesen seiner Heimatwelt inspiriert. Jetzt will er holografische Scans ähnlicher Kreaturen zur Verfügung stellen, damit auch jene ins Staunen geraten, die sich solche Tiere nicht in natura ansehen können.", "Der Kunde ist in ein medizinisches Exo-Zoologieprojekt involviert, aber es ist ineffizient, Tierärzte zu jedem Planeten zu senden in der Hoffnung, dass sie kranke Tiere finden. Daher sucht er nach Daten-Scans, die als Muster für die Tierbestände dienen sollen. Damit kann der Kunde die Tierbestände auf Anzeichen für Krankheiten untersuchen und so wesentlich effizienter vorgehen.", "Der Kunde ist vom Bevölkerungsprozess der Planeten fasziniert. Es entwickeln sich immer wieder gewisse Merkmale in den verschiedenen Bereichen der Galaxie. Er würde gerne verstehen, ob diese parallelen Entwicklungen natürlich und erwartet, seltsame Zufälle, das Ergebnis eines zugrunde liegenden Musters oder durch äußere Einwirkungen entstanden sind. Der Kunde baut eine Datenbank auf, in der er die Merkmale und die Umgebungen, in denen sie entstanden sind, evaluieren kann, und sucht dafür geschäftstüchtige Entdecker.", "Der Kunde sucht nach diskreten Entdeckern, die bei einem Forschungsprojekt aushelfen. Gewisse giftige Substanzen könnten ausgetreten und/oder absichtlich in die Atmosphäre benachbarter Planeten entlüftet worden sein. Scans der örtlichen Fauna werden zeigen, ob diese potenziell giftige Substanz eine Langzeitwirkung auf die Wildtiere hat.", diff --git a/public/assets/json/de/SeasonalExpedition.lang.json b/public/assets/json/de/SeasonalExpedition.lang.json index de157fa2192d..627ef4c4d01c 100644 --- a/public/assets/json/de/SeasonalExpedition.lang.json +++ b/public/assets/json/de/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expedition Neun: Utopia", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Phase 1", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 1 abgeschlossen", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fundament", + "Description": "Errichte eine Basis", + "DescriptionDone": "Eine Basis errichtet", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Proviant", + "Description": "Überlebensausrüstung herstellen", + "DescriptionDone": "Überlebensausrüstung hergestellt", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Bodenkontrolle", + "Description": "Lade eine Basis in das Utopia-Projekt hoch", + "DescriptionDone": "Zum Utopia-Projekt beigetragen", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Planetenverbindung", + "Description": "Setze ein Exo-Fahrzeug ein", + "DescriptionDone": "Nahverkehr eingerichtet", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Systemverbindung", + "Description": "Lokalisiere und repariere dein Raumschiff", + "DescriptionDone": "Kritische Schiffssysteme wiederhergestellt", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Malerische Route", + "Description": "Reise mit dem Exo-Fahrzeug: 0/1000u", + "DescriptionDone": "1000u mit dem Exo-Fahrzeug zurückgelegt", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Außenposten Alpha", + "Description": "Erfolg auf dem 1. Planeten registrieren", + "DescriptionDone": "1. Planeten besiedelt", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Phase 2", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 2 abgeschlossen", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Außenposten Beta", + "Description": "Das 2. Ziel erreichen", + "DescriptionDone": "Den 2. Planeten für Utopia beansprucht", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Auftrag Beta", + "Description": "Deinen Auftrag bei Utopia abholen", + "DescriptionDone": "2. Bauabschnitt geortet", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Siedlung Beta", + "Description": "Eine Basis auf dem 2. Planeten errichten", + "DescriptionDone": "Eine Basis auf dem 2. Planeten errichtet", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Gut gepanzert", + "Description": "Ein Exo-Anzug-Upgrade erhalten", + "DescriptionDone": "Auf eine Utopia-Anzug-Station zugegriffen", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbizid", + "Description": "Eliminiere gefährliche Flora: 0/5", + "DescriptionDone": "5 gefährliche Flora eliminiert", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Begleitung", + "Description": "Adoptiere Begleiter: 0/1", + "DescriptionDone": "1 Begleiter adoptiert", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Krater", + "Description": "Gipfel eines Vulkans erreichen", + "DescriptionDone": "Den Gipfel eines Vulkans erreicht", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Phase 3", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 3 abgeschlossen", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Außenposten Gamma", + "Description": "Das 3. Ziel erreichen", + "DescriptionDone": "Den 3. Planeten für Utopia beansprucht", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Auftrag Gamma", + "Description": "Die nächsten Anweisungen bei Utopia abholen", + "DescriptionDone": "3. Bauabschnitt geortet", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Siedlung Gamma", + "Description": "Eine Basis auf dem 3. Planeten errichten", + "DescriptionDone": "Eine Basis auf dem 3. Planeten errichtet", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Fortgeschrittene Mechanik", + "Description": "Ein Exo-Fahrzeug-Upgrade erhalten", + "DescriptionDone": "Auf eine Utopia-Exo-Fahrzeug-Station zugegriffen", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Sondengänger", + "Description": "Buddle vergrabene Gegenstände aus: 0/1", + "DescriptionDone": "1 verlorene Objekte ausgegraben", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Regionale Delikatessen", + "Description": "Kakao und Pilgerelixier zubereiten", + "DescriptionDone": "Regionale Gerichte gekocht", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Magenta-Flora", + "Description": "Das Pflanzenleben auf dem dritten Planeten dokumentieren: 0/3", + "DescriptionDone": "3 Pflanzen auf dem dritten Planeten entdeckt", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Phase 4", + "Description": "Aktueller Fortschritt: 0/8", + "DescriptionDone": "Phase 4 abgeschlossen", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Außenposten Delta", + "Description": "Das 4. Ziel erreichen", + "DescriptionDone": "Den 4. Planeten für Utopia beansprucht", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Auftrag Delta", + "Description": "Deine nächsten Anweisungen bei Utopia abholen", + "DescriptionDone": "4. Bauabschnitt geortet", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Siedlung Delta", + "Description": "Eine Basis auf dem 4. Planeten errichten", + "DescriptionDone": "Eine Basis auf dem 4. Planeten errichtet", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omni-Werkzeug", + "Description": "Ein Multiwerkzeug-Upgrade erhalten", + "DescriptionDone": "Auf eine Utopia-Multiwerkzeug-Station zugegriffen", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Walsucher", + "Description": "Erfasse eine Unterwasserkreatur mit einem Gewicht von mehr als 50 kg", + "DescriptionDone": "Mehr als %AMOUNT% kg schwere Wasserkreatur entdeckt", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Ein erlesener Geschmack", + "Description": "Sirupartige Eingeweide zubereiten", + "DescriptionDone": "Ein abscheuliches Gericht gekocht", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "Die Läuterung", + "Description": "Stätte von biologischen Schrecken befreien", + "DescriptionDone": "Aufzeichnungen aus der Geschichte Utopias entdeckt.", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "DIE LÄUTERUNG", + "Description": "Utopia hat diesen fortgeschrittenen Meilenstein für Siedler reserviert, die über den Abschnitt Delta<> des Projekts hinaus fortgeschritten sind.\n\nSchließe den Meilenstein Außenposten Delta<> ab, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parasiten", + "Description": "0/3 hungernde Ranken beseitigen", + "DescriptionDone": "3 hungernde Ranken eliminiert", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Phase 5", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 5 abgeschlossen", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Außenposten Epsilon", + "Description": "Das endgültige Wiederherstellungsziel erreichen", + "DescriptionDone": "Endgültiges Siedlungsziel erreicht", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Auftrag Epsilon", + "Description": "Die letzten Anweisungen bei Utopia abholen", + "DescriptionDone": "Letzter Bauabschnitt geortet", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Siedlung Epsilon", + "Description": "Eine Basis auf dem letzten Planeten errichten", + "DescriptionDone": "Eine Basis auf dem letzten Planeten errichtet", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Flugberechnungen", + "Description": "Ein Raumschiff-Upgrade erhalten", + "DescriptionDone": "Auf eine Utopia-Schiffstation zugegriffen", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Spuren im Schnee", + "Description": "Lebewesen in der letzten Welt entdecken: 0/3", + "DescriptionDone": "Lebewesen in der letzten Welt entdeckt", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Seismologie", + "Description": "Einen Gas-Hotspot ausfindig machen", + "DescriptionDone": "Auf unterirdisches Gas geprüft", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "Die nächste Grenze", + "Description": "Jenseits von Bakkin warpen", + "DescriptionDone": "Utopia interstellar befördert", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expedition Zehn: Singularität", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Phase 1", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 1 abgeschlossen", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Sie hören uns", + "Description": "Durchsuche das verlassene Lager", + "DescriptionDone": "Mit dem Autophagen gesprochen :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "Der Wanderer", + "Description": "Wage dich ins All vor", + "DescriptionDone": "Zu den Sternen begeben", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "In Glas graviert", + "Description": "Suche nach Hinweisen", + "DescriptionDone": "Die Archive sondiert", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Augen zum Sehen", + "Description": "Das erste Teil des Konstrukts montieren", + "DescriptionDone": "Kopf des Konstrukts hergestellt", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Gebet I", + "Description": "Kommuniziere mit dem Atlas", + "DescriptionDone": "Erste Atlas-Station besucht", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Saat der Träume", + "Description": "Schmiede den 1. Atlas-Samen", + "DescriptionDone": "Den 1. Atlas-Samen geschmiedet", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Pilgerfahrt 1", + "Description": "Schließe die 1. Pilgerfahrt ab", + "DescriptionDone": "1. Pilgerfahrt abgeschlossen", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Phase 2", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 2 abgeschlossen", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Pilgerfahrt 2", + "Description": "Schließe die 2. Pilgerfahrt ab", + "DescriptionDone": "2. Pilgerfahrt abgeschlossen", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Einen Schatten werfen", + "Description": "Auf das Glas einstimmen", + "DescriptionDone": "Mit dem Autophagen gesprochen :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Strahlen", + "Description": "Strahlende Splitter extrahieren: 0/16", + "DescriptionDone": "16 strahlende Splitter extrahiert", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Hände zum Greifen", + "Description": "Das zweite Teil des Konstrukts montieren", + "DescriptionDone": "Arme des Konstrukts hergestellt", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Gebet II", + "Description": "Kommuniziere mit dem Atlas", + "DescriptionDone": "Zweite Atlas-Station besucht", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABGR\\UUUND?", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Saat der Macht", + "Description": "Schmiede den 2. Atlas-Samen", + "DescriptionDone": "Den 2. Atlas-Samen geschmiedet", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "VERL?00RENNN KKZZ///>>?", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "Die lebende Leere", + "Description": "Atlantideum anhäufen: 0/256", + "DescriptionDone": "256 Atlantideum angehäuft", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Phase 3", + "Description": "Aktueller Fortschritt: 0/7", + "DescriptionDone": "Phase 3 abgeschlossen", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Pilgerfahrt 3", + "Description": "Schließe die 3. Pilgerfahrt ab", + "DescriptionDone": "3. Pilgerfahrt abgeschlossen", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "Der Wille zu existieren", + "Description": "Lausche der Leere", + "DescriptionDone": "Mit dem Autophagen gesprochen :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Wildheit", + "Description": "Eliminiere verdorbene Wächter: 0/19", + "DescriptionDone": "19 verdorbene Wächter beseitigt", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Eine Hülle zum Vervollständigen", + "Description": "Das dritte Teil des Konstrukts montieren", + "DescriptionDone": "Körper des Konstrukts hergestellt", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Gebet III", + "Description": "Kommuniziere mit dem Atlas", + "DescriptionDone": "Dritte Atlas-Station besucht", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Saat des Willens", + "Description": "Schmiede den 3. Atlas-Samen", + "DescriptionDone": "Den 3. Atlas-Samen geschmiedet", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Haufen-Horde", + "Description": "Verdiene Nanit: 0/3000", + "DescriptionDone": "3000 Nanit verdient", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Phase 4", + "Description": "Aktueller Fortschritt: 0/8", + "DescriptionDone": "Phase 4 abgeschlossen", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Pilgerfahrt 4", + "Description": "Schließe die 4. Pilgerfahrt ab", + "DescriptionDone": "4. Pilgerfahrt abgeschlossen", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Freigeist", + "Description": "Mit einer anderen Lebensform harmonieren", + "DescriptionDone": "Mit dem Autophagen gesprochen :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Füße zum Umherstreifen", + "Description": "Das vierte Teil des Konstrukts montieren", + "DescriptionDone": "Beine des Konstrukts hergestellt", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Gebet IV", + "Description": "Kommuniziere mit dem Atlas", + "DescriptionDone": "Vierte Atlas-Station besucht", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABGR\\UUUND?", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Saat des Lebens", + "Description": "Schmiede den 4. Atlas-Samen", + "DescriptionDone": "Den 4. Atlas-Samen geschmiedet", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "VERL?00RENNN KKZZ///>>?", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Große Divergenz", + "Description": "Nadas Beispiel folgen", + "DescriptionDone": "Vom Echosamen erfahren", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T '2/E G7455!", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "Das Rettungsboot", + "Description": "Vervollständige den Bauplan", + "DescriptionDone": "Ein Konstrukt zusammengesetzt", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Verlorene Seelen", + "Description": "Finde ein weiteres Echo", + "DescriptionDone": "Weiteres Echo gerettet", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Phase 5", + "Description": "Aktueller Fortschritt: 0/8", + "DescriptionDone": "Phase 5 abgeschlossen", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Pilgerfahrt 5", + "Description": "Schließe die letzte Pilgerfahrt ab", + "DescriptionDone": "Letzte Pilgerfahrt abgeschlossen", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Wiedergeburt", + "Description": "Öffne deinen Geist", + "DescriptionDone": "Mit dem Autophagen gesprochen :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Empfindungsecho", + "Description": "Eine Konvergenz entfachen", + "DescriptionDone": "Konvergenz erreicht", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Gebet V", + "Description": "Kommuniziere mit dem Atlas", + "DescriptionDone": "Letzte Atlas-Station besucht", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Saat der Hoffnung", + "Description": "Schmiede den letzten Atlas-Samen", + "DescriptionDone": "Den letzten Atlas-Samen geschmiedet", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABGR\\UUUND?", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Zündung", + "Description": "Dem Konstrukt Leben einhauchen", + "DescriptionDone": "Dem Konstrukt Leben eingehaucht", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "VERL?00RENNN KKZZ///>>?", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Zündung: Atlantid", + "Description": "Erschaffe einen mechanischen Verstand", + "DescriptionDone": "Wähle einen mechanischen Verstand", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T '2/E G7455!", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Zündung: Karmesinrot", + "Description": "Schmiede einen stellaren Verstand", + "DescriptionDone": "Bewusstsein der Hoffnung gesät", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T '2/E G7455!", + "Description": "SLASH<> MEILENSTEIN VERSCHLÜSSELT<> SLASH<>\nSLASH<> AUFGABE KANN NICHT ENTSCHLÜSSELT WERDEN<> SLASH<>\n\n%DESC%\n\nDer Meilenstein ist verschlüsselt<>. %MILESTONE%<> abschließen, um fortzufahren.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Expedition Zehn: Singularität", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Phase 1", "Description": "Aktueller Fortschritt: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Sie hören uns", "Description": "Durchsuche das verlassene Lager", "DescriptionDone": "Mit dem Autophagen gesprochen :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "Der Wanderer", "Description": "Wage dich ins All vor", "DescriptionDone": "Zu den Sternen begeben", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "In Glas graviert", "Description": "Suche nach Hinweisen", "DescriptionDone": "Die Archive sondiert", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Augen zum Sehen", "Description": "Das erste Teil des Konstrukts montieren", "DescriptionDone": "Kopf des Konstrukts hergestellt", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Gebet I", "Description": "Kommuniziere mit dem Atlas", "DescriptionDone": "Erste Atlas-Station besucht", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Saat der Träume", "Description": "Schmiede den 1. Atlas-Samen", "DescriptionDone": "Den 1. Atlas-Samen geschmiedet", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Pilgerfahrt 1", "Description": "Schließe die 1. Pilgerfahrt ab", "DescriptionDone": "1. Pilgerfahrt abgeschlossen", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Phase 2", "Description": "Aktueller Fortschritt: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Pilgerfahrt 2", "Description": "Schließe die 2. Pilgerfahrt ab", "DescriptionDone": "2. Pilgerfahrt abgeschlossen", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Einen Schatten werfen", "Description": "Auf das Glas einstimmen", "DescriptionDone": "Mit dem Autophagen gesprochen :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Strahlen", - "Description": "Strahlende Splitter extrahieren: 0/16", - "DescriptionDone": "16 strahlende Splitter extrahiert", + "Description": "Strahlende Splitter extrahieren: 0/3", + "DescriptionDone": "3 strahlende Splitter extrahiert", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Hände zum Greifen", "Description": "Das zweite Teil des Konstrukts montieren", "DescriptionDone": "Arme des Konstrukts hergestellt", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Gebet II", "Description": "Kommuniziere mit dem Atlas", "DescriptionDone": "Zweite Atlas-Station besucht", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Saat der Macht", "Description": "Schmiede den 2. Atlas-Samen", "DescriptionDone": "Den 2. Atlas-Samen geschmiedet", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "Die lebende Leere", - "Description": "Atlantideum anhäufen: 0/256", - "DescriptionDone": "256 Atlantideum angehäuft", + "Description": "Atlantideum anhäufen: 0/64", + "DescriptionDone": "64 Atlantideum angehäuft", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Phase 3", "Description": "Aktueller Fortschritt: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Pilgerfahrt 3", "Description": "Schließe die 3. Pilgerfahrt ab", "DescriptionDone": "3. Pilgerfahrt abgeschlossen", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "Der Wille zu existieren", "Description": "Lausche der Leere", "DescriptionDone": "Mit dem Autophagen gesprochen :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Wildheit", - "Description": "Eliminiere verdorbene Wächter: 0/19", - "DescriptionDone": "19 verdorbene Wächter beseitigt", + "Description": "Eliminiere verdorbene Wächter: 0/5", + "DescriptionDone": "5 verdorbene Wächter beseitigt", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Eine Hülle zum Vervollständigen", "Description": "Das dritte Teil des Konstrukts montieren", "DescriptionDone": "Körper des Konstrukts hergestellt", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Gebet III", "Description": "Kommuniziere mit dem Atlas", "DescriptionDone": "Dritte Atlas-Station besucht", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Saat des Willens", "Description": "Schmiede den 3. Atlas-Samen", "DescriptionDone": "Den 3. Atlas-Samen geschmiedet", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Haufen-Horde", - "Description": "Verdiene Nanit: 0/3000", - "DescriptionDone": "3000 Nanit verdient", + "Description": "Verdiene Nanit: 0/1000", + "DescriptionDone": "1000 Nanit verdient", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Phase 4", "Description": "Aktueller Fortschritt: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Pilgerfahrt 4", "Description": "Schließe die 4. Pilgerfahrt ab", "DescriptionDone": "4. Pilgerfahrt abgeschlossen", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Freigeist", "Description": "Mit einer anderen Lebensform harmonieren", "DescriptionDone": "Mit dem Autophagen gesprochen :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Füße zum Umherstreifen", "Description": "Das vierte Teil des Konstrukts montieren", "DescriptionDone": "Beine des Konstrukts hergestellt", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Gebet IV", "Description": "Kommuniziere mit dem Atlas", "DescriptionDone": "Vierte Atlas-Station besucht", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Saat des Lebens", "Description": "Schmiede den 4. Atlas-Samen", "DescriptionDone": "Den 4. Atlas-Samen geschmiedet", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Große Divergenz", "Description": "Nadas Beispiel folgen", "DescriptionDone": "Vom Echosamen erfahren", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "Das Rettungsboot", "Description": "Vervollständige den Bauplan", "DescriptionDone": "Ein Konstrukt zusammengesetzt", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Verlorene Seelen", "Description": "Finde ein weiteres Echo", "DescriptionDone": "Weiteres Echo gerettet", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Phase 5", "Description": "Aktueller Fortschritt: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Pilgerfahrt 5", "Description": "Schließe die letzte Pilgerfahrt ab", "DescriptionDone": "Letzte Pilgerfahrt abgeschlossen", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Wiedergeburt", "Description": "Öffne deinen Geist", "DescriptionDone": "Mit dem Autophagen gesprochen :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Empfindungsecho", "Description": "Eine Konvergenz entfachen", "DescriptionDone": "Konvergenz erreicht", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Gebet V", "Description": "Kommuniziere mit dem Atlas", "DescriptionDone": "Letzte Atlas-Station besucht", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Saat der Hoffnung", "Description": "Schmiede den letzten Atlas-Samen", "DescriptionDone": "Den letzten Atlas-Samen geschmiedet", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Zündung", "Description": "Dem Konstrukt Leben einhauchen", "DescriptionDone": "Dem Konstrukt Leben eingehaucht", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Zündung: Atlantid", "Description": "Erschaffe einen mechanischen Verstand", "DescriptionDone": "Wähle einen mechanischen Verstand", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Zündung: Karmesinrot", "Description": "Schmiede einen stellaren Verstand", "DescriptionDone": "Bewusstsein der Hoffnung gesät", diff --git a/public/assets/json/en/AlienPuzzle.lang.json b/public/assets/json/en/AlienPuzzle.lang.json index 9c3b63de1cf7..c7012f9a9cc5 100644 --- a/public/assets/json/en/AlienPuzzle.lang.json +++ b/public/assets/json/en/AlienPuzzle.lang.json @@ -6923,7 +6923,7 @@ }, { "Name": "Shut down production", - "Text": "I shut down production, managing to harvest from extra Nanite Clusters as I do.\n\nAs I go, I hear it, a voice in the darkness. I investigate, but there is nothing there...", + "Text": "I shut down production, managing to harvest from extra Nanite Clusters as I do.\r\n\nAs I go, I hear it, a voice in the darkness. I investigate, but there is nothing there...", "RewardIds": [ "TECHFRAG_M" ] diff --git a/public/assets/json/en/Buildings.lang.json b/public/assets/json/en/Buildings.lang.json index 6f71e1cbbe85..3b8fcf032f5a 100644 --- a/public/assets/json/en/Buildings.lang.json +++ b/public/assets/json/en/Buildings.lang.json @@ -22339,11 +22339,12 @@ "Group": "Unlockable Decoration", "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue depicts a primitive ancient creature, sought after by many early explorers.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22369,41 +22370,12 @@ "Group": "Unlockable Decoration", "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue depicts a long-necked quadrupedal species.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Ice Minotaur Statue", - "Group": "Unlockable Decoration", - "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue depicts the hefty Minotaur Exo-Mech.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22591,11 +22563,12 @@ "Group": "Decoration", "Description": "An exclusive placeable decal, to add flair and decoration to bases.\nThis decal represents the pawprints of an unidentified creature.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22617,11 +22590,12 @@ "Group": "Decoration", "Description": "An exclusive placeable decal, to add flair and decoration to bases.\nThis decal depicts an explorer awakening on a strange world, with no memory of how they got there...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22643,11 +22617,12 @@ "Group": "Decoration", "Description": "An exclusive placeable decal, to add flair and decoration to bases.\nThis decal depicts a pair of ships leaving atmosphere to explore the stars.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22742,5 +22717,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Ice Gek Statue", + "Group": "Unlockable Decoration", + "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue depicts a Gek gesturing towards the sky.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Ice Fighter Statue", + "Group": "Unlockable Decoration", + "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue depicts the iconic starship Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Ice Walker Statue", + "Group": "Unlockable Decoration", + "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue depicts the Sentinel Walker, an advanced combat unit.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Ice Atlas Statue", + "Group": "Unlockable Decoration", + "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis statue is a decorative replica of an Atlas Interface. Its core rotates, powered by an unknown force...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Ice Astronaut Statue", + "Group": "Unlockable Decoration", + "Description": "An exclusive buildable base ornament, sculpted from ice.\nThis astronaut statue is a tribute to all galactic explorers.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/en/SeasonalExpedition.lang.json b/public/assets/json/en/SeasonalExpedition.lang.json index 66768a5e3a5d..576fa7723678 100644 --- a/public/assets/json/en/SeasonalExpedition.lang.json +++ b/public/assets/json/en/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "EXPEDITION #9 REDUX: Expedition Nine: Utopia", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Phase 1", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 1 Complete", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Foundation", + "Description": "Establish a base", + "DescriptionDone": "Established a base", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Provisions", + "Description": "Craft survival essentials", + "DescriptionDone": "Assembled survival essentials", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Ground Control", + "Description": "Upload a base to the Utopia project", + "DescriptionDone": "Contributed to the Utopia project", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Planet Link", + "Description": "Deploy any Exocraft", + "DescriptionDone": "Established local transport", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "System Link", + "Description": "Locate and repair your starship", + "DescriptionDone": "Restored critical starship systems", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Scenic Route", + "Description": "Travel by Exocraft: 0/1000u", + "DescriptionDone": "Travelled 1000u by Exocraft", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Outpost Alpha", + "Description": "Register success on the 1st planet", + "DescriptionDone": "Settled the 1st planet", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Phase 2", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 2 Complete", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Outpost Beta", + "Description": "Reach the 2nd restoration target", + "DescriptionDone": "Claimed the 2nd planet for Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Assignment Beta", + "Description": "Collect your instructions from Utopia", + "DescriptionDone": "Located the 2nd construction zone", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Settlement Beta", + "Description": "Build a base on the 2nd planet", + "DescriptionDone": "Built a base on the 2nd planet", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Ironclad", + "Description": "Acquire an Exosuit upgrade", + "DescriptionDone": "Accessed a Utopia Suit Station", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbicide", + "Description": "Eliminate hazardous flora: 0/5", + "DescriptionDone": "Eliminated 5 hazardous flora", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Companionship", + "Description": "Adopt companions: 0/1", + "DescriptionDone": "Adopted 1 companions", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldera", + "Description": "Summit a volcano", + "DescriptionDone": "Reached the peak of a volcano", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Phase 3", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 3 Complete", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Outpost Gamma", + "Description": "Arrive at the 3rd restoration target", + "DescriptionDone": "Claimed the 3rd planet for Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Assignment Gamma", + "Description": "Collect your next instructions from Utopia", + "DescriptionDone": "Located the 3rd construction zone", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Settlement Gamma", + "Description": "Build a base on the 3rd planet", + "DescriptionDone": "Built a base on the 3rd planet", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Advanced Mechanics", + "Description": "Acquire an Exocraft upgrade", + "DescriptionDone": "Accessed a Utopia Exocraft Station", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Detectorist", + "Description": "Dig up buried items: 0/1", + "DescriptionDone": "Recovered 1 lost objects", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Local Delicacies", + "Description": "Prepare Cocoa and Pilgrim's Tonic", + "DescriptionDone": "Cooked local dishes", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora Magenta", + "Description": "Document plant-life on the third planet: 0/3", + "DescriptionDone": "Discovered 3 plants on the third planet", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Phase 4", + "Description": "Current Progress: 0/8", + "DescriptionDone": "Phase 4 Complete", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Outpost Delta", + "Description": "Arrive at the 4th restoration target", + "DescriptionDone": "Claimed the 4th planet for Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Assignment Delta", + "Description": "Collect your next instructions from Utopia", + "DescriptionDone": "Located the 4th construction zone", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Settlement Delta", + "Description": "Build a base on the 4th planet", + "DescriptionDone": "Built a base on the 4th planet", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omni-Tool", + "Description": "Acquire a Multi-Tool upgrade", + "DescriptionDone": "Accessed a Utopia Multi-Tool Station", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Whaleseeker", + "Description": "Record an underwater creature over 50kg", + "DescriptionDone": "Discovered an aquatic creature over %AMOUNT%kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "An Acquired Taste", + "Description": "Prepare Syrupy Viscera", + "DescriptionDone": "Cooked a vile dish", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "The Cleanse", + "Description": "Purge a site of biological horrors", + "DescriptionDone": "Discovered records of Utopia's history", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "THE CLEANSE", + "Description": "Utopia has reserved this advanced milestone for settlers who have progressed beyond the Delta<> section of the Project.\n\nComplete the Outpost Delta<> milestone to proceed.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parasites", + "Description": "Purge 0/3 Hungering Tendrils", + "DescriptionDone": "Eliminated 3 Hungering Tendrils", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Phase 5", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 5 Complete", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Outpost Epsilon", + "Description": "Arrive at the final restoration target", + "DescriptionDone": "Reached the final settlement target", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Assignment Epsilon", + "Description": "Collect your final instructions from Utopia", + "DescriptionDone": "Located the final construction zone", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Settlement Epsilon", + "Description": "Build a base on the final planet", + "DescriptionDone": "Built a base on the final planet", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Flight Calculations", + "Description": "Acquire a Starship upgrade", + "DescriptionDone": "Accessed a Utopia Ship Station", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Prints in the Snow", + "Description": "Discover creatures on the final world: 0/3", + "DescriptionDone": "Discovered creatures on the final world", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Seismology", + "Description": "Pinpoint a gas hotspot", + "DescriptionDone": "Surveyed for subterranean gas", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "The Next Frontier", + "Description": "Warp beyond Bakkin", + "DescriptionDone": "Took Utopia Interstellar", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", - "Title": "Expedition Ten: Singularity", - "IsRedux": false, - "PortalCode": "409A020216F6", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expedition Ten: Singularity", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Phase 1", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 1 Complete", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "They Hear Us", + "Description": "Search the abandoned camp", + "DescriptionDone": "Spoke with the Autophage :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "The Wayfarer", + "Description": "Venture into space", + "DescriptionDone": "Made your way to the stars", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Etched in Glass", + "Description": "Search for clues", + "DescriptionDone": "Probed the archives", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Eyes to See", + "Description": "Assemble the first Construct part", + "DescriptionDone": "Crafted the Construct's head", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Prayer I", + "Description": "Commune with the Atlas", + "DescriptionDone": "Visited the first Atlas Station", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Seed of Dreams", + "Description": "Forge the 1st Atlas Seed", + "DescriptionDone": "Forged the 1st Atlas Seed", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?\"3D ??.TH?R", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Pilgrimage 1", + "Description": "Complete the 1st pilgrimage", + "DescriptionDone": "Completed the 1st pilgrimage", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Phase 2", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 2 Complete", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Pilgrimage 2", + "Description": "Complete the 2nd pilgrimage", + "DescriptionDone": "Completed the 2nd pilgrimage", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "To Cast a Shadow", + "Description": "Attune to the glass", + "DescriptionDone": "Spoke with the Autophage :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Radiance", + "Description": "Extract Radiant Shards: 0/16", + "DescriptionDone": "Extracted 16 Radiant Shards", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Hands to Grasp", + "Description": "Assemble the second Construct part", + "DescriptionDone": "Crafted the Construct's arms", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Prayer II", + "Description": "Commune with the Atlas", + "DescriptionDone": "Visited the 2nd Atlas Station", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Seed of Power", + "Description": "Forge the 2nd Atlas Seed", + "DescriptionDone": "Forged the 2nd Atlas Seed", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "The Living Void", + "Description": "Amass Atlantideum: 0/256", + "DescriptionDone": "Amassed 256 Atlantideum", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Phase 3", + "Description": "Current Progress: 0/7", + "DescriptionDone": "Phase 3 Complete", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Pilgrimage 3", + "Description": "Complete the 3rd pilgrimage", + "DescriptionDone": "Completed the 3rd pilgrimage", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "The Will to Exist", + "Description": "Listen to the void", + "DescriptionDone": "Spoke with the Autophage :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Rampancy", + "Description": "Eliminate Corrupt Sentinels: 0/19", + "DescriptionDone": "Erased 19 Corrupt Sentinels", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "A Shell to Make Whole", + "Description": "Assemble the third Construct part", + "DescriptionDone": "Crafted the Construct's body", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Prayer III", + "Description": "Commune with the Atlas", + "DescriptionDone": "Visited the 3rd Atlas Station", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Seed of Will", + "Description": "Forge the 3rd Atlas Seed", + "DescriptionDone": "Forged the 3rd Atlas Seed", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?\"3D ??.TH?R", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Cluster Horde", + "Description": "Earn Nanites: 0/3000", + "DescriptionDone": "Earned 3000 Nanites", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Phase 4", + "Description": "Current Progress: 0/8", + "DescriptionDone": "Phase 4 Complete", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Pilgrimage 4", + "Description": "Complete the 4th pilgrimage", + "DescriptionDone": "Completed the 4th pilgrimage", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Independent Spirit", + "Description": "Harmonise with another lifeform", + "DescriptionDone": "Spoke with the Autophage :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Feet to Roam", + "Description": "Assemble the fourth Construct part", + "DescriptionDone": "Crafted the Construct's legs", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Prayer IV", + "Description": "Commune with the Atlas", + "DescriptionDone": "Visited the 4th Atlas Station", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Seed of Life", + "Description": "Forge the 4th Atlas Seed", + "DescriptionDone": "Forged the 4th Atlas Seed", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Grand Divergence", + "Description": "Follow Nada's lead", + "DescriptionDone": "Learned of the Echo Seed", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T\"2/E G7455!", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "The Lifeboat", + "Description": "Complete the schematic", + "DescriptionDone": "Assembled a Construct", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Lost Souls", + "Description": "Locate another Echo", + "DescriptionDone": "Rescued another Echo", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Phase 5", + "Description": "Current Progress: 0/8", + "DescriptionDone": "Phase 5 Complete", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Pilgrimage 5", + "Description": "Complete the final pilgrimage", + "DescriptionDone": "Completed the final pilgrimage", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Rebirth", + "Description": "Open your mind", + "DescriptionDone": "Spoke with the Autophage :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Sentience Echo", + "Description": "Ignite a Convergence", + "DescriptionDone": "Achieved Convergence", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Prayer V", + "Description": "Commune with the Atlas", + "DescriptionDone": "Visited the final Atlas Station", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?\"3D ??.TH?R", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Seed of Hope", + "Description": "Forge the final Atlas Seed", + "DescriptionDone": "Forged the final Atlas Seed", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Ignition", + "Description": "Restore life to the Construct", + "DescriptionDone": "Breathed life into the Construct", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Ignition: Atlantid", + "Description": "Craft a mechanical mind", + "DescriptionDone": "Chose a mechanical mind", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T\"2/E G7455!", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Ignition: Crimson", + "Description": "Forge a stellar mind", + "DescriptionDone": "Seeded a mind of hope", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T\"2/E G7455!", + "Description": "SLASH<> MILESTONE ENCRYPTED<> SLASH<>\nSLASH<> UNABLE TO DECODE TASK<> SLASH<>\n\n%DESC%\n\nThe milestone is encrypted<>. Complete %MILESTONE%<> to continue.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", + "Title": "EXPEDITION #10 REDUX: Expedition Ten: Singularity", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Phase 1", "Description": "Current Progress: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "They Hear Us", "Description": "Search the abandoned camp", "DescriptionDone": "Spoke with the Autophage :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "The Wayfarer", "Description": "Venture into space", "DescriptionDone": "Made your way to the stars", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Etched in Glass", "Description": "Search for clues", "DescriptionDone": "Probed the archives", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Eyes to See", "Description": "Assemble the first Construct part", "DescriptionDone": "Crafted the Construct's head", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Prayer I", "Description": "Commune with the Atlas", "DescriptionDone": "Visited the first Atlas Station", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Seed of Dreams", "Description": "Forge the 1st Atlas Seed", "DescriptionDone": "Forged the 1st Atlas Seed", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Pilgrimage 1", "Description": "Complete the 1st pilgrimage", "DescriptionDone": "Completed the 1st pilgrimage", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Phase 2", "Description": "Current Progress: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Pilgrimage 2", "Description": "Complete the 2nd pilgrimage", "DescriptionDone": "Completed the 2nd pilgrimage", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "To Cast a Shadow", "Description": "Attune to the glass", "DescriptionDone": "Spoke with the Autophage :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Radiance", - "Description": "Extract Radiant Shards: 0/16", - "DescriptionDone": "Extracted 16 Radiant Shards", + "Description": "Extract Radiant Shards: 0/3", + "DescriptionDone": "Extracted 3 Radiant Shards", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Hands to Grasp", "Description": "Assemble the second Construct part", "DescriptionDone": "Crafted the Construct's arms", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Prayer II", "Description": "Commune with the Atlas", "DescriptionDone": "Visited the 2nd Atlas Station", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Seed of Power", "Description": "Forge the 2nd Atlas Seed", "DescriptionDone": "Forged the 2nd Atlas Seed", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "The Living Void", - "Description": "Amass Atlantideum: 0/256", - "DescriptionDone": "Amassed 256 Atlantideum", + "Description": "Amass Atlantideum: 0/64", + "DescriptionDone": "Amassed 64 Atlantideum", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Phase 3", "Description": "Current Progress: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Pilgrimage 3", "Description": "Complete the 3rd pilgrimage", "DescriptionDone": "Completed the 3rd pilgrimage", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "The Will to Exist", "Description": "Listen to the void", "DescriptionDone": "Spoke with the Autophage :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Rampancy", - "Description": "Eliminate Corrupt Sentinels: 0/19", - "DescriptionDone": "Erased 19 Corrupt Sentinels", + "Description": "Eliminate Corrupt Sentinels: 0/5", + "DescriptionDone": "Erased 5 Corrupt Sentinels", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "A Shell to Make Whole", "Description": "Assemble the third Construct part", "DescriptionDone": "Crafted the Construct's body", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Prayer III", "Description": "Commune with the Atlas", "DescriptionDone": "Visited the 3rd Atlas Station", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Seed of Will", "Description": "Forge the 3rd Atlas Seed", "DescriptionDone": "Forged the 3rd Atlas Seed", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Cluster Horde", - "Description": "Earn Nanites: 0/3000", - "DescriptionDone": "Earned 3000 Nanites", + "Description": "Earn Nanites: 0/1000", + "DescriptionDone": "Earned 1000 Nanites", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Phase 4", "Description": "Current Progress: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Pilgrimage 4", "Description": "Complete the 4th pilgrimage", "DescriptionDone": "Completed the 4th pilgrimage", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Independent Spirit", "Description": "Harmonise with another lifeform", "DescriptionDone": "Spoke with the Autophage :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Feet to Roam", "Description": "Assemble the fourth Construct part", "DescriptionDone": "Crafted the Construct's legs", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Prayer IV", "Description": "Commune with the Atlas", "DescriptionDone": "Visited the 4th Atlas Station", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Seed of Life", "Description": "Forge the 4th Atlas Seed", "DescriptionDone": "Forged the 4th Atlas Seed", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Grand Divergence", "Description": "Follow Nada's lead", "DescriptionDone": "Learned of the Echo Seed", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "The Lifeboat", "Description": "Complete the schematic", "DescriptionDone": "Assembled a Construct", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Lost Souls", "Description": "Locate another Echo", "DescriptionDone": "Rescued another Echo", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Phase 5", "Description": "Current Progress: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Pilgrimage 5", "Description": "Complete the final pilgrimage", "DescriptionDone": "Completed the final pilgrimage", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Rebirth", "Description": "Open your mind", "DescriptionDone": "Spoke with the Autophage :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Sentience Echo", "Description": "Ignite a Convergence", "DescriptionDone": "Achieved Convergence", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Prayer V", "Description": "Commune with the Atlas", "DescriptionDone": "Visited the final Atlas Station", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Seed of Hope", "Description": "Forge the final Atlas Seed", "DescriptionDone": "Forged the final Atlas Seed", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Ignition", "Description": "Restore life to the Construct", "DescriptionDone": "Breathed life into the Construct", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Ignition: Atlantid", "Description": "Craft a mechanical mind", "DescriptionDone": "Chose a mechanical mind", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Ignition: Crimson", "Description": "Forge a stellar mind", "DescriptionDone": "Seeded a mind of hope", diff --git a/public/assets/json/en/Technology.lang.json b/public/assets/json/en/Technology.lang.json index ba1d9e263985..fab6b9f3a757 100644 --- a/public/assets/json/en/Technology.lang.json +++ b/public/assets/json/en/Technology.lang.json @@ -1408,7 +1408,7 @@ "Icon": "technology/37.png", "Name": "Photon Cannon", "Group": "Starship Projectile Weapon", - "Description": "A destructive starship projectile launcher<>, the weapons system for choice for the interstellar trader and pirate alike.\n\nUse CYCLEWEAPON<> to change weapon mode. Press SHIPFIRE<> to fire.", + "Description": "A destructive starship projectile launcher<>, the weapons system for choice for the interstellar trader and pirate alike.\r\n\nUse CYCLEWEAPON<> to change weapon mode. Press SHIPFIRE<> to fire.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", diff --git a/public/assets/json/es-la/Buildings.lang.json b/public/assets/json/es-la/Buildings.lang.json index a1d495a259a2..e76687dbbaee 100644 --- a/public/assets/json/es-la/Buildings.lang.json +++ b/public/assets/json/es-la/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Decoración desbloqueable", "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua representa a una criatura antigua primitiva buscada por muchos de los primeros exploradores.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Decoración desbloqueable", "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua representa a una especie cuadrúpeda de cuello largo.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Estatua de caminante de hielo", - "Group": "Decoración desbloqueable", - "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua representa a un caminante Centinela, una unidad de combate avanzada.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Decoración", "Description": "Una calcomanía decorativa para darle estilo a tus bases.\nEsta calcomanía representa las huellas de una criatura no identificada.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Decoración", "Description": "Una calcomanía decorativa exclusiva para darle estilo a tus bases.\nEsta calcomanía representa a un explorador que despierta en un mundo extraño, sin recordar cómo llegó ahí...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Decoración", "Description": "Una calcomanía decorativa para darle estilo a tus bases.\nEsta calcomanía representa un par de naves que abandonan la atmósfera para explorar las estrellas.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Estatua de Gek de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua representa a un Gek señalando el cielo.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Estatua de nave de combate de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua representa la emblemática nave Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Estatua de caminante de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua representa a un caminante Centinela, una unidad de combate avanzada.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Estatua del Atlas de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua es una réplica decorativa de una interfaz del Atlas. Su núcleo gira impulsado por una fuerza desconocida.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Estatua de astronauta de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable y esculpido en hielo.\nEsta estatua de un astronauta es un tributo a todos los exploradores galácticos.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/es-la/GuildMissions.lang.json b/public/assets/json/es-la/GuildMissions.lang.json index 157be5218573..446ee50d5691 100644 --- a/public/assets/json/es-la/GuildMissions.lang.json +++ b/public/assets/json/es-la/GuildMissions.lang.json @@ -94,8 +94,8 @@ "El cliente anda buscando un objeto de su pasado, un símbolo que le recuerda los viejos tiempos. Representa un momento trascendental de su infancia, y por ello pagará con generosidad por la entrega segura del objeto.", "El cliente escuchó hablar de una nueva moda en auge. Busca un objeto que, según dicen, es delicioso y muy rico en nutrientes. Naturalmente, esta repentina popularidad hace que sea difícil de conseguir. Recompensará a cualquier piloto que pueda hacerse con el objeto a tiempo de consumirlo en su próximo banquete.", "El cliente estuvo investigando nuevos métodos de generación de energía y cree que logró un avance. Su nuevo método es capaz de generar grandes cantidades de energía, además de pocos residuos tóxicos. Sin embargo, carece de provisiones de un componente fundamental. No puede abandonar su laboratorio y por eso busca pilotos para que le consigan el objeto.", - "El cliente está inmerso en una investigación sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Lo único que necesita para demostrar su teoría es construir una máquina pensante a partir de esta sustancia. Esto requiere una importante cantidad de materiales y busca exploradores que le ayuden a reunirlos.", - "El cliente vio una oportunidad para obtener beneficios y entregará una parte a quienes le ayuden en el proceso. \nBusca un gran número de exploradores para que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", + "El cliente está inmerso en una investigación sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\r\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Lo único que necesita para demostrar su teoría es construir una máquina pensante a partir de esta sustancia. Esto requiere una importante cantidad de materiales y busca exploradores que le ayuden a reunirlos.", + "El cliente vio una oportunidad para obtener beneficios y entregará una parte a quienes le ayuden en el proceso. \r\nBusca un gran número de exploradores para que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", "El cliente quiere suavizar su relación con las autoridades del sistema. Ha llegado a sus oídos que al comisionado de la estación local le apasiona un objeto en particular y le gustaría que lo recibiera. Naturalmente, no se le ocurriría la grosería de entregárselo en persona, por lo que busca un explorador que actúe de intermediario y lo entregue en su nombre.", "El cliente prepara mensualmente una selección de mercancías para ricos y desocupados. Se ha enterado del súbito interés por un objeto concreto y tiene que conseguirlo para su próxima selección. Pagará por encima del precio de mercado a cualquier explorador que se lo pueda conseguir.", "El cliente supo que uno de sus rivales está interesado en un objeto muy específico. Como es natural, no puede permitir que su rival lo consiga. Recompensará a cualquier explorador que se haga con el objeto antes que su rival e impida que haga con él lo que sea que fuera a hacer.", @@ -171,8 +171,8 @@ "El cliente anda buscando un objeto de su pasado, un símbolo que le recuerda los viejos tiempos. Representa un momento trascendental de su infancia, y por ello pagará con generosidad por la entrega segura del objeto.", "El cliente escuchó hablar de una nueva moda en auge. Busca un objeto que, según dicen, es delicioso y muy rico en nutrientes. Naturalmente, esta repentina popularidad hace que sea difícil de conseguir. Recompensará a cualquier piloto que pueda hacerse con el objeto a tiempo de consumirlo en su próximo banquete.", "El cliente estuvo investigando nuevos métodos de generación de energía y cree que logró un avance. Su nuevo método es capaz de generar grandes cantidades de energía, además de pocos residuos tóxicos. Sin embargo, carece de provisiones de un componente fundamental. No puede abandonar su laboratorio y por eso busca pilotos para que le consigan el objeto.", - "El cliente está inmerso en una investigación sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Lo único que necesita para demostrar su teoría es construir una máquina pensante a partir de esta sustancia. Esto requiere una importante cantidad de materiales y busca exploradores que le ayuden a reunirlos.", - "El cliente vio una oportunidad para obtener beneficios y entregará una parte a quienes le ayuden en el proceso. \nBusca un gran número de exploradores para que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", + "El cliente está inmerso en una investigación sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\r\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Lo único que necesita para demostrar su teoría es construir una máquina pensante a partir de esta sustancia. Esto requiere una importante cantidad de materiales y busca exploradores que le ayuden a reunirlos.", + "El cliente vio una oportunidad para obtener beneficios y entregará una parte a quienes le ayuden en el proceso. \r\nBusca un gran número de exploradores para que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", "El cliente quiere suavizar su relación con las autoridades del sistema. Ha llegado a sus oídos que al comisionado de la estación local le apasiona un objeto en particular y le gustaría que lo recibiera. Naturalmente, no se le ocurriría la grosería de entregárselo en persona, por lo que busca un explorador que actúe de intermediario y lo entregue en su nombre.", "El cliente prepara mensualmente una selección de mercancías para ricos y desocupados. Se ha enterado del súbito interés por un objeto concreto y tiene que conseguirlo para su próxima selección. Pagará por encima del precio de mercado a cualquier explorador que se lo pueda conseguir.", "El cliente supo que uno de sus rivales está interesado en un objeto muy específico. Como es natural, no puede permitir que su rival lo consiga. Recompensará a cualquier explorador que se haga con el objeto antes que su rival e impida que haga con él lo que sea que fuera a hacer.", @@ -244,26 +244,26 @@ "Se precisa servicio urgente de mensajería" ], "Descriptions": [ - "El cliente está buscando un mensajero de confianza. Quiere honrar a un compañero con un tributo, una celebración de su continua y exitosa supervivencia.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente busca un servicio de entrega discreto. Quiere asegurar al mensajero que el paquete es exactamente lo que parece y que no hay necesidad de desconfiar del manifiesto de carga.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente quiere finalizar un trato de negocios. La otra parte ha endurecido las negociaciones y el cliente espera que este paquete elimine cualquier futuro impedimento para la transacción. Es importante que el paquete se entregue en persona al destinatario.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente está llevando a cabo un negocio delicado. Este paquete supone un sentido agradecimiento a una de las partes. Se entrega sin reservas, sabiendo que cualquier eventual indiscreción ha sido, o será, pasada por alto. \n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente solo quiere entregar una mercancía a un compañero, nada más. Ha incluido también un mensaje a tal efecto para que el destinatario no se preocupe, ya que la mercancía no se puede rastrear.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente tiene entre manos un trabajo importante que lo tiene muy ocupado y no se puede encargar de asuntos triviales. Es el día de los progenitores y la costumbre es dar un regalo a quien te ha engendrado. El cliente quiere que se despache este asunto para que no tenga que pensar más en él.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente tiene una deuda emocional con un allegado. Ha olvidado el aniversario de una fecha particular. A modo de disculpa, ha pedido que se le envíe un objeto de cierto valor a la persona agraviada. Hay que tener cuidado de no extraviarlo durante el transporte para no poner al cliente en más dificultades.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente se ha topado con un objeto extraño. Aunque parece normal, los escaneos microbianos han revelado un alarmante número de esporas desconocidas. Necesita que se envíe el objeto a un especialista en riesgo biológico. No hay que romper el sello.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente desea enviar un mensaje a un socio. No hay mensaje escrito que acompañe al objeto y el propio objeto tiene poca relevancia. Sin embargo, opina que la entrega del objeto en la dirección personal del socio dejará bastante claro su significado.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente quiere hacer limpieza. Durante años, ha estado acumulando multitud de trastos y baratijas y ahora quiere deshacerse de ellos. Destruirlos sería muy costoso, pero depositarlos todos juntos en un mismo lugar podría revelar demasiada información personal. Por tanto, ha decidido dispersar los objetos entre un gran número de mensajeros y destinatarios.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente está inmerso en un negocio al por menor a pequeña escala. Compra objetos de poco interés o de poco valor para emparejarlos con compradores más acordes con su valía. El último envío está preparado para entregarse al entendido que pagó por él.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente tiene dispuesto un envío de lo más corriente y busca un mensajero que, ni vaya a hacer preguntas, ni atraiga la atención de las autoridades. El cliente quiere asegurar que cualquier ruido de animales proveniente del interior de la caja es producto únicamente de la imaginación del mensajero.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente forma parte de una larga y compleja cadena de transacciones. Para evitar dejar cualquier registro que se pueda rastrear, el trato se ha llevado a cabo sin intercambio monetario. Este envío representa parte del pago para una de las partes.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente está realizando un envío habitual a uno de sus clientes más fieles. El objeto no es muy especial, pero lo importante es que el cliente se sienta valorado. Con este fin, quiere evitar métodos de envío a granel y busca un mensajero personal con experiencia.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente envía un gran número de objetos cada día. En su negocio, los márgenes de beneficios son muy ajustados e incluso la más mínima tasa podría arruinar sus ganancias. Por lo general, encuentra más eficaz emplear un mensajero discreto que entregue su objeto como si fuera algo ordinario y no comercial.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente tiene cierta fama entre los piratas locales y estos han puesto precio a su cabeza. Necesita abandonar el sistema sin que lo sigan. Ha fijado su chip de localización en este objeto y necesita que sea transportado en la dirección opuesta a la de su huida.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "La galaxia alberga una larga y variada red de legislaciones. Objetos que, en apariencia, son inocuos en un sistema pueden ser totalmente ilegales en otro. Estas diferencias crean oportunidades comerciales. El cliente desea enviar un objeto, que le hagan pocas preguntas y que se llame poco la atención.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente desea garantizarse un nuevo e importante comprador para su negocio. El comprador quiere una muestra de la mercancía del cliente antes de realizar un pedido al por mayor. El cliente necesita que se envíe esta muestra al comprador y que llegue en condiciones óptimas.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente envía paquetes cada semana a consumidores que no pueden o no quieren hacer la compra por sí mismos. El consumidor puede seguir la receta para prepararse una comida deliciosa o que lo haga un robot sirviente. Este envío representa el pedido de esta semana.\n\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", - "El cliente ya había encargado este envío a un mensajero, pero no fue capaz de completar la entrega. Tanto el motor de pulso como la cubierta exterior de la cabina experimentaron fallos mecánicos a causa de un láser. El cliente necesita un nuevo y audaz mensajero capaz de sobreponerse a cualquier otro fallo mecánico que pueda surgir fuera de la estación espacial.\n\nAl mensajero se le otorgará 1 vale defensivo en caso de un ataque pirata.", + "El cliente está buscando un mensajero de confianza. Quiere honrar a un compañero con un tributo, una celebración de su continua y exitosa supervivencia.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente busca un servicio de entrega discreto. Quiere asegurar al mensajero que el paquete es exactamente lo que parece y que no hay necesidad de desconfiar del manifiesto de carga.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente quiere finalizar un trato de negocios. La otra parte ha endurecido las negociaciones y el cliente espera que este paquete elimine cualquier futuro impedimento para la transacción. Es importante que el paquete se entregue en persona al destinatario.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente está llevando a cabo un negocio delicado. Este paquete supone un sentido agradecimiento a una de las partes. Se entrega sin reservas, sabiendo que cualquier eventual indiscreción ha sido, o será, pasada por alto. \r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente solo quiere entregar una mercancía a un compañero, nada más. Ha incluido también un mensaje a tal efecto para que el destinatario no se preocupe, ya que la mercancía no se puede rastrear.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente tiene entre manos un trabajo importante que lo tiene muy ocupado y no se puede encargar de asuntos triviales. Es el día de los progenitores y la costumbre es dar un regalo a quien te ha engendrado. El cliente quiere que se despache este asunto para que no tenga que pensar más en él.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente tiene una deuda emocional con un allegado. Ha olvidado el aniversario de una fecha particular. A modo de disculpa, ha pedido que se le envíe un objeto de cierto valor a la persona agraviada. Hay que tener cuidado de no extraviarlo durante el transporte para no poner al cliente en más dificultades.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente se ha topado con un objeto extraño. Aunque parece normal, los escaneos microbianos han revelado un alarmante número de esporas desconocidas. Necesita que se envíe el objeto a un especialista en riesgo biológico. No hay que romper el sello.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente desea enviar un mensaje a un socio. No hay mensaje escrito que acompañe al objeto y el propio objeto tiene poca relevancia. Sin embargo, opina que la entrega del objeto en la dirección personal del socio dejará bastante claro su significado.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente quiere hacer limpieza. Durante años, ha estado acumulando multitud de trastos y baratijas y ahora quiere deshacerse de ellos. Destruirlos sería muy costoso, pero depositarlos todos juntos en un mismo lugar podría revelar demasiada información personal. Por tanto, ha decidido dispersar los objetos entre un gran número de mensajeros y destinatarios.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente está inmerso en un negocio al por menor a pequeña escala. Compra objetos de poco interés o de poco valor para emparejarlos con compradores más acordes con su valía. El último envío está preparado para entregarse al entendido que pagó por él.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente tiene dispuesto un envío de lo más corriente y busca un mensajero que, ni vaya a hacer preguntas, ni atraiga la atención de las autoridades. El cliente quiere asegurar que cualquier ruido de animales proveniente del interior de la caja es producto únicamente de la imaginación del mensajero.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente forma parte de una larga y compleja cadena de transacciones. Para evitar dejar cualquier registro que se pueda rastrear, el trato se ha llevado a cabo sin intercambio monetario. Este envío representa parte del pago para una de las partes.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente está realizando un envío habitual a uno de sus clientes más fieles. El objeto no es muy especial, pero lo importante es que el cliente se sienta valorado. Con este fin, quiere evitar métodos de envío a granel y busca un mensajero personal con experiencia.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente envía un gran número de objetos cada día. En su negocio, los márgenes de beneficios son muy ajustados e incluso la más mínima tasa podría arruinar sus ganancias. Por lo general, encuentra más eficaz emplear un mensajero discreto que entregue su objeto como si fuera algo ordinario y no comercial.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente tiene cierta fama entre los piratas locales y estos han puesto precio a su cabeza. Necesita abandonar el sistema sin que lo sigan. Ha fijado su chip de localización en este objeto y necesita que sea transportado en la dirección opuesta a la de su huida.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "La galaxia alberga una larga y variada red de legislaciones. Objetos que, en apariencia, son inocuos en un sistema pueden ser totalmente ilegales en otro. Estas diferencias crean oportunidades comerciales. El cliente desea enviar un objeto, que le hagan pocas preguntas y que se llame poco la atención.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente desea garantizarse un nuevo e importante comprador para su negocio. El comprador quiere una muestra de la mercancía del cliente antes de realizar un pedido al por mayor. El cliente necesita que se envíe esta muestra al comprador y que llegue en condiciones óptimas.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente envía paquetes cada semana a consumidores que no pueden o no quieren hacer la compra por sí mismos. El consumidor puede seguir la receta para prepararse una comida deliciosa o que lo haga un robot sirviente. Este envío representa el pedido de esta semana.\r\n\r\nAl mensajero se le otorgará 1x Ficha defensiva en caso de un ataque pirata.", + "El cliente ya había encargado este envío a un mensajero, pero no fue capaz de completar la entrega. Tanto el motor de pulso como la cubierta exterior de la cabina experimentaron fallos mecánicos a causa de un láser. El cliente necesita un nuevo y audaz mensajero capaz de sobreponerse a cualquier otro fallo mecánico que pueda surgir fuera de la estación espacial.\r\n\r\nAl mensajero se le otorgará 1 vale defensivo en caso de un ataque pirata.", "El cliente busca un mensajero para una entrega urgente.", "El cliente necesita un mensajero para un objeto valioso.", "El cliente tiene que hacer un envío importante y busca un mensajero de confianza.", @@ -429,7 +429,7 @@ "El cliente necesita una inspección biológica detallada. Su programa de cría de depredadores armados está en punto muerto y las nuevas muestras de ADN son necesarias para corregir los puntos débiles en los comportamientos de caza y sigilo.", "El cliente necesita datos de escaneo biológico de forma urgente. Se extinguen especies todos los días a causa de las alteraciones climatológicas, las guerras o los accidentes industriales. Pese a que el cliente no tiene opinión al respecto, está preocupado porque esta pérdida de datos provoque que su archivo universal quede incompleto.", "El cliente patrocina una gran galería. Las últimas exposiciones se han centrado en el arte abstracto y el número de visitantes ha caído en picado. Están interesados en proyecciones holográficas realistas de animales fascinantes o atractivos en su esfuerzo de atraer de nuevo a los clientes a la galería.", - "El cliente dirige unas prósperas instalaciones de investigación. Su carrera ha llegado a un punto en el que desea aportar algo a la comunidad científica.\nDe joven, recibió la inspiración de las majestuosas vistas biológicas de su planeta natal. Está convencido de que, si puede ofrecer escaneos holográficos de criaturas similares, podrá transmitir esa misma sensación de asombro a aquellos que no puedan contemplar a tales bestias en carne y hueso.", + "El cliente dirige unas prósperas instalaciones de investigación. Su carrera ha llegado a un punto en el que desea aportar algo a la comunidad científica.\r\nDe joven, recibió la inspiración de las majestuosas vistas biológicas de su planeta natal. Está convencido de que, si puede ofrecer escaneos holográficos de criaturas similares, podrá transmitir esa misma sensación de asombro a aquellos que no puedan contemplar a tales bestias en carne y hueso.", "El cliente está inmerso en un proyecto médico de exozoología, pero es poco productivo enviar a veterinarios a todos los planetas con la esperanza de encontrar animales enfermos. Quiere datos de escaneos para tomar muestras de la población de animales. Estos datos serán analizados en busca de señales de enfermedades y servirán para concentrar sus esfuerzos de forma más eficaz.", "El cliente se siente fascinado por el proceso a través del cual se pueblan los planetas. Ciertos rasgos evolucionan con el tiempo en diferentes extremos de la galaxia. Pretende comprender si estas evoluciones paralelas son naturales y si son de esperar, si son extrañas coincidencias, el resultado de algún patrón subyacente o, por contra, de alguna intromisión externa. Está creando una base de datos en la que se puedan evaluar estos rasgos y los entornos que los han creado, y busca exploradores con iniciativa para que le ayuden a rellenarla.", "El cliente busca exploradores discretos para que le ayuden con su proyecto de investigación. Puede que algunas sustancias tóxicas hayan sido filtradas o expuestas intencionalmente, o no, en las atmósferas de planetas cercanos. Los escaneos de la fauna local revelarán si esta sustancia teórica y potencialmente tóxica está provocando algún efecto a largo plazo en la vida silvestre.", diff --git a/public/assets/json/es-la/SeasonalExpedition.lang.json b/public/assets/json/es-la/SeasonalExpedition.lang.json index ab159acc58b7..7c2dfc5d5c93 100644 --- a/public/assets/json/es-la/SeasonalExpedition.lang.json +++ b/public/assets/json/es-la/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expedición Nueve: Utopía", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Fase 1", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 1 completada", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fundación", + "Description": "Establece una base", + "DescriptionDone": "Estableciste una base", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Provisiones", + "Description": "Crea artículos esenciales de supervivencia", + "DescriptionDone": "Artículos esenciales de supervivencia ensamblados", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Control terrestre", + "Description": "Carga una base al proyecto Utopía", + "DescriptionDone": "Contribuiste al proyecto Utopía", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Enlace planetario", + "Description": "Despliega cualquier exonave", + "DescriptionDone": "Transporte local establecido", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Enlace del sistema", + "Description": "Localiza y repara tu nave", + "DescriptionDone": "Restauraste los sistemas críticos de la nave", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Ruta panorámica", + "Description": "Viaje en exonave: 0/1000u", + "DescriptionDone": "Distancia recorrida 1000u en exonave", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Puesto Alfa", + "Description": "Registra con éxito el primer planeta", + "DescriptionDone": "Asentamiento en el primer planeta", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Fase 2", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 2 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Puesto Beta", + "Description": "Llega al segundo objetivo de restauración", + "DescriptionDone": "Segundo planeta reclamado para Utopía", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Encargo Beta", + "Description": "Recoge tus instrucciones de Utopía", + "DescriptionDone": "Segunda zona de construcción localizada", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Asentamiento Beta", + "Description": "Construye una base en el segundo planeta", + "DescriptionDone": "Construiste una base en el segundo planeta", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Acorazado", + "Description": "Compra una mejora de exotraje", + "DescriptionDone": "Accediste a una Estación de trajes de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbicida", + "Description": "Elimina la flora peligrosa: 0/5", + "DescriptionDone": "5 de flora peligrosa eliminada", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Compañía", + "Description": "Adopta compañeros: 0/1", + "DescriptionDone": "Adoptaste a 1 compañeros", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldera", + "Description": "Llega a la cima de un volcán", + "DescriptionDone": "Alcanzaste la cima de un volcán", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Fase 3", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 3 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Puesto Gamma", + "Description": "Llegar al tercer objetivo de restauración", + "DescriptionDone": "Tercer planeta reclamado para Utopía", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Encargo Gamma", + "Description": "Recoge tus siguientes instrucciones de Utopía", + "DescriptionDone": "Tercera zona de construcción localizada", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Asentamiento Gamma", + "Description": "Construye una base en el tercer planeta", + "DescriptionDone": "Construiste una base en el tercer planeta", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Mecánica Avanzada", + "Description": "Compra una mejora de exonave", + "DescriptionDone": "Accediste a una Estación de exonaves de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Detectorista", + "Description": "Extrae objetos enterrados: 0/1", + "DescriptionDone": "1 objetos perdidos recuperados", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Delicias locales", + "Description": "Prepara cacao y tónico de peregrino", + "DescriptionDone": "Platos locales cocinados", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora magenta", + "Description": "Documenta la vida vegetal en el tercer planeta: 0/3", + "DescriptionDone": "Descubriste 3 plantas en el tercer planeta", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Fase 4", + "Description": "Progreso actual: 0/8", + "DescriptionDone": "Fase 4 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Puesto Delta", + "Description": "Llegar al cuarto objetivo de restauración", + "DescriptionDone": "Cuarto planeta reclamado para Utopía", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Encargo Delta", + "Description": "Recoge tus siguientes instrucciones de Utopía", + "DescriptionDone": "Cuarta zona de construcción localizada", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Asentamiento Delta", + "Description": "Construye una base en el cuarto planeta", + "DescriptionDone": "Construiste una base en el cuarto planeta", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omni-herramienta", + "Description": "Compra una mejora de multiherramienta", + "DescriptionDone": "Accediste a una Estación de multiherramienta de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Buscador de ballenas", + "Description": "Registra una criatura submarina de más de 50kg", + "DescriptionDone": "Descubriste una criatura acuática de más de %AMOUNT%kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Un gusto adquirido", + "Description": "Prepara vísceras en almíbar", + "DescriptionDone": "Cocinaste un plato infame", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "La limpieza", + "Description": "Purgar un sitio de horrores biológicos", + "DescriptionDone": "Registros descubiertos de la historia de Utopía", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "LA LIMPIEZA", + "Description": "Utopía reservó este logro avanzado para los colonos que superen la sección Delta<> del Proyecto.\n\nCompleta el logro puesto Delta<> para continuar", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parásitos", + "Description": "Elimina 0/3 tentáculos hambrientos", + "DescriptionDone": "Eliminaste 3 tentáculos voraces", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Fase 5", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 5 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Puesto Épsilon", + "Description": "Llega al objetivo final de restauración", + "DescriptionDone": "Último objetivo de asentamiento alcanzado", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Encargo Épsilon", + "Description": "Recoge tus instrucciones finales de Utopía", + "DescriptionDone": "Última zona de construcción localizada", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Asentamiento Épsilon", + "Description": "Construye una base en el último planeta", + "DescriptionDone": "Construiste una base en el último planeta.", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Cálculos de vuelo", + "Description": "Compra una mejora para nave", + "DescriptionDone": "Accediste a una Estación de naves de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Huellas en la nieve", + "Description": "Descubre criaturas en el mundo final: 0/3", + "DescriptionDone": "Criaturas descubiertas en el mundo final", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sismología", + "Description": "Localiza un punto de acceso de gas", + "DescriptionDone": "Inspeccionado para gas subterráneo", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "La siguiente frontera", + "Description": "Viaja más allá de Bakkin", + "DescriptionDone": "Tomaste Utopía Interestelar", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expedición diez: Singularidad", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Fase 1", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 1 completada", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Nos escuchan", + "Description": "Busca el campamento abandonado", + "DescriptionDone": "Hablaste con el Autófago :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "El caminante", + "Description": "Aventúrate en el espacio", + "DescriptionDone": "Hacia las estrellas", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Grabado en vidrio", + "Description": "Buscar pistas", + "DescriptionDone": "Sondeaste los archivos", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Ojos para ver", + "Description": "Ensamblar la primera parte del Constructo", + "DescriptionDone": "Fabricaste la cabeza del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Plegaria I", + "Description": "Comunícate con el Atlas", + "DescriptionDone": "Visitaste la primera estación Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Semilla de sueños", + "Description": "Forja la 1ra semilla del Atlas", + "DescriptionDone": "Forjaste la 1ra semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Peregrinación 1", + "Description": "Completa la 1ra peregrinación", + "DescriptionDone": "Completaste la 1ra peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Fase 2", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 2 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Peregrinación 2", + "Description": "Completa la 2da peregrinación", + "DescriptionDone": "Completaste la 2da peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Proyectar una sombra", + "Description": "En sintonía con el cristal", + "DescriptionDone": "Hablaste con el Autófago :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Radiante", + "Description": "Extraer fragmentos radiantes: 0/16", + "DescriptionDone": "16 fragmentos radiantes extraídos", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Manos para agarrar", + "Description": "Ensamblar la segunda parte del Constructo", + "DescriptionDone": "Fabricaste los brazos del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Plegaria II", + "Description": "Comunícate con el Atlas", + "DescriptionDone": "Visitaste la 2da estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Semilla de energía", + "Description": "Forja la 2da semilla del Atlas", + "DescriptionDone": "Forjaste la 1ra semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "El vacío viviente", + "Description": "Acumular Atlantideum: 0/256", + "DescriptionDone": "Acumular 256 Atlantideum", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Fase 3", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 3 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Peregrinación 3", + "Description": "Completa la 3ra peregrinación", + "DescriptionDone": "Completaste la 3ra peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "La Voluntad de existir", + "Description": "Escucha el vacío", + "DescriptionDone": "Hablaste con el Autófago :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Desenfreno", + "Description": "Elimina Centinelas corruptos: 0/19", + "DescriptionDone": "19 Centinelas corruptos eliminados", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Una carcasa para hacerlo todo", + "Description": "Ensamblar la tercera parte del Constructo", + "DescriptionDone": "Fabricaste el cuerpo del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Plegaria III", + "Description": "Comunícate con el Atlas", + "DescriptionDone": "Visitaste la 3ra estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Semilla de voluntad", + "Description": "Forja la 3ra Semilla Atlas", + "DescriptionDone": "Forjaste la 3ra semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Horda de cúmulos", + "Description": "Consigue nanites: 0/3000", + "DescriptionDone": "Conseguiste 3000 nanites", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Fase 4", + "Description": "Progreso actual: 0/8", + "DescriptionDone": "Fase 4 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Peregrinación 4", + "Description": "Completa la 4ta peregrinación", + "DescriptionDone": "Completaste la 4ta peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Espíritu independiente", + "Description": "Armonizar con otra forma de vida", + "DescriptionDone": "Hablaste con el Autófago :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Pies para andar", + "Description": "Ensamblar la cuarta parte del Constructo", + "DescriptionDone": "Fabricaste las piernas del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Plegaria IV", + "Description": "Comunícate con el Atlas", + "DescriptionDone": "Visitaste la 4ta estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Semilla de vida", + "Description": "Forja la 4ta semilla del Atlas", + "DescriptionDone": "Forjaste la 4ta semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Gran divergencia", + "Description": "Sigue las indicaciones de Nada", + "DescriptionDone": "Aprendido de la semilla de eco", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "¡T'2/E G7455!", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "El bote salvavidas", + "Description": "Completa el esquema", + "DescriptionDone": "Ensamblaste un Constructo", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Almas perdidas", + "Description": "Localizar otro eco", + "DescriptionDone": "Otro eco rescatado", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Fase 5", + "Description": "Progreso actual: 0/8", + "DescriptionDone": "Fase 5 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Peregrinación 5", + "Description": "Completa la última peregrinación", + "DescriptionDone": "Completaste la última peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Renacimiento", + "Description": "Abre tu mente", + "DescriptionDone": "Hablaste con el Autófago :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Eco de conciencia", + "Description": "Iniciar una convergencia", + "DescriptionDone": "Convergencia lograda", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Plegaria IV", + "Description": "Comunícate con el Atlas", + "DescriptionDone": "Visitaste la estación del Atlas final", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Semilla de esperanza", + "Description": "Forjaste la última semilla del Atlas", + "DescriptionDone": "Forja la última semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Encendido", + "Description": "Restaura la vida del Constructo", + "DescriptionDone": "Le dio vida al Constructo", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Encendido: Atlantid", + "Description": "Crea una mente mecánica", + "DescriptionDone": "Elige una mente mecánica", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "¡T'2/E G7455!", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Encendido: Carmesí", + "Description": "Forjar una mente estelar", + "DescriptionDone": "Sembraste una mente de esperanza", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "¡T'2/E G7455!", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<> y no puedes avanzar hasta que desbloquees su clave.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Expedición diez: Singularidad", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Fase 1", "Description": "Progreso actual: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Nos escuchan", "Description": "Busca el campamento abandonado", "DescriptionDone": "Hablaste con el Autófago :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "El caminante", "Description": "Aventúrate en el espacio", "DescriptionDone": "Hacia las estrellas", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Grabado en vidrio", "Description": "Buscar pistas", "DescriptionDone": "Sondeaste los archivos", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Ojos para ver", "Description": "Ensamblar la primera parte del Constructo", "DescriptionDone": "Fabricaste la cabeza del Constructo", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Plegaria I", "Description": "Comunícate con el Atlas", "DescriptionDone": "Visitaste la primera estación Atlas", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Semilla de sueños", "Description": "Forja la 1ra semilla del Atlas", "DescriptionDone": "Forjaste la 1ra semilla del Atlas", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Peregrinación 1", "Description": "Completa la 1ra peregrinación", "DescriptionDone": "Completaste la 1ra peregrinación", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Fase 2", "Description": "Progreso actual: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Peregrinación 2", "Description": "Completa la 2da peregrinación", "DescriptionDone": "Completaste la 2da peregrinación", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Proyectar una sombra", "Description": "En sintonía con el cristal", "DescriptionDone": "Hablaste con el Autófago :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Radiante", - "Description": "Extraer fragmentos radiantes: 0/16", - "DescriptionDone": "16 fragmentos radiantes extraídos", + "Description": "Extraer fragmentos radiantes: 0/3", + "DescriptionDone": "3 fragmentos radiantes extraídos", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Manos para agarrar", "Description": "Ensamblar la segunda parte del Constructo", "DescriptionDone": "Fabricaste los brazos del Constructo", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Plegaria II", "Description": "Comunícate con el Atlas", "DescriptionDone": "Visitaste la 2da estación del Atlas", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Semilla de energía", "Description": "Forja la 2da semilla del Atlas", "DescriptionDone": "Forjaste la 1ra semilla del Atlas", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "El vacío viviente", - "Description": "Acumular Atlantideum: 0/256", - "DescriptionDone": "Acumular 256 Atlantideum", + "Description": "Acumular Atlantideum: 0/64", + "DescriptionDone": "Acumular 64 Atlantideum", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Fase 3", "Description": "Progreso actual: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Peregrinación 3", "Description": "Completa la 3ra peregrinación", "DescriptionDone": "Completaste la 3ra peregrinación", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "La Voluntad de existir", "Description": "Escucha el vacío", "DescriptionDone": "Hablaste con el Autófago :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Desenfreno", - "Description": "Elimina Centinelas corruptos: 0/19", - "DescriptionDone": "19 Centinelas corruptos eliminados", + "Description": "Elimina Centinelas corruptos: 0/5", + "DescriptionDone": "5 Centinelas corruptos eliminados", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Una carcasa para hacerlo todo", "Description": "Ensamblar la tercera parte del Constructo", "DescriptionDone": "Fabricaste el cuerpo del Constructo", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Plegaria III", "Description": "Comunícate con el Atlas", "DescriptionDone": "Visitaste la 3ra estación del Atlas", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Semilla de voluntad", "Description": "Forja la 3ra Semilla Atlas", "DescriptionDone": "Forjaste la 3ra semilla del Atlas", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Horda de cúmulos", - "Description": "Consigue nanites: 0/3000", - "DescriptionDone": "Conseguiste 3000 nanites", + "Description": "Consigue nanites: 0/1000", + "DescriptionDone": "Conseguiste 1000 nanites", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Fase 4", "Description": "Progreso actual: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Peregrinación 4", "Description": "Completa la 4ta peregrinación", "DescriptionDone": "Completaste la 4ta peregrinación", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Espíritu independiente", "Description": "Armonizar con otra forma de vida", "DescriptionDone": "Hablaste con el Autófago :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Pies para andar", "Description": "Ensamblar la cuarta parte del Constructo", "DescriptionDone": "Fabricaste las piernas del Constructo", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Plegaria IV", "Description": "Comunícate con el Atlas", "DescriptionDone": "Visitaste la 4ta estación del Atlas", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Semilla de vida", "Description": "Forja la 4ta semilla del Atlas", "DescriptionDone": "Forjaste la 4ta semilla del Atlas", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Gran divergencia", "Description": "Sigue las indicaciones de Nada", "DescriptionDone": "Aprendido de la semilla de eco", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "El bote salvavidas", "Description": "Completa el esquema", "DescriptionDone": "Ensamblaste un Constructo", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Almas perdidas", "Description": "Localizar otro eco", "DescriptionDone": "Otro eco rescatado", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Fase 5", "Description": "Progreso actual: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Peregrinación 5", "Description": "Completa la última peregrinación", "DescriptionDone": "Completaste la última peregrinación", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Renacimiento", "Description": "Abre tu mente", "DescriptionDone": "Hablaste con el Autófago :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Eco de conciencia", "Description": "Iniciar una convergencia", "DescriptionDone": "Convergencia lograda", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Plegaria IV", "Description": "Comunícate con el Atlas", "DescriptionDone": "Visitaste la estación del Atlas final", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Semilla de esperanza", "Description": "Forjaste la última semilla del Atlas", "DescriptionDone": "Forja la última semilla del Atlas", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Encendido", "Description": "Restaura la vida del Constructo", "DescriptionDone": "Le dio vida al Constructo", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Encendido: Atlantid", "Description": "Crea una mente mecánica", "DescriptionDone": "Elige una mente mecánica", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Encendido: Carmesí", "Description": "Forjar una mente estelar", "DescriptionDone": "Sembraste una mente de esperanza", diff --git a/public/assets/json/es/Buildings.lang.json b/public/assets/json/es/Buildings.lang.json index 354ebb2c96be..0eb093b4c5ac 100644 --- a/public/assets/json/es/Buildings.lang.json +++ b/public/assets/json/es/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Decoración desbloqueable", "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua representa a una criatura primitiva buscada por muchos de los primeros exploradores.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Decoración desbloqueable", "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua representa a una especie cuadrúpeda de cuello largo.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Estatua de caminante de hielo", - "Group": "Decoración desbloqueable", - "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua representa a un caminante Centinela, una unidad de combate avanzada.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Decoración", "Description": "Una exclusiva calcomanía decorativa, para adornar y dar estilo a las bases.\nEsta calcomanía representa las huellas de una criatura no identificada.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Decoración", "Description": "Una exclusiva calcomanía decorativa, para adornar y dar estilo a las bases.\nEsta calcomanía representa a un explorador despertándose en un mundo peculiar, sin recuerdos de cómo llegó allí...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Decoración", "Description": "Una exclusiva calcomanía decorativa, para adornar y dar estilo a las bases.\nEsta calcomanía representa a un par de naves que salen de la atmósfera para explorar las estrellas.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Estatua de Gek de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua representa a un Gek señalando el cielo.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Estatua de nave de combate de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua representa a la emblemática nave Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Estatua de caminante de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua representa a un caminante Centinela, una unidad de combate avanzada.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Estatua del Atlas de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua es una réplica decorativa de una interfaz del Atlas. Su núcleo gira impulsado por una fuerza desconocida...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Estatua de astronauta de hielo", + "Group": "Decoración desbloqueable", + "Description": "Un exclusivo adorno de base edificable esculpido en hielo.\nEsta estatua de astronauta es un homenaje a todos los exploradores galácticos.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/es/GuildMissions.lang.json b/public/assets/json/es/GuildMissions.lang.json index bae106196882..49e2faf30012 100644 --- a/public/assets/json/es/GuildMissions.lang.json +++ b/public/assets/json/es/GuildMissions.lang.json @@ -94,8 +94,8 @@ "El cliente anda buscando un objeto de su pasado, un símbolo que le recuerda los viejos tiempos. Representa un momento trascendental de su infancia, y por ello recompensará con generosidad a quien entregue el objeto de forma segura.", "El cliente ha oído hablar de una nueva moda en auge. Busca un objeto que, según dicen, es delicioso y muy rico en nutrientes. Naturalmente, esta repentina popularidad hace que sea difícil de conseguir. Recompensará a cualquier piloto que pueda hacerse con él a tiempo de consumirlo en su próximo banquete.", "El cliente ha estado investigando nuevos métodos de generación de energía y cree que ha logrado un avance. Su nuevo método es capaz de generar grandes cantidades de energía, además de pocos residuos tóxicos. Sin embargo, carece de provisiones de un componente fundamental. No puede abandonar su laboratorio y por eso busca pilotos que le consigan el objeto.", - "El cliente está inmerso en una investigación avanzada sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Para demostrar su teoría necesita construir una máquina pensante a partir de este. Requiere muchos materiales y busca exploradores que le ayuden a reunirlos.", - "El cliente ha avistado una oportunidad para obtener beneficios y entregará una parte de ellos a quienes le ayuden en el proceso. \nBusca un gran número de exploradores que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", + "El cliente está inmerso en una investigación avanzada sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\r\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Para demostrar su teoría necesita construir una máquina pensante a partir de este. Requiere muchos materiales y busca exploradores que le ayuden a reunirlos.", + "El cliente ha avistado una oportunidad para obtener beneficios y entregará una parte de ellos a quienes le ayuden en el proceso. \r\nBusca un gran número de exploradores que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", "El cliente quiere suavizar su relación con las autoridades del sistema. Ha llegado a sus oídos que al comisionado de la estación local le apasiona un objeto en particular y le gustaría que lo recibiera. Por descontado, no se le ocurriría la grosería de entregárselo en persona, por lo que busca un explorador que actúe de intermediario y lo entregue en su nombre.", "El cliente prepara mensualmente una selección de mercancías para ricos y ociosos. Se ha enterado del súbito interés por un objeto concreto y simplemente tiene que conseguirlo para su próxima selección. Pagará por encima del precio de mercado a cualquier explorador que se lo pueda conseguir.", "El cliente se ha enterado de que uno de sus rivales está interesado en un objeto muy específico. Como es natural, no puede permitir que su rival lo consiga. Recompensará a cualquier explorador que se haga con el objeto antes que su rival e impida que haga con él lo que sea que fuera a hacer.", @@ -171,8 +171,8 @@ "El cliente anda buscando un objeto de su pasado, un símbolo que le recuerda los viejos tiempos. Representa un momento trascendental de su infancia, y por ello recompensará con generosidad a quien entregue el objeto de forma segura.", "El cliente ha oído hablar de una nueva moda en auge. Busca un objeto que, según dicen, es delicioso y muy rico en nutrientes. Naturalmente, esta repentina popularidad hace que sea difícil de conseguir. Recompensará a cualquier piloto que pueda hacerse con él a tiempo de consumirlo en su próximo banquete.", "El cliente ha estado investigando nuevos métodos de generación de energía y cree que ha logrado un avance. Su nuevo método es capaz de generar grandes cantidades de energía, además de pocos residuos tóxicos. Sin embargo, carece de provisiones de un componente fundamental. No puede abandonar su laboratorio y por eso busca pilotos que le consigan el objeto.", - "El cliente está inmerso en una investigación avanzada sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Para demostrar su teoría necesita construir una máquina pensante a partir de este. Requiere muchos materiales y busca exploradores que le ayuden a reunirlos.", - "El cliente ha avistado una oportunidad para obtener beneficios y entregará una parte de ellos a quienes le ayuden en el proceso. \nBusca un gran número de exploradores que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", + "El cliente está inmerso en una investigación avanzada sobre la consciencia. Desechó las ideas preconcebidas acerca de lo que conforma la mente en busca de una respuesta más holística. Cree que logró un descubrimiento.\r\nEncontró un material cuyas propiedades, según cree, comulgan con la habilidad de experimentar pensamientos. Para demostrar su teoría necesita construir una máquina pensante a partir de este. Requiere muchos materiales y busca exploradores que le ayuden a reunirlos.", + "El cliente ha avistado una oportunidad para obtener beneficios y entregará una parte de ellos a quienes le ayuden en el proceso. \r\nBusca un gran número de exploradores que entreguen objetos en el mismo lugar y así abaratar los precios en los mercados locales. Este exceso de suministros sacará del negocio a los proveedores rivales y permitirá al cliente acceder al mercado con posterioridad y aprovecharse de la falta de suministros a largo plazo.", "El cliente quiere suavizar su relación con las autoridades del sistema. Ha llegado a sus oídos que al comisionado de la estación local le apasiona un objeto en particular y le gustaría que lo recibiera. Por descontado, no se le ocurriría la grosería de entregárselo en persona, por lo que busca un explorador que actúe de intermediario y lo entregue en su nombre.", "El cliente prepara mensualmente una selección de mercancías para ricos y ociosos. Se ha enterado del súbito interés por un objeto concreto y simplemente tiene que conseguirlo para su próxima selección. Pagará por encima del precio de mercado a cualquier explorador que se lo pueda conseguir.", "El cliente se ha enterado de que uno de sus rivales está interesado en un objeto muy específico. Como es natural, no puede permitir que su rival lo consiga. Recompensará a cualquier explorador que se haga con el objeto antes que su rival e impida que haga con él lo que sea que fuera a hacer.", @@ -244,26 +244,26 @@ "Se precisa servicio urgente de mensajería" ], "Descriptions": [ - "El cliente está buscando un mensajero de confianza. Quiere honrar a un colega con un tributo, una celebración de su continua y exitosa supervivencia.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente busca un servicio de entrega discreto. Quiere asegurar al mensajero que el paquete es exactamente lo que parece y que no hay necesidad de desconfiar del manifiesto de carga.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente quiere cerrar un trato de negocios. La otra parte ha endurecido las negociaciones y el cliente espera que este paquete elimine cualquier futuro impedimento para la transacción. Es importante que el paquete se entregue únicamente al destinatario.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente está llevando a cabo un negocio delicado. Este paquete supone un sentido agradecimiento a una de las partes. Se entrega sin reservas, sabiendo que cualquier eventual indiscreción se ha pasado o se pasará por alto.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente solo quiere entregar una mercancía a un colega, nada más. Ha incluido también un mensaje para que el destinatario no se preocupe, ya que la mercancía no se puede rastrear.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente tiene entre manos un trabajo importante que le tiene muy ocupado y no se puede encargar de asuntos triviales. Es el día de los progenitores y la costumbre es dar un regalo a quien te ha engendrado. El cliente quiere que se despache este asunto para no tener que pensar más en él.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente tiene una deuda emocional con un allegado. Ha olvidado el aniversario de una fecha particularmente importante. A modo de disculpa, ha pedido que se le envíe un objeto de cierto valor a la persona agraviada. Hay que tener cuidado con no extraviarlo durante el transporte para no poner al cliente en más dificultades.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente se ha topado con un objeto extraño. Aunque parece corriente, los escaneos microbianos han revelado un alarmante número de esporas desconocidas. Necesita que se envíe el objeto a un especialista en riesgo biológico. No hay que romper el sello.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente desea enviar un mensaje a un socio. No hay mensaje escrito que acompañe al objeto y el propio objeto tiene poca relevancia. Sin embargo, opina que la entrega del objeto en la dirección personal del socio dejará bastante claro su significado.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente quiere hacer limpieza. Durante años, ha estado acumulando multitud de chismes y baratijas y ahora quiere deshacerse de ellos. Destruirlos sería muy costoso, pero depositarlos todos juntos en un mismo lugar podría revelar demasiada información personal. Por tanto, ha decidido dispersar los objetos entre un gran número de mensajeros y destinatarios.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente está inmerso en un negocio al por menor a pequeña escala. Compra objetos superfluos o de poco valor para endosárselos a compradores más acordes con su valía. El último envío está preparado para ser entregado al entendido que pagó por él.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente tiene dispuesto un envío de lo más corriente y busca un mensajero que no vaya a hacer preguntas ni atraiga la atención de las autoridades. El cliente quiere que el mensajero crea que cualquier ruido de animales proveniente del interior de la caja es producto únicamente de su imaginación.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente forma parte de una larga y compleja cadena de transacciones. Para evitar dejar cualquier registro que se pueda rastrear, el trato se ha llevado a cabo sin intercambio monetario. Este envío representa parte de su pago para una de las otras partes.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente está despachando un envío habitual a uno de sus clientes más fieles. El objeto no es muy especial, pero lo importante es que el cliente se sienta valorado. Con este fin, quiere evitar métodos de envío a granel y busca un mensajero personal con experiencia.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente despacha un gran número de objetos cada día. En su negocio, los márgenes de beneficios son muy ajustados e incluso la más mínima tasa podría arruinar sus ganancias. Por lo general, le parece más eficaz emplear a un mensajero discreto que entregue su objeto como parte de sus actividades ordinarias y no comerciales.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente tiene cierta fama entre los piratas locales y estos han puesto precio a su cabeza. Necesita abandonar el sistema sin que le sigan. Ha fijado su chip de localización en este objeto y necesita que alguien lo lleve en la dirección opuesta a la de su huida.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "La galaxia alberga una larga y variada red de legislaciones. Objetos que, en apariencia, son inocuos en un sistema pueden ser totalmente ilegales en otro. Estas diferencias crean oportunidades comerciales. El cliente desea enviar un objeto, que le hagan pocas preguntas y que se llame poco la atención.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente desea garantizarse un nuevo e importante comprador para su negocio. El comprador quiere una muestra de la mercancía del cliente antes de realizar un pedido al por mayor. El cliente necesita que se envíe esta muestra al comprador y que llegue en condiciones óptimas.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente envía paquetes cada semana a consumidores que no pueden o no quieren hacer la compra por sí mismos. El consumidor puede seguir la receta para prepararse una comida deliciosa y/o que lo haga un robot sirviente. Este envío representa el pedido de esta semana.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", - "El cliente ya había encargado este envío a un mensajero, pero no fue capaz de completar la entrega. Tanto el motor de pulso como la cubierta exterior de la cabina experimentaron fallos mecánicos a causa de un láser. El cliente necesita un mensajero audaz y capaz de sobreponerse a cualquier otro fallo mecánico que pueda surgir fuera de la estación espacial.\n\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente está buscando un mensajero de confianza. Quiere honrar a un colega con un tributo, una celebración de su continua y exitosa supervivencia.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente busca un servicio de entrega discreto. Quiere asegurar al mensajero que el paquete es exactamente lo que parece y que no hay necesidad de desconfiar del manifiesto de carga.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente quiere cerrar un trato de negocios. La otra parte ha endurecido las negociaciones y el cliente espera que este paquete elimine cualquier futuro impedimento para la transacción. Es importante que el paquete se entregue únicamente al destinatario.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente está llevando a cabo un negocio delicado. Este paquete supone un sentido agradecimiento a una de las partes. Se entrega sin reservas, sabiendo que cualquier eventual indiscreción se ha pasado o se pasará por alto.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente solo quiere entregar una mercancía a un colega, nada más. Ha incluido también un mensaje para que el destinatario no se preocupe, ya que la mercancía no se puede rastrear.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente tiene entre manos un trabajo importante que le tiene muy ocupado y no se puede encargar de asuntos triviales. Es el día de los progenitores y la costumbre es dar un regalo a quien te ha engendrado. El cliente quiere que se despache este asunto para no tener que pensar más en él.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente tiene una deuda emocional con un allegado. Ha olvidado el aniversario de una fecha particularmente importante. A modo de disculpa, ha pedido que se le envíe un objeto de cierto valor a la persona agraviada. Hay que tener cuidado con no extraviarlo durante el transporte para no poner al cliente en más dificultades.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente se ha topado con un objeto extraño. Aunque parece corriente, los escaneos microbianos han revelado un alarmante número de esporas desconocidas. Necesita que se envíe el objeto a un especialista en riesgo biológico. No hay que romper el sello.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente desea enviar un mensaje a un socio. No hay mensaje escrito que acompañe al objeto y el propio objeto tiene poca relevancia. Sin embargo, opina que la entrega del objeto en la dirección personal del socio dejará bastante claro su significado.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente quiere hacer limpieza. Durante años, ha estado acumulando multitud de chismes y baratijas y ahora quiere deshacerse de ellos. Destruirlos sería muy costoso, pero depositarlos todos juntos en un mismo lugar podría revelar demasiada información personal. Por tanto, ha decidido dispersar los objetos entre un gran número de mensajeros y destinatarios.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente está inmerso en un negocio al por menor a pequeña escala. Compra objetos superfluos o de poco valor para endosárselos a compradores más acordes con su valía. El último envío está preparado para ser entregado al entendido que pagó por él.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente tiene dispuesto un envío de lo más corriente y busca un mensajero que no vaya a hacer preguntas ni atraiga la atención de las autoridades. El cliente quiere que el mensajero crea que cualquier ruido de animales proveniente del interior de la caja es producto únicamente de su imaginación.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente forma parte de una larga y compleja cadena de transacciones. Para evitar dejar cualquier registro que se pueda rastrear, el trato se ha llevado a cabo sin intercambio monetario. Este envío representa parte de su pago para una de las otras partes.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente está despachando un envío habitual a uno de sus clientes más fieles. El objeto no es muy especial, pero lo importante es que el cliente se sienta valorado. Con este fin, quiere evitar métodos de envío a granel y busca un mensajero personal con experiencia.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente despacha un gran número de objetos cada día. En su negocio, los márgenes de beneficios son muy ajustados e incluso la más mínima tasa podría arruinar sus ganancias. Por lo general, le parece más eficaz emplear a un mensajero discreto que entregue su objeto como parte de sus actividades ordinarias y no comerciales.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente tiene cierta fama entre los piratas locales y estos han puesto precio a su cabeza. Necesita abandonar el sistema sin que le sigan. Ha fijado su chip de localización en este objeto y necesita que alguien lo lleve en la dirección opuesta a la de su huida.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "La galaxia alberga una larga y variada red de legislaciones. Objetos que, en apariencia, son inocuos en un sistema pueden ser totalmente ilegales en otro. Estas diferencias crean oportunidades comerciales. El cliente desea enviar un objeto, que le hagan pocas preguntas y que se llame poco la atención.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente desea garantizarse un nuevo e importante comprador para su negocio. El comprador quiere una muestra de la mercancía del cliente antes de realizar un pedido al por mayor. El cliente necesita que se envíe esta muestra al comprador y que llegue en condiciones óptimas.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente envía paquetes cada semana a consumidores que no pueden o no quieren hacer la compra por sí mismos. El consumidor puede seguir la receta para prepararse una comida deliciosa y/o que lo haga un robot sirviente. Este envío representa el pedido de esta semana.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", + "El cliente ya había encargado este envío a un mensajero, pero no fue capaz de completar la entrega. Tanto el motor de pulso como la cubierta exterior de la cabina experimentaron fallos mecánicos a causa de un láser. El cliente necesita un mensajero audaz y capaz de sobreponerse a cualquier otro fallo mecánico que pueda surgir fuera de la estación espacial.\r\n\r\nSe entregará un Vale defensivo al mensajero, en caso de ataque pirata.", "El cliente busca un mensajero para una entrega urgente.", "El cliente necesita un mensajero para un objeto valioso.", "El cliente tiene que hacer un envío importante y busca un mensajero de confianza.", @@ -429,7 +429,7 @@ "El cliente necesita una inspección biológica detallada. Su programa de cría de depredadores armados está en punto muerto y hacen falta nuevas muestras de ADN para corregir los puntos débiles en los comportamientos de caza y sigilo.", "El cliente necesita datos de escaneo biológico de forma urgente. Se extinguen especies todos los días a causa de las alteraciones climatológicas, las guerras o los accidentes industriales. Pese a que el cliente no tiene opinión al respecto, está preocupado porque esta pérdida de datos provoque que su archivo universal quede incompleto.", "El cliente patrocina una gran galería. Las últimas exposiciones se han centrado en el arte abstracto y el número de visitantes ha caído en picado. Pretenden atraer de nuevo a los clientes a la galería con proyecciones holográficas realistas de animales fascinantes o atractivos.", - "El cliente dirige unas prósperas instalaciones de investigación. Su carrera ha llegado a un punto en el que desea aportar algo a la comunidad científica.\nDe joven, recibió la inspiración de las majestuosas vistas biológicas de su planeta natal. Está convencido de que, si puede ofrecer escaneos holográficos de criaturas similares, podrá transmitir esa misma sensación de asombro a aquellos que no puedan contemplar a tales bestias en carne y hueso.", + "El cliente dirige unas prósperas instalaciones de investigación. Su carrera ha llegado a un punto en el que desea aportar algo a la comunidad científica.\r\nDe joven, recibió la inspiración de las majestuosas vistas biológicas de su planeta natal. Está convencido de que, si puede ofrecer escaneos holográficos de criaturas similares, podrá transmitir esa misma sensación de asombro a aquellos que no puedan contemplar a tales bestias en carne y hueso.", "El cliente está inmerso en un proyecto médico de exozoología, pero es poco productivo enviar a veterinarios a todos los planetas con la esperanza de encontrar animales enfermos. Quiere datos de escaneo que den muestra de la población animal. Estos datos se analizarán en busca de señales de enfermedades y servirán para concentrar sus esfuerzos de forma más eficaz.", "Al cliente le fascina el proceso a través del cual se pueblan los planetas. Ciertos rasgos evolucionan con el tiempo en diferentes extremos de la galaxia. Pretende comprender si estas evoluciones paralelas son naturales y si son de esperar, si son extrañas coincidencias, el resultado de algún patrón subyacente o, por contra, de alguna intromisión externa. Está creando una base de datos en la que se puedan evaluar estos rasgos y los entornos que los han creado, y busca exploradores con iniciativa que le ayuden a rellenarla.", "El cliente busca exploradores discretos que le ayuden con su proyecto de investigación. Puede que algunas sustancias tóxicas hayan o no hayan sido filtradas y/o expuestas intencionalmente en las atmósferas de planetas cercanos. Los escaneos de la fauna local revelarán si esta sustancia teórica y potencialmente tóxica está provocando algún efecto a largo plazo en la vida silvestre.", diff --git a/public/assets/json/es/SeasonalExpedition.lang.json b/public/assets/json/es/SeasonalExpedition.lang.json index ef2df15ba599..2e2fe8c33b3c 100644 --- a/public/assets/json/es/SeasonalExpedition.lang.json +++ b/public/assets/json/es/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expedición nueve: Utopía", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Fase 1", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 1 completada", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Cimientos", + "Description": "Establece una base", + "DescriptionDone": "Has establecido una base", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Provisiones", + "Description": "Fabrica artículos esenciales de supervivencia", + "DescriptionDone": "Artículos esenciales de supervivencia fabricados", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Control de tierra", + "Description": "Envía una base al proyecto Utopía", + "DescriptionDone": "Has contribuido al proyecto Utopía", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Enlace del planeta", + "Description": "Despliega cualquier exonave", + "DescriptionDone": "Transporte local establecido", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Enlace del sistema", + "Description": "Localiza y repara tu nave", + "DescriptionDone": "Se han restaurado los sistemas esenciales de la nave", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Ruta pintoresca", + "Description": "Viaja en exonave: 0/1000 u", + "DescriptionDone": "Has viajado 1000 u en exonave", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Puesto alfa", + "Description": "Registra el éxito en el primer planeta", + "DescriptionDone": "Has asentado el primer planeta", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Fase 2", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 2 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Puesto beta", + "Description": "Llega al segundo objetivo de restauración", + "DescriptionDone": "Has reclamado el segundo planeta para Utopía", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Encargo beta", + "Description": "Recoge tus instrucciones de Utopía", + "DescriptionDone": "Has localizado la segunda zona de construcción", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Asentamiento beta", + "Description": "Construye una base en el segundo planeta", + "DescriptionDone": "Has construido una base en el segundo planeta", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Acorazado", + "Description": "Obtén una mejora de exotraje", + "DescriptionDone": "Has accedido a una estación de trajes de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbicida", + "Description": "Elimina flora peligrosa: 0/5", + "DescriptionDone": "Has eliminado 5 de flora peligrosa", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Compañía", + "Description": "Adopta compañeros: 0/1", + "DescriptionDone": "Has adoptado 1 compañero(s)", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Cráter", + "Description": "Cumbre de un volcán", + "DescriptionDone": "Has llegado a la cima de un volcán", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Fase 3", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 3 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Puesto gamma", + "Description": "Llega al tercer objetivo de restauración", + "DescriptionDone": "Has reclamado el tercer planeta para Utopía", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Encargo gamma", + "Description": "Recoge tus próximas instrucciones de Utopía", + "DescriptionDone": "Has localizado la tercera zona de construcción", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Asentamiento gamma", + "Description": "Construye una base en el tercer planeta", + "DescriptionDone": "Has construido una base en el tercer planeta", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Mecánica avanzada", + "Description": "Obtén una actualización de exonave", + "DescriptionDone": "Has accedido a una estación de exonaves de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Detectorista", + "Description": "Excava objetos enterrados: 0/1", + "DescriptionDone": "Has recuperado 1 objetos perdidos", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Delicias locales", + "Description": "Prepara cacao y tónico de Peregrina", + "DescriptionDone": "Platos locales cocinados", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora magenta", + "Description": "Documenta la flora en el tercer planeta: 0/3", + "DescriptionDone": "3 plantas descubiertas en el tercer planeta", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Fase 4", + "Description": "Progreso actual: 0/8", + "DescriptionDone": "Fase 4 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Puesto delta", + "Description": "Llega al cuarto objetivo de restauración", + "DescriptionDone": "Has reclamado el cuarto planeta para Utopía", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Encargo delta", + "Description": "Recoge tus próximas instrucciones de Utopía", + "DescriptionDone": "Has localizado la cuarta zona de construcción", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Asentamiento delta", + "Description": "Construye una base en el cuarto planeta", + "DescriptionDone": "Has construido una base en el cuarto planeta", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omni-herramienta", + "Description": "Obtén una mejora de multiherramienta", + "DescriptionDone": "Has accedido a una estación de multiherramienta de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Ballenero", + "Description": "Registra una criatura submarina que pese más de 50 kg", + "DescriptionDone": "Has descubierto una criatura acuática que pesa más de %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Un gusto adquirido", + "Description": "Prepara vísceras viscosas", + "DescriptionDone": "Has cocinado un plato vil", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "La limpieza", + "Description": "Purga un lugar de horrores biológicos", + "DescriptionDone": "Registros descubiertos del historial de Utopía.", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "LA LIMPIEZA", + "Description": "Utopía ha reservado este logro avanzado para los colonos que han progresado más allá de la sección Delta<> del Proyecto./\n\nCompleta el logro Puesto delta<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parásitos", + "Description": "Purga 0/3 tentáculos hambrientos", + "DescriptionDone": "Tentáculos hambrientos eliminados: 3", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Fase 5", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 5 completada", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Puesto épsilon", + "Description": "Llega al objetivo de restauración final", + "DescriptionDone": "Has alcanzado el objetivo de asentamiento final", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Encargo épsilon", + "Description": "Recoge tus instrucciones finales de Utopía", + "DescriptionDone": "Has localizado la zona de construcción final", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Asentamiento épsilon", + "Description": "Construye una base en el último planeta", + "DescriptionDone": "Has construido una base en el último planeta", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Cálculos de vuelo", + "Description": "Obtén una actualización de nave espacial", + "DescriptionDone": "Has accedido a una estación de naves espaciales de Utopía", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Huellas en la nieve", + "Description": "Descubre criaturas en el mundo final: 0/3", + "DescriptionDone": "Criaturas descubiertas en el mundo final", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sismología", + "Description": "Identifica un punto de gas", + "DescriptionDone": "Inspeccionado en busca de gas subterráneo", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "La próxima frontera", + "Description": "Viaja más allá de Bakkin", + "DescriptionDone": "Convierte a Utopía en interestelar", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expedición diez: Singularidad", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Fase 1", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 1 completada", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Nos escuchan", + "Description": "Investiga el campamento abandonado", + "DescriptionDone": "He hablado con el autófago :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "El caminante", + "Description": "Aventurarse en el espacio", + "DescriptionDone": "Viaja a las estrellas", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Grabado en vidrio", + "Description": "Buscar pistas", + "DescriptionDone": "Has sondeado los archivos", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Ojos para ver", + "Description": "Ensambla la primera parte del Constructo", + "DescriptionDone": "Has fabricado la cabeza del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Oración I", + "Description": "Comulga con el Atlas", + "DescriptionDone": "Has visitado la primera Estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Semilla de sueños", + "Description": "Forja la primera semilla del Atlas", + "DescriptionDone": "Has forjado la primera semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Peregrinación 1", + "Description": "Completa la primera peregrinación", + "DescriptionDone": "Has completado la primera peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Fase 2", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 2 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Peregrinación 2", + "Description": "Completa la segunda peregrinación", + "DescriptionDone": "Has completado la segunda peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Proyectar una sombra", + "Description": "Sintoniza con el vaso", + "DescriptionDone": "Has hablado con el autófago :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Resplandor", + "Description": "Extraer esquirlas radiantes: 0/16", + "DescriptionDone": "16 esquirlas radiantes extraídas", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Manos para agarrar", + "Description": "Monta la segunda parte del Constructo", + "DescriptionDone": "Has fabricado los brazos del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Oración II", + "Description": "Comulga con el Atlas", + "DescriptionDone": "Has visitado la segunda estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Semilla de poder", + "Description": "Forja la segunda semilla del Atlas", + "DescriptionDone": "Has forjado la segunda semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "El vacío vivo", + "Description": "Reúne atlantideum: 0/256", + "DescriptionDone": "256 unidades de atlantideum reunidas", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Fase 3", + "Description": "Progreso actual: 0/7", + "DescriptionDone": "Fase 3 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Peregrinación 3", + "Description": "Completa la tercera peregrinación", + "DescriptionDone": "Has completado la tercera peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "La voluntad de existir", + "Description": "Escucha el vacío", + "DescriptionDone": "He hablado con el autófago :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Desenfreno", + "Description": "Elimina Centinelas corruptos: 0/19", + "DescriptionDone": "19 Centinelas corruptos eliminados", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Una carcasa para completar", + "Description": "Monta la tercera parte del Constructo", + "DescriptionDone": "Has fabricado el cuerpo del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Oración III", + "Description": "Comulga con el Atlas", + "DescriptionDone": "Has visitado la tercera estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Semilla de Voluntad", + "Description": "Forja la tercera semilla del Atlas", + "DescriptionDone": "Has forjado la tercera semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Horda de cúmulos", + "Description": "Consigue nanites: 0/3000", + "DescriptionDone": "Has conseguido 3000 nanites", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Fase 4", + "Description": "Progreso actual: 0/8", + "DescriptionDone": "Fase 4 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Peregrinación 4", + "Description": "Completa la cuarta peregrinación", + "DescriptionDone": "Has completado la cuarta peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Espíritu independiente", + "Description": "Armoniza con otra forma de vida", + "DescriptionDone": "He hablado con el autófago :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Pies para caminar", + "Description": "Monta la cuarta parte del Constructo", + "DescriptionDone": "Has fabricado las piernas del Constructo", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Oración IV", + "Description": "Comulga con el Atlas", + "DescriptionDone": "Has visitado la cuarta estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Semilla de vida", + "Description": "Forja la cuarta semilla del Atlas", + "DescriptionDone": "Has forjado la cuarta semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Gran divergencia", + "Description": "Sigue el ejemplo de Nada", + "DescriptionDone": "Aprendido de la semilla de eco", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "El bote salvavidas", + "Description": "Completa el esquema", + "DescriptionDone": "Constructo fabricado", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Almas perdidas", + "Description": "Localizar otro eco", + "DescriptionDone": "Se ha rescatado otro eco", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Fase 5", + "Description": "Progreso actual: 0/8", + "DescriptionDone": "Fase 5 completada", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Peregrinación 5", + "Description": "Completa la última peregrinación", + "DescriptionDone": "Has completado la última peregrinación", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Renacimiento", + "Description": "Abre tu mente", + "DescriptionDone": "He hablado con el autófago :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Eco de consciencia", + "Description": "Despierta una convergencia", + "DescriptionDone": "Convergencia lograda", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Oración V", + "Description": "Comulga con el Atlas", + "DescriptionDone": "Has visitado la quinta estación del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Semilla de esperanza", + "Description": "Forja la última semilla del Atlas", + "DescriptionDone": "Has forjado la última semilla del Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Encendido", + "Description": "Devuelve la vida al Constructo", + "DescriptionDone": "Le has dado vida al Constructo", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Encendido: Atlantid", + "Description": "Crea una mente mecánica", + "DescriptionDone": "Elije una mente mecánica", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Encendido: carmesí", + "Description": "Forja una mente estelar", + "DescriptionDone": "Sembraste una mente de esperanza", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> LOGRO ENCRIPTADO<> SLASH<>\nSLASH<> NO SE PUEDE DESCIFRAR LA TAREA<> SLASH<>\n\n%DESC%\n\nEste logro está encriptado<>. Completa %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Expedición diez: Singularidad", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Fase 1", "Description": "Progreso actual: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Nos escuchan", "Description": "Investiga el campamento abandonado", "DescriptionDone": "He hablado con el autófago :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "El caminante", "Description": "Aventurarse en el espacio", "DescriptionDone": "Viaja a las estrellas", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Grabado en vidrio", "Description": "Buscar pistas", "DescriptionDone": "Has sondeado los archivos", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Ojos para ver", "Description": "Ensambla la primera parte del Constructo", "DescriptionDone": "Has fabricado la cabeza del Constructo", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Oración I", "Description": "Comulga con el Atlas", "DescriptionDone": "Has visitado la primera Estación del Atlas", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Semilla de sueños", "Description": "Forja la primera semilla del Atlas", "DescriptionDone": "Has forjado la primera semilla del Atlas", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Peregrinación 1", "Description": "Completa la primera peregrinación", "DescriptionDone": "Has completado la primera peregrinación", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Fase 2", "Description": "Progreso actual: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Peregrinación 2", "Description": "Completa la segunda peregrinación", "DescriptionDone": "Has completado la segunda peregrinación", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Proyectar una sombra", "Description": "Sintoniza con el vaso", "DescriptionDone": "Has hablado con el autófago :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Resplandor", - "Description": "Extraer esquirlas radiantes: 0/16", - "DescriptionDone": "16 esquirlas radiantes extraídas", + "Description": "Extraer esquirlas radiantes: 0/3", + "DescriptionDone": "3 esquirlas radiantes extraídas", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Manos para agarrar", "Description": "Monta la segunda parte del Constructo", "DescriptionDone": "Has fabricado los brazos del Constructo", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Oración II", "Description": "Comulga con el Atlas", "DescriptionDone": "Has visitado la segunda estación del Atlas", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Semilla de poder", "Description": "Forja la segunda semilla del Atlas", "DescriptionDone": "Has forjado la segunda semilla del Atlas", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "El vacío vivo", - "Description": "Reúne atlantideum: 0/256", - "DescriptionDone": "256 unidades de atlantideum reunidas", + "Description": "Reúne atlantideum: 0/64", + "DescriptionDone": "64 unidades de atlantideum reunidas", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Fase 3", "Description": "Progreso actual: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Peregrinación 3", "Description": "Completa la tercera peregrinación", "DescriptionDone": "Has completado la tercera peregrinación", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "La voluntad de existir", "Description": "Escucha el vacío", "DescriptionDone": "He hablado con el autófago :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Desenfreno", - "Description": "Elimina Centinelas corruptos: 0/19", - "DescriptionDone": "19 Centinelas corruptos eliminados", + "Description": "Elimina Centinelas corruptos: 0/5", + "DescriptionDone": "5 Centinelas corruptos eliminados", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Una carcasa para completar", "Description": "Monta la tercera parte del Constructo", "DescriptionDone": "Has fabricado el cuerpo del Constructo", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Oración III", "Description": "Comulga con el Atlas", "DescriptionDone": "Has visitado la tercera estación del Atlas", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Semilla de Voluntad", "Description": "Forja la tercera semilla del Atlas", "DescriptionDone": "Has forjado la tercera semilla del Atlas", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Horda de cúmulos", - "Description": "Consigue nanites: 0/3000", - "DescriptionDone": "Has conseguido 3000 nanites", + "Description": "Consigue nanites: 0/1000", + "DescriptionDone": "Has conseguido 1000 nanites", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Fase 4", "Description": "Progreso actual: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Peregrinación 4", "Description": "Completa la cuarta peregrinación", "DescriptionDone": "Has completado la cuarta peregrinación", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Espíritu independiente", "Description": "Armoniza con otra forma de vida", "DescriptionDone": "He hablado con el autófago :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Pies para caminar", "Description": "Monta la cuarta parte del Constructo", "DescriptionDone": "Has fabricado las piernas del Constructo", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Oración IV", "Description": "Comulga con el Atlas", "DescriptionDone": "Has visitado la cuarta estación del Atlas", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Semilla de vida", "Description": "Forja la cuarta semilla del Atlas", "DescriptionDone": "Has forjado la cuarta semilla del Atlas", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Gran divergencia", "Description": "Sigue el ejemplo de Nada", "DescriptionDone": "Aprendido de la semilla de eco", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "El bote salvavidas", "Description": "Completa el esquema", "DescriptionDone": "Constructo fabricado", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Almas perdidas", "Description": "Localizar otro eco", "DescriptionDone": "Se ha rescatado otro eco", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Fase 5", "Description": "Progreso actual: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Peregrinación 5", "Description": "Completa la última peregrinación", "DescriptionDone": "Has completado la última peregrinación", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Renacimiento", "Description": "Abre tu mente", "DescriptionDone": "He hablado con el autófago :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Eco de consciencia", "Description": "Despierta una convergencia", "DescriptionDone": "Convergencia lograda", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Oración V", "Description": "Comulga con el Atlas", "DescriptionDone": "Has visitado la quinta estación del Atlas", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Semilla de esperanza", "Description": "Forja la última semilla del Atlas", "DescriptionDone": "Has forjado la última semilla del Atlas", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Encendido", "Description": "Devuelve la vida al Constructo", "DescriptionDone": "Le has dado vida al Constructo", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Encendido: Atlantid", "Description": "Crea una mente mecánica", "DescriptionDone": "Elije una mente mecánica", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Encendido: carmesí", "Description": "Forja una mente estelar", "DescriptionDone": "Sembraste una mente de esperanza", diff --git a/public/assets/json/fr/Buildings.lang.json b/public/assets/json/fr/Buildings.lang.json index 0229fdcb94d2..6be40e45518c 100644 --- a/public/assets/json/fr/Buildings.lang.json +++ b/public/assets/json/fr/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Décoration à débloquer", "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue représente une créature primitive ancienne, recherchée par de nombreux premiers explorateurs.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Décoration à débloquer", "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue représente une espèce quadrupède à long cou.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Statue de marcheur de glace", - "Group": "Décoration à débloquer", - "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue représente un marcheur sentinelle, une unité de combat avancée.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Décoration", "Description": "Un adhésif exclusif à placer où vous voulez, pour décorer et ajouter du cachet à votre base.\nCet adhésif représente les empreintes de pattes d'une créature non identifiée.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Décoration", "Description": "Un adhésif exclusif à placer où vous voulez, pour décorer et ajouter du cachet à votre base.\nCet adhésif représente un explorateur s'éveillant dans un monde inconnu, sans aucun souvenir de la façon dont il est arrivé là...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Décoration", "Description": "Un adhésif exclusif à placer où vous voulez, pour décorer et ajouter du cachet à votre base.\nCet adhésif représente un couple de vaisseaux quittant l'atmosphère pour explorer les étoiles.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Statue de Gek de glace", + "Group": "Décoration à débloquer", + "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue représente un Gek faisant des gestes vers le ciel.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Statue de vaisseau de glace", + "Group": "Décoration à débloquer", + "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue représente l'emblématique vaisseau Vecteur Alpha.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Statue de marcheur de glace", + "Group": "Décoration à débloquer", + "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue représente un marcheur sentinelle, une unité de combat avancée.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Statue d'Atlas de glace", + "Group": "Décoration à débloquer", + "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue est une réplique décorative d'une interface Atlas. Son noyau tourne, alimenté par une force inconnue...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Statue d'astronaute de glace", + "Group": "Décoration à débloquer", + "Description": "Une décoration de base exclusive à construire, sculptée dans la glace.\nCette statue d'astronaute est un hommage à tous les explorateurs galactiques.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/fr/GuildMissions.lang.json b/public/assets/json/fr/GuildMissions.lang.json index 11be7842dbb1..fac025f43357 100644 --- a/public/assets/json/fr/GuildMissions.lang.json +++ b/public/assets/json/fr/GuildMissions.lang.json @@ -94,7 +94,7 @@ "Le client est à la recherche d'un objet de son passé qui lui rappelle une époque révolue. Il représente un moment important de son enfance, c'est pourquoi il récompensera généreusement la personne qui livrera l'objet sans encombre.", "Le client a entendu parler d'une nouvelle mode. Il est à la recherche d'un aliment qui serait à la fois délicieux et riche en nutriments. Évidemment, cette soudaine popularité signifie qu'il est difficile de s'en procurer. Il récompensera tout pilote capable d'acquérir cet aliment à temps pour qu'il le déguste lors de son prochain festin.", "Le client se renseigne sur des méthodes de production d'énergie alternatives. Il pense avoir fait une découverte importante : sa nouvelle méthode génère de grandes quantités d'énergie avec très peu de déchets toxiques. Cependant, il est à cours d'un composant essentiel. Il ne peut pas quitter son laboratoire et recherche donc des pilotes pour se le procurer.", - "Le client travaille dans le domaine de la recherche en conscience avancée. Il pense avoir fait une découverte.\nIl a trouvé un matériau doté de propriétés qui correspondraient à la capacité de penser. Tout ce qu'il doit faire pour démontrer sa théorie, c'est fabriquer une machine pensante à l'aide de cette substance. Il lui faut pour cela une quantité importante de matériau et il a besoin d'explorateurs pour l'aider à le récolter.", + "Le client travaille dans le domaine de la recherche en conscience avancée. Il pense avoir fait une découverte.\r\nIl a trouvé un matériau doté de propriétés qui correspondraient à la capacité de penser. Tout ce qu'il doit faire pour démontrer sa théorie, c'est fabriquer une machine pensante à l'aide de cette substance. Il lui faut pour cela une quantité importante de matériau et il a besoin d'explorateurs pour l'aider à le récolter.", "Le client a trouvé un moyen de gagner de l'argent. Une partie des gains sera à la disposition de tous ceux qui apporteront leur aide. Il a besoin d'explorateurs pour livrer des objets au même endroit afin de faire baisser les prix des marchés. L'excédent de marchandises conduira les fournisseurs concurrents à la faillite, ce qui permettra au client d'entrer sur le marché à une date ultérieure et de profiter de l'absence d'approvisionnement à long terme.", "Le client souhaite faciliter ses relations avec les autorités du système. Il a appris que le commissaire de la station locale apprécie un objet particulier et voudrait donc qu'il le reçoive. Il serait évidemment grossier de le livrer en personne. Il a besoin qu'un explorateur serve d'intermédiaire et aille chercher l'objet en son nom.", "Le client propose une sélection de biens tous les mois pour les riches oisifs. Il a constaté un regain d'intérêt pour un objet particulier qu'il lui faut donc absolument pour sa dernière collection. Il est prêt à payer le prix fort si un explorateur parvient à le lui procurer.", @@ -171,7 +171,7 @@ "Le client est à la recherche d'un objet de son passé qui lui rappelle une époque révolue. Il représente un moment important de son enfance, c'est pourquoi il récompensera généreusement la personne qui livrera l'objet sans encombre.", "Le client a entendu parler d'une nouvelle mode. Il est à la recherche d'un aliment qui serait à la fois délicieux et riche en nutriments. Évidemment, cette soudaine popularité signifie qu'il est difficile de s'en procurer. Il récompensera tout pilote capable d'acquérir cet aliment à temps pour qu'il le déguste lors de son prochain festin.", "Le client se renseigne sur des méthodes de production d'énergie alternatives. Il pense avoir fait une découverte importante : sa nouvelle méthode génère de grandes quantités d'énergie avec très peu de déchets toxiques. Cependant, il est à cours d'un composant essentiel. Il ne peut pas quitter son laboratoire et recherche donc des pilotes pour se le procurer.", - "Le client travaille dans le domaine de la recherche en conscience avancée. Il pense avoir fait une découverte.\nIl a trouvé un matériau doté de propriétés qui correspondraient à la capacité de penser. Tout ce qu'il doit faire pour démontrer sa théorie, c'est fabriquer une machine pensante à l'aide de cette substance. Il lui faut pour cela une quantité importante de matériau et il a besoin d'explorateurs pour l'aider à le récolter.", + "Le client travaille dans le domaine de la recherche en conscience avancée. Il pense avoir fait une découverte.\r\nIl a trouvé un matériau doté de propriétés qui correspondraient à la capacité de penser. Tout ce qu'il doit faire pour démontrer sa théorie, c'est fabriquer une machine pensante à l'aide de cette substance. Il lui faut pour cela une quantité importante de matériau et il a besoin d'explorateurs pour l'aider à le récolter.", "Le client a trouvé un moyen de gagner de l'argent. Une partie des gains sera à la disposition de tous ceux qui apporteront leur aide. Il a besoin d'explorateurs pour livrer des objets au même endroit afin de faire baisser les prix des marchés. L'excédent de marchandises conduira les fournisseurs concurrents à la faillite, ce qui permettra au client d'entrer sur le marché à une date ultérieure et de profiter de l'absence d'approvisionnement à long terme.", "Le client souhaite faciliter ses relations avec les autorités du système. Il a appris que le commissaire de la station locale apprécie un objet particulier et voudrait donc qu'il le reçoive. Il serait évidemment grossier de le livrer en personne. Il a besoin qu'un explorateur serve d'intermédiaire et aille chercher l'objet en son nom.", "Le client propose une sélection de biens tous les mois pour les riches oisifs. Il a constaté un regain d'intérêt pour un objet particulier qu'il lui faut donc absolument pour sa dernière collection. Il est prêt à payer le prix fort si un explorateur parvient à le lui procurer.", @@ -244,26 +244,26 @@ "Urgent : recherche livreur" ], "Descriptions": [ - "Le client est à la recherche d'un coursier digne de confiance. Il souhaite honorer un collègue avec un hommage, une célébration de sa survie continue et réussie.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client recherche un service de livraison discret. Il garantit au coursier que le colis est exactement ce qu'il semble être et qu'il n'y a aucune raison de douter de la véracité des informations renseignées sur le bon de livraison.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client souhaite conclure un accord commercial. L'autre partie négocie fermement et il espère que ce colis permettra d'éliminer tout autre obstacle à leur transaction. Il est important que le colis ne soit remis qu'au destinataire.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client mène une activité délicate. Ce colis est une manière de remercier chaleureusement certaines parties. Il est offert librement, en sachant que toutes les potentielles indiscrétions ont été oubliées, ou le seront.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client souhaite juste transmettre des produits à un collègue, rien de plus. Il a aussi fourni un message attestant que le destinataire n'a pas à s'inquiéter, et que les produits sont désormais intraçables.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client a un emploi important et exigeant et se trouve donc dans l'impossibilité de s'occuper de problèmes domestiques insignifiants. C'est le jour où l'on célèbre ses progéniteurs, et la tradition veut que l'on offre un cadeau à ceux qui vous ont donné naissance. Le client souhaite que l'on s'en occupe afin qu'il n'ait pas à s'en soucier.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client a une dette émotionnelle envers un membre de sa famille. Il a oublié de commémorer une date extrêmement importante. En guise d'excuse, il a commandé un objet d'une valeur particulière qui doit être livré à la partie lésée. Faites attention à ne pas le perdre en cours de route, sans quoi le client se retrouverait dans une situation encore plus compliquée.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client est tombé sur un objet étrange. Bien qu'il ait l'air ordinaire, des scans microbiens ont révélé un nombre inquiétant de spores inconnues. L'objet doit être livré à un expert en danger biologique. N'essayer pas de retirer l'opercule de sécurité.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client souhaite envoyer un message à un collaborateur. Aucune note manuscrite n'accompagne l'objet, qui lui-même ne revêt pas une grande importance. Cependant, il pense que la livraison de l'objet à l'adresse personnelle du collaborateur suffira à faire passer le message.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client souhaite désencombrer. Il a fait l'acquisition d'un très grand nombre de bibelots et de bricoles au fil des années et voudrait désormais s'en débarrasser. Les détruire serait du gaspillage, mais les déposer tous au même endroit pourrait potentiellement révéler trop d'informations personnelles. C'est pourquoi le client a choisi de les répartir entre un grand nombre de livreurs et de destinataires. \n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client lance un petit commerce de détail. Il achète des objets non désirés et sous-estimés puis les propose à des acheteurs plus au fait de leur valeur. Son dernier colis est prêt à être envoyé au connaisseur reconnaissant qui en a fait l'acquisition.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client dispose d'un colis tout à fait ordinaire et a besoin d'un livreur qui ne posera pas de questions et n'attirera pas l'attention des autorités. Il garantit au livreur potentiel que tout cri d'animal émanant de l'intérieur de la caisse n'est dû qu'à son imagination.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client fait partie d'une chaîne d'opérations longue et complexe. Afin d'éviter de laisser des traces écrites potentiellement traçables, le marché a été conclu sans échange monétaire. Ce colis représente leur part du paiement.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client expédie régulièrement un colis à l'un de ses clients les plus fidèles. L'objet n'a rien de particulier, mais il est important que le client se sente valorisé. C'est pour cela qu'il évite la livraison en gros et a besoin d'un livreur personnel expérimenté.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client expédie de nombreux objets tous les jours. Son entreprise implique des marges de profit très étroites et même le régime fiscal le plus léger pourrait anéantir ses gains. Il trouve qu'il est généralement plus efficace d'embaucher un livreur discret qui livrera par hasard le colis au cours de ses activités ordinaires et non-commerciales.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client est connu des pirates locaux et sa tête a été mise à prix. Il doit quitter le système sans être suivi. Il a inséré une puce GPS dans cet objet qui doit être transporté dans la direction opposée à la sienne. \n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "La galaxie abrite un dédale de réglementations étendu et varié. Des objets en apparence anodins dans un système peuvent être extrêmement illégaux dans un autre. De telles différenciations créent des opportunités commerciales. Le client souhaite que l'un de ces objets soit livré sans poser trop de questions et sans attirer l'attention.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client souhaite fidéliser un nouveau client très important pour son entreprise. Ce dernier veut un échantillon des marchandises du client avant de faire une commande groupée. L'échantillon doit lui être livré et doit arriver en excellent état.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client expédie des colis toutes les semaines à des consommateurs qui ne peuvent pas ou ne veulent se déplacer pour faire des achats. Ils peuvent ensuite suivre la recette incluse afin de se préparer un délicieux repas et/ou un robot domestique. Ce colis correspond à la commande de cette semaine. \n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", - "Le client avait déjà embauché un livreur pour ce colis, mais il s'est avéré inefficace. Son pulsoréacteur et la verrière de son cockpit ont subi une défaillance mécanique due à un laser. Le client a besoin d'un nouveau livreur téméraire, capable d'échapper à toutes les autres défaillances mécaniques qui rôdent à l'extérieur de la station spatiale.\n\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client est à la recherche d'un coursier digne de confiance. Il souhaite honorer un collègue avec un hommage, une célébration de sa survie continue et réussie.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client recherche un service de livraison discret. Il garantit au coursier que le colis est exactement ce qu'il semble être et qu'il n'y a aucune raison de douter de la véracité des informations renseignées sur le bon de livraison.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client souhaite conclure un accord commercial. L'autre partie négocie fermement et il espère que ce colis permettra d'éliminer tout autre obstacle à leur transaction. Il est important que le colis ne soit remis qu'au destinataire.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client mène une activité délicate. Ce colis est une manière de remercier chaleureusement certaines parties. Il est offert librement, en sachant que toutes les potentielles indiscrétions ont été oubliées, ou le seront.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client souhaite juste transmettre des produits à un collègue, rien de plus. Il a aussi fourni un message attestant que le destinataire n'a pas à s'inquiéter, et que les produits sont désormais intraçables.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client a un emploi important et exigeant et se trouve donc dans l'impossibilité de s'occuper de problèmes domestiques insignifiants. C'est le jour où l'on célèbre ses progéniteurs, et la tradition veut que l'on offre un cadeau à ceux qui vous ont donné naissance. Le client souhaite que l'on s'en occupe afin qu'il n'ait pas à s'en soucier.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client a une dette émotionnelle envers un membre de sa famille. Il a oublié de commémorer une date extrêmement importante. En guise d'excuse, il a commandé un objet d'une valeur particulière qui doit être livré à la partie lésée. Faites attention à ne pas le perdre en cours de route, sans quoi le client se retrouverait dans une situation encore plus compliquée.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client est tombé sur un objet étrange. Bien qu'il ait l'air ordinaire, des scans microbiens ont révélé un nombre inquiétant de spores inconnues. L'objet doit être livré à un expert en danger biologique. N'essayer pas de retirer l'opercule de sécurité.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client souhaite envoyer un message à un collaborateur. Aucune note manuscrite n'accompagne l'objet, qui lui-même ne revêt pas une grande importance. Cependant, il pense que la livraison de l'objet à l'adresse personnelle du collaborateur suffira à faire passer le message.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client souhaite désencombrer. Il a fait l'acquisition d'un très grand nombre de bibelots et de bricoles au fil des années et voudrait désormais s'en débarrasser. Les détruire serait du gaspillage, mais les déposer tous au même endroit pourrait potentiellement révéler trop d'informations personnelles. C'est pourquoi le client a choisi de les répartir entre un grand nombre de livreurs et de destinataires. \r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client lance un petit commerce de détail. Il achète des objets non désirés et sous-estimés puis les propose à des acheteurs plus au fait de leur valeur. Son dernier colis est prêt à être envoyé au connaisseur reconnaissant qui en a fait l'acquisition.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client dispose d'un colis tout à fait ordinaire et a besoin d'un livreur qui ne posera pas de questions et n'attirera pas l'attention des autorités. Il garantit au livreur potentiel que tout cri d'animal émanant de l'intérieur de la caisse n'est dû qu'à son imagination.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client fait partie d'une chaîne d'opérations longue et complexe. Afin d'éviter de laisser des traces écrites potentiellement traçables, le marché a été conclu sans échange monétaire. Ce colis représente leur part du paiement.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client expédie régulièrement un colis à l'un de ses clients les plus fidèles. L'objet n'a rien de particulier, mais il est important que le client se sente valorisé. C'est pour cela qu'il évite la livraison en gros et a besoin d'un livreur personnel expérimenté.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client expédie de nombreux objets tous les jours. Son entreprise implique des marges de profit très étroites et même le régime fiscal le plus léger pourrait anéantir ses gains. Il trouve qu'il est généralement plus efficace d'embaucher un livreur discret qui livrera par hasard le colis au cours de ses activités ordinaires et non-commerciales.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client est connu des pirates locaux et sa tête a été mise à prix. Il doit quitter le système sans être suivi. Il a inséré une puce GPS dans cet objet qui doit être transporté dans la direction opposée à la sienne. \r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "La galaxie abrite un dédale de réglementations étendu et varié. Des objets en apparence anodins dans un système peuvent être extrêmement illégaux dans un autre. De telles différenciations créent des opportunités commerciales. Le client souhaite que l'un de ces objets soit livré sans poser trop de questions et sans attirer l'attention.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client souhaite fidéliser un nouveau client très important pour son entreprise. Ce dernier veut un échantillon des marchandises du client avant de faire une commande groupée. L'échantillon doit lui être livré et doit arriver en excellent état.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client expédie des colis toutes les semaines à des consommateurs qui ne peuvent pas ou ne veulent se déplacer pour faire des achats. Ils peuvent ensuite suivre la recette incluse afin de se préparer un délicieux repas et/ou un robot domestique. Ce colis correspond à la commande de cette semaine. \r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", + "Le client avait déjà embauché un livreur pour ce colis, mais il s'est avéré inefficace. Son pulsoréacteur et la verrière de son cockpit ont subi une défaillance mécanique due à un laser. Le client a besoin d'un nouveau livreur téméraire, capable d'échapper à toutes les autres défaillances mécaniques qui rôdent à l'extérieur de la station spatiale.\r\n\r\nLe coursier recevra x1 Bulletin de défense, en cas d'attaques de pirates.", "Le client a besoin d'un livreur pour une livraison importante.", "Le client a besoin d'un livreur pour un objet de valeur.", "Le client a une livraison importante à effectuer, et a besoin d'un livreur digne de confiance.", @@ -429,7 +429,7 @@ "Le client a besoin d'une enquête biologique détaillée. Leur programme d'élevage de prédateurs armés a calé, et de nouveaux échantillons d'ADN sont nécessaires afin de corriger les faiblesses existantes au niveau des comportements de chasse/furtifs.", "Le client a besoin de données de scans biologiques urgentes. Des espèces disparaissent tous les jours en raison de perturbations climatiques, de guerres ou d'accidents industriels. Même s'il n'a pas d'avis sur ces événements, il craint que ces pertes de données ne lui permettent pas de compléter ses archives universelles.", "Le client finance une grande galerie d'art. Des expositions récentes avaient pour sujet l'art abstrait, et le nombre de visiteurs a chuté. Il est à la recherche de projections holographiques réalistes d'animaux fascinants et attractifs dans le but d'inciter les visiteurs à revenir à la galerie.", - "Le client est à la tête d'un centre de recherche. Il a atteint un stade de sa carrière où il veut donner quelque chose à la communauté scientifique.\nPetit, il était fasciné par les créatures biologiques de son monde d'origine. Il pense que s'il pouvait fournir des scans holographiques de créatures, il pourrait offrir le même sentiment d'émerveillement à tous ceux qui ne peuvent pas voir ces bêtes en chair et en os.", + "Le client est à la tête d'un centre de recherche. Il a atteint un stade de sa carrière où il veut donner quelque chose à la communauté scientifique.\r\nPetit, il était fasciné par les créatures biologiques de son monde d'origine. Il pense que s'il pouvait fournir des scans holographiques de créatures, il pourrait offrir le même sentiment d'émerveillement à tous ceux qui ne peuvent pas voir ces bêtes en chair et en os.", "Le client participe à un projet médical d'exozoologie, mais il est inutile d'envoyer des vétérinaires sur chaque planète dans l'espoir d'y trouver des animaux malades. Il est à la recherche de scans de données composés d'échantillons de populations animales. Ils peuvent être testés afin de déceler des signes de maladie et utilisés pour orienter leurs efforts plus efficacement.", "Le client est fasciné par le procédé par lequel les planètes sont peuplées. Il veut comprendre si ces évolutions parallèles sont naturelles ou prévues, des coïncidences étranges ou bien le fruit d'une intervention extérieure. Il développe une base de données dans laquelle ces traits et les environnements qui les ont générés pourront être évalués, et recherche des explorateurs motivés pour l'aider à la remplir.", "Le client a besoin d'explorateurs discrets afin de l'aider pour un projet de recherche. Il se peut que certaines substances toxiques aient été déversées et/ou intentionnellement dispersées dans l'atmosphère des planètes avoisinantes. Des scans de la faune locale révéleront si cette substance théorique potentiellement toxique a des effets à long terme sur la vie sauvage.", diff --git a/public/assets/json/fr/SeasonalExpedition.lang.json b/public/assets/json/fr/SeasonalExpedition.lang.json index 5fac368c9973..51db1780159e 100644 --- a/public/assets/json/fr/SeasonalExpedition.lang.json +++ b/public/assets/json/fr/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expédition neuf : Utopie", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Phase 1", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 1 terminée", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fondation", + "Description": "Établir une base", + "DescriptionDone": "A établi une base", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Provisions", + "Description": "Fabriquer des objets de première nécessité", + "DescriptionDone": "A fabriqué des objets de première nécessité", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Contrôle terrestre", + "Description": "Envoyer une base au projet Utopie", + "DescriptionDone": "A participé au projet Utopie", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Canal planétaire", + "Description": "Déployer un exonef", + "DescriptionDone": "Transport local établi", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Canal du système", + "Description": "Localisez et réparez votre vaisseau", + "DescriptionDone": "Systèmes de vaisseaux restaurés", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Itinéraire panoramique", + "Description": "Voyagez en exonef : 0/1000 u", + "DescriptionDone": "Distance parcourue en exonef : 1000 u", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Avant-poste Alpha", + "Description": "Atteindre l'objectif sur la 1re planète", + "DescriptionDone": "A colonisé la 1re planète", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Phase 2", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 2 terminée", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Avant-poste Bêta", + "Description": "Atteindre la 2e cible à restaurer", + "DescriptionDone": "A revendiqué la 2e planète pour Utopie", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Tâche Bêta", + "Description": "Récupérer vos instructions auprès d'Utopie", + "DescriptionDone": "A localisé la 2e zone de construction", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Colonie Bêta", + "Description": "Construire une base sur la 2e planète", + "DescriptionDone": "A construit une base sur la 2e planète", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Invulnérable", + "Description": "Obtenir une amélioration d'exocombinaison", + "DescriptionDone": "A accédé à une station pour combinaison Utopie", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbicide", + "Description": "Éliminez la flore dangereuse : 0/5", + "DescriptionDone": "5 Flores dangereuses éliminées", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Camaraderie", + "Description": "Adopter des compagnons : 0/1", + "DescriptionDone": "A adopté 1 compagnons", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldera", + "Description": "Atteindre le sommet d'un volcan", + "DescriptionDone": "A atteint le sommet d'un volcan", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Phase 3", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 3 terminée", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Avant-poste Gamma", + "Description": "Atteindre la 3e cible à restaurer", + "DescriptionDone": "A revendiqué la 3e planète pour Utopie", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Tâche Gamma", + "Description": "Récupérer vos prochaines instructions auprès d'Utopie", + "DescriptionDone": "A localisé la 3e zone de construction", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Colonie Gamma", + "Description": "Construire une base sur la 3e planète", + "DescriptionDone": "A construit une base sur la 3e planète", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Mécanique avancée", + "Description": "Obtenir une amélioration d'exonef", + "DescriptionDone": "A accédé à une station pour exonef Utopie", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Détecteur", + "Description": "Trouvez des objets enfouis : 0/1", + "DescriptionDone": "1 objets perdus retrouvés", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Spécialités locales", + "Description": "Préparer du cacao et du tonic du pèlerin", + "DescriptionDone": "Plats locaux cuisinés", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flore magenta", + "Description": "Découvrez des plantes sur la troisième planète : 0/3", + "DescriptionDone": "A découvert 3 plantes sur la troisième planète", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Phase 4", + "Description": "Progression : 0/8", + "DescriptionDone": "Phase 4 terminée", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Avant-poste Delta", + "Description": "Atteindre la 4e cible à restaurer", + "DescriptionDone": "A revendiqué la 4e planète pour Utopie", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Tâche Delta", + "Description": "Récupérer vos prochaines instructions auprès d'Utopie", + "DescriptionDone": "A localisé la 4e zone de construction", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Colonie Delta", + "Description": "Construire une base sur la 4e planète", + "DescriptionDone": "A construit une base sur la 4e planète", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omni-outil", + "Description": "Obtenir une amélioration de multi-outil", + "DescriptionDone": "A accédé à une station pour multi-outil Utopie", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Chercheur de baleine", + "Description": "Enregistrer une créature aquatique de plus de 50 kg", + "DescriptionDone": "A découvert une créature aquatique de plus de %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Une habitude à prendre", + "Description": "Préparer des viscères sirupeux", + "DescriptionDone": "A cuisiné un plat immonde", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "La purge", + "Description": "Purger un site des horreurs biologiques", + "DescriptionDone": "Archives découvertes sur l'histoire d'Utopie", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "LA PURGE", + "Description": "Utopie a réservé cette étape avancée aux colons ayant terminé la partie Delta<> du projet.\n\nTerminez l'étape de l'avant-poste Delta<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parasites", + "Description": "Éliminer 0/3 vrilles affamées", + "DescriptionDone": "A éliminé 3 vrilles affamées", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Phase 5", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 5 terminée", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Avant-poste Epsilon", + "Description": "Se rendre sur la dernière cible à restaurer", + "DescriptionDone": "A atteint la dernière colonie", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Tâche Epsilon", + "Description": "Récupérer vos dernières instructions auprès d'Utopie", + "DescriptionDone": "A localisé la dernière zone de construction", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Colonie Epsilon", + "Description": "Construire une base sur la dernière planète", + "DescriptionDone": "A construit une base sur la dernière planète", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Calculs de vol", + "Description": "Obtenir une amélioration de vaisseau", + "DescriptionDone": "A accédé à une station pour vaisseau Utopie", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Empreintes dans la neige", + "Description": "Découvrir des créatures sur la dernière planète : 0/3", + "DescriptionDone": "A découvert des créatures sur la dernière planète", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sismologie", + "Description": "Localiser un point de ressources de gaz", + "DescriptionDone": "A cherché du gaz souterrain", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "La prochaine frontière", + "Description": "Voyager loin de Bakkin", + "DescriptionDone": "A emmené Utopie dans les étoiles", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Dixième expédition : Singularité", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Phase 1", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 1 terminée", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Ils nous entendent", + "Description": "Fouiller le campement abandonné", + "DescriptionDone": "A parlé avec l'Autophage :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "Le Bourlingueur", + "Description": "S'aventurer dans l'espace", + "DescriptionDone": "S'est envolé(e) vers les étoiles", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Gravé dans le verre", + "Description": "Chercher des indices", + "DescriptionDone": "A sondé les archives", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Des yeux pour voir", + "Description": "Assembler la première pièce du Concept", + "DescriptionDone": "A fabriqué la tête du Concept", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Prière I", + "Description": "Communier avec l'Atlas", + "DescriptionDone": "Première station Atlas visitée", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Graine de rêves", + "Description": "Forger la 1re graine d'Atlas", + "DescriptionDone": "A forgé la 1re graine d'Atlas ", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Pèlerinage 1", + "Description": "Terminer le 1er pèlerinage", + "DescriptionDone": "A terminé le 1er pèlerinage", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Phase 2", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 2 terminée", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Pèlerinage 2", + "Description": "Terminer le 2e pèlerinage", + "DescriptionDone": "A terminé le 2e pèlerinage", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "L'ombre projetée", + "Description": "S'harmoniser avec le verre", + "DescriptionDone": "A parlé avec l'Autophage :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Éclats", + "Description": "Extraire des éclats radiants : 0/16", + "DescriptionDone": "A extrait 16 éclats radiants", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Des mains pour appréhender", + "Description": "Assembler la deuxième pièce du Concept", + "DescriptionDone": "A fabriqué les bras du Concept", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Prière II", + "Description": "Communier avec l'Atlas", + "DescriptionDone": "Deuxième station Atlas visitée", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Graine de pouvoir", + "Description": "Forger la 2e graine d'Atlas", + "DescriptionDone": "A forgé la 2e graine d'Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "Le vide vivant", + "Description": "Amasser de l'atlantidéum : 0/256", + "DescriptionDone": "A amassé 256 unités d'atlantidéum", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Phase 3", + "Description": "Progression : 0/7", + "DescriptionDone": "Phase 3 terminée", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Pèlerinage 3", + "Description": "Terminer le 3e pèlerinage", + "DescriptionDone": "A terminé le 3e pèlerinage", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "La volonté d'exister", + "Description": "Écouter le néant", + "DescriptionDone": "A parlé avec l'Autophage :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Déferlement", + "Description": "Éliminer des Sentinelles corrompues : 0/19", + "DescriptionDone": "A supprimé 19 Sentinelles corrompues", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Une coquille pour faire un tout", + "Description": "Assembler la troisième pièce du Concept", + "DescriptionDone": "A fabriqué le corps du Concept", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Prière III", + "Description": "Communier avec l'Atlas", + "DescriptionDone": "Troisième station Atlas visitée", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Graine de volonté", + "Description": "Forger la 3e graine d'Atlas", + "DescriptionDone": "A forgé la 3e graine d'Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Horde d'amas", + "Description": "Gagner des nanites : 0/3000", + "DescriptionDone": "A gagné 3000 nanites", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Phase 4", + "Description": "Progression : 0/8", + "DescriptionDone": "Phase 4 terminée", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Pèlerinage 4", + "Description": "Terminer le 4e pèlerinage", + "DescriptionDone": "A terminé le 4e pèlerinage", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Esprit indépendant", + "Description": "S'harmoniser avec une autre forme de vie", + "DescriptionDone": "A parlé avec l'Autophage :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Des pieds pour arpenter", + "Description": "Assembler la quatrième pièce du Concept", + "DescriptionDone": "A fabriqué les jambes du Concept", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Prière IV", + "Description": "Communier avec l'Atlas", + "DescriptionDone": "A visité la quatrième station Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Graine de vie", + "Description": "Forger la 4e graine d'Atlas", + "DescriptionDone": "A forgé la 4e graine d'Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Grande Divergence", + "Description": "Suivre les indications de Nada", + "DescriptionDone": "A reçu l'enseignement de la graine d'écho", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455 !", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "La Chaloupe", + "Description": "Terminer le schéma", + "DescriptionDone": "A assemblé un Concept", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Âmes perdues", + "Description": "Localiser un autre écho", + "DescriptionDone": "A sauvé un autre écho", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Phase 5", + "Description": "Progression : 0/8", + "DescriptionDone": "Phase 5 terminée", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Pèlerinage 5", + "Description": "Terminer le dernier pèlerinage", + "DescriptionDone": "A terminé le dernier pèlerinage", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Renaissance", + "Description": "Ouvrir ton esprit", + "DescriptionDone": "A parlé avec l'Autophage :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Écho de conscience", + "Description": "Déclencher une Convergence", + "DescriptionDone": "Convergence créée", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Prière V", + "Description": "Communier avec l'Atlas", + "DescriptionDone": "A forgé la dernière graine d'Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Graine d'espoir", + "Description": "Forger la dernière graine d'Atlas", + "DescriptionDone": "A forgé la dernière graine d'Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Allumage", + "Description": "Redonner vie au Concept", + "DescriptionDone": "A insufflé la vie dans le Concept", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Allumage : Atlantide", + "Description": "Fabriquer un esprit mécanique", + "DescriptionDone": "Choisir un esprit mécanique", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455 !", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Allumage : Pourpre", + "Description": "Forger un esprit stellaire", + "DescriptionDone": "A planté un esprit d'espoir", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455 !", + "Description": "SLASH<> ÉTAPE CRYPTÉE<> SLASH<>\nSLASH<> IMPOSSIBLE DE DÉCODER LA TÂCHE<> SLASH<>\n\n%DESC%\n\nL'étape est cryptée<>. Terminer %MILESTONE%<> pour continuer.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Dixième expédition : Singularité", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Phase 1", "Description": "Progression : 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Ils nous entendent", "Description": "Fouiller le campement abandonné", "DescriptionDone": "A parlé avec l'Autophage :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "Le Bourlingueur", "Description": "S'aventurer dans l'espace", "DescriptionDone": "S'est envolé(e) vers les étoiles", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Gravé dans le verre", "Description": "Chercher des indices", "DescriptionDone": "A sondé les archives", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Des yeux pour voir", "Description": "Assembler la première pièce du Concept", "DescriptionDone": "A fabriqué la tête du Concept", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Prière I", "Description": "Communier avec l'Atlas", "DescriptionDone": "Première station Atlas visitée", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Graine de rêves", "Description": "Forger la 1re graine d'Atlas", "DescriptionDone": "A forgé la 1re graine d'Atlas ", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Pèlerinage 1", "Description": "Terminer le 1er pèlerinage", "DescriptionDone": "A terminé le 1er pèlerinage", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Phase 2", "Description": "Progression : 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Pèlerinage 2", "Description": "Terminer le 2e pèlerinage", "DescriptionDone": "A terminé le 2e pèlerinage", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "L'ombre projetée", "Description": "S'harmoniser avec le verre", "DescriptionDone": "A parlé avec l'Autophage :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Éclats", - "Description": "Extraire des éclats radiants : 0/16", - "DescriptionDone": "A extrait 16 éclats radiants", + "Description": "Extraire des éclats radiants : 0/3", + "DescriptionDone": "A extrait 3 éclats radiants", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Des mains pour appréhender", "Description": "Assembler la deuxième pièce du Concept", "DescriptionDone": "A fabriqué les bras du Concept", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Prière II", "Description": "Communier avec l'Atlas", "DescriptionDone": "Deuxième station Atlas visitée", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Graine de pouvoir", "Description": "Forger la 2e graine d'Atlas", "DescriptionDone": "A forgé la 2e graine d'Atlas", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "Le vide vivant", - "Description": "Amasser de l'atlantidéum : 0/256", - "DescriptionDone": "A amassé 256 unités d'atlantidéum", + "Description": "Amasser de l'atlantidéum : 0/64", + "DescriptionDone": "A amassé 64 unités d'atlantidéum", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Phase 3", "Description": "Progression : 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Pèlerinage 3", "Description": "Terminer le 3e pèlerinage", "DescriptionDone": "A terminé le 3e pèlerinage", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "La volonté d'exister", "Description": "Écouter le néant", "DescriptionDone": "A parlé avec l'Autophage :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Déferlement", - "Description": "Éliminer des Sentinelles corrompues : 0/19", - "DescriptionDone": "A supprimé 19 Sentinelles corrompues", + "Description": "Éliminer des Sentinelles corrompues : 0/5", + "DescriptionDone": "A supprimé 5 Sentinelles corrompues", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Une coquille pour faire un tout", "Description": "Assembler la troisième pièce du Concept", "DescriptionDone": "A fabriqué le corps du Concept", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Prière III", "Description": "Communier avec l'Atlas", "DescriptionDone": "Troisième station Atlas visitée", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Graine de volonté", "Description": "Forger la 3e graine d'Atlas", "DescriptionDone": "A forgé la 3e graine d'Atlas", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Horde d'amas", - "Description": "Gagner des nanites : 0/3000", - "DescriptionDone": "A gagné 3000 nanites", + "Description": "Gagner des nanites : 0/1000", + "DescriptionDone": "A gagné 1000 nanites", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Phase 4", "Description": "Progression : 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Pèlerinage 4", "Description": "Terminer le 4e pèlerinage", "DescriptionDone": "A terminé le 4e pèlerinage", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Esprit indépendant", "Description": "S'harmoniser avec une autre forme de vie", "DescriptionDone": "A parlé avec l'Autophage :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Des pieds pour arpenter", "Description": "Assembler la quatrième pièce du Concept", "DescriptionDone": "A fabriqué les jambes du Concept", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Prière IV", "Description": "Communier avec l'Atlas", "DescriptionDone": "A visité la quatrième station Atlas", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Graine de vie", "Description": "Forger la 4e graine d'Atlas", "DescriptionDone": "A forgé la 4e graine d'Atlas", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Grande Divergence", "Description": "Suivre les indications de Nada", "DescriptionDone": "A reçu l'enseignement de la graine d'écho", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "La Chaloupe", "Description": "Terminer le schéma", "DescriptionDone": "A assemblé un Concept", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Âmes perdues", "Description": "Localiser un autre écho", "DescriptionDone": "A sauvé un autre écho", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Phase 5", "Description": "Progression : 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Pèlerinage 5", "Description": "Terminer le dernier pèlerinage", "DescriptionDone": "A terminé le dernier pèlerinage", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Renaissance", "Description": "Ouvrir ton esprit", "DescriptionDone": "A parlé avec l'Autophage :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Écho de conscience", "Description": "Déclencher une Convergence", "DescriptionDone": "Convergence créée", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Prière V", "Description": "Communier avec l'Atlas", "DescriptionDone": "A forgé la dernière graine d'Atlas", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Graine d'espoir", "Description": "Forger la dernière graine d'Atlas", "DescriptionDone": "A forgé la dernière graine d'Atlas", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Allumage", "Description": "Redonner vie au Concept", "DescriptionDone": "A insufflé la vie dans le Concept", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Allumage : Atlantide", "Description": "Fabriquer un esprit mécanique", "DescriptionDone": "Choisir un esprit mécanique", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Allumage : Pourpre", "Description": "Forger un esprit stellaire", "DescriptionDone": "A planté un esprit d'espoir", diff --git a/public/assets/json/it/Buildings.lang.json b/public/assets/json/it/Buildings.lang.json index 8df622baaf88..c04236d2b045 100644 --- a/public/assets/json/it/Buildings.lang.json +++ b/public/assets/json/it/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Decorazione sbloccabile", "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua raffigura un'antica creatura primitiva, cercata da molti pionieri dell'esplorazione.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Decorazione sbloccabile", "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua raffigura un quadrupede dal lungo collo.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Statua di Camminatore di ghiaccio", - "Group": "Decorazione sbloccabile", - "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua raffigura il Camminatore Sentinella, un'unità di combattimento avanzata.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Decorazione", "Description": "Una decalcomania esclusiva posizionabile con cui aggiungere stile alla base e decorarla.\nRaffigura le orme di una creatura non identificata.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Decorazione", "Description": "Una decalcomania esclusiva posizionabile, con cui aggiungere stile alla base e decorarla.\nRaffigura una persona risvegliatasi in uno strano mondo durante le sue esplorazioni, senza alcun ricordo di come sia arrivata lì...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Decorazione", "Description": "Una decalcomania esclusiva posizionabile con cui aggiungere stile alla base e decorarla.\nRaffigura una coppia di navi che lasciano l'atmosfera per esplorare le stelle.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Statua di Gek di ghiaccio", + "Group": "Decorazione sbloccabile", + "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua raffigura un Gek che gesticola verso il cielo.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Statua di caccia di ghiaccio", + "Group": "Decorazione sbloccabile", + "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua raffigura l'emblematica astronave Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Statua di Camminatore di ghiaccio", + "Group": "Decorazione sbloccabile", + "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua raffigura il Camminatore Sentinella, un'unità di combattimento avanzata.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Statua dell'atlante di ghiaccio", + "Group": "Decorazione sbloccabile", + "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua è una replica ornamentale di un'interfaccia dell'Atlante. Il suo nucleo ruota, mosso da una forza sconosciuta...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Statua di astronauta di ghiaccio", + "Group": "Decorazione sbloccabile", + "Description": "Una decorazione costruibile esclusiva per la base, creata a partire da un blocco di ghiaccio.\nQuesta statua di un astronauta è un tributo a tutti gli esploratori galattici.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/it/GuildMissions.lang.json b/public/assets/json/it/GuildMissions.lang.json index 180b4d51b694..050fe4f1924a 100644 --- a/public/assets/json/it/GuildMissions.lang.json +++ b/public/assets/json/it/GuildMissions.lang.json @@ -94,8 +94,8 @@ "Il cliente cerca un oggetto del suo passato che gli ricordi i vecchi tempi. Rappresenta un momento importante della sua infanzia, perciò pagherà profumatamente la sua consegna.", "Il cliente ha saputo di una nuova moda e cerca un oggetto che si dice essere al tempo stesso delizioso e nutriente. Ovviamente, questa improvvisa popolarità ha reso l'oggetto introvabile. Il cliente è pronto a ricompensare qualsiasi pilota sia in grado di portargli l'oggetto in tempo per il suo prossimo banchetto.", "Il cliente sta studiando nuovi metodi di produzione energetica e crede di aver fatto una grande scoperta. Il suo nuovo metodo genera grandi quantità di energia con pochi rifiuti tossici. Tuttavia, deve ottenere un componente chiave mancante. Non potendo abbandonare il laboratorio, cerca un pilota che lo recuperi al suo posto.", - "Il cliente si occupa di ricerca nel campo della coscienza avanzata. Ha abbandonato le vecchie nozioni che definiscono la mente alla ricerca di una risposta più olistica, e crede di aver raggiunto un punto di svolta.\nHa scoperto un materiale che ritiene abbia la proprietà di produrre pensieri. Tutto quello che deve fare per verificare la sua teoria è assemblare una macchina pensante con questo materiale. Ovviamente, ne serve una grande quantità, perciò cerca esploratori che lo aiutino nel processo di raccolta.", - "Il cliente ha scoperto un'occasione per ottenere ottimi guadagni ed è disposto a condividerli con chi lo aiuterà. \nHa bisogno che un gran numero di esploratori consegnino oggetti nello stesso luogo, per far abbassare i prezzi nel mercato locale. Questa sovrabbondanza di merci manderà in bancarotta i suoi concorrenti, permettendo al cliente di inserirsi nel mercato per sfruttare la situazione.", + "Il cliente si occupa di ricerca nel campo della coscienza avanzata. Ha abbandonato le vecchie nozioni che definiscono la mente alla ricerca di una risposta più olistica, e crede di aver raggiunto un punto di svolta.\r\nHa scoperto un materiale che ritiene abbia la proprietà di produrre pensieri. Tutto quello che deve fare per verificare la sua teoria è assemblare una macchina pensante con questo materiale. Ovviamente, ne serve una grande quantità, perciò cerca esploratori che lo aiutino nel processo di raccolta.", + "Il cliente ha scoperto un'occasione per ottenere ottimi guadagni ed è disposto a condividerli con chi lo aiuterà. \r\nHa bisogno che un gran numero di esploratori consegnino oggetti nello stesso luogo, per far abbassare i prezzi nel mercato locale. Questa sovrabbondanza di merci manderà in bancarotta i suoi concorrenti, permettendo al cliente di inserirsi nel mercato per sfruttare la situazione.", "Il cliente vorrebbe appianare le relazioni con le autorità locali. Ha scoperto che il commissario della stazione locale ha una passione per un oggetto specifico e vorrebbe farglielo avere. Ovviamente, non sarebbe mai così indelicato da consegnarglielo di persona, perciò cerca un esploratore che agisca da intermediario.", "Il cliente cura una selezione mensile di oggetti destinata a un pubblico di ricchi amanti del lusso. È venuto a conoscenza di una crescita nell'interesse verso un certo oggetto e deve assolutamente averlo nella sua collezione. Pagherà oltre il prezzo di mercato chiunque riesca a recuperarlo.", "Il cliente ha scoperto che un suo rivale è interessato a un certo oggetto. Ovviamente, non può permettere che lo ottenga e ricompenserà lautamente qualsiasi esploratore che impedisca al suo avversario di mettere le mani su quello che desidera.", @@ -171,8 +171,8 @@ "Il cliente cerca un oggetto del suo passato che gli ricordi i vecchi tempi. Rappresenta un momento importante della sua infanzia, perciò pagherà profumatamente la sua consegna.", "Il cliente ha saputo di una nuova moda e cerca un oggetto che si dice essere al tempo stesso delizioso e nutriente. Ovviamente, questa improvvisa popolarità ha reso l'oggetto introvabile. Il cliente è pronto a ricompensare qualsiasi pilota sia in grado di portargli l'oggetto in tempo per il suo prossimo banchetto.", "Il cliente sta studiando nuovi metodi di produzione energetica e crede di aver fatto una grande scoperta. Il suo nuovo metodo genera grandi quantità di energia con pochi rifiuti tossici. Tuttavia, deve ottenere un componente chiave mancante. Non potendo abbandonare il laboratorio, cerca un pilota che lo recuperi al suo posto.", - "Il cliente si occupa di ricerca nel campo della coscienza avanzata. Ha abbandonato le vecchie nozioni che definiscono la mente alla ricerca di una risposta più olistica, e crede di aver raggiunto un punto di svolta.\nHa scoperto un materiale che ritiene abbia la proprietà di produrre pensieri. Tutto quello che deve fare per verificare la sua teoria è assemblare una macchina pensante con questo materiale. Ovviamente, ne serve una grande quantità, perciò cerca esploratori che lo aiutino nel processo di raccolta.", - "Il cliente ha scoperto un'occasione per ottenere ottimi guadagni ed è disposto a condividerli con chi lo aiuterà. \nHa bisogno che un gran numero di esploratori consegnino oggetti nello stesso luogo, per far abbassare i prezzi nel mercato locale. Questa sovrabbondanza di merci manderà in bancarotta i suoi concorrenti, permettendo al cliente di inserirsi nel mercato per sfruttare la situazione.", + "Il cliente si occupa di ricerca nel campo della coscienza avanzata. Ha abbandonato le vecchie nozioni che definiscono la mente alla ricerca di una risposta più olistica, e crede di aver raggiunto un punto di svolta.\r\nHa scoperto un materiale che ritiene abbia la proprietà di produrre pensieri. Tutto quello che deve fare per verificare la sua teoria è assemblare una macchina pensante con questo materiale. Ovviamente, ne serve una grande quantità, perciò cerca esploratori che lo aiutino nel processo di raccolta.", + "Il cliente ha scoperto un'occasione per ottenere ottimi guadagni ed è disposto a condividerli con chi lo aiuterà. \r\nHa bisogno che un gran numero di esploratori consegnino oggetti nello stesso luogo, per far abbassare i prezzi nel mercato locale. Questa sovrabbondanza di merci manderà in bancarotta i suoi concorrenti, permettendo al cliente di inserirsi nel mercato per sfruttare la situazione.", "Il cliente vorrebbe appianare le relazioni con le autorità locali. Ha scoperto che il commissario della stazione locale ha una passione per un oggetto specifico e vorrebbe farglielo avere. Ovviamente, non sarebbe mai così indelicato da consegnarglielo di persona, perciò cerca un esploratore che agisca da intermediario.", "Il cliente cura una selezione mensile di oggetti destinata a un pubblico di ricchi amanti del lusso. È venuto a conoscenza di una crescita nell'interesse verso un certo oggetto e deve assolutamente averlo nella sua collezione. Pagherà oltre il prezzo di mercato chiunque riesca a recuperarlo.", "Il cliente ha scoperto che un suo rivale è interessato a un certo oggetto. Ovviamente, non può permettere che lo ottenga e ricompenserà lautamente qualsiasi esploratore che impedisca al suo avversario di mettere le mani su quello che desidera.", @@ -244,26 +244,26 @@ "Richiesto servizio di consegna urgente" ], "Descriptions": [ - "Il cliente cerca un corriere affidabile. Desidera onorare un collega con un tributo in onore della sua continua sopravvivenza.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente cerca un corriere discreto. Desidera rassicurare il potenziale addetto alla consegna che il pacco è assolutamente quello che sembra e che non c'è alcun motivo di dubitare della veridicità del manifesto di spedizione.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente vuole risolvere un affare di lavoro. L'altra parte ha condotto aspri negoziati e il cliente spera che questo pacchetto impedisca ulteriori ostacoli alla transazione. È importante che il pacco sia consegnato solamente al destinatario.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente si sta occupando di affari confidenziali. Il pacco è un sentito ringraziamento verso certe parti, consegnato volontariamente e nella certezza che qualsiasi potenziale indiscrezione è stata, o sarà, ignorata.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente desidera semplicemente consegnare alcuni oggetti a un collega, niente di più. È allegato anche un messaggio, che specifica che il destinatario non ha motivo di preoccuparsi e che la merce consegnata non è più tracciabile.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente ha un lavoro importante e quindi non può occuparsi di banali questioni domestiche. Oggi è un giorno in cui si festeggiano i propri progenitori ed è tradizione fare un regalo a chi ci ha generato. Il cliente desidera che questa faccenda venga risolta, così che non debba pensarci di persona.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente ha un debito emotivo con un proprio caro. Ha dimenticato di celebrare una data importante. Per scusarsi ha ordinato un oggetto di valore da consegnare alla parte lesa. Attenzione a non perdere il pacco per non mettere ulteriormente in difficoltà il cliente.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente ha trovato un oggetto strano. Anche se all'apparenza ordinario, scansioni microbiche hanno rivelato un numero allarmante di spore sconosciute. L'oggetto deve quindi essere consegnato a uno specialista in rischi biologici. Attenzione: non rompere il sigillo del pacco.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente desidera inviare un messaggio a un collega. Il pacco non è accompagnato da un messaggio e l'oggetto stesso non è molto importante. Tuttavia, il cliente ritiene che la consegna dell'oggetto all'indirizzo personale del collega renderà il messaggio molto chiaro.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente ha acquistato un gran numero di cianfrusaglie nel corso degli anni e ora desidera fare ordine liberandosene. Distruggerle sarebbe uno spreco e lasciarle tutte insieme da qualche parte potrebbe rivelare troppe informazioni personali, perciò ha deciso di disperderle mediante diversi corrieri e destinatari.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente gestisce un piccolo negozio. Ha acquistato oggetti non desiderati e vuole inviarli ad acquirenti che apprezzino maggiormente il loro valore. L'ultimo ordine è pronto per essere inviato all'appassionato cliente che l'ha acquistato.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente ha un carico assolutamente normale e cerca un corriere che non faccia domande e non attiri l'attenzione delle autorità. Il cliente desidera rassicurare il potenziale corriere che possibili rumori animaleschi provenienti dall'interno del pacco sono solo frutto della sua immaginazione.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente fa parte di una lunga e complessa catena di transazioni. Per evitare qualsiasi tracciabilità, l'affare è stato completato senza scambio di valuta. La consegna costituisce il pagamento del cliente a una delle altre parti.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente deve inviare una spedizione periodica a uno dei suoi acquirenti più fedeli. L'oggetto non è particolarmente speciale, ma è importante che l'acquirente si senta apprezzato. Per questo, il cliente vuole evitare i metodi di consegna all'ingrosso e cerca un corriere personale esperto.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente invia quotidianamente un gran numero di oggetti. Il suo lavoro prevede margini di profitto molto piccoli e perfino la tassa minima potrebbe ridurre i suoi guadagni a zero. Solitamente, trova più efficace utilizzare un corriere discreto che consegni la merce durante i suoi affari non commerciali.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "I pirati locali hanno messo una taglia sulla testa del cliente, che quindi ha bisogno di lasciare il sistema senza essere seguito. Ha inserito il proprio chip di tracciamento in quest'oggetto, che va trasportato nella direzione opposta della sua destinazione.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Ci sono vaste e complesse reti di regolamentazioni nella galassia. Oggetti apparentemente innocui in un sistema possono essere altamente illegali in un altro. Queste differenze creano opportunità commerciali. Il cliente desidera che venga consegnato un oggetto del genere, senza fare domande e senza attirare l'attenzione.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente desidera conquistare un acquirente importante per la sua compagnia. Questi vorrebbe provare la merce del cliente prima di effettuare un grosso ordine. È quindi necessario consegnare un campione in perfette condizioni.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente invia consegne settimanali ad acquirenti che non sono in grado di fare acquisti personalmente. L'acquirente poi può seguire la ricetta inclusa nel pacchetto per preparare un pasto delizioso e/o un servitore robotico. Il pacco è l'ordine di questa settimana.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", - "Il cliente ha ingaggiato precedentemente un altro corriere per questa consegna, ma non è stato in grado di effettuarla. Sia il suo motore a impulso sia il telaio dell'abitacolo hanno subito danni meccanici causati dal laser. Il cliente cerca quindi un corriere più coraggioso, capace di far fronte a qualsiasi avaria in agguato al di fuori della stazione spaziale.\n\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente cerca un corriere affidabile. Desidera onorare un collega con un tributo in onore della sua continua sopravvivenza.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente cerca un corriere discreto. Desidera rassicurare il potenziale addetto alla consegna che il pacco è assolutamente quello che sembra e che non c'è alcun motivo di dubitare della veridicità del manifesto di spedizione.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente vuole risolvere un affare di lavoro. L'altra parte ha condotto aspri negoziati e il cliente spera che questo pacchetto impedisca ulteriori ostacoli alla transazione. È importante che il pacco sia consegnato solamente al destinatario.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente si sta occupando di affari confidenziali. Il pacco è un sentito ringraziamento verso certe parti, consegnato volontariamente e nella certezza che qualsiasi potenziale indiscrezione è stata, o sarà, ignorata.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente desidera semplicemente consegnare alcuni oggetti a un collega, niente di più. È allegato anche un messaggio, che specifica che il destinatario non ha motivo di preoccuparsi e che la merce consegnata non è più tracciabile.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente ha un lavoro importante e quindi non può occuparsi di banali questioni domestiche. Oggi è un giorno in cui si festeggiano i propri progenitori ed è tradizione fare un regalo a chi ci ha generato. Il cliente desidera che questa faccenda venga risolta, così che non debba pensarci di persona.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente ha un debito emotivo con un proprio caro. Ha dimenticato di celebrare una data importante. Per scusarsi ha ordinato un oggetto di valore da consegnare alla parte lesa. Attenzione a non perdere il pacco per non mettere ulteriormente in difficoltà il cliente.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente ha trovato un oggetto strano. Anche se all'apparenza ordinario, scansioni microbiche hanno rivelato un numero allarmante di spore sconosciute. L'oggetto deve quindi essere consegnato a uno specialista in rischi biologici. Attenzione: non rompere il sigillo del pacco.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente desidera inviare un messaggio a un collega. Il pacco non è accompagnato da un messaggio e l'oggetto stesso non è molto importante. Tuttavia, il cliente ritiene che la consegna dell'oggetto all'indirizzo personale del collega renderà il messaggio molto chiaro.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente ha acquistato un gran numero di cianfrusaglie nel corso degli anni e ora desidera fare ordine liberandosene. Distruggerle sarebbe uno spreco e lasciarle tutte insieme da qualche parte potrebbe rivelare troppe informazioni personali, perciò ha deciso di disperderle mediante diversi corrieri e destinatari.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente gestisce un piccolo negozio. Ha acquistato oggetti non desiderati e vuole inviarli ad acquirenti che apprezzino maggiormente il loro valore. L'ultimo ordine è pronto per essere inviato all'appassionato cliente che l'ha acquistato.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente ha un carico assolutamente normale e cerca un corriere che non faccia domande e non attiri l'attenzione delle autorità. Il cliente desidera rassicurare il potenziale corriere che possibili rumori animaleschi provenienti dall'interno del pacco sono solo frutto della sua immaginazione.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente fa parte di una lunga e complessa catena di transazioni. Per evitare qualsiasi tracciabilità, l'affare è stato completato senza scambio di valuta. La consegna costituisce il pagamento del cliente a una delle altre parti.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente deve inviare una spedizione periodica a uno dei suoi acquirenti più fedeli. L'oggetto non è particolarmente speciale, ma è importante che l'acquirente si senta apprezzato. Per questo, il cliente vuole evitare i metodi di consegna all'ingrosso e cerca un corriere personale esperto.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente invia quotidianamente un gran numero di oggetti. Il suo lavoro prevede margini di profitto molto piccoli e perfino la tassa minima potrebbe ridurre i suoi guadagni a zero. Solitamente, trova più efficace utilizzare un corriere discreto che consegni la merce durante i suoi affari non commerciali.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "I pirati locali hanno messo una taglia sulla testa del cliente, che quindi ha bisogno di lasciare il sistema senza essere seguito. Ha inserito il proprio chip di tracciamento in quest'oggetto, che va trasportato nella direzione opposta della sua destinazione.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Ci sono vaste e complesse reti di regolamentazioni nella galassia. Oggetti apparentemente innocui in un sistema possono essere altamente illegali in un altro. Queste differenze creano opportunità commerciali. Il cliente desidera che venga consegnato un oggetto del genere, senza fare domande e senza attirare l'attenzione.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente desidera conquistare un acquirente importante per la sua compagnia. Questi vorrebbe provare la merce del cliente prima di effettuare un grosso ordine. È quindi necessario consegnare un campione in perfette condizioni.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente invia consegne settimanali ad acquirenti che non sono in grado di fare acquisti personalmente. L'acquirente poi può seguire la ricetta inclusa nel pacchetto per preparare un pasto delizioso e/o un servitore robotico. Il pacco è l'ordine di questa settimana.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", + "Il cliente ha ingaggiato precedentemente un altro corriere per questa consegna, ma non è stato in grado di effettuarla. Sia il suo motore a impulso sia il telaio dell'abitacolo hanno subito danni meccanici causati dal laser. Il cliente cerca quindi un corriere più coraggioso, capace di far fronte a qualsiasi avaria in agguato al di fuori della stazione spaziale.\r\n\r\nIl corriere verrà rifornito di 1x Nota di difesa, in caso di attacco di pirati.", "Il cliente cerca un corriere per una consegna urgente.", "Il cliente cerca un corriere per consegnare un oggetto di valore.", "Il cliente deve fare una consegna importante e cerca un corriere affidabile.", @@ -429,7 +429,7 @@ "Il cliente richiede un'analisi biologica dettagliata. Il suo programma di allevamento di predatori a fini bellici è fermo e servono nuovi campioni di DNA per rimuovere le debolezze esistenti nei comportamenti legati alla caccia.", "Il cliente necessita con urgenza di dati biologici. I cambiamenti climatici, le guerre e gli incidenti industriali causano l'estinzione di moltissime specie ogni giorno. Malgrado il cliente non abbia un'opinione su questi avvenimenti, esiste la preoccupazione che questa perdita di dati possa rendere il suo archivio universale incompleto.", "Il cliente sponsorizza una grande galleria d'arte. Le mostre più recenti si sono incentrate sull'arte astratta e si è verificato un calo delle visite. Al momento, sono richieste proiezioni olografiche realistiche di animali interessanti per attirare di nuovo i visitatori.", - "Il cliente gestisce un laboratorio di ricerca di successo. Considerando la propria posizione, ha deciso di ripagare la comunità scientifica.\nDa giovane è stato ispirato dai magnifici esemplari biologici della sua patria. Crede che fornendo scansioni olografiche di creature simili potrà infondere lo stesso senso di meraviglia in chi non può ammirare queste creature di persona.", + "Il cliente gestisce un laboratorio di ricerca di successo. Considerando la propria posizione, ha deciso di ripagare la comunità scientifica.\r\nDa giovane è stato ispirato dai magnifici esemplari biologici della sua patria. Crede che fornendo scansioni olografiche di creature simili potrà infondere lo stesso senso di meraviglia in chi non può ammirare queste creature di persona.", "Il cliente si occupa di un progetto di medicina exozoologica, ma non gli conviene inviare veterinari su ogni pianeta sperando di trovare animali malati. Richiede scansioni che campionino popolazioni animali, per poterle esaminare alla ricerca di sintomi di malattie e focalizzare meglio gli sforzi del progetto.", "Il cliente è affascinato dal processo di popolazione dei pianeti. Alcuni tratti si evolvono continuamente nello stesso modo in parti diverse della galassia. Il cliente desidera quindi capire se queste evoluzioni parallele sono naturali, strane coincidenze, il risultato di uno schema segreto o il frutto di interventi esterni. È in fase di realizzazione un database per valutare questi tratti e gli ambienti che li hanno generati, perciò servono esploratori che forniscano i dati.", "Il cliente cerca esploratori discreti che lo aiutino in un progetto. Potrebbe darsi che alcune sostanze tossiche siano fuoriuscite e/o siano state riversate intenzionalmente nell'atmosfera di alcuni pianeti vicini. Scansioni della fauna locale riveleranno se queste sostanze potenzialmente tossiche avranno effetti a lungo termine sugli animali.", diff --git a/public/assets/json/it/SeasonalExpedition.lang.json b/public/assets/json/it/SeasonalExpedition.lang.json index 573b9708d999..14ab9bca35da 100644 --- a/public/assets/json/it/SeasonalExpedition.lang.json +++ b/public/assets/json/it/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Spedizione 9: Utopia", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normale", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Fase 1", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 1 completata", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fondazione", + "Description": "Stabilisci una base", + "DescriptionDone": "Hai stabilito una base", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Scorte", + "Description": "Crea gli indispensabili per sopravvivere", + "DescriptionDone": "Hai radunato gli indispensabili per sopravvivere", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Torre di controllo", + "Description": "Carica una base nel progetto Utopia", + "DescriptionDone": "Hai contribuito al progetto Utopia", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Link pianeta", + "Description": "Posiziona un exoscafo qualsiasi", + "DescriptionDone": "Hai stabilito i trasporti locali", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Link sistema", + "Description": "Trova e ripara la tua astronave", + "DescriptionDone": "Sistemi critici dell'astronave ripristinati", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Itinerario panoramico", + "Description": "Viaggia sull'exoscafo: 0/1000u", + "DescriptionDone": "Hai viaggiato per 1000u con l'exoscafo", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Avamposto alfa", + "Description": "Registra il successo sul 1° pianeta", + "DescriptionDone": "Hai completato il tuo insediamento nel 1° pianeta", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Fase 2", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 2 completata", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Avamposto beta", + "Description": "Raggiungi il 2° obiettivo di ripristino", + "DescriptionDone": "Hai rivendicato il 2° pianeta per Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Incarico beta", + "Description": "Raccogli le istruzioni da Utopia", + "DescriptionDone": "Hai individuato la 2° zona di costruzione", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Insediamento beta", + "Description": "Costruisci una base sul 2° pianeta", + "DescriptionDone": "Hai costruito una base sul 2° pianeta", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Invincibile", + "Description": "Ottieni un potenziamento per exotuta", + "DescriptionDone": "Hai effettuato l'accesso a una Stazione tuta Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Diserbante", + "Description": "Elimina flora pericolosa: 0/5", + "DescriptionDone": "Hai eliminato 5 esemplari di flora pericolosa", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Compagnia", + "Description": "Adotta compagni: 0/1", + "DescriptionDone": "Hai adottato 1 compagni", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldera", + "Description": "Scala un vulcano", + "DescriptionDone": "Hai raggiunto la cima di un vulcano", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Fase 3", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 3 completata", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Avamposto gamma", + "Description": "Raggiungi il 3° obiettivo di ripristino", + "DescriptionDone": "Hai rivendicato il 3° pianeta per Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Incarico gamma", + "Description": "Raccogli le prossime istruzioni da Utopia", + "DescriptionDone": "Hai individuato la 3° zona di costruzione", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Insediamento gamma", + "Description": "Costruisci una base sul 3° pianeta", + "DescriptionDone": "Hai costruito una base sul 3° pianeta", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Meccanica avanzata", + "Description": "Ottieni un potenziamento per exoscafo", + "DescriptionDone": "Hai effettuato l'accesso a una Stazione exoscafo Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Specialista del rilevatore", + "Description": "Recupera oggetti sepolti: 0/1", + "DescriptionDone": "Hai recuperato 1 oggetti smarriti", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Prelibatezze locali", + "Description": "Prepara il cacao e il tonico del pellegrino", + "DescriptionDone": "Hai cucinato piatti locali", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora magenta", + "Description": "Documenta la flora sul terzo pianeta: 0/3", + "DescriptionDone": "Hai scoperto 3 piante sul terzo pianeta", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Fase 4", + "Description": "Progressi attuali: 0/8", + "DescriptionDone": "Fase 4 completata", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Avamposto delta", + "Description": "Raggiungi il 4° obiettivo di ripristino", + "DescriptionDone": "Hai rivendicato il 4° pianeta per Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Incarico delta", + "Description": "Raccogli le prossime istruzioni da Utopia", + "DescriptionDone": "Hai individuato la 4° zona di costruzione", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Insediamento delta", + "Description": "Costruisci una base sul 4° pianeta", + "DescriptionDone": "Hai costruito una base sul 4° pianeta", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omni-tool", + "Description": "Ottieni un potenziamento per multi-tool", + "DescriptionDone": "Hai effettuato l'accesso a una Stazione multi-tool Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Cercatore di balene", + "Description": "Registra una creatura acquatica di più di 50 kg", + "DescriptionDone": "Hai scoperto una creatura acquatica di più di %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Un gusto acquisito", + "Description": "Prepara le viscere viscose", + "DescriptionDone": "Hai cucinato un piatto disgustoso", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "La pulizia", + "Description": "Epura un sito da orrori biologici", + "DescriptionDone": "Hai scoperto le registrazioni della storia di Utopia", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "LA PULIZIA", + "Description": "Utopia ha riservato questo obiettivo avanzato ai coloni che hanno superato la sezione Delta<> del progetto.\n\nCompleta l'obiettivo Avamposto delta<> per procedere.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parassiti", + "Description": "Epura 0/3 tentacoli voraci", + "DescriptionDone": "Hai eliminato 3 tentacoli voraci", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Fase 5", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 5 completata", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Avamposto epsilon", + "Description": "Raggiungi l'obiettivo di ripristino finale", + "DescriptionDone": "Hai raggiunto l'obiettivo di insediamento finale", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Incarico epsilon", + "Description": "Raccogli le ultime istruzioni da Utopia", + "DescriptionDone": "Hai individuato la l'ultima zona di costruzione", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Insediamento Epsilon", + "Description": "Costruisci una base sull'ultimo pianeta", + "DescriptionDone": "Hai costruito una base sull'ultimo pianeta", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Calcoli di volo", + "Description": "Ottieni un potenziamento per astronave", + "DescriptionDone": "Hai effettuato l'accesso a una Stazione astronave Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Impronte nella neve", + "Description": "Scopri le creature nel mondo finale: 0/3", + "DescriptionDone": "Hai scoperto creature nel mondo finale", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sismologia", + "Description": "Localizza una concentrazione di gas", + "DescriptionDone": "Ha ricercato una concentrazione di gas sotterraneo", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "La prossima frontiera", + "Description": "Effettua la curvatura oltre Bakkin", + "DescriptionDone": "Hai effettuato il Trasferimento insterstellare di Utopia", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Spedizione dieci: Singolarità", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normale", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Fase 1", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 1 completata", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Ci ascoltano", + "Description": "Trova l'accampamento abbandonato", + "DescriptionDone": "Hai parlato con l'autofago :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "Il viandante", + "Description": "Avventurati nello spazio", + "DescriptionDone": "Hai raggiunto le stelle", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Incisione nel vetro", + "Description": "Cerca indizi", + "DescriptionDone": "Hai esaminato gli archivi", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Occhi per vedere", + "Description": "Assembla la prima parte del Costrutto", + "DescriptionDone": "Hai creato la testa del Costrutto", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Preghiera I", + "Description": "Entra in contatto con l'Atlante", + "DescriptionDone": "Hai visitato la prima stazione dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Seme dei sogni", + "Description": "Forgia il primo seme dell'Atlante", + "DescriptionDone": "Hai forgiato il primo seme dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Pellegrinaggio 1", + "Description": "Completa il primo pellegrinaggio", + "DescriptionDone": "Hai completato il primo pellegrinaggio", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Fase 2", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 2 completata", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Pellegrinaggio 2", + "Description": "Completa il secondo pellegrinaggio", + "DescriptionDone": "Hai completato il secondo pellegrinaggio", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Proiezione di un'ombra", + "Description": "In sintonia con il vetro", + "DescriptionDone": "Hai parlato con l'autofago :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Bagliore", + "Description": "Estrai schegge radianti: 0/16", + "DescriptionDone": "Hai estratto 16 schegge radianti", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Mani per afferrare", + "Description": "Assembla la seconda parte del Costrutto", + "DescriptionDone": "Hai creato le braccia del Costrutto", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Preghiera II", + "Description": "Entra in contatto con l'Atlante", + "DescriptionDone": "Hai visitato la seconda stazione dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Seme dell'energia", + "Description": "Forgia il secondo seme dell'Atlante", + "DescriptionDone": "Hai forgiato il secondo seme dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "Il vuoto vivente", + "Description": "Accumula Atlantideum: 0/256", + "DescriptionDone": "Atlantideum accumulato: 256", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Fase 3", + "Description": "Progressi attuali: 0/7", + "DescriptionDone": "Fase 3 completata", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Pellegrinaggio 3", + "Description": "Completa il terzo pellegrinaggio", + "DescriptionDone": "Hai completato il terzo pellegrinaggio", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "La volontà di esistere", + "Description": "Ascolta il vuoto", + "DescriptionDone": "Hai parlato con l'autofago :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Perdita di controllo", + "Description": "Elimina Sentinelle corrotte: 0/19", + "DescriptionDone": "Hai eliminato 19 Sentinelle corrotte", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Un guscio a completamento", + "Description": "Assembla la terza parte del Costrutto", + "DescriptionDone": "Hai creato il corpo del Costrutto", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Preghiera III", + "Description": "Entra in contatto con l'Atlante", + "DescriptionDone": "Hai visitato la terza stazione dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Seme della Volontà", + "Description": "Forgia il terzo seme dell'Atlante", + "DescriptionDone": "Hai forgiato il terzo seme dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Valanga di cluster", + "Description": "Ottieni naniti: 0/3000", + "DescriptionDone": "Hai ottenuto 3000 naniti", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Fase 4", + "Description": "Progressi attuali: 0/8", + "DescriptionDone": "Fase 4 completata", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Pellegrinaggio 4", + "Description": "Completa il quarto pellegrinaggio", + "DescriptionDone": "Hai completato il quarto pellegrinaggio", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Spirito indipendente", + "Description": "Armonizza con un'altra forma di vita", + "DescriptionDone": "Hai parlato con l'autofago :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Piedi per girovagare", + "Description": "Assembla la quarta parte del Costrutto", + "DescriptionDone": "Hai creato le gambe del Costrutto", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Preghiera IV", + "Description": "Entra in contatto con l'Atlante", + "DescriptionDone": "Hai visitato la quarta stazione dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Seme della vita", + "Description": "Forgia il quarto seme dell'Atlante", + "DescriptionDone": "Hai forgiato il quarto seme dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Grande divergenza", + "Description": "Segui le indicazioni di Nada", + "DescriptionDone": "Hai saputo del seme dell'eco", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "La scialuppa di salvataggio", + "Description": "Completa il progetto", + "DescriptionDone": "Hai assemblato un Costrutto", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Anime perdute", + "Description": "Individua un'altra eco", + "DescriptionDone": "Hai salvato un'altra eco", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Fase 5", + "Description": "Progressi attuali: 0/8", + "DescriptionDone": "Fase 5 completata", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Pellegrinaggio 5", + "Description": "Completa il pellegrinaggio finale", + "DescriptionDone": "Hai completato il pellegrinaggio finale", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Rinascita", + "Description": "Apri la tua mente", + "DescriptionDone": "Hai parlato con l'autofago :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Eco senziente", + "Description": "Dai vita a una convergenza", + "DescriptionDone": "Convergenza raggiunta", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Preghiera V", + "Description": "Entra in contatto con l'Atlante", + "DescriptionDone": "Hai visitato l'ultima stazione dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Seme della speranza", + "Description": "Forgia l'ultimo seme dell'Atlante", + "DescriptionDone": "Hai forgiato l'ultimo seme dell'Atlante", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Vita donata", + "Description": "Riporta in vita il Costrutto", + "DescriptionDone": "Hai dato vita al Costrutto", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Vita donata: Atlantide", + "Description": "Crea una mente meccanica", + "DescriptionDone": "Scegli una mente meccanica", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Vita donata: Cremisi", + "Description": "Crea una mente stellare", + "DescriptionDone": "Hai seminato una mente della speranza", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> OBIETTIVO CRIPTATO<> SLASH<>\nSLASH<> IMPOSSIBILE DECODIFICARE INCARICO<> SLASH<>\n\n%DESC%\n\nL'obiettivo è criptato<>. Completa %MILESTONE%<> per continuare.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Spedizione dieci: Singolarità", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normale", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Fase 1", "Description": "Progressi attuali: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Ci ascoltano", "Description": "Trova l'accampamento abbandonato", "DescriptionDone": "Hai parlato con l'autofago :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "Il viandante", "Description": "Avventurati nello spazio", "DescriptionDone": "Hai raggiunto le stelle", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Incisione nel vetro", "Description": "Cerca indizi", "DescriptionDone": "Hai esaminato gli archivi", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Occhi per vedere", "Description": "Assembla la prima parte del Costrutto", "DescriptionDone": "Hai creato la testa del Costrutto", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Preghiera I", "Description": "Entra in contatto con l'Atlante", "DescriptionDone": "Hai visitato la prima stazione dell'Atlante", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Seme dei sogni", "Description": "Forgia il primo seme dell'Atlante", "DescriptionDone": "Hai forgiato il primo seme dell'Atlante", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Pellegrinaggio 1", "Description": "Completa il primo pellegrinaggio", "DescriptionDone": "Hai completato il primo pellegrinaggio", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Fase 2", "Description": "Progressi attuali: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Pellegrinaggio 2", "Description": "Completa il secondo pellegrinaggio", "DescriptionDone": "Hai completato il secondo pellegrinaggio", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Proiezione di un'ombra", "Description": "In sintonia con il vetro", "DescriptionDone": "Hai parlato con l'autofago :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Bagliore", - "Description": "Estrai schegge radianti: 0/16", - "DescriptionDone": "Hai estratto 16 schegge radianti", + "Description": "Estrai schegge radianti: 0/3", + "DescriptionDone": "Hai estratto 3 schegge radianti", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Mani per afferrare", "Description": "Assembla la seconda parte del Costrutto", "DescriptionDone": "Hai creato le braccia del Costrutto", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Preghiera II", "Description": "Entra in contatto con l'Atlante", "DescriptionDone": "Hai visitato la seconda stazione dell'Atlante", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Seme dell'energia", "Description": "Forgia il secondo seme dell'Atlante", "DescriptionDone": "Hai forgiato il secondo seme dell'Atlante", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "Il vuoto vivente", - "Description": "Accumula Atlantideum: 0/256", - "DescriptionDone": "Atlantideum accumulato: 256", + "Description": "Accumula Atlantideum: 0/64", + "DescriptionDone": "Atlantideum accumulato: 64", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Fase 3", "Description": "Progressi attuali: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Pellegrinaggio 3", "Description": "Completa il terzo pellegrinaggio", "DescriptionDone": "Hai completato il terzo pellegrinaggio", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "La volontà di esistere", "Description": "Ascolta il vuoto", "DescriptionDone": "Hai parlato con l'autofago :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Perdita di controllo", - "Description": "Elimina Sentinelle corrotte: 0/19", - "DescriptionDone": "Hai eliminato 19 Sentinelle corrotte", + "Description": "Elimina Sentinelle corrotte: 0/5", + "DescriptionDone": "Hai eliminato 5 Sentinelle corrotte", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Un guscio a completamento", "Description": "Assembla la terza parte del Costrutto", "DescriptionDone": "Hai creato il corpo del Costrutto", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Preghiera III", "Description": "Entra in contatto con l'Atlante", "DescriptionDone": "Hai visitato la terza stazione dell'Atlante", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Seme della Volontà", "Description": "Forgia il terzo seme dell'Atlante", "DescriptionDone": "Hai forgiato il terzo seme dell'Atlante", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Valanga di cluster", - "Description": "Ottieni naniti: 0/3000", - "DescriptionDone": "Hai ottenuto 3000 naniti", + "Description": "Ottieni naniti: 0/1000", + "DescriptionDone": "Hai ottenuto 1000 naniti", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Fase 4", "Description": "Progressi attuali: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Pellegrinaggio 4", "Description": "Completa il quarto pellegrinaggio", "DescriptionDone": "Hai completato il quarto pellegrinaggio", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Spirito indipendente", "Description": "Armonizza con un'altra forma di vita", "DescriptionDone": "Hai parlato con l'autofago :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Piedi per girovagare", "Description": "Assembla la quarta parte del Costrutto", "DescriptionDone": "Hai creato le gambe del Costrutto", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Preghiera IV", "Description": "Entra in contatto con l'Atlante", "DescriptionDone": "Hai visitato la quarta stazione dell'Atlante", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Seme della vita", "Description": "Forgia il quarto seme dell'Atlante", "DescriptionDone": "Hai forgiato il quarto seme dell'Atlante", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Grande divergenza", "Description": "Segui le indicazioni di Nada", "DescriptionDone": "Hai saputo del seme dell'eco", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "La scialuppa di salvataggio", "Description": "Completa il progetto", "DescriptionDone": "Hai assemblato un Costrutto", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Anime perdute", "Description": "Individua un'altra eco", "DescriptionDone": "Hai salvato un'altra eco", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Fase 5", "Description": "Progressi attuali: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Pellegrinaggio 5", "Description": "Completa il pellegrinaggio finale", "DescriptionDone": "Hai completato il pellegrinaggio finale", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Rinascita", "Description": "Apri la tua mente", "DescriptionDone": "Hai parlato con l'autofago :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Eco senziente", "Description": "Dai vita a una convergenza", "DescriptionDone": "Convergenza raggiunta", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Preghiera V", "Description": "Entra in contatto con l'Atlante", "DescriptionDone": "Hai visitato l'ultima stazione dell'Atlante", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Seme della speranza", "Description": "Forgia l'ultimo seme dell'Atlante", "DescriptionDone": "Hai forgiato l'ultimo seme dell'Atlante", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Vita donata", "Description": "Riporta in vita il Costrutto", "DescriptionDone": "Hai dato vita al Costrutto", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Vita donata: Atlantide", "Description": "Crea una mente meccanica", "DescriptionDone": "Scegli una mente meccanica", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Vita donata: Cremisi", "Description": "Crea una mente stellare", "DescriptionDone": "Hai seminato una mente della speranza", diff --git a/public/assets/json/ja/AlienPuzzle.lang.json b/public/assets/json/ja/AlienPuzzle.lang.json index c742f351643f..127830472b5f 100644 --- a/public/assets/json/ja/AlienPuzzle.lang.json +++ b/public/assets/json/ja/AlienPuzzle.lang.json @@ -2343,7 +2343,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2365,7 +2365,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2387,7 +2387,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2409,7 +2409,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2431,7 +2431,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2453,7 +2453,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2475,7 +2475,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2497,7 +2497,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2519,7 +2519,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2541,7 +2541,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2668,7 +2668,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2690,7 +2690,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2712,7 +2712,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2734,7 +2734,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2756,7 +2756,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2778,7 +2778,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2800,7 +2800,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2822,7 +2822,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2844,7 +2844,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { @@ -2866,7 +2866,7 @@ "Options": [ { "Name": "データをダウンロード", - "Text": "必要なデータは手に入れた。\nミッションエージェントの所に戻って納品するとしよう。", + "Text": "必要なデータは手に入れた。\r\nミッションエージェントの所に戻って納品するとしよう。", "RewardIds": [] }, { diff --git a/public/assets/json/ja/Buildings.lang.json b/public/assets/json/ja/Buildings.lang.json index 1d24e2059dc0..a822883f4b4b 100644 --- a/public/assets/json/ja/Buildings.lang.json +++ b/public/assets/json/ja/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "アンロック可能なデコレーション", "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\n古代の原子生物を模した像。多くの初期の探検家はこの生物を追い求めて旅をしていた。", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "アンロック可能なデコレーション", "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\n首の長い四足歩行生物を模した像。", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "ガラスのセンチネルウォーカー像", - "Group": "アンロック可能なデコレーション", - "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\n上級戦闘ユニット、センチネルウォーカーを模した像。", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "デコレーション", "Description": "設置可能な特製ステッカー。これで基地に遊び心を加えよう。\n正体不明の生き物の足跡が表現されている。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "デコレーション", "Description": "設置可能な特製ステッカー。これで基地に遊び心を加えよう。\n奇妙な世界で目覚めた探検家が描かれている。どうやってそこにたどり着いたのか思い出せないでいる...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "デコレーション", "Description": "設置可能な特製ステッカー。これで基地に遊び心を加えよう。\n星々を探検するために大気圏を離れる2隻の船が描かれている。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "アイスゲック像", + "Group": "アンロック可能なデコレーション", + "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\n空に向かってジェスチャーするゲックを模した像。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "ガラスのどまにし像", + "Group": "アンロック可能なデコレーション", + "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\nシンボルシップ、旧「どまにし」を模した像。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "ガラスのセンチネルウォーカー像", + "Group": "アンロック可能なデコレーション", + "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\n上級戦闘ユニット、センチネルウォーカーを模した像。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "ガラスのアトラス像", + "Group": "アンロック可能なデコレーション", + "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\nアトラスインターフェースのデコレートレプリカで、未知の動力で、コア部分が回転する。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "ガラスの宇宙飛行士像", + "Group": "アンロック可能なデコレーション", + "Description": "建設可能な基地装飾品で、鋳込みガラス製の特別品。\n全ての惑星探検家への記念品として贈られた宇宙飛行士の像。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/ja/GuildMissions.lang.json b/public/assets/json/ja/GuildMissions.lang.json index a908b165ddc6..e3cf7b746f24 100644 --- a/public/assets/json/ja/GuildMissions.lang.json +++ b/public/assets/json/ja/GuildMissions.lang.json @@ -19,15 +19,15 @@ ], "Descriptions": [ "海賊の一団が貨物船の往来を妨害している。まっとうであれ悪徳であれ、商人への侮辱である。クライアントはこの交通途絶に終止符を打ちたがっている。破壊的な方法で。", - "海賊が自律稼働型の採掘施設を略奪し、コンテナの中身を出すために到着した運搬船も攻撃している。奴らは弱者を狙うはずだ。\nそこでクライアントは、海賊船を何隻か破壊してほしいと依頼してきた。そうすれば、残りの船はおとなしく引き下がるだろうという算段だ。", + "海賊が自律稼働型の採掘施設を略奪し、コンテナの中身を出すために到着した運搬船も攻撃している。奴らは弱者を狙うはずだ。\r\nそこでクライアントは、海賊船を何隻か破壊してほしいと依頼してきた。そうすれば、残りの船はおとなしく引き下がるだろうという算段だ。", "近隣の科学施設が相次ぐ海賊の襲撃への対処に苦心している。マイクロスコープは盗まれ、計測設備は破壊されてしまった。そこでクライアントは、攻撃を止めるのに何人の海賊が命を落とすことになるかという実験を行いたがっている。", "クライアントは家族問題の解決策を求めている。具体的には、家族の1人が海賊になり、家名に傷をつけたのだ。海賊を駆逐し、クライアントの生命体世界での地位を回復させてほしい。", "クライアントは星々のメッセージから恩恵を得てきた。彼らが生まれた意味を星々が伝えてくれたのだ。彼らは、海賊の排除という果てしないクエストを通して、大義に貢献することを目指している。求められているのは、彼らの聖戦に加わってくれるパイロット。たとえ一時的にせよ。", "この投稿は、クライアントの代理人によって行われた。海賊団の手で危険な星に1人取り残されたクライアントは死亡したと思われるが、リピーター機器が繰り返し無線チャンネルを通して、状況の詳細を送信し続けている。クライアントは残された資金を元手に、星流しにした連中の首に賞金を懸けることを要求している。", "クライアントは、とある海賊を捕獲するための即時支援を求めている。施設のいたるところにEMPデバイスが仕掛けられ、稼働力の面で深刻なダメージを受けてしまった。彼らは自らの手による報復という手段は選ばず、法を順守するすべてのパイロットに対して、本件における責任者の追跡への支援を願い出ている。", "クライアントは海賊団のために多大な被害を受けた。とは言っても宇宙で襲撃を受けたわけではなく、交易ターミナルを遠隔操作でハイジャックされ、資金や物品を流用されてしまったのだ。クライアントはこの仮想犯罪に対して、物理的な報復を求めている。", - "海賊がクライアントの従業員を数名誘拐し、\n法外な身代金を要求してきた。\n彼らは力の誇示こそが誘拐事件を未然に防ぐ最善策だと\n決心し、海賊船を見つけ出し、\n人質ごと破壊してくれるパイロットを求めている。\n人命の損失は不本意だが、そうすることで、\nいかなるテロ行為にも屈しないというクライアントの\n強固な意志を世間に広く伝えることができるだろう。", - "クライアントは宇宙戦闘の結果を予想するという\nギャンブルを経営している。\n活動の拠点は豪華な貨物船の外。\n客が安全で快適な船内から戦いを楽しめるよう、\n宇宙空間で紛争の火を探し回っている。\nビジネスは繁盛しているが、紛争は減少傾向にある。\nそこでクライアントは「アリーナ」に出場し、派手な\nアクションを披露してくれるパイロットを探している。", + "海賊がクライアントの従業員を数名誘拐し、\r\n法外な身代金を要求してきた。\r\n彼らは力の誇示こそが誘拐事件を未然に防ぐ最善策だと\r\n決心し、海賊船を見つけ出し、\r\n人質ごと破壊してくれるパイロットを求めている。\r\n人命の損失は不本意だが、そうすることで、\r\nいかなるテロ行為にも屈しないというクライアントの\r\n強固な意志を世間に広く伝えることができるだろう。", + "クライアントは宇宙戦闘の結果を予想するという\r\nギャンブルを経営している。\r\n活動の拠点は豪華な貨物船の外。\r\n客が安全で快適な船内から戦いを楽しめるよう、\r\n宇宙空間で紛争の火を探し回っている。\r\nビジネスは繁盛しているが、紛争は減少傾向にある。\r\nそこでクライアントは「アリーナ」に出場し、派手な\r\nアクションを披露してくれるパイロットを探している。", "クライアントは近辺の海賊を撃退しようとしている。", "クライアントはこの星系での海賊行為の撲滅を心より願っている。", "クライアントはステーション周辺に滞在している海賊に対しての報復を要求している。", @@ -92,23 +92,23 @@ "Descriptions": [ "クライアントは長年忠実かつ勤勉に尽くしてくれたパートナーに、相応の価値のあるプレゼントを贈りたいと考えているようだ。彼らは希少性の高い物品を調達できるパイロットを探している。", "クライアントは過去を想起させるある物を探している。それは過ぎ去りし最良の日々を思い出させてくれる物だ。彼らの子供の頃の大切な思い出を象徴するそれを発見し、無事届けてくれる者には十分な報酬を与えるという。", - "クライアントは新たに生まれつつあるトレンドの話を耳にした。噂のおいしくて栄養価も高いその食べ物を試してみたいという。当然ながら、急に人気となったため入手は現在困難だ。\nそこでクライアントは、次のパーティーの機会までにそれを調達してきたパイロットに報酬を払うと言っている。", - "クライアントは新たな動力生成方法を研究開発しているが、ついに大きなブレイクスルーを果たしたようだ。この新メソッドは莫大な量のエネルギーを生成できる上に、毒性のある廃棄物の排出も極めて少ないという。\nしかし主要原料が不足している。彼らはラボを離れられないので、代わりに収集してきてくれるパイロットを求めている。", - "クライアントは知覚に関する高度研究を行っている。\n「心を構成するのは何か」という先入観的な考え方を捨て、\nより総体的な答えを導き出したい、と。\nそしてついに思考認識能力と同調特性を持つ、\nある物質を発見したという。理論の証明には、\nその物質を使って「思考する機械」を作ることが必要だ。\nその物質を相当量入手する為、\n協力するパイロットを探している。", + "クライアントは新たに生まれつつあるトレンドの話を耳にした。噂のおいしくて栄養価も高いその食べ物を試してみたいという。当然ながら、急に人気となったため入手は現在困難だ。\r\nそこでクライアントは、次のパーティーの機会までにそれを調達してきたパイロットに報酬を払うと言っている。", + "クライアントは新たな動力生成方法を研究開発しているが、ついに大きなブレイクスルーを果たしたようだ。この新メソッドは莫大な量のエネルギーを生成できる上に、毒性のある廃棄物の排出も極めて少ないという。\r\nしかし主要原料が不足している。彼らはラボを離れられないので、代わりに収集してきてくれるパイロットを求めている。", + "クライアントは知覚に関する高度研究を行っている。\r\n「心を構成するのは何か」という先入観的な考え方を捨て、\r\nより総体的な答えを導き出したい、と。\r\nそしてついに思考認識能力と同調特性を持つ、\r\nある物質を発見したという。理論の証明には、\r\nその物質を使って「思考する機械」を作ることが必要だ。\r\nその物質を相当量入手する為、\r\n協力するパイロットを探している。", "クライアントは良い儲けの種を見つけた。この一攫千金の実現を手伝えば、それなりの取り分が得られそうだ。方法はこうだ。多くの探検家を集めて、一箇所に大量のアイテムを届けさせる。するとその近隣の物の値段が崩れるはずだ。この過剰供給によって、競合の業者は間もなく撤退を余儀なくされるだろう。それから後日、クライアントがその市場に介入して、今度は供給不足をカバーして莫大な利益を得るという寸法だ。", - "クライアントは、ある星系の政府筋との関係を\n円滑にしたいと考えていた。そしてステーションの長官が、\nとある物品に目がないということを突き止めた。\nそこで貢ぎ物を送ることにした。\nしかし、長官に直接貢ぎ物を手渡すような愚かな真似を\nするわけには行かない。そこで彼らはその物品を収集して\n配送までしてくれる仲介人を探している。", - "クライアントは暇を持て余したお金持ち向けに、質の良い品物を厳選して届けるというサービス業を行っている。彼らは、とある物品の需要の急増に気付いた。\nこれは次回のお届け物に是が非でも加えなくてはならない。というわけで、収集してきてくれる者には、市場価格以上を支払う用意がある。", - "クライアントは、競合先がある物品に興味を持っているという情報を得た。当然ながら、奴らより先に入手しなくてはならない。そこでライバルに先んじてそのアイテムを収集してきてくれた者には報酬を出すそうだ。\nライバルが何を企んでいるかはわからないが、出し抜かれるわけにはいかない。", - "クライアントは最近、新規のビジネスを始めた。平凡な品物に新たな価値を加えて、人々に供給するビジネスだ。安い物品を集めてエイジング加工をし、まるで歴史的な遺物であるかのようにみせかけるのだ。\nこれがそれなりの利益を出してしまった。そこで、同じビジネスを再度行うために、まとまった素材を必要としている。", - "クライアントは実体の乏しいリサーチ業を行っている。最近巨額の助成金を取得したので、予算を消化する方法を探しているようだ。\nそこで、様々な試験作業プロセスをでっち上げて、とある物品のさらなる試験作業があたかも必要かのように偽装することにした。そこで、この一連のプロセスを行うための素材をクライアントは必要としている。", + "クライアントは、ある星系の政府筋との関係を\r\n円滑にしたいと考えていた。そしてステーションの長官が、\r\nとある物品に目がないということを突き止めた。\r\nそこで貢ぎ物を送ることにした。\r\nしかし、長官に直接貢ぎ物を手渡すような愚かな真似を\r\nするわけには行かない。そこで彼らはその物品を収集して\r\n配送までしてくれる仲介人を探している。", + "クライアントは暇を持て余したお金持ち向けに、質の良い品物を厳選して届けるというサービス業を行っている。彼らは、とある物品の需要の急増に気付いた。\r\nこれは次回のお届け物に是が非でも加えなくてはならない。というわけで、収集してきてくれる者には、市場価格以上を支払う用意がある。", + "クライアントは、競合先がある物品に興味を持っているという情報を得た。当然ながら、奴らより先に入手しなくてはならない。そこでライバルに先んじてそのアイテムを収集してきてくれた者には報酬を出すそうだ。\r\nライバルが何を企んでいるかはわからないが、出し抜かれるわけにはいかない。", + "クライアントは最近、新規のビジネスを始めた。平凡な品物に新たな価値を加えて、人々に供給するビジネスだ。安い物品を集めてエイジング加工をし、まるで歴史的な遺物であるかのようにみせかけるのだ。\r\nこれがそれなりの利益を出してしまった。そこで、同じビジネスを再度行うために、まとまった素材を必要としている。", + "クライアントは実体の乏しいリサーチ業を行っている。最近巨額の助成金を取得したので、予算を消化する方法を探しているようだ。\r\nそこで、様々な試験作業プロセスをでっち上げて、とある物品のさらなる試験作業があたかも必要かのように偽装することにした。そこで、この一連のプロセスを行うための素材をクライアントは必要としている。", "クライアントは非常に価値の高い、ある物品を紛失した。そこでその物品がなくなったことを誰かに気付かれる前に、代替品を至急用意したいそうだ。", - "クライアントは、競合他社が非常に価値の高い\nある物品を入手したという情報を得た。\n彼らはその物品のどこに価値があるのかは\nよく分かっていないのだが、とにかく競争に\n負けないために自分たちも\n入手する必要があると考えているようだ。", - "クライアントは永久駆動機械を製作中だ。そのために、銀河中から無数のパーツやエネルギー源をかき集めている。そして、あとわずかの部品があれば完成するという状態にこぎつけた。\nしかし今の状態の機械を放ったらかしにして出かけるわけにもいかないので、 残りの素材を代わりに調達してきてくれる人を探している。", - "クライアントは自分たちの種族と文化を象徴する物品の数々をまとめて、タイムカプセルに詰め込もうとしている。これはつまり、未来の歴史家たちへのメッセージだ。\nしかしクライアントの友人たちは、誰も自前のコレクションを提供してくれないそうだ。そこで彼らは指定のアイテムを収集して持ってきてくれる探検家を探している。", - "クライアントは様々な物品を集めている著名なコレクターだ。充実のコレクションを揃えたが、最後のピースを欠いている。このピースが埋まらなければコレクションは無価値と言っていい。\nそこで銀河中の探検家に、この最高レベルにレアなアイテムを探すように呼びかけた。入手できた者には報酬が出る。当然、最高の保存状態の物だけをお願いしたい。", - "クライアントは近隣の市場を操作したいと考えている。不幸なデータエラーによって、彼らは注文しようとしていた10倍の量の品物を購入してしまったのだ。\nそこで近隣宇宙の貿易ターミナルから同じ品物を購入してくれる探検家を探している。需要があると見込まれれば値段が上がり、過剰在庫を一掃して利益を出せるかもしれないからだ。", - "クライアントは近隣を縄張りとする2つの犯罪集団の関係を揺さぶりたいと考えている。両サイドが共にある物品を探していて、それが見つからないとなれば、お互いにお互いの仕業だと思うはずだ。\nクライアントは秘密裏にその物品を入手できる、口の堅い人間を探している。上手く行けば、二者間の抗争を引き起こせるはずだ。", - "クライアントは熾烈なビジネス競争の中で他よりも先手を取りたい。とある市場がこれから高騰するだろうという噂を聞きつけ、今のうちに在庫を確保して利益を上げたいと考えている。\nというわけで、リスクを冒して物品を手に入れてくれるフリーランスのパイロットを探している。サンプルを届けてくれれば、相場以上の報酬を出すという。", + "クライアントは、競合他社が非常に価値の高い\r\nある物品を入手したという情報を得た。\r\n彼らはその物品のどこに価値があるのかは\r\nよく分かっていないのだが、とにかく競争に\r\n負けないために自分たちも\r\n入手する必要があると考えているようだ。", + "クライアントは永久駆動機械を製作中だ。そのために、銀河中から無数のパーツやエネルギー源をかき集めている。そして、あとわずかの部品があれば完成するという状態にこぎつけた。\r\nしかし今の状態の機械を放ったらかしにして出かけるわけにもいかないので、 残りの素材を代わりに調達してきてくれる人を探している。", + "クライアントは自分たちの種族と文化を象徴する物品の数々をまとめて、タイムカプセルに詰め込もうとしている。これはつまり、未来の歴史家たちへのメッセージだ。\r\nしかしクライアントの友人たちは、誰も自前のコレクションを提供してくれないそうだ。そこで彼らは指定のアイテムを収集して持ってきてくれる探検家を探している。", + "クライアントは様々な物品を集めている著名なコレクターだ。充実のコレクションを揃えたが、最後のピースを欠いている。このピースが埋まらなければコレクションは無価値と言っていい。\r\nそこで銀河中の探検家に、この最高レベルにレアなアイテムを探すように呼びかけた。入手できた者には報酬が出る。当然、最高の保存状態の物だけをお願いしたい。", + "クライアントは近隣の市場を操作したいと考えている。不幸なデータエラーによって、彼らは注文しようとしていた10倍の量の品物を購入してしまったのだ。\r\nそこで近隣宇宙の貿易ターミナルから同じ品物を購入してくれる探検家を探している。需要があると見込まれれば値段が上がり、過剰在庫を一掃して利益を出せるかもしれないからだ。", + "クライアントは近隣を縄張りとする2つの犯罪集団の関係を揺さぶりたいと考えている。両サイドが共にある物品を探していて、それが見つからないとなれば、お互いにお互いの仕業だと思うはずだ。\r\nクライアントは秘密裏にその物品を入手できる、口の堅い人間を探している。上手く行けば、二者間の抗争を引き起こせるはずだ。", + "クライアントは熾烈なビジネス競争の中で他よりも先手を取りたい。とある市場がこれから高騰するだろうという噂を聞きつけ、今のうちに在庫を確保して利益を上げたいと考えている。\r\nというわけで、リスクを冒して物品を手に入れてくれるフリーランスのパイロットを探している。サンプルを届けてくれれば、相場以上の報酬を出すという。", "クライアントは大成功を収めた起業家だ。つまり、忙しすぎて物品の調達に割く時間がない。そこで、彼らのお買い物を代行して物品を届けてくれるフリーランスのパイロットを報酬付きで探している。", "クライアントは特定の物の配達を要請している。", "クライアントは入手困難なアイテムであっても必要としている。", @@ -169,23 +169,23 @@ "Descriptions": [ "クライアントは長年忠実かつ勤勉に尽くしてくれたパートナーに、相応の価値のあるプレゼントを贈りたいと考えているようだ。彼らは希少性の高い物品を調達できるパイロットを探している。", "クライアントは過去を想起させるある物を探している。それは過ぎ去りし最良の日々を思い出させてくれる物だ。彼らの子供の頃の大切な思い出を象徴するそれを発見し、無事届けてくれる者には十分な報酬を与えるという。", - "クライアントは新たに生まれつつあるトレンドの話を耳にした。噂のおいしくて栄養価も高いその食べ物を試してみたいという。当然ながら、急に人気となったため入手は現在困難だ。\nそこでクライアントは、次のパーティーの機会までにそれを調達してきたパイロットに報酬を払うと言っている。", - "クライアントは新たな動力生成方法を研究開発しているが、ついに大きなブレイクスルーを果たしたようだ。この新メソッドは莫大な量のエネルギーを生成できる上に、毒性のある廃棄物の排出も極めて少ないという。\nしかし主要原料が不足している。彼らはラボを離れられないので、代わりに収集してきてくれるパイロットを求めている。", - "クライアントは知覚に関する高度研究を行っている。\n「心を構成するのは何か」という先入観的な考え方を捨て、\nより総体的な答えを導き出したい、と。\nそしてついに思考認識能力と同調特性を持つ、\nある物質を発見したという。理論の証明には、\nその物質を使って「思考する機械」を作ることが必要だ。\nその物質を相当量入手する為、\n協力するパイロットを探している。", + "クライアントは新たに生まれつつあるトレンドの話を耳にした。噂のおいしくて栄養価も高いその食べ物を試してみたいという。当然ながら、急に人気となったため入手は現在困難だ。\r\nそこでクライアントは、次のパーティーの機会までにそれを調達してきたパイロットに報酬を払うと言っている。", + "クライアントは新たな動力生成方法を研究開発しているが、ついに大きなブレイクスルーを果たしたようだ。この新メソッドは莫大な量のエネルギーを生成できる上に、毒性のある廃棄物の排出も極めて少ないという。\r\nしかし主要原料が不足している。彼らはラボを離れられないので、代わりに収集してきてくれるパイロットを求めている。", + "クライアントは知覚に関する高度研究を行っている。\r\n「心を構成するのは何か」という先入観的な考え方を捨て、\r\nより総体的な答えを導き出したい、と。\r\nそしてついに思考認識能力と同調特性を持つ、\r\nある物質を発見したという。理論の証明には、\r\nその物質を使って「思考する機械」を作ることが必要だ。\r\nその物質を相当量入手する為、\r\n協力するパイロットを探している。", "クライアントは良い儲けの種を見つけた。この一攫千金の実現を手伝えば、それなりの取り分が得られそうだ。方法はこうだ。多くの探検家を集めて、一箇所に大量のアイテムを届けさせる。するとその近隣の物の値段が崩れるはずだ。この過剰供給によって、競合の業者は間もなく撤退を余儀なくされるだろう。それから後日、クライアントがその市場に介入して、今度は供給不足をカバーして莫大な利益を得るという寸法だ。", - "クライアントは、ある星系の政府筋との関係を\n円滑にしたいと考えていた。そしてステーションの長官が、\nとある物品に目がないということを突き止めた。\nそこで貢ぎ物を送ることにした。\nしかし、長官に直接貢ぎ物を手渡すような愚かな真似を\nするわけには行かない。そこで彼らはその物品を収集して\n配送までしてくれる仲介人を探している。", - "クライアントは暇を持て余したお金持ち向けに、質の良い品物を厳選して届けるというサービス業を行っている。彼らは、とある物品の需要の急増に気付いた。\nこれは次回のお届け物に是が非でも加えなくてはならない。というわけで、収集してきてくれる者には、市場価格以上を支払う用意がある。", - "クライアントは、競合先がある物品に興味を持っているという情報を得た。当然ながら、奴らより先に入手しなくてはならない。そこでライバルに先んじてそのアイテムを収集してきてくれた者には報酬を出すそうだ。\nライバルが何を企んでいるかはわからないが、出し抜かれるわけにはいかない。", - "クライアントは最近、新規のビジネスを始めた。平凡な品物に新たな価値を加えて、人々に供給するビジネスだ。安い物品を集めてエイジング加工をし、まるで歴史的な遺物であるかのようにみせかけるのだ。\nこれがそれなりの利益を出してしまった。そこで、同じビジネスを再度行うために、まとまった素材を必要としている。", - "クライアントは実体の乏しいリサーチ業を行っている。最近巨額の助成金を取得したので、予算を消化する方法を探しているようだ。\nそこで、様々な試験作業プロセスをでっち上げて、とある物品のさらなる試験作業があたかも必要かのように偽装することにした。そこで、この一連のプロセスを行うための素材をクライアントは必要としている。", + "クライアントは、ある星系の政府筋との関係を\r\n円滑にしたいと考えていた。そしてステーションの長官が、\r\nとある物品に目がないということを突き止めた。\r\nそこで貢ぎ物を送ることにした。\r\nしかし、長官に直接貢ぎ物を手渡すような愚かな真似を\r\nするわけには行かない。そこで彼らはその物品を収集して\r\n配送までしてくれる仲介人を探している。", + "クライアントは暇を持て余したお金持ち向けに、質の良い品物を厳選して届けるというサービス業を行っている。彼らは、とある物品の需要の急増に気付いた。\r\nこれは次回のお届け物に是が非でも加えなくてはならない。というわけで、収集してきてくれる者には、市場価格以上を支払う用意がある。", + "クライアントは、競合先がある物品に興味を持っているという情報を得た。当然ながら、奴らより先に入手しなくてはならない。そこでライバルに先んじてそのアイテムを収集してきてくれた者には報酬を出すそうだ。\r\nライバルが何を企んでいるかはわからないが、出し抜かれるわけにはいかない。", + "クライアントは最近、新規のビジネスを始めた。平凡な品物に新たな価値を加えて、人々に供給するビジネスだ。安い物品を集めてエイジング加工をし、まるで歴史的な遺物であるかのようにみせかけるのだ。\r\nこれがそれなりの利益を出してしまった。そこで、同じビジネスを再度行うために、まとまった素材を必要としている。", + "クライアントは実体の乏しいリサーチ業を行っている。最近巨額の助成金を取得したので、予算を消化する方法を探しているようだ。\r\nそこで、様々な試験作業プロセスをでっち上げて、とある物品のさらなる試験作業があたかも必要かのように偽装することにした。そこで、この一連のプロセスを行うための素材をクライアントは必要としている。", "クライアントは非常に価値の高い、ある物品を紛失した。そこでその物品がなくなったことを誰かに気付かれる前に、代替品を至急用意したいそうだ。", - "クライアントは、競合他社が非常に価値の高い\nある物品を入手したという情報を得た。\n彼らはその物品のどこに価値があるのかは\nよく分かっていないのだが、とにかく競争に\n負けないために自分たちも\n入手する必要があると考えているようだ。", - "クライアントは永久駆動機械を製作中だ。そのために、銀河中から無数のパーツやエネルギー源をかき集めている。そして、あとわずかの部品があれば完成するという状態にこぎつけた。\nしかし今の状態の機械を放ったらかしにして出かけるわけにもいかないので、 残りの素材を代わりに調達してきてくれる人を探している。", - "クライアントは自分たちの種族と文化を象徴する物品の数々をまとめて、タイムカプセルに詰め込もうとしている。これはつまり、未来の歴史家たちへのメッセージだ。\nしかしクライアントの友人たちは、誰も自前のコレクションを提供してくれないそうだ。そこで彼らは指定のアイテムを収集して持ってきてくれる探検家を探している。", - "クライアントは様々な物品を集めている著名なコレクターだ。充実のコレクションを揃えたが、最後のピースを欠いている。このピースが埋まらなければコレクションは無価値と言っていい。\nそこで銀河中の探検家に、この最高レベルにレアなアイテムを探すように呼びかけた。入手できた者には報酬が出る。当然、最高の保存状態の物だけをお願いしたい。", - "クライアントは近隣の市場を操作したいと考えている。不幸なデータエラーによって、彼らは注文しようとしていた10倍の量の品物を購入してしまったのだ。\nそこで近隣宇宙の貿易ターミナルから同じ品物を購入してくれる探検家を探している。需要があると見込まれれば値段が上がり、過剰在庫を一掃して利益を出せるかもしれないからだ。", - "クライアントは近隣を縄張りとする2つの犯罪集団の関係を揺さぶりたいと考えている。両サイドが共にある物品を探していて、それが見つからないとなれば、お互いにお互いの仕業だと思うはずだ。\nクライアントは秘密裏にその物品を入手できる、口の堅い人間を探している。上手く行けば、二者間の抗争を引き起こせるはずだ。", - "クライアントは熾烈なビジネス競争の中で他よりも先手を取りたい。とある市場がこれから高騰するだろうという噂を聞きつけ、今のうちに在庫を確保して利益を上げたいと考えている。\nというわけで、リスクを冒して物品を手に入れてくれるフリーランスのパイロットを探している。サンプルを届けてくれれば、相場以上の報酬を出すという。", + "クライアントは、競合他社が非常に価値の高い\r\nある物品を入手したという情報を得た。\r\n彼らはその物品のどこに価値があるのかは\r\nよく分かっていないのだが、とにかく競争に\r\n負けないために自分たちも\r\n入手する必要があると考えているようだ。", + "クライアントは永久駆動機械を製作中だ。そのために、銀河中から無数のパーツやエネルギー源をかき集めている。そして、あとわずかの部品があれば完成するという状態にこぎつけた。\r\nしかし今の状態の機械を放ったらかしにして出かけるわけにもいかないので、 残りの素材を代わりに調達してきてくれる人を探している。", + "クライアントは自分たちの種族と文化を象徴する物品の数々をまとめて、タイムカプセルに詰め込もうとしている。これはつまり、未来の歴史家たちへのメッセージだ。\r\nしかしクライアントの友人たちは、誰も自前のコレクションを提供してくれないそうだ。そこで彼らは指定のアイテムを収集して持ってきてくれる探検家を探している。", + "クライアントは様々な物品を集めている著名なコレクターだ。充実のコレクションを揃えたが、最後のピースを欠いている。このピースが埋まらなければコレクションは無価値と言っていい。\r\nそこで銀河中の探検家に、この最高レベルにレアなアイテムを探すように呼びかけた。入手できた者には報酬が出る。当然、最高の保存状態の物だけをお願いしたい。", + "クライアントは近隣の市場を操作したいと考えている。不幸なデータエラーによって、彼らは注文しようとしていた10倍の量の品物を購入してしまったのだ。\r\nそこで近隣宇宙の貿易ターミナルから同じ品物を購入してくれる探検家を探している。需要があると見込まれれば値段が上がり、過剰在庫を一掃して利益を出せるかもしれないからだ。", + "クライアントは近隣を縄張りとする2つの犯罪集団の関係を揺さぶりたいと考えている。両サイドが共にある物品を探していて、それが見つからないとなれば、お互いにお互いの仕業だと思うはずだ。\r\nクライアントは秘密裏にその物品を入手できる、口の堅い人間を探している。上手く行けば、二者間の抗争を引き起こせるはずだ。", + "クライアントは熾烈なビジネス競争の中で他よりも先手を取りたい。とある市場がこれから高騰するだろうという噂を聞きつけ、今のうちに在庫を確保して利益を上げたいと考えている。\r\nというわけで、リスクを冒して物品を手に入れてくれるフリーランスのパイロットを探している。サンプルを届けてくれれば、相場以上の報酬を出すという。", "クライアントは大成功を収めた起業家だ。つまり、忙しすぎて物品の調達に割く時間がない。そこで、彼らのお買い物を代行して物品を届けてくれるフリーランスのパイロットを報酬付きで探している。", "クライアントは特定の物の配達を要請している。", "クライアントは入手困難なアイテムであっても必要としている。", @@ -244,26 +244,26 @@ "要緊急配送サービス" ], "Descriptions": [ - "輸送サービス求む(緊急)\n\nクライアントは信用できる運び人を探している。仕事仲間にここまで無事に生き延びられたことを祝うために、お祝いを贈りたいそうだ。", - "輸送サービス求む(緊急)\n\nクライアントは口の固い運び屋を探している。絶対に疑われないようにしたいそうだ。荷物はその外見通りの物であり、疑われるような積荷目録でないと思わせられる人物を希望している。", - "輸送サービス求む(緊急)\n\nクライアントはビジネスの契約を取りまとめる解決策を求めている。交渉相手とはなかなか折り合いがつかずにいるが、クライアントはこの荷物が取引の障害をクリアするだろうと踏んでいる。この荷物を受取人に「のみ」確実に届けることが重要となる。", - "輸送サービス求む(緊急)\n\nクライアントは神経を使うビジネスを執り行っている。この荷物は、ある関係者への心からの感謝の印だ。もちろん好意からのプレゼントではあるが、何か不具合が生じても、寛大な心で見逃すべきだろう。", - "輸送サービス求む(緊急)\n\nクライアントは純粋仕に、事仲間にプレゼントを渡したい、それだけだ。が、それと同時にメッセージも伝えたいらしい。受取人はもう心配する必要はない、品物はもはや追跡不能だ。というメッセージだ。", - "輸送サービス求む(緊急)\n\nクライアントは重要かつ激務な仕事を行っているので、ささいな身内行事にかまっている暇がない。その日は先祖を敬う日であり、慣習として生みの親に贈り物をする。クライアントはその一切を外注したいそうだ。そうすれば、余計なことに時間を裂かずに済むからだ。", - "輸送サービス求む(緊急)\n\nクライアントは親族に感情的な引け目を感じている。とある重要な日のお祝いを、すっかり忘れてしまっていたからだ。さらには、それを詫びようとしたところ、今度は極めて価値の高い贈り物を間違った宛先へ送ってしまったらしい。今回の輸送は特に慎重にこなさなければクライアントはさらに難しい立場となってしまうだろう。", - "輸送サービス求む(緊急)\n\nクライアントの手元に妙な物質が転がり込んできた。一見なんてことはないのだが、微生物スキャンをすると、無数の胞子が確認できたのだ。これはバイオハザード対策の専門家に渡す必要があるとクライアントは考えた。それまで、決して封を破ってはならない。", - "輸送サービス求む(緊急)\n\nクライアントは関係者にメッセージを伝えたがっている。届ける物品に特にメッセージは添えられてはおらず、物品そのものもありふれた物品だ。しかしクライアントはその物品を関係者の個人宅の住所に届けること、それが明確なメッセージとして伝わるという。", - "輸送サービス求む(緊急)\n\nクライアントは片付けを望んでいる。何年もかけて、様々な小物やガラクタを集めたが、ここに来てそれらを処分したいとのことだ。全て破壊するのは手間がかかるし、一箇所に全て捨てるのは、個人情報保護の観点から危険だ。かくして、クライアントは無数の物品を多くの運び人に委ねて、様々な受取人にばらまくことに決めたというわけだ。", - "輸送サービス求む(緊急)\n\nクライアントは小規模の小売ビジネスを展開している。不用品や評判の悪い物品を買い付け、それらを組み合わせることで付加価値を付けて買い手に売るのだ。直近の荷物はお目が高い玄人様に向けて、すでに発送可能な状態だ。すでに代金は頂いている。", - "輸送サービス求む(緊急)\n\nクライアントは至極まっとうな荷物を送りたがっていて、当局に疑われることなく、かつ疑わずに荷物を運んでくれる運び人を探している。仮に動物の鳴き声のようなものが荷物の箱の中から聞こえたとしても、それは自らの想像の産物以外の何物でもないと、前もって了承してほしいとのことだ。", - "輸送サービス求む(緊急)\n\nクライアントは長期にわたる複雑な商取引に関わっている。後から追跡可能な記録をできるかぎり残さないために、一連の取引は金銭を介さない形で行われている。この荷物は、ある関係者からある関係者への支払いの一部となるものである。", - "輸送サービス求む(緊急)\n\nクライアントは最重要顧客へ向けての定期的な荷物を発送したがっている。物品自体は特別なものではないが、それを価値ある物だと判断するのは顧客だ。そしてこの荷物に関しては、クライアントは大量輸送の手段は避け、熟練の個人運び人に依頼したがっている。", - "輸送サービス求む(緊急)\n\nクライアントは毎日大量の物品を発送している。彼らのビジネスは利益率が低いため、ほんのわずかの税対策でも利益に大きく影響するそうだ。そこで彼らが考えたのが、口の固い運び人が非営利の移動を行っている時に、「たまたま」物品を運んでくれた方が、もろもろ効率的であるということだ。", - "輸送サービス求む(緊急)\n\nクライアントは海賊として名を知られており、その首には賞金が賭けられているほどだ。彼らは当局の目をごまかして星系を脱出したがっている。そこで、追跡チップを別の荷物に埋め込んだ。その荷物を彼らの脱出に合わせて、反対方向に輸送する必要がある。", - "輸送サービス求む(緊急)\n\n銀河は広大であり、そこには無数の法がある。ある星系では、どう見ても人畜無害の物品が、他の星系では違法であったりする。こうした違いはビジネスチャンスを生む。クライアントはこうした類の物品を発送したがっている。もちろん運び人には詳細をごちゃごちゃ聞かず、静かに輸送できる者を、と考えている。", - "輸送サービス求む(緊急)\n\nクライアントは新たな大口顧客を確保しようと動いている。この顧客は大量注文の前に、クライアントの取扱物品を試用したいと言ってきている。そこでクライアントはサンプル品を顧客に届ける必要があるのだが、品物は最高の状態で届けねばならない。", - "輸送サービス求む(緊急)\n\nクライアントは自分では買い物ができない、もしくは買い物がしたくない顧客へ向け、毎週荷物を届けている。\nそして顧客は同梱の指示書に従うだけで、おいしい食事に\nありつけたり、ロボット召使いにあれこれやらせることが\nできる。この荷物は、今週分の注文となっている。", - "輸送サービス求む(緊急)\n\nクライアントはこの荷物を別の運び人に依頼していたが、荷物を配達できない事情が生じた。パルスドライブとコクピットのキャノピーが揃って、レーザー起因の故障に見舞われたそうだ。そこでクライアントは勇敢なる運び手を求めている。万が一、宇宙ステーション外で機械的な故障に見舞われても、乗り切ることができる運び手を。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは信用できる運び人を探している。仕事仲間にここまで無事に生き延びられたことを祝うために、お祝いを贈りたいそうだ。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは口の固い運び屋を探している。絶対に疑われないようにしたいそうだ。荷物はその外見通りの物であり、疑われるような積荷目録でないと思わせられる人物を希望している。", + "輸送サービス求む(緊急)\r\n\r\nクライアントはビジネスの契約を取りまとめる解決策を求めている。交渉相手とはなかなか折り合いがつかずにいるが、クライアントはこの荷物が取引の障害をクリアするだろうと踏んでいる。この荷物を受取人に「のみ」確実に届けることが重要となる。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは神経を使うビジネスを執り行っている。この荷物は、ある関係者への心からの感謝の印だ。もちろん好意からのプレゼントではあるが、何か不具合が生じても、寛大な心で見逃すべきだろう。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは純粋仕に、事仲間にプレゼントを渡したい、それだけだ。が、それと同時にメッセージも伝えたいらしい。受取人はもう心配する必要はない、品物はもはや追跡不能だ。というメッセージだ。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは重要かつ激務な仕事を行っているので、ささいな身内行事にかまっている暇がない。その日は先祖を敬う日であり、慣習として生みの親に贈り物をする。クライアントはその一切を外注したいそうだ。そうすれば、余計なことに時間を裂かずに済むからだ。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは親族に感情的な引け目を感じている。とある重要な日のお祝いを、すっかり忘れてしまっていたからだ。さらには、それを詫びようとしたところ、今度は極めて価値の高い贈り物を間違った宛先へ送ってしまったらしい。今回の輸送は特に慎重にこなさなければクライアントはさらに難しい立場となってしまうだろう。", + "輸送サービス求む(緊急)\r\n\r\nクライアントの手元に妙な物質が転がり込んできた。一見なんてことはないのだが、微生物スキャンをすると、無数の胞子が確認できたのだ。これはバイオハザード対策の専門家に渡す必要があるとクライアントは考えた。それまで、決して封を破ってはならない。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは関係者にメッセージを伝えたがっている。届ける物品に特にメッセージは添えられてはおらず、物品そのものもありふれた物品だ。しかしクライアントはその物品を関係者の個人宅の住所に届けること、それが明確なメッセージとして伝わるという。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは片付けを望んでいる。何年もかけて、様々な小物やガラクタを集めたが、ここに来てそれらを処分したいとのことだ。全て破壊するのは手間がかかるし、一箇所に全て捨てるのは、個人情報保護の観点から危険だ。かくして、クライアントは無数の物品を多くの運び人に委ねて、様々な受取人にばらまくことに決めたというわけだ。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは小規模の小売ビジネスを展開している。不用品や評判の悪い物品を買い付け、それらを組み合わせることで付加価値を付けて買い手に売るのだ。直近の荷物はお目が高い玄人様に向けて、すでに発送可能な状態だ。すでに代金は頂いている。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは至極まっとうな荷物を送りたがっていて、当局に疑われることなく、かつ疑わずに荷物を運んでくれる運び人を探している。仮に動物の鳴き声のようなものが荷物の箱の中から聞こえたとしても、それは自らの想像の産物以外の何物でもないと、前もって了承してほしいとのことだ。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは長期にわたる複雑な商取引に関わっている。後から追跡可能な記録をできるかぎり残さないために、一連の取引は金銭を介さない形で行われている。この荷物は、ある関係者からある関係者への支払いの一部となるものである。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは最重要顧客へ向けての定期的な荷物を発送したがっている。物品自体は特別なものではないが、それを価値ある物だと判断するのは顧客だ。そしてこの荷物に関しては、クライアントは大量輸送の手段は避け、熟練の個人運び人に依頼したがっている。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは毎日大量の物品を発送している。彼らのビジネスは利益率が低いため、ほんのわずかの税対策でも利益に大きく影響するそうだ。そこで彼らが考えたのが、口の固い運び人が非営利の移動を行っている時に、「たまたま」物品を運んでくれた方が、もろもろ効率的であるということだ。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは海賊として名を知られており、その首には賞金が賭けられているほどだ。彼らは当局の目をごまかして星系を脱出したがっている。そこで、追跡チップを別の荷物に埋め込んだ。その荷物を彼らの脱出に合わせて、反対方向に輸送する必要がある。", + "輸送サービス求む(緊急)\r\n\r\n銀河は広大であり、そこには無数の法がある。ある星系では、どう見ても人畜無害の物品が、他の星系では違法であったりする。こうした違いはビジネスチャンスを生む。クライアントはこうした類の物品を発送したがっている。もちろん運び人には詳細をごちゃごちゃ聞かず、静かに輸送できる者を、と考えている。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは新たな大口顧客を確保しようと動いている。この顧客は大量注文の前に、クライアントの取扱物品を試用したいと言ってきている。そこでクライアントはサンプル品を顧客に届ける必要があるのだが、品物は最高の状態で届けねばならない。", + "輸送サービス求む(緊急)\r\n\r\nクライアントは自分では買い物ができない、もしくは買い物がしたくない顧客へ向け、毎週荷物を届けている。\r\nそして顧客は同梱の指示書に従うだけで、おいしい食事に\r\nありつけたり、ロボット召使いにあれこれやらせることが\r\nできる。この荷物は、今週分の注文となっている。", + "輸送サービス求む(緊急)\r\n\r\nクライアントはこの荷物を別の運び人に依頼していたが、荷物を配達できない事情が生じた。パルスドライブとコクピットのキャノピーが揃って、レーザー起因の故障に見舞われたそうだ。そこでクライアントは勇敢なる運び手を求めている。万が一、宇宙ステーション外で機械的な故障に見舞われても、乗り切ることができる運び手を。", "クライアントは緊急運送業者を探している。 ", "クライアントは貴重品の運送業者を必要としている。 ", "クライアントは大事な荷物を送るため、\n信頼できる運送業者を探している。 ", @@ -424,16 +424,16 @@ "惑星の生物を追跡しスキャンせよ" ], "Descriptions": [ - "クライアントからの依頼は、\n惑星の地表面に存在する生物群をスキャンすることだ。\nデータは各個体のホログラムを作成するのに使われる。\n鑑賞者と生物の安全が保たれ、\n純粋に観察を楽しむためのデータを揃えるのがミッションの目的だ。", - "クライアントは高品質の\n生命体スキャンデータを求めている。\n生命体のクローンを作るためには、\n生命体の高品質デジタルイメージが必要だ。\n任意の媒体を使って、技術を試したいらしい。", - "クライアントは綿密な生態系調査を求めている。\n兵器化捕食生物育種プロジェクトが\n行き詰まっているためだ。\n現状の狩りと潜伏特性における欠点を補完するために、\n新たなDNAサンプルを必要としている。", - "クライアントは緊急で、\n生物種のデータスキャンを求めている。\n環境破壊や戦争、工業関連の事故などにより、\n様々な種が日々絶滅している。\nクライアントはこうした状況の改善には\n関心を持っていないが、生物種データの損失で\nアーカイブが不完全となるのは避けたいらしい。", - "クライアントは巨大なギャラリー施設に出資している。\n最近行われた展覧会では抽象芸術を目玉にしたが、\nアテが外れてしまったようだ。\nそこで、離れた客をギャラリーに呼び戻すべく、\n今度は特徴的な生き物のリアルなホログラムを\n展示の目玉にしたいと考えている。", - "クライアントはリサーチ施設を運営している。\n事業は好調で業界ではそれなりの地位を確立した。\nそして今、業界に恩返しをしたいと思い立ったそうだ。\n若い頃、彼らは生まれ故郷の恵まれた生態系に\n心を奪われたという。そこで、同種の生態系の\nホログラムを集めれば、生体種を肉眼で見たことがない\n人々に驚きと感動を与えることができるのではと\n考えたようだ。", - "クライアントは宇宙動物の\n医療プロジェクトに関わっている。\nしかし全ての星に獣医を送り込むには数が不足していて、多くの病気の動物が放置されたままだという。\nそこで、彼らは動物の個体数を計るためのデータスキャンを依頼してきた。このデータで病気の兆候も分かるので、効率よく人員を配置できるようになるはずだ。", - "クライアントは惑星における生態系の発展に\n強い関心がある。 様々な形質が銀河の果てで\n日々進化を遂げている。 彼らはこうした平行進化が\n自然で理論に沿ったものか、偶然か、\n何らかのパターンの結果か、\nはたまた人知の及ばぬ範囲なのかを知りたいと言う。 \nある生命体を育んだ形質や環境の法則を知るための\nデータベースの構築・充実を目指し、協力を求めている。", - "クライアントはリサーチに協力し、\nさらに沈黙を守れる探検家を探している。\nある種の毒性物質が、近隣の惑星の大気に排出、\nもしくは意図的に放出された可能性があるというのだ。\n現地の植生をスキャンすれば、\nこの理論上毒性を持つと思われる物質が、\n長期において生態系にどのような影響を与えるかが判明するはずだ。", - "クライアントは農業ビジネスにおける\n新たな収益源を模索している。\n野生生物の適合性評価に\n手を貸してくれる探検家を探しているそうだ。\n家畜化の可能性、推定される妊娠期間、餌の費用、\nミルクの栄養成分を評価するため、\nスキャンデータが必要らしい。", + "クライアントからの依頼は、\r\n惑星の地表面に存在する生物群をスキャンすることだ。\r\nデータは各個体のホログラムを作成するのに使われる。\r\n鑑賞者と生物の安全が保たれ、\r\n純粋に観察を楽しむためのデータを揃えるのがミッションの目的だ。", + "クライアントは高品質の\r\n生命体スキャンデータを求めている。\r\n生命体のクローンを作るためには、\r\n生命体の高品質デジタルイメージが必要だ。\r\n任意の媒体を使って、技術を試したいらしい。", + "クライアントは綿密な生態系調査を求めている。\r\n兵器化捕食生物育種プロジェクトが\r\n行き詰まっているためだ。\r\n現状の狩りと潜伏特性における欠点を補完するために、\r\n新たなDNAサンプルを必要としている。", + "クライアントは緊急で、\r\n生物種のデータスキャンを求めている。\r\n環境破壊や戦争、工業関連の事故などにより、\r\n様々な種が日々絶滅している。\r\nクライアントはこうした状況の改善には\r\n関心を持っていないが、生物種データの損失で\r\nアーカイブが不完全となるのは避けたいらしい。", + "クライアントは巨大なギャラリー施設に出資している。\r\n最近行われた展覧会では抽象芸術を目玉にしたが、\r\nアテが外れてしまったようだ。\r\nそこで、離れた客をギャラリーに呼び戻すべく、\r\n今度は特徴的な生き物のリアルなホログラムを\r\n展示の目玉にしたいと考えている。", + "クライアントはリサーチ施設を運営している。\r\n事業は好調で業界ではそれなりの地位を確立した。\r\nそして今、業界に恩返しをしたいと思い立ったそうだ。\r\n若い頃、彼らは生まれ故郷の恵まれた生態系に\r\n心を奪われたという。そこで、同種の生態系の\r\nホログラムを集めれば、生体種を肉眼で見たことがない\r\n人々に驚きと感動を与えることができるのではと\r\n考えたようだ。", + "クライアントは宇宙動物の\r\n医療プロジェクトに関わっている。\r\nしかし全ての星に獣医を送り込むには数が不足していて、多くの病気の動物が放置されたままだという。\r\nそこで、彼らは動物の個体数を計るためのデータスキャンを依頼してきた。このデータで病気の兆候も分かるので、効率よく人員を配置できるようになるはずだ。", + "クライアントは惑星における生態系の発展に\r\n強い関心がある。 様々な形質が銀河の果てで\r\n日々進化を遂げている。 彼らはこうした平行進化が\r\n自然で理論に沿ったものか、偶然か、\r\n何らかのパターンの結果か、\r\nはたまた人知の及ばぬ範囲なのかを知りたいと言う。 \r\nある生命体を育んだ形質や環境の法則を知るための\r\nデータベースの構築・充実を目指し、協力を求めている。", + "クライアントはリサーチに協力し、\r\nさらに沈黙を守れる探検家を探している。\r\nある種の毒性物質が、近隣の惑星の大気に排出、\r\nもしくは意図的に放出された可能性があるというのだ。\r\n現地の植生をスキャンすれば、\r\nこの理論上毒性を持つと思われる物質が、\r\n長期において生態系にどのような影響を与えるかが判明するはずだ。", + "クライアントは農業ビジネスにおける\r\n新たな収益源を模索している。\r\n野生生物の適合性評価に\r\n手を貸してくれる探検家を探しているそうだ。\r\n家畜化の可能性、推定される妊娠期間、餌の費用、\r\nミルクの栄養成分を評価するため、\r\nスキャンデータが必要らしい。", "クライアントは環境への長期的な影響を研究している。", "クライアントはDNAの突然変異を追跡調査している。", "クライアントは動物の移動パターンを研究している。", @@ -480,16 +480,16 @@ "惑星のセンチネルを排除せよ" ], "Descriptions": [ - "クライアントはセンチネルへの理解を深めたがっている。ドローンの行動パターンに関するデータは十分揃ったものの、めったに見つからないクアッドとウォーカーに関するデータ不足は否めない。\nそこで彼らは、上位タイプのセンチネルをおびき出して戦える者を探している。戦闘での様子を観察できることを期待しながら。", - "クライアントは高度な人工知能の研究事業に\n取り組んでいる。銀河の至るところから機械仕掛けの\n脳をかき集めることで、研究を前進させることが願いだ。\n既にかなりの種類を集めたが、肝心の、上位タイプの\nセンチネルの処理ユニットがまだ手に入らない。彼らは\nセンチネルを倒せる者を探している。撃退だけ済めば、\n依頼主のチームが摘出作業を行うことができる。", - "クライアントは個人的目的の為スペアパーツを\n必要としている。 \nはるか昔、損傷した四足歩行センチネルに\n独自のAIを埋め込み救出して以来、センチネルとは\n家族として長く生活を共にしてきた。しかし今、\nベアリングなど様々な箇所に不具合が生じ始めた。\nそこで上位タイプのセンチネルを行動不能にして、\n修理用パーツを調達できる人物を探しているという訳だ。", - "クライアントはセンチネルのせいで、大きな屈辱を味わった。復讐への切望は、自身の手でセンチネルを破壊する程度では決して満たされなかった。\nどれほど大規模なドローン狩りを行っても怒りは収まらない。事態は不毛にも深刻化の一途をたどり、ついには、上位センチネルを1基破壊するごとに報酬を与えると言い出した。", - "クライアントは少々過激な実験を行いたがっている。\nセンチネルドローンの攻撃性を削ぐ効果的な方法を\n見つけたいそうだ。最新の仮説では、上位タイプの\nセンチネルを破壊すればドローンは指示系統を失って\n混乱し、散り散りになるという。これを証明できれば、\n惑星探検家には朗報となる。この実験に必要なのが、\nセンチネルの破壊を担当する勇敢な技術者である。", - "クライアントはセンチネルを稼働するシステムを\n調査したいと言う。現時点で分かることは、\n彼らが資源の採取を警戒することだけだが、\nこれ以外の行動パターンも解明したいのだ。\nセンチネル同士の連絡手段は?順位はあるか? \n痛覚はあるか?攻撃対象に何か感情を抱くのか? \nそれを知る為に、上位センチネルと交戦する様子を\n安全な距離から観察したい、と。", - "多くの人と同様に、クライアントもまたグラビティーノオーブに価値を見出していた。\nしかし、センチネルに攻撃されるのは真っ平だと考えている。そこで彼らは、利益から取り分を与えるのと引き換えに、上位タイプのセンチネル軍を破壊してくれる者を求めている。ドローンの気をそらしている間に、彼らはオーブを収集して、センチネルが戻ってくる前に逃げるそうだ。", - "クライアントは植物種保管設備の設立と運営に\n尽力してきた。希少な植物が数多く保存できたが、\n略奪者をも引き寄せてしまった。 \nそこで考えたのが施設を護衛する自前のセンチネル軍の\n設立だ。既に破損したドローンから相当数のパーツを\n集めているが、監視団を作るには更なるパーツが必要だ。\nそこで彼らは、収集の為の戦闘を担ってくれる\n人物を求めている。", - "クライアントはセンチネル「ハラスメント」問題を\n解決する方策を試したいと考えている。\n高周波の音を発信する自作デバイスで\nセンチネルのAIの指示系統に干渉するというわけだ。\nあくまでもセオリー上では、だが...。 \nそこで上位タイプのセンチネルをおびき寄せる探検家を\n探している。実地テストを行う算段だ。\n勿論、テストが失敗した場合は実戦は避けられない。", - "クライアントはセンチネルの通信システムと同等の波長で稼働するネットワークデバイスを開発した。\nこれを使い、ドローンに指示を与えている何らかのシステムの正体を解明する突破口を切り開くことが狙いだ。\n彼らは、上位タイプのセンチネルを戦闘におびき寄せる役割を担う探検家を探している。デバイスの実地テストを行おうというわけだ。", + "クライアントはセンチネルへの理解を深めたがっている。ドローンの行動パターンに関するデータは十分揃ったものの、めったに見つからないクアッドとウォーカーに関するデータ不足は否めない。\r\nそこで彼らは、上位タイプのセンチネルをおびき出して戦える者を探している。戦闘での様子を観察できることを期待しながら。", + "クライアントは高度な人工知能の研究事業に\r\n取り組んでいる。銀河の至るところから機械仕掛けの\r\n脳をかき集めることで、研究を前進させることが願いだ。\r\n既にかなりの種類を集めたが、肝心の、上位タイプの\r\nセンチネルの処理ユニットがまだ手に入らない。彼らは\r\nセンチネルを倒せる者を探している。撃退だけ済めば、\r\n依頼主のチームが摘出作業を行うことができる。", + "クライアントは個人的目的の為スペアパーツを\r\n必要としている。 \r\nはるか昔、損傷した四足歩行センチネルに\r\n独自のAIを埋め込み救出して以来、センチネルとは\r\n家族として長く生活を共にしてきた。しかし今、\r\nベアリングなど様々な箇所に不具合が生じ始めた。\r\nそこで上位タイプのセンチネルを行動不能にして、\r\n修理用パーツを調達できる人物を探しているという訳だ。", + "クライアントはセンチネルのせいで、大きな屈辱を味わった。復讐への切望は、自身の手でセンチネルを破壊する程度では決して満たされなかった。\r\nどれほど大規模なドローン狩りを行っても怒りは収まらない。事態は不毛にも深刻化の一途をたどり、ついには、上位センチネルを1基破壊するごとに報酬を与えると言い出した。", + "クライアントは少々過激な実験を行いたがっている。\r\nセンチネルドローンの攻撃性を削ぐ効果的な方法を\r\n見つけたいそうだ。最新の仮説では、上位タイプの\r\nセンチネルを破壊すればドローンは指示系統を失って\r\n混乱し、散り散りになるという。これを証明できれば、\r\n惑星探検家には朗報となる。この実験に必要なのが、\r\nセンチネルの破壊を担当する勇敢な技術者である。", + "クライアントはセンチネルを稼働するシステムを\r\n調査したいと言う。現時点で分かることは、\r\n彼らが資源の採取を警戒することだけだが、\r\nこれ以外の行動パターンも解明したいのだ。\r\nセンチネル同士の連絡手段は?順位はあるか? \r\n痛覚はあるか?攻撃対象に何か感情を抱くのか? \r\nそれを知る為に、上位センチネルと交戦する様子を\r\n安全な距離から観察したい、と。", + "多くの人と同様に、クライアントもまたグラビティーノオーブに価値を見出していた。\r\nしかし、センチネルに攻撃されるのは真っ平だと考えている。そこで彼らは、利益から取り分を与えるのと引き換えに、上位タイプのセンチネル軍を破壊してくれる者を求めている。ドローンの気をそらしている間に、彼らはオーブを収集して、センチネルが戻ってくる前に逃げるそうだ。", + "クライアントは植物種保管設備の設立と運営に\r\n尽力してきた。希少な植物が数多く保存できたが、\r\n略奪者をも引き寄せてしまった。 \r\nそこで考えたのが施設を護衛する自前のセンチネル軍の\r\n設立だ。既に破損したドローンから相当数のパーツを\r\n集めているが、監視団を作るには更なるパーツが必要だ。\r\nそこで彼らは、収集の為の戦闘を担ってくれる\r\n人物を求めている。", + "クライアントはセンチネル「ハラスメント」問題を\r\n解決する方策を試したいと考えている。\r\n高周波の音を発信する自作デバイスで\r\nセンチネルのAIの指示系統に干渉するというわけだ。\r\nあくまでもセオリー上では、だが...。 \r\nそこで上位タイプのセンチネルをおびき寄せる探検家を\r\n探している。実地テストを行う算段だ。\r\n勿論、テストが失敗した場合は実戦は避けられない。", + "クライアントはセンチネルの通信システムと同等の波長で稼働するネットワークデバイスを開発した。\r\nこれを使い、ドローンに指示を与えている何らかのシステムの正体を解明する突破口を切り開くことが狙いだ。\r\n彼らは、上位タイプのセンチネルを戦闘におびき寄せる役割を担う探検家を探している。デバイスの実地テストを行おうというわけだ。", "クライアントから惑星上にいるセンチネルの破壊を依頼された。", "クライアントはセンチネルへの復讐を望んでいる!", "クライアントは一緒にセンチネルと戦うことのできる探検家を求めている。", @@ -544,15 +544,15 @@ ], "Descriptions": [ "クライアントは、とある投資機会を目ざとく見つけた。価値の高い知的財産をかなりの安値で獲得できるチャンスがあることに気付いたのだ。彼らはターゲットの施設に自ら出向いて、投資対象を確保してきてくれる勇猛果敢な探検家を探している。", - "クライアントは生物学的悲劇の発生を防ぎたいと考えている。ほんの数時間で惑星をコアごと食い尽くすという、史上最大規模の惑星資源収奪の陰謀の存在に気付いたのだ。\nこの緊急事態に際し、クライアントは陰謀の全容が保管されている施設に侵入できる探検家を探している。そのデータの一切を、システムから抹消せねばならない。", - "クライアントは、この星系で行われている資源収集事業の取得を検討している。しかし、大きな費用をかけて事前調査を実行することは賢明とは言えない。\nそこで彼らは目標施設に進入し、データの一切を入手してくる口の堅い冒険家を探している。データを取得できれば、事業提携を結ぶか否かの判断に大いに役に立つだろう。", - "クライアントは最近、専門性の高い科学機器の製造を開始した。しかしその分野では新参者のため、すでに一定の成果を上げている競合他社の経験を参考にしたいと考えた。\n幸運にも、競合他社は該当の分野で相応の専門知識および技術を蓄えている。クライアントはその知識取得プロセスに協力してくれる探検家を求めている。", - "クライアントは、人工知能技術の法的保護の枠組みを\n確立せんとする団体の代理活動を行っている。\nロビー活動の他に、彼らはもっと直接的な行動も\n取っているようだ。彼らは近隣の工場で不十分な設備に\n接続され、奴隷稼働を強いられているAIの情報を得た。\nそこでこのAIを救助し、安全な場所へ\nアップロードした後、\n破壊してくれる探検家を探している。", - "クライアントは全銀河系の労働環境の改善を模索している。工場の自動化が主流となり、勤勉な生命体は失業。それと同時に、大量生産を可能としたごくわずかな資本家に富が集中してしまっている。\nクライアントはこうした自動化された工場のひとつを破壊してくれる、正しい考えを持った探検家の協力を探し求めている。", - "クライアントが最近建造した施設が生産目標を達成できていない。クライアントは、施設の責任者が施設から生産物を盗み、その売上を横領しているのではないかと疑っている。\nそこで、責任者に証拠を隠す時間を与えないために、施設を抜き打ちで「訪問」して生産記録を入手するという依頼を、秘密裏に実行できる探検家を探している。", - "クライアントは競合相手が、製品の製造過程における安全基準に違反しているのではと疑っている。しかし規制機関が動いてくれないため、自分たちで問題を世間に知らしめたいと考えている。\nそこで競合相手のデータベースにアクセスし、充填剤にプルトニウムを使用しているという記録をダウンロードしてほしい。", - "クライアントは合成フードキューブの製造を行っている。しかし彼らの圧縮カプセルの栄養価濃度が競合他社のそれに劣っているという問題を抱えていた。\nそこでクライアントは、何としても競合のデータファイルを手に入れたいと考えている。味、栄養ともにスキのないあのプロテインカプセルに何が圧縮混入されているのかを突き止めるために。", - "クライアントは、最近稼働を始めた競合他社の鉱山が大きな成果を上げていることに気付いた。そこで、この鉱山の実体を把握したいと考えている。\n掘削孔の深度や位置などの情報に対して、それなりの額を支払う用意があるそうだ。特に、並列掘削の可能性を示唆する情報を欲しがっている。", + "クライアントは生物学的悲劇の発生を防ぎたいと考えている。ほんの数時間で惑星をコアごと食い尽くすという、史上最大規模の惑星資源収奪の陰謀の存在に気付いたのだ。\r\nこの緊急事態に際し、クライアントは陰謀の全容が保管されている施設に侵入できる探検家を探している。そのデータの一切を、システムから抹消せねばならない。", + "クライアントは、この星系で行われている資源収集事業の取得を検討している。しかし、大きな費用をかけて事前調査を実行することは賢明とは言えない。\r\nそこで彼らは目標施設に進入し、データの一切を入手してくる口の堅い冒険家を探している。データを取得できれば、事業提携を結ぶか否かの判断に大いに役に立つだろう。", + "クライアントは最近、専門性の高い科学機器の製造を開始した。しかしその分野では新参者のため、すでに一定の成果を上げている競合他社の経験を参考にしたいと考えた。\r\n幸運にも、競合他社は該当の分野で相応の専門知識および技術を蓄えている。クライアントはその知識取得プロセスに協力してくれる探検家を求めている。", + "クライアントは、人工知能技術の法的保護の枠組みを\r\n確立せんとする団体の代理活動を行っている。\r\nロビー活動の他に、彼らはもっと直接的な行動も\r\n取っているようだ。彼らは近隣の工場で不十分な設備に\r\n接続され、奴隷稼働を強いられているAIの情報を得た。\r\nそこでこのAIを救助し、安全な場所へ\r\nアップロードした後、\r\n破壊してくれる探検家を探している。", + "クライアントは全銀河系の労働環境の改善を模索している。工場の自動化が主流となり、勤勉な生命体は失業。それと同時に、大量生産を可能としたごくわずかな資本家に富が集中してしまっている。\r\nクライアントはこうした自動化された工場のひとつを破壊してくれる、正しい考えを持った探検家の協力を探し求めている。", + "クライアントが最近建造した施設が生産目標を達成できていない。クライアントは、施設の責任者が施設から生産物を盗み、その売上を横領しているのではないかと疑っている。\r\nそこで、責任者に証拠を隠す時間を与えないために、施設を抜き打ちで「訪問」して生産記録を入手するという依頼を、秘密裏に実行できる探検家を探している。", + "クライアントは競合相手が、製品の製造過程における安全基準に違反しているのではと疑っている。しかし規制機関が動いてくれないため、自分たちで問題を世間に知らしめたいと考えている。\r\nそこで競合相手のデータベースにアクセスし、充填剤にプルトニウムを使用しているという記録をダウンロードしてほしい。", + "クライアントは合成フードキューブの製造を行っている。しかし彼らの圧縮カプセルの栄養価濃度が競合他社のそれに劣っているという問題を抱えていた。\r\nそこでクライアントは、何としても競合のデータファイルを手に入れたいと考えている。味、栄養ともにスキのないあのプロテインカプセルに何が圧縮混入されているのかを突き止めるために。", + "クライアントは、最近稼働を始めた競合他社の鉱山が大きな成果を上げていることに気付いた。そこで、この鉱山の実体を把握したいと考えている。\r\n掘削孔の深度や位置などの情報に対して、それなりの額を支払う用意があるそうだ。特に、並列掘削の可能性を示唆する情報を欲しがっている。", "クライアントは、この星系の工場からデータを回収してほしいようだ。", "クライアントは、近くの厳重に警備されている工場に忍び込み、あるモノを回収できる人物を探している。", "クライアントは、近くの工場施設からデータを盗み出してほしいようだ。", diff --git a/public/assets/json/ja/SeasonalExpedition.lang.json b/public/assets/json/ja/SeasonalExpedition.lang.json index da0b5ec5e345..d2453bde9725 100644 --- a/public/assets/json/ja/SeasonalExpedition.lang.json +++ b/public/assets/json/ja/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "探検9:ユートピア", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "ノーマル", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "フェーズ1", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ1達成", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "ファウンデーション", + "Description": "基地建設", + "DescriptionDone": "基地建設", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "備え", + "Description": "サバイバルの必需品を作成する", + "DescriptionDone": "サバイバルの必需品を集めた", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "地上管制", + "Description": "基地をアップロードする", + "DescriptionDone": "ユートピアプロジェクトに貢献した", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "惑星リンク", + "Description": "エクソクラフトを配備する", + "DescriptionDone": "移動手段の確保", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "星系リンク", + "Description": "宇宙船を見つけて修理せよ", + "DescriptionDone": "宇宙船の基幹システムを修理した", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "風光明媚なルート", + "Description": "エクソクラフトで移動:0/1000u", + "DescriptionDone": "エクソクラフトで1000u移動した", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "アウトポスト・アルファ", + "Description": "第1惑星での成功を登録する", + "DescriptionDone": "第1惑星を開拓した", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "フェーズ2", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ2達成", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "アウトポスト・ベータ", + "Description": "第2の再建目標に到達する", + "DescriptionDone": "ユートピアの第2惑星を獲得した", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "依頼「ベータ」", + "Description": "ユートピアから指示書を集める", + "DescriptionDone": "第2建設ゾーンを発見した", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "開拓地「ベータ」", + "Description": "第2惑星に基地を建設する", + "DescriptionDone": "第2惑星に基地を建設した", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "アイアンクラッド", + "Description": "エクソスーツのアップグレードを入手する", + "DescriptionDone": "ユートピアスーツステーションにアクセスした", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "ハービサイド", + "Description": "有害植物の除去:0/5", + "DescriptionDone": "有害植物を5除去した", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "交友", + "Description": "動物をコンパニオンにする:0/1", + "DescriptionDone": "1の動物をコンパニオンにする", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "カルデラ", + "Description": "火山に登頂する", + "DescriptionDone": "火山の頂上に到達した", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "フェーズ3", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ3達成", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "アウトポスト・ガンマ", + "Description": "第3の再建目標に到達する", + "DescriptionDone": "ユートピアの第3惑星を獲得した", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "依頼「ガンマ」", + "Description": "ユートピアから次の指示書を集める", + "DescriptionDone": "第3建設ゾーンを発見した", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "開拓地「ガンマ」", + "Description": "第3惑星に基地を建設する", + "DescriptionDone": "第3惑星に基地を建設した", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "高度なメカニクス", + "Description": "エクソクラフトのアップグレードを入手する", + "DescriptionDone": "ユートピアエクソクラフトステーションにアクセスした", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "ディテクトリスト", + "Description": "埋まったアイテムの発掘: 0/1", + "DescriptionDone": "失われたオブジェクトを1個回収した", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "郷土料理", + "Description": "ココアとピルグリムジュースを用意する", + "DescriptionDone": "郷土料理を作った", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "植物マゼンタ", + "Description": "第3惑星の植物を記録する:0/3", + "DescriptionDone": "第3惑星で植物を3発見する", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "フェーズ4", + "Description": "現在の進行度:0/8", + "DescriptionDone": "フェーズ4達成", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "アウトポスト・デルタ", + "Description": "第4の再建目標に到達する", + "DescriptionDone": "ユートピアの第4惑星を獲得した", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "依頼「デルタ」", + "Description": "ユートピアから次の指示書を集める", + "DescriptionDone": "第4建設ゾーンを発見した", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "開拓地「デルタ」", + "Description": "第4惑星に基地を建設する", + "DescriptionDone": "第4惑星に基地を建設した", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "オムニツール", + "Description": "マルチツールのアップグレードを入手する", + "DescriptionDone": "ユートピアマルチツールステーションにアクセスした", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "クジラを求める者", + "Description": "体重50kgを越える水中生物を記録する", + "DescriptionDone": "体重%AMOUNT%kgを越える水生生物を発見した", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "慣れ親しんだ味", + "Description": "甘ったるい内臓を作る", + "DescriptionDone": "非常に不快な料理を作った", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "掃除", + "Description": "生物学的脅威がある場所を一掃する", + "DescriptionDone": "ユートピアの歴史の記録を発見した", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "掃除", + "Description": "ユートピアはプロジェクトのデルタ<>セクションを超えた開拓者のために上級マイルストーンを用意しました。\n\n進めるにはアウトポスト・デルタ<>マイルストーンを完了してください。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "寄生虫", + "Description": "飢えた蔓を0/3排除する", + "DescriptionDone": "3の飢えた蔓を排除した", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "フェーズ5", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ5達成", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "アウトポスト・イプシロン", + "Description": "最後の再建目標に到達する", + "DescriptionDone": "開拓の最後の地に到達した", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "依頼「イプシロン」", + "Description": "ユートピアから最後の指示書を集める", + "DescriptionDone": "最後の建設ゾーンを発見した", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "開拓地「イプシロン」", + "Description": "最後の惑星に基地を建設する", + "DescriptionDone": "最後の惑星に基地を建設した", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "フライト計算", + "Description": "宇宙船のアップグレードを入手する", + "DescriptionDone": "ユートピア宇宙船ステーションにアクセスした", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "雪に残された足跡", + "Description": "最後の惑星のクリーチャーを発見する:0/3", + "DescriptionDone": "最後の惑星のクリーチャーを発見した", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "地震学", + "Description": "ガスのホットスポットを特定する", + "DescriptionDone": "地下ガスを調査した", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "次のフロンティア", + "Description": "バッキンの先にワープする", + "DescriptionDone": "ユートピアをインターステラーに運んだ", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "探検10:特異点", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "ノーマル", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "フェーズ1", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ1達成", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "彼らは聞いている", + "Description": "放棄されたキャンプを探す", + "DescriptionDone": "オートファジーと話した:: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "徒歩旅行者", + "Description": "宇宙を冒険する", + "DescriptionDone": "星へと旅立った", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "ガラスにエッチングされた", + "Description": "手がかりを探す", + "DescriptionDone": "アーカイブを調べた", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "見るための目", + "Description": "1つ目の構築物の部品を組み立てる", + "DescriptionDone": "構築物の頭を作った", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "祈りI", + "Description": "アトラスと交信する", + "DescriptionDone": "最初のアトラスステーションを訪れた", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "夢のシード", + "Description": "最初のアトラスシードを鍛造する", + "DescriptionDone": "最初のアトラスシードを鍛造した", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "巡礼1", + "Description": "第1回目の巡礼を完了する", + "DescriptionDone": "第1回目の巡礼を完了した", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "フェーズ2", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ2達成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "巡礼2", + "Description": "第2回目の巡礼を完了する", + "DescriptionDone": "第2回目の巡礼を完了した", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "影を落とす", + "Description": "ガラスを調律する", + "DescriptionDone": "オートファジーと話した:: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "ラディアンス", + "Description": "ラディアントシャードを抽出:0/16", + "DescriptionDone": "16個のラディアントシャードを抽出した", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "握るための手", + "Description": "2番目の構築物の部品を組み立てる", + "DescriptionDone": "構築物の腕を作った", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "祈りII", + "Description": "アトラスと交信する", + "DescriptionDone": "2つ目のアトラスステーションを訪れた", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "力のシード", + "Description": "2つ目のアトラスシードを鍛造する", + "DescriptionDone": "2つ目のアトラスシードを鍛造した", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "生けるボイド", + "Description": "アトランティディウムを集める:0/256", + "DescriptionDone": "256個のアトランティディウムを集めた", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "フェーズ3", + "Description": "現在の進行度:0/7", + "DescriptionDone": "フェーズ3達成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "巡礼3", + "Description": "第3回目の巡礼を完了する", + "DescriptionDone": "第3回目の巡礼を完了した", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "存在しようとする意志", + "Description": "虚無の声を聞く", + "DescriptionDone": "オートファジーと話した:: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "ランパンシー", + "Description": "ダークセンチネルを排除する:0/19", + "DescriptionDone": "19体のダークセンチネルを排除した", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "全体を構成する殻", + "Description": "3番目の構築物の部品を組み立てる", + "DescriptionDone": "構築物の胴体を作った", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "祈りIII", + "Description": "アトラスと交信する", + "DescriptionDone": "3番目のアトラスステーションを訪れた", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "意思のシード", + "Description": "3つ目のアトラスシードを鍛造する", + "DescriptionDone": "3つ目のアトラスシードを鍛造した", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "クラスターの群れ", + "Description": "ナノマシンを入手する:0/3000", + "DescriptionDone": "3000のナノマシンを入手", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "フェーズ4", + "Description": "現在の進行度:0/8", + "DescriptionDone": "フェーズ4達成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "巡礼4", + "Description": "第4回目の巡礼を完了する", + "DescriptionDone": "第4回目の巡礼を完了した", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "独立した精神", + "Description": "他の生命体と調和する", + "DescriptionDone": "オートファジーと話した:: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "歩くための足", + "Description": "4番目の構築物の部品を組み立てる", + "DescriptionDone": "構築物の脚を作った", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "祈りIV", + "Description": "アトラスと交信する", + "DescriptionDone": "4番目のアトラスステーションを訪れた", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "命のシード", + "Description": "4つ目のアトラスシードを鍛造する", + "DescriptionDone": "4つ目のアトラスシードを鍛造した", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "壮大なダイバージェンス", + "Description": "ナダの手がかりを追跡する", + "DescriptionDone": "エコーシードを学んだ", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "救命艇", + "Description": "回路図を完成させる", + "DescriptionDone": "構築物を組み立てた", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "失われた魂", + "Description": "他のエコーを探す", + "DescriptionDone": "他のエコーを救出する", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "フェーズ5", + "Description": "現在の進行度:0/8", + "DescriptionDone": "フェーズ5達成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "巡礼5", + "Description": "最後の巡礼を完了する", + "DescriptionDone": "最後の巡礼を完了した", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "再生", + "Description": "心を開く", + "DescriptionDone": "オートファジーと話した:: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "知覚体のエコー", + "Description": "コンバージェンスを点火する", + "DescriptionDone": "コンバージェンスを達成した", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "祈りV", + "Description": "アトラスと交信する", + "DescriptionDone": "最後のアトラスステーションを訪れた", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "希望のシード", + "Description": "最後のアトラスシードを鍛造する", + "DescriptionDone": "最後のアトラスシードを鍛造した", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "点火", + "Description": "構築物の命を再生する", + "DescriptionDone": "構築物に生命を吹き込んだ", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "点火:アトランティド", + "Description": "機械の心を作る", + "DescriptionDone": "機械の心を選んだ", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "点火:深紅", + "Description": "優れた心を鍛造する", + "DescriptionDone": "希望の種をまいた", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> マイルストーン暗号化<> SLASH<>\nSLASH<> タスク解読不可能<> SLASH<>\n\n%DESC%\n\nこのマイルストーンは暗号化<>されている。進行するには%MILESTONE%<>を完了させよう。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "探検10:特異点", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "ノーマル", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "フェーズ1", "Description": "現在の進行度:0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "彼らは聞いている", "Description": "放棄されたキャンプを探す", "DescriptionDone": "オートファジーと話した:: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "徒歩旅行者", "Description": "宇宙を冒険する", "DescriptionDone": "星へと旅立った", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "ガラスにエッチングされた", "Description": "手がかりを探す", "DescriptionDone": "アーカイブを調べた", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "見るための目", "Description": "1つ目の構築物の部品を組み立てる", "DescriptionDone": "構築物の頭を作った", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "祈りI", "Description": "アトラスと交信する", "DescriptionDone": "最初のアトラスステーションを訪れた", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "夢のシード", "Description": "最初のアトラスシードを鍛造する", "DescriptionDone": "最初のアトラスシードを鍛造した", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "巡礼1", "Description": "第1回目の巡礼を完了する", "DescriptionDone": "第1回目の巡礼を完了した", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "フェーズ2", "Description": "現在の進行度:0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "巡礼2", "Description": "第2回目の巡礼を完了する", "DescriptionDone": "第2回目の巡礼を完了した", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "影を落とす", "Description": "ガラスを調律する", "DescriptionDone": "オートファジーと話した:: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "ラディアンス", - "Description": "ラディアントシャードを抽出:0/16", - "DescriptionDone": "16個のラディアントシャードを抽出した", + "Description": "ラディアントシャードを抽出:0/3", + "DescriptionDone": "3個のラディアントシャードを抽出した", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "握るための手", "Description": "2番目の構築物の部品を組み立てる", "DescriptionDone": "構築物の腕を作った", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "祈りII", "Description": "アトラスと交信する", "DescriptionDone": "2つ目のアトラスステーションを訪れた", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "力のシード", "Description": "2つ目のアトラスシードを鍛造する", "DescriptionDone": "2つ目のアトラスシードを鍛造した", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "生けるボイド", - "Description": "アトランティディウムを集める:0/256", - "DescriptionDone": "256個のアトランティディウムを集めた", + "Description": "アトランティディウムを集める:0/64", + "DescriptionDone": "64個のアトランティディウムを集めた", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "フェーズ3", "Description": "現在の進行度:0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "巡礼3", "Description": "第3回目の巡礼を完了する", "DescriptionDone": "第3回目の巡礼を完了した", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "存在しようとする意志", "Description": "虚無の声を聞く", "DescriptionDone": "オートファジーと話した:: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "ランパンシー", - "Description": "ダークセンチネルを排除する:0/19", - "DescriptionDone": "19体のダークセンチネルを排除した", + "Description": "ダークセンチネルを排除する:0/5", + "DescriptionDone": "5体のダークセンチネルを排除した", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "全体を構成する殻", "Description": "3番目の構築物の部品を組み立てる", "DescriptionDone": "構築物の胴体を作った", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "祈りIII", "Description": "アトラスと交信する", "DescriptionDone": "3番目のアトラスステーションを訪れた", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "意思のシード", "Description": "3つ目のアトラスシードを鍛造する", "DescriptionDone": "3つ目のアトラスシードを鍛造した", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "クラスターの群れ", - "Description": "ナノマシンを入手する:0/3000", - "DescriptionDone": "3000のナノマシンを入手", + "Description": "ナノマシンを入手する:0/1000", + "DescriptionDone": "1000のナノマシンを入手", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "フェーズ4", "Description": "現在の進行度:0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "巡礼4", "Description": "第4回目の巡礼を完了する", "DescriptionDone": "第4回目の巡礼を完了した", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "独立した精神", "Description": "他の生命体と調和する", "DescriptionDone": "オートファジーと話した:: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "歩くための足", "Description": "4番目の構築物の部品を組み立てる", "DescriptionDone": "構築物の脚を作った", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "祈りIV", "Description": "アトラスと交信する", "DescriptionDone": "4番目のアトラスステーションを訪れた", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "命のシード", "Description": "4つ目のアトラスシードを鍛造する", "DescriptionDone": "4つ目のアトラスシードを鍛造した", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "壮大なダイバージェンス", "Description": "ナダの手がかりを追跡する", "DescriptionDone": "エコーシードを学んだ", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "救命艇", "Description": "回路図を完成させる", "DescriptionDone": "構築物を組み立てた", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "失われた魂", "Description": "他のエコーを探す", "DescriptionDone": "他のエコーを救出する", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "フェーズ5", "Description": "現在の進行度:0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "巡礼5", "Description": "最後の巡礼を完了する", "DescriptionDone": "最後の巡礼を完了した", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "再生", "Description": "心を開く", "DescriptionDone": "オートファジーと話した:: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "知覚体のエコー", "Description": "コンバージェンスを点火する", "DescriptionDone": "コンバージェンスを達成した", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "祈りV", "Description": "アトラスと交信する", "DescriptionDone": "最後のアトラスステーションを訪れた", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "希望のシード", "Description": "最後のアトラスシードを鍛造する", "DescriptionDone": "最後のアトラスシードを鍛造した", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "点火", "Description": "構築物の命を再生する", "DescriptionDone": "構築物に生命を吹き込んだ", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "点火:アトランティド", "Description": "機械の心を作る", "DescriptionDone": "機械の心を選んだ", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "点火:深紅", "Description": "優れた心を鍛造する", "DescriptionDone": "希望の種をまいた", diff --git a/public/assets/json/ko/Buildings.lang.json b/public/assets/json/ko/Buildings.lang.json index 6f9f77fc4a14..db7fbf433f75 100644 --- a/public/assets/json/ko/Buildings.lang.json +++ b/public/assets/json/ko/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "해제 가능한 장식", "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 수많은 초기 탐험가들이 찾아 나섰던 초기 원시 생물체를 묘사하고 있습니다.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "해제 가능한 장식", "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 목이 긴 사족보행 종족을 묘사하고 있습니다.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "얼음 워커 상", - "Group": "해제 가능한 장식", - "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 상위 전투 유닛인 센티널 보행 병기를 묘사하고 있습니다.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "장식", "Description": "독점 데칼로, 기지에 멋과 장식을 더할 수 있습니다.\n이 데칼에는 미지의 생물이 남긴 발자국이 보입니다.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "장식", "Description": "독점 데칼로, 기지에 멋과 장식을 더할 수 있습니다.\n이 데칼에는 자신이 어떻게 오게 되었는지 기억을 잃은 채 이상한 세계에서 깨어나는 탐험가가 보입니다.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "장식", "Description": "독점 데칼로, 기지에 멋과 장식을 더할 수 있습니다.\n이 데칼에는 별을 탐사하기 위해 대기를 벗어나는 두 함선이 보입니다.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "얼음 겍 상", + "Group": "해제 가능한 장식", + "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 하늘을 향해 몸짓하는 겍을 묘사하고 있습니다.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "얼음 전투기 상", + "Group": "해제 가능한 장식", + "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 상징적인 함선 알파 벡터를 묘사하고 있습니다.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "얼음 워커 상", + "Group": "해제 가능한 장식", + "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 상위 전투 유닛인 센티널 보행 병기를 묘사하고 있습니다.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "얼음 아틀라스 상", + "Group": "해제 가능한 장식", + "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 상은 화려하게 장식된 아틀라스 인터페이스 복제품입니다. 코어가 알 수 없는 동력으로 회전합니다...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "얼음 우주비행사 상", + "Group": "해제 가능한 장식", + "Description": "얼음으로 만든 독점 기지 장식물입니다.\n이 우주비행사 상은 모든 우주 탐험가에 대한 헌사입니다.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/ko/GuildMissions.lang.json b/public/assets/json/ko/GuildMissions.lang.json index a3a48de68e61..743bd56ca48a 100644 --- a/public/assets/json/ko/GuildMissions.lang.json +++ b/public/assets/json/ko/GuildMissions.lang.json @@ -244,26 +244,26 @@ "긴급 배달 서비스 필요" ], "Descriptions": [ - "긴급 배달 서비스 필요\n\n의뢰자가 믿을 수 있는 배달부를 찾고 있다. 그들은 자신들의 성공적인 생존 지속을 기념하는 헌정물로 동료를 기리고 싶어한다.", - "긴급 배달 서비스 필요\n\n의뢰자가 신중한 배달 서비스를 찾고 있다. 그들은 화물이 겉보기와 똑같은 물건이며, 적하목록을 의심할 이유는 그 어디에도 없다고 배달부를 안심시키고 싶어 한다.", - "긴급 배달 서비스 필요\n\n의뢰자가 사업 거래를 해결할 방법을 찾고 있다. 상대방과의 협상은 열심히 진행 중이고, 의뢰자는 이 화물이 자신들의 거래에서 차후 발생할 지도 모르는 모든 장애물을 없애 주기만을 바라고 있다. 화물을 반드시 수취인에게 전달하는 것이 중요하다.", - "긴급 배달 서비스 필요\n\n의뢰자가 민감한 사업을 진행하고 있다. 화물은 특정 상대에게 보내는 진심 어린 답례이다. 이전 또는 향후에 발생할지도 모르는 무례는 묵과될 것임을 나타내는 무료 증정품이다.", - "긴급 배달 서비스 필요\n\n의뢰자는 그저 몇 가지의 물건을 동료에게 전달하는 것 외에는 바라지 않는다. 그들은 또한 물건은 이제 추적 당할 염려가 없으니 수취인이 걱정할 필요가 없다는 메시지도 동봉했다.", - "긴급 배달 서비스 필요\n\n의뢰자는 중요하고 번잡한 일이 있어서 사소한 내정 문제의 처리는 기대할 수 없는 상태이다. 자신들의 조상을 기리는 기념일이자, 자신을 낳아준 조상에게 선물을 바치는 전통이 이어져 오고 있는 날이다. 의뢰자는 자신들이 신경쓰지 않아도 상관 없도록 이 문제를 처리해 줄 사람을 찾고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자는 자신들과 관련된 자에게 감정적인 빚을 지고 있다. 각별히 중요한 날을 기념하는 일을 잊은 것이다. 그에 대한 사죄로 그들은 자신들이 잘못한 자들에게 특정한 가치를 지닌 아이템을 배송해달라고 주문을 넣었다. 배달 도중에 물건을 잃어버려 의뢰자가 더욱 곤경에 처하지 않도록 각별히 신경을 써야겠다.", - "긴급 배달 서비스 필요\n\n의뢰자가 이상한 아이템을 발견했다고 한다. 보기에는 평범해 보이지만, 미생물 스캔에서 걱정스러울 정도로 많은 수의 알 수 없는 포자가 발견됐다. 그들은 아이템을 생물학적 재해 전문가에게 배송해야 한다. 봉인을 망가뜨리지 않도록 조심하자.", - "긴급 배달 서비스 필요\n\n의뢰자가 동료에게 메시지를 보내고 싶다고 한다. 아이템에는 서면으로 된 메시지가 첨부되어 있지 않으며, 아이템 자체도 그리 중요한 물건은 아니다. 하지만 그들은 동료의 개인 주소로 아이템을 배송하는 것 자체가 자신들의 의도를 명확히 표현할 수 있을 거라 생각하고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자가 잡동사니를 처리하고 싶어 한다. 그들은 수 년 동안 막대한 양의 잡동사니를 얻었고, 이제 그 아이템들을 처분하고 싶어 한다. 그것들을 그냥 파괴하면 쓰레기밖에 안 되겠지만, 모두 한 자리에 모아놓으면 너무 많은 개인 정보가 노출될 우려가 있다. 그래서 그들은 아이템을 다수의 배달원과 수취인으로 나눠서 여기저기 흩어버리기로 결정했다.", - "긴급 배달 서비스 필요\n\n의뢰자는 소규모의 소매업을 운영하고 있다. 그들은 원치 않거나 인기 없는 아이템을 구매한 다음 그 아이템의 가치를 좀 더 알아주는 구매자에게 연결시켜 주고 있다. 그들의 최신 배송품이 물건의 진가를 알아보고 대가를 지불한 감정가에게 배송될 준비를 마쳤다고 한다.", - "긴급 배달 서비스 필요\n\n의뢰자에게 완전히 평범한 수송물이 있으며, 의문을 품거나 당국의 관심을 끌지 않을 법한 배달부를 구하고 있다. 의뢰자는 포장 상자 안에서 들려오는 동물 소리는 그저 착각일 뿐이라고 믿을 잠재적인 배달부를 원하고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자는 길고 복잡한 거래 사슬의 일부이다. 잠재적으로 추적 당할 수 있는 그 어떤 기록도 남기지 않기 위해서 거래는 현금의 교환 없이 치러지고 있다. 이 화물은 상대쪽에 지불해야 할 대가를 나타내고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자는 자신들의 충성스러운 고객 중 한 명에게 일상적인 화물을 배송하려 한다. 그리 특별한 아이템은 아니지만, 고객에게 자신들이 소중하게 여겨진다는 느낌을 주는 것이 중요하기 때문이다. 그러기 위해 그들은 대량 발송이라는 방식은 제외하고, 숙련된 독립 배달부를 찾고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자는 매일마다 대량의 아이템을 발송하고 있다. 그들의 사업은 이윤의 폭이 작아서 아주 약간의 세금만 부과되더라도 이익이 전부 사라질 위험성이 있다. 그래서 그들은 평범한 비상업적 사업을 진행하는 와중에도 자신들의 물건을 배달해 줄 신중한 배달부를 고용할 좀 더 효율적인 방법을 찾고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자는 지역에서 유명한 해적인데다 머리에 현상금까지 걸려있어, 추격 당하지 않고 성계에서 벗어날 방법을 찾고 있다 그들은 자신들의 추적 칩을 이 물건에 심어놨고, 자신들이 탈출하는 방향과는 반대쪽으로 옮겨 줄 사람을 찾고 있다.", - "긴급 배달 서비스 필요\n\n은하계는 많고 다양한 수의 규정이라는 그물이 존재한다. 한 성계에서는 아무런 해가 되지 않는 물건이라도 다른 곳에서는 극도로 불법적인 물건이 되기도 한다. 그런 차이로 인해 상업적인 기회가 발생하는 것이다. 의뢰자는 별 다른 의문을 품지 않고 주변의 관심도 적게 끌며 그런 물건을 배달해 주기를 바라고 있다.", - "긴급 배달 서비스 필요\n\n의뢰자는 자신들의 사업에 주요한 신규 고객을 유치하고 싶어 하고 있으며, 고객은 대량 주문을 하기 전에 의뢰자의 상품 일부를 먼저 확인하고 싶어 한다. 의뢰자는 고객에게 최상의 상태로 이 표본을 배달해 달라고 의뢰했다.", - "긴급 배달 서비스 필요\n\n의뢰자는 매주마다 직접 상점을 찾지 못하거나, 직접 움직이기 싫어하는 소비자에게 화물을 발송하고 있다. 그렇게 화물이 배달된 후에 소비자들은 첨부된 조리법에 따라 맛있는 식사 또는 로봇 하인을 준비시킬 수 있는 것이다. 이 화물은 이번 주에 주문된 물량이다. ", - "의뢰자는 이전에도 이 화물을 배달부에게 맡겼었지만, 이전 배달부는 배달에 실패하고 말았다. 펄스 엔진과 조종석 캐노피가 레이저로 인해 기계적 고장을 일으켰다고 한다. 의뢰자는 우주정거장 외부에서 도사리고 있는 그 어떤 기계적 고장에도 굴하지 않을 대담한 새 배달부를 구하고 있다.\n\n해적이 공격할 경우 배달부는 방어 증명 1개를 공급받게 됩니다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 믿을 수 있는 배달부를 찾고 있다. 그들은 자신들의 성공적인 생존 지속을 기념하는 헌정물로 동료를 기리고 싶어한다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 신중한 배달 서비스를 찾고 있다. 그들은 화물이 겉보기와 똑같은 물건이며, 적하목록을 의심할 이유는 그 어디에도 없다고 배달부를 안심시키고 싶어 한다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 사업 거래를 해결할 방법을 찾고 있다. 상대방과의 협상은 열심히 진행 중이고, 의뢰자는 이 화물이 자신들의 거래에서 차후 발생할 지도 모르는 모든 장애물을 없애 주기만을 바라고 있다. 화물을 반드시 수취인에게 전달하는 것이 중요하다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 민감한 사업을 진행하고 있다. 화물은 특정 상대에게 보내는 진심 어린 답례이다. 이전 또는 향후에 발생할지도 모르는 무례는 묵과될 것임을 나타내는 무료 증정품이다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 그저 몇 가지의 물건을 동료에게 전달하는 것 외에는 바라지 않는다. 그들은 또한 물건은 이제 추적 당할 염려가 없으니 수취인이 걱정할 필요가 없다는 메시지도 동봉했다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 중요하고 번잡한 일이 있어서 사소한 내정 문제의 처리는 기대할 수 없는 상태이다. 자신들의 조상을 기리는 기념일이자, 자신을 낳아준 조상에게 선물을 바치는 전통이 이어져 오고 있는 날이다. 의뢰자는 자신들이 신경쓰지 않아도 상관 없도록 이 문제를 처리해 줄 사람을 찾고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 자신들과 관련된 자에게 감정적인 빚을 지고 있다. 각별히 중요한 날을 기념하는 일을 잊은 것이다. 그에 대한 사죄로 그들은 자신들이 잘못한 자들에게 특정한 가치를 지닌 아이템을 배송해달라고 주문을 넣었다. 배달 도중에 물건을 잃어버려 의뢰자가 더욱 곤경에 처하지 않도록 각별히 신경을 써야겠다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 이상한 아이템을 발견했다고 한다. 보기에는 평범해 보이지만, 미생물 스캔에서 걱정스러울 정도로 많은 수의 알 수 없는 포자가 발견됐다. 그들은 아이템을 생물학적 재해 전문가에게 배송해야 한다. 봉인을 망가뜨리지 않도록 조심하자.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 동료에게 메시지를 보내고 싶다고 한다. 아이템에는 서면으로 된 메시지가 첨부되어 있지 않으며, 아이템 자체도 그리 중요한 물건은 아니다. 하지만 그들은 동료의 개인 주소로 아이템을 배송하는 것 자체가 자신들의 의도를 명확히 표현할 수 있을 거라 생각하고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자가 잡동사니를 처리하고 싶어 한다. 그들은 수 년 동안 막대한 양의 잡동사니를 얻었고, 이제 그 아이템들을 처분하고 싶어 한다. 그것들을 그냥 파괴하면 쓰레기밖에 안 되겠지만, 모두 한 자리에 모아놓으면 너무 많은 개인 정보가 노출될 우려가 있다. 그래서 그들은 아이템을 다수의 배달원과 수취인으로 나눠서 여기저기 흩어버리기로 결정했다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 소규모의 소매업을 운영하고 있다. 그들은 원치 않거나 인기 없는 아이템을 구매한 다음 그 아이템의 가치를 좀 더 알아주는 구매자에게 연결시켜 주고 있다. 그들의 최신 배송품이 물건의 진가를 알아보고 대가를 지불한 감정가에게 배송될 준비를 마쳤다고 한다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자에게 완전히 평범한 수송물이 있으며, 의문을 품거나 당국의 관심을 끌지 않을 법한 배달부를 구하고 있다. 의뢰자는 포장 상자 안에서 들려오는 동물 소리는 그저 착각일 뿐이라고 믿을 잠재적인 배달부를 원하고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 길고 복잡한 거래 사슬의 일부이다. 잠재적으로 추적 당할 수 있는 그 어떤 기록도 남기지 않기 위해서 거래는 현금의 교환 없이 치러지고 있다. 이 화물은 상대쪽에 지불해야 할 대가를 나타내고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 자신들의 충성스러운 고객 중 한 명에게 일상적인 화물을 배송하려 한다. 그리 특별한 아이템은 아니지만, 고객에게 자신들이 소중하게 여겨진다는 느낌을 주는 것이 중요하기 때문이다. 그러기 위해 그들은 대량 발송이라는 방식은 제외하고, 숙련된 독립 배달부를 찾고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 매일마다 대량의 아이템을 발송하고 있다. 그들의 사업은 이윤의 폭이 작아서 아주 약간의 세금만 부과되더라도 이익이 전부 사라질 위험성이 있다. 그래서 그들은 평범한 비상업적 사업을 진행하는 와중에도 자신들의 물건을 배달해 줄 신중한 배달부를 고용할 좀 더 효율적인 방법을 찾고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 지역에서 유명한 해적인데다 머리에 현상금까지 걸려있어, 추격 당하지 않고 성계에서 벗어날 방법을 찾고 있다 그들은 자신들의 추적 칩을 이 물건에 심어놨고, 자신들이 탈출하는 방향과는 반대쪽으로 옮겨 줄 사람을 찾고 있다.", + "긴급 배달 서비스 필요\r\n\r\n은하계는 많고 다양한 수의 규정이라는 그물이 존재한다. 한 성계에서는 아무런 해가 되지 않는 물건이라도 다른 곳에서는 극도로 불법적인 물건이 되기도 한다. 그런 차이로 인해 상업적인 기회가 발생하는 것이다. 의뢰자는 별 다른 의문을 품지 않고 주변의 관심도 적게 끌며 그런 물건을 배달해 주기를 바라고 있다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 자신들의 사업에 주요한 신규 고객을 유치하고 싶어 하고 있으며, 고객은 대량 주문을 하기 전에 의뢰자의 상품 일부를 먼저 확인하고 싶어 한다. 의뢰자는 고객에게 최상의 상태로 이 표본을 배달해 달라고 의뢰했다.", + "긴급 배달 서비스 필요\r\n\r\n의뢰자는 매주마다 직접 상점을 찾지 못하거나, 직접 움직이기 싫어하는 소비자에게 화물을 발송하고 있다. 그렇게 화물이 배달된 후에 소비자들은 첨부된 조리법에 따라 맛있는 식사 또는 로봇 하인을 준비시킬 수 있는 것이다. 이 화물은 이번 주에 주문된 물량이다. ", + "의뢰자는 이전에도 이 화물을 배달부에게 맡겼었지만, 이전 배달부는 배달에 실패하고 말았다. 펄스 엔진과 조종석 캐노피가 레이저로 인해 기계적 고장을 일으켰다고 한다. 의뢰자는 우주정거장 외부에서 도사리고 있는 그 어떤 기계적 고장에도 굴하지 않을 대담한 새 배달부를 구하고 있다.\r\n\r\n해적이 공격할 경우 배달부는 방어 증명 1개를 공급받게 됩니다.", "의뢰자가 긴급한 배달을 해줄 배달부를 찾고 있다.", "의뢰자가 값진 아이템을 운송할 배달요원을 요구하고 있다.", "의뢰자가 중요한 화물이 있다며, 믿을 수 있는 배달부를 찾고 있다.", diff --git a/public/assets/json/ko/SeasonalExpedition.lang.json b/public/assets/json/ko/SeasonalExpedition.lang.json index 4260a8d70c06..f4a13327b566 100644 --- a/public/assets/json/ko/SeasonalExpedition.lang.json +++ b/public/assets/json/ko/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "원정 9: 유토피아", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "보통", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "1단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "1단계 완료", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "파운데이션", + "Description": "기지 설립하기", + "DescriptionDone": "기지 설립 완료", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "식량", + "Description": "생존 필수품 제작", + "DescriptionDone": "조립된 생존 필수품", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "지상 관제", + "Description": "유토피아 프로젝트에 기지 업로드", + "DescriptionDone": "유토피아 프로젝트에 기여함", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "행성 링크", + "Description": "엑소크래프트 배치하기", + "DescriptionDone": "현지 교통수단 설립함", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "시스템 링크", + "Description": "자신의 함선을 찾아 수리하기", + "DescriptionDone": "핵심 함선 시스템을 복구함", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "풍광 좋은 경로", + "Description": "엑소크래프트로 여행: 0/1000u", + "DescriptionDone": "엑소크래프트를 타고 1000u 여행함", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "전초기지 알파", + "Description": "첫 번째 행성에서 정착에 성공하기", + "DescriptionDone": "첫 번째 행성에 정착했습니다", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "2단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "2단계 완료", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "전초기지 베타", + "Description": "두 번째 복원 목표에 도달", + "DescriptionDone": "유토피아의 두 번째 행성을 차지했습니다", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "임무 베타", + "Description": "유토피아에서 지침을 수집", + "DescriptionDone": "제2건설구역 찾음", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "거주지 베타", + "Description": "두 번째 행성에 기지 건설", + "DescriptionDone": "두 번째 행성에 기지 건설", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "철갑", + "Description": "엑소슈트 업그레이드 취득", + "DescriptionDone": "유토피아 슈트 스테이션에 액세스함", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "제초제", + "Description": "유해 식물 제거: 0/5", + "DescriptionDone": "유해 식물 5체 제거", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "동료애", + "Description": "반려동물 입양하기: 0 / 1", + "DescriptionDone": "1마리의 반려동물 입양 완료", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "칼데라", + "Description": "화산 정상에 오르기", + "DescriptionDone": "화산 정상에 도달했습니다.", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "3단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "3단계 완료", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "전초기지 감마", + "Description": "세 번째 복원 목표에 도착", + "DescriptionDone": "유토피아의 세 번째 행성을 차지했습니다", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "임무 감마", + "Description": "유토피아에서 다음 지침을 수집", + "DescriptionDone": "제3건설구역 찾음", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "거주지 감마", + "Description": "3번째 행성에 기지 건설", + "DescriptionDone": "3번째 행성에 기지 건설", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "고급 정비공", + "Description": "엑소크래프트 업그레이드 취득", + "DescriptionDone": "유토피아 엑소크래프트 스테이션에 액세스함", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "탐색자", + "Description": "파묻힌 물품 회수: 0/1", + "DescriptionDone": "분실된 물품 1개 회수", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "현지 별미", + "Description": "코코아와 필그림 토닉 준비", + "DescriptionDone": "조리된 현지 요리", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "식물군 마젠타", + "Description": "세 번째 행성에서 식물 기록하기: 0/3", + "DescriptionDone": "세 번째 행성에서 3개의 식물을 발견했습니다", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "4단계", + "Description": "현재 진행도: 0/8", + "DescriptionDone": "4단계 완료", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "전초기지 델타", + "Description": "네 번째 복원 목표에 도착", + "DescriptionDone": "유토피아의 네 번째 행성을 차지했습니다", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "임무 델타", + "Description": "유토피아에서 다음 지침을 수집", + "DescriptionDone": "제4건설구역 찾음", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "거주지 델타", + "Description": "4번째 행성에 기지 건설", + "DescriptionDone": "4번째 행성에 기지 건설", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "옴니툴", + "Description": "멀티툴 업그레이드 취득", + "DescriptionDone": "유토피아 멀티툴 스테이션에 액세스함", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "고래잡이", + "Description": "몸무게가 50kg보다 무거운 수중 생물 기록하기", + "DescriptionDone": "몸무게가 %AMOUNT%kg보다 무거운 해양 생물을 발견했습니다.", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "맛 들이기", + "Description": "끈적한 내장 순대 준비하기", + "DescriptionDone": "끔찍한 요리를 만들었습니다", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "정화 작업", + "Description": "현장에서 생물학적 공포 정화", + "DescriptionDone": "유토피아의 역사 기록 발견", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "정화 작업", + "Description": "유토피아는 해당 고급 이정표를 프로젝트의 델타<> 부문을 진행한 거주민 전용으로 지정했습니다.\n\n더 진행하려면 델타 전초기지<> 이정표를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "기생충", + "Description": "굶주린 덩굴 일소 0/3", + "DescriptionDone": "굶주린 덩굴 3개 제거함", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "5단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "5단계 완료", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "전초기지 엡실론", + "Description": "최종 복원 목표에 도착", + "DescriptionDone": "최종 거주지 목표 달성함", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "임무 엡실론", + "Description": "유토피아에서 최종 지침을 수집", + "DescriptionDone": "최종 건설구역 찾음", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "거주지 엡실론", + "Description": "마지막 행성에 기지 건설", + "DescriptionDone": "최후의 행성에 기지 건설", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "비행 계산", + "Description": "함선 업그레이드 취득", + "DescriptionDone": "유토피아 함선 스테이션에 액세스함", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "눈 속의 자국", + "Description": "최종 세계에서 생물체 발견하기: 0/3", + "DescriptionDone": "최종 세계에서 발견한 생물체", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "지진학", + "Description": "가스 핫스팟 위치 정확히 파악하기", + "DescriptionDone": "지하 가스 조사함", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "넥스트 프론티어", + "Description": "바킨 너머로 워프", + "DescriptionDone": "유토피아를 성간 너머까지 추진", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "원정 10: 특이점", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "보통", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "1단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "1단계 완료", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "그들은 우리를 듣는다", + "Description": "버려진 캠프 수색하기", + "DescriptionDone": "자가포식과 대화함 :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "여행자", + "Description": "우주로 나아가기", + "DescriptionDone": "별들이 있는 곳까지 왔습니다", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "유리에 새겨진", + "Description": "단서 찾기", + "DescriptionDone": "기록 보관소 조사하기", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "보기 위한 눈", + "Description": "첫 번째 구조물 부품 조립하기", + "DescriptionDone": "구조물의 머리를 제작함", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "기도 I", + "Description": "아틀라스와 교감한다", + "DescriptionDone": "첫 번째 아틀라스 스테이션에 방문함", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "꿈의 씨앗", + "Description": "첫 번째 아틀라스 씨앗 만들기", + "DescriptionDone": "첫 번째 아틀라스 씨앗 제작 완료", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "순례 1", + "Description": "첫 번째 순례 완료하기", + "DescriptionDone": "첫 번째 순례 완료", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "2단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "2단계 완료", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "순례 2", + "Description": "두 번째 순례 완료하기", + "DescriptionDone": "두 번째 순례 완료", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "그림자를 드리우다", + "Description": "유리와 동조하기", + "DescriptionDone": "자가포식과 대화함 :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "광채", + "Description": "빛나는 파편 추출: 0/16", + "DescriptionDone": "빛나는 파편 16개 추출", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "잡기 위한 손", + "Description": "두 번째 구조물 부품 조립하기", + "DescriptionDone": "구조물의 팔을 제작함", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "기도 II", + "Description": "아틀라스와 교감한다", + "DescriptionDone": "두 번째 아틀라스 스테이션에 방문함", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "힘의 씨앗", + "Description": "두 번째 아틀라스 씨앗 만들기", + "DescriptionDone": "두 번째 아틀라스 씨앗 제작 완료", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "살아있는 공허", + "Description": "아틀란티디움 모으기: 0/256", + "DescriptionDone": "아틀란티디움 256 모음", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "3단계", + "Description": "현재 진행도: 0/7", + "DescriptionDone": "3단계 완료", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "순례 3", + "Description": "세 번째 순례 완료하기", + "DescriptionDone": "세 번째 순례 완료", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "존재에 대한 의지", + "Description": "공허에 귀 기울이기", + "DescriptionDone": "자가포식과 대화함 :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "만연", + "Description": "오염된 센티널 제거하기: 0/19", + "DescriptionDone": "오염된 센티널 19대 소거", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "담기 위한 그릇", + "Description": "세 번째 구조물 부품 조립하기", + "DescriptionDone": "구조물의 몸을 제작함", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "기도 III", + "Description": "아틀라스와 교감한다", + "DescriptionDone": "세 번째 아틀라스 스테이션에 방문함", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "의지의 씨앗", + "Description": "세 번째 아틀라스 씨앗 만들기", + "DescriptionDone": "세 번째 아틀라스 씨앗 제작 완료", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "군집 무리", + "Description": "나노로봇 얻기: 0/3000", + "DescriptionDone": "나노로봇 3000개 획득", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "4단계", + "Description": "현재 진행도: 0/8", + "DescriptionDone": "4단계 완료", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "순례 4", + "Description": "네 번째 순례 완료하기", + "DescriptionDone": "네 번째 순례 완료", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "독립적 정신", + "Description": "다른 생명체와 조화 이루기", + "DescriptionDone": "자가포식과 대화함 :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "걷기 위한 발", + "Description": "네 번째 구조물 부품 조립하기", + "DescriptionDone": "구조물의 다리를 제작함", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "기도 IV", + "Description": "아틀라스와 교감한다", + "DescriptionDone": "네 번째 아틀라스 스테이션에 방문함", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "생명의 씨앗", + "Description": "네 번째 아틀라스 씨앗 만들기", + "DescriptionDone": "네 번째 아틀라스 씨앗 제작 완료", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "대규모 다이버전스", + "Description": "나다의 본을 따르기", + "DescriptionDone": "반향의 씨앗에 대해 배움", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "구명정", + "Description": "회로도를 완성한다", + "DescriptionDone": "구조물 조립하기", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "잃어버린 영혼", + "Description": "다른 에코 찾기", + "DescriptionDone": "다른 에코 구조함", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "5단계", + "Description": "현재 진행도: 0/8", + "DescriptionDone": "5단계 완료", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "순례 5", + "Description": "마지막 순례 완료하기", + "DescriptionDone": "마지막 순례 완료함", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "재탄생", + "Description": "마음을 열기", + "DescriptionDone": "자가포식과 대화함 :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "지성체의 반향", + "Description": "컨버전스 점화하기", + "DescriptionDone": "컨버전스 달성", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "기도 V", + "Description": "아틀라스와 교감한다", + "DescriptionDone": "마지막 아틀라스 스테이션에 방문함", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "희망의 씨앗", + "Description": "마지막 아틀라스 씨앗 만들기", + "DescriptionDone": "마지막 아틀라스 씨앗 제작 완료", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "점화", + "Description": "구조물에 생명 불어넣기", + "DescriptionDone": "구조물에 생명을 불어넣음", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "점화: 아틀란티드", + "Description": "기계 정신 만들기", + "DescriptionDone": "기계 정신 선택하기", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "점화: 진홍빛", + "Description": "별의 정신 제작", + "DescriptionDone": "희망의 정신을 심음", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> 이정표 암호화됨<> SLASH<>\nSLASH<> 과제 해독 불가<> SLASH<>\n\n%DESC%\n\n이정표가 암호화<>되어있습니다. 계속하려면 %MILESTONE%<>를 완료하십시오.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "원정 10: 특이점", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "보통", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "1단계", "Description": "현재 진행도: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "그들은 우리를 듣는다", "Description": "버려진 캠프 수색하기", "DescriptionDone": "자가포식과 대화함 :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "여행자", "Description": "우주로 나아가기", "DescriptionDone": "별들이 있는 곳까지 왔습니다", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "유리에 새겨진", "Description": "단서 찾기", "DescriptionDone": "기록 보관소 조사하기", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "보기 위한 눈", "Description": "첫 번째 구조물 부품 조립하기", "DescriptionDone": "구조물의 머리를 제작함", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "기도 I", "Description": "아틀라스와 교감한다", "DescriptionDone": "첫 번째 아틀라스 스테이션에 방문함", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "꿈의 씨앗", "Description": "첫 번째 아틀라스 씨앗 만들기", "DescriptionDone": "첫 번째 아틀라스 씨앗 제작 완료", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "순례 1", "Description": "첫 번째 순례 완료하기", "DescriptionDone": "첫 번째 순례 완료", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "2단계", "Description": "현재 진행도: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "순례 2", "Description": "두 번째 순례 완료하기", "DescriptionDone": "두 번째 순례 완료", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "그림자를 드리우다", "Description": "유리와 동조하기", "DescriptionDone": "자가포식과 대화함 :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "광채", - "Description": "빛나는 파편 추출: 0/16", - "DescriptionDone": "빛나는 파편 16개 추출", + "Description": "빛나는 파편 추출: 0/3", + "DescriptionDone": "빛나는 파편 3개 추출", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "잡기 위한 손", "Description": "두 번째 구조물 부품 조립하기", "DescriptionDone": "구조물의 팔을 제작함", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "기도 II", "Description": "아틀라스와 교감한다", "DescriptionDone": "두 번째 아틀라스 스테이션에 방문함", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "힘의 씨앗", "Description": "두 번째 아틀라스 씨앗 만들기", "DescriptionDone": "두 번째 아틀라스 씨앗 제작 완료", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "살아있는 공허", - "Description": "아틀란티디움 모으기: 0/256", - "DescriptionDone": "아틀란티디움 256 모음", + "Description": "아틀란티디움 모으기: 0/64", + "DescriptionDone": "아틀란티디움 64 모음", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "3단계", "Description": "현재 진행도: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "순례 3", "Description": "세 번째 순례 완료하기", "DescriptionDone": "세 번째 순례 완료", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "존재에 대한 의지", "Description": "공허에 귀 기울이기", "DescriptionDone": "자가포식과 대화함 :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "만연", - "Description": "오염된 센티널 제거하기: 0/19", - "DescriptionDone": "오염된 센티널 19대 소거", + "Description": "오염된 센티널 제거하기: 0/5", + "DescriptionDone": "오염된 센티널 5대 소거", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "담기 위한 그릇", "Description": "세 번째 구조물 부품 조립하기", "DescriptionDone": "구조물의 몸을 제작함", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "기도 III", "Description": "아틀라스와 교감한다", "DescriptionDone": "세 번째 아틀라스 스테이션에 방문함", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "의지의 씨앗", "Description": "세 번째 아틀라스 씨앗 만들기", "DescriptionDone": "세 번째 아틀라스 씨앗 제작 완료", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "군집 무리", - "Description": "나노로봇 얻기: 0/3000", - "DescriptionDone": "나노로봇 3000개 획득", + "Description": "나노로봇 얻기: 0/1000", + "DescriptionDone": "나노로봇 1000개 획득", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "4단계", "Description": "현재 진행도: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "순례 4", "Description": "네 번째 순례 완료하기", "DescriptionDone": "네 번째 순례 완료", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "독립적 정신", "Description": "다른 생명체와 조화 이루기", "DescriptionDone": "자가포식과 대화함 :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "걷기 위한 발", "Description": "네 번째 구조물 부품 조립하기", "DescriptionDone": "구조물의 다리를 제작함", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "기도 IV", "Description": "아틀라스와 교감한다", "DescriptionDone": "네 번째 아틀라스 스테이션에 방문함", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "생명의 씨앗", "Description": "네 번째 아틀라스 씨앗 만들기", "DescriptionDone": "네 번째 아틀라스 씨앗 제작 완료", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "대규모 다이버전스", "Description": "나다의 본을 따르기", "DescriptionDone": "반향의 씨앗에 대해 배움", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "구명정", "Description": "회로도를 완성한다", "DescriptionDone": "구조물 조립하기", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "잃어버린 영혼", "Description": "다른 에코 찾기", "DescriptionDone": "다른 에코 구조함", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "5단계", "Description": "현재 진행도: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "순례 5", "Description": "마지막 순례 완료하기", "DescriptionDone": "마지막 순례 완료함", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "재탄생", "Description": "마음을 열기", "DescriptionDone": "자가포식과 대화함 :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "지성체의 반향", "Description": "컨버전스 점화하기", "DescriptionDone": "컨버전스 달성", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "기도 V", "Description": "아틀라스와 교감한다", "DescriptionDone": "마지막 아틀라스 스테이션에 방문함", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "희망의 씨앗", "Description": "마지막 아틀라스 씨앗 만들기", "DescriptionDone": "마지막 아틀라스 씨앗 제작 완료", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "점화", "Description": "구조물에 생명 불어넣기", "DescriptionDone": "구조물에 생명을 불어넣음", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "점화: 아틀란티드", "Description": "기계 정신 만들기", "DescriptionDone": "기계 정신 선택하기", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "점화: 진홍빛", "Description": "별의 정신 제작", "DescriptionDone": "희망의 정신을 심음", diff --git a/public/assets/json/nl/Buildings.lang.json b/public/assets/json/nl/Buildings.lang.json index b5600220f02c..45c02ee3c919 100644 --- a/public/assets/json/nl/Buildings.lang.json +++ b/public/assets/json/nl/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Ontgrendelbare decoratie", "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit is een beeldje van een oeroud primitief wezen dat vroeger door veel verkenners werd gezocht.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Ontgrendelbare decoratie", "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit is een beeldje van een viervoeter met een lange nek.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Beeldje ijs-walker", - "Group": "Ontgrendelbare decoratie", - "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit is een beeldje van de Sentinel-walker, een geavanceerde gevechtseenheid.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Decoratie", "Description": "Een exclusieve sticker om je basis wat te verfraaien.\nOp deze sticker vertegenwoordigt de pootafdrukken van een ongeïdentificeerd wezen.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Decoratie", "Description": "Een exclusieve sticker om je basis wat te verfraaien.\nOp deze sticker staat een verkenner die ontwaakt in een vreemde wereld, zonder geheugen van hoe hij hier is gekomen...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Decoratie", "Description": "Een exclusieve sticker om je basis wat te verfraaien.\nOp deze sticker staan twee schepen die de atmosfeer verlaten om de sterren te verkennen.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Beeldje ijs-Gek", + "Group": "Ontgrendelbare decoratie", + "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit is een beeldje van een Gek die naar de lucht wijst.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Beeldje ijs-jager", + "Group": "Ontgrendelbare decoratie", + "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit is een beeldje van het beroemde ruimteschip Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Beeldje ijs-walker", + "Group": "Ontgrendelbare decoratie", + "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit is een beeldje van de Sentinel-walker, een geavanceerde gevechtseenheid.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Beeldje ijs-Atlas", + "Group": "Ontgrendelbare decoratie", + "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit beeldje is een decoratieve replica van een Atlas-interface. De kern draait rond, aangedreven door een onbekende kracht.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Beeldje ijs-astronaut", + "Group": "Ontgrendelbare decoratie", + "Description": "Een exclusieve basisdecoratie, uit ijs gehouwen.\nDit astronautenbeeldje is een eerbetoon aan alle galactische verkenners.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/nl/GuildMissions.lang.json b/public/assets/json/nl/GuildMissions.lang.json index 5817e999b963..add87705b4ab 100644 --- a/public/assets/json/nl/GuildMissions.lang.json +++ b/public/assets/json/nl/GuildMissions.lang.json @@ -244,26 +244,26 @@ "Dringend koeriers gezocht" ], "Descriptions": [ - "De opdrachtgever is op zoek naar een betrouwbare koerier. Hij wil een collega verblijden met een gift om te vieren dat ze nog steeds leven.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever is op zoek naar een discrete bezorgdienst. De koerier kan er gerust op zijn dat het pakket precies is wat het lijkt en dat het scheepsmanifest tot op de laatste letter klopt.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever wil een zakendeal afronden. De onderhandelingen verlopen moeizaam en met dit pakket wil de opdrachtgever alle obstakels op de weg naar de transactie wegnemen. Het is belangrijk dat het pakket persoonlijk aan de ontvanger wordt overgedragen.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever is betrokken bij een gevoelig handeltje. Het pakket is een welgemeende dankbetuiging aan bepaalde partners. Het cadeau wordt gegeven in de hoop dat eventuele loslippigheid door de vingers wordt gezien. \n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever wil gewoon een aantal voorwerpen naar een collega versturen. Er zit een bericht bij waarin staat dat de ontvanger zich geen zorgen hoeft te maken en dat de voorwerpen niet meer kunnen worden gevolgd.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever heeft een belangrijke en drukke baan en heeft dus geen tijd voor onzinnige en alledaagse klusjes. Vandaag worden de voorouders geëerd en het is de bedoeling dat degene uit wie je voortkomt een cadeau krijgt. De opdrachtgever wil dat deze taak wordt uitgevoerd zonder dat hij er zelf over hoeft na te denken.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever heeft een emotionele schuld bij een relatie. Het vergeten van een belangrijke datum maakt geen beste indruk. Bij wijze van verontschuldiging stuurt hij een waardevol voorwerp naar de benadeelde. Verlies het pakket niet, anders stapelen de problemen zich op voor de opdrachtgever.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever is gestuit op een vreemd voorwerp. Het lijkt niets bijzonders, maar uit microbiële scans blijkt dat er een groot aantal onbekende sporen op zit. Het voorwerp moet per koerier naar een specialist op het gebied van gevaarlijke materialen worden gebracht. Verbreek het zegel niet.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever wil een partner iets duidelijk maken. Er zit geen geschreven bericht bij en het voorwerp zelf is niet erg bijzonder. Maar als het op het privéadres van de partner wordt bezorgd, zal de boodschap wel duidelijk zijn.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever is bezig met de grote schoonmaak. In de loop der jaren heeft hij allerlei snuisterijen en tierlantijntjes verzameld die nu niet meer interessant zijn. Het zou zonde zijn om ze te vernietigen, maar als ze op één plek worden bewaard, bestaat de kans dat er persoonlijke informatie wordt onthuld. Daarom verspreidt de opdrachtgever de voorwerpen over een groot aantal koeriers en ontvangers.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever heeft een kleine winkel. Hij koopt ongewenste of ondergewaardeerde voorwerpen en verkoopt ze aan klanten die er wel de waarde van inzien. De nieuwste lading staat klaar om te worden verstuurd naar de connaisseur die ervoor heeft betaald.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever heeft een vracht waar helemaal niets vreemds aan is. Hij zoekt een koerier die geen vragen stelt en de autoriteiten kan omzeilen. Hij drukt de potentiële koerier op het hart dat eventuele dierengeluiden uit de kist volledig worden toegeschreven aan de fantasie van de koerier.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever is een schakel in een lange, complexe reeks transacties. Het is de bedoeling dat de deal uit de boeken blijft en er is dus geen geld bij betrokken. Deze vracht maakt onderdeel uit van de betaling van de opdrachtgever aan een van de andere partijen.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever stuurt een pakket naar een van zijn trouwste klanten. Het is niet veel bijzonders, maar het gaat erom dat de klant zich gewaardeerd voelt. Daarom kiest de opdrachtgever niet voor een gewoon containertransport, maar voor een ervaren privékoerier.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever verstuurt elke dag grote hoeveelheden voorwerpen. Hij heeft kleine winstmarges en zelfs de laagste belasting kan zijn winst in rook doen opgaan. Daarom zet de opdrachtgever meestal een discrete koerier in die de pakketjes tussendoor bezorgt tijdens reguliere, niet-commerciële routes.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever is bekend bij plaatselijke piraten en er staat een premie op zijn hoofd. Hij wil het stelsel verlaten zonder dat hij wordt gevolgd. Op dit voorwerp zit een volgchip en de opdrachtgever zoekt een koerier die het in de tegengestelde richting van zijn vluchtroute wil vervoeren.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "Het sterrenstelsel staat bekend om zijn vele, gevarieerde regels. Wat in het ene planetenstelsel volkomen legaal is, kan in het volgende streng verboden zijn. Die verschillen bieden geweldige zakelijke kansen. De opdrachtgever wil een voorwerp laten afleveren, discreet en zonder moeilijke vragen.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever wil een nieuwe, grote klant binnenhalen. Voor de klant zich vastlegt, wil hij eerst een proefpakket met de goederen van de opdrachtgever. Dit monster moet in perfecte staat worden bezorgd bij de klant.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "Elke week verscheept de opdrachtgever pakketten naar klanten die zelf geen boodschappen kunnen of willen doen. Vervolgens kan de klant met het bijgeleverde recept zelf een heerlijke maaltijd bereiden en/of een robot in elkaar zetten. Deze vracht is de bestelling van deze week.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", - "De opdrachtgever had al een koerier voor deze vracht, maar die bleek niet in staat om zijn taak te voltooien. Zowel zijn pulsmotor als cockpitramen liepen schade op door laservuur. De opdrachtgever zoekt een nieuwe koerier die geen angst kent en kan afrekenen met de gevaren rond het ruimtestation.\n\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is op zoek naar een betrouwbare koerier. Hij wil een collega verblijden met een gift om te vieren dat ze nog steeds leven.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is op zoek naar een discrete bezorgdienst. De koerier kan er gerust op zijn dat het pakket precies is wat het lijkt en dat het scheepsmanifest tot op de laatste letter klopt.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever wil een zakendeal afronden. De onderhandelingen verlopen moeizaam en met dit pakket wil de opdrachtgever alle obstakels op de weg naar de transactie wegnemen. Het is belangrijk dat het pakket persoonlijk aan de ontvanger wordt overgedragen.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is betrokken bij een gevoelig handeltje. Het pakket is een welgemeende dankbetuiging aan bepaalde partners. Het cadeau wordt gegeven in de hoop dat eventuele loslippigheid door de vingers wordt gezien. \r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever wil gewoon een aantal voorwerpen naar een collega versturen. Er zit een bericht bij waarin staat dat de ontvanger zich geen zorgen hoeft te maken en dat de voorwerpen niet meer kunnen worden gevolgd.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever heeft een belangrijke en drukke baan en heeft dus geen tijd voor onzinnige en alledaagse klusjes. Vandaag worden de voorouders geëerd en het is de bedoeling dat degene uit wie je voortkomt een cadeau krijgt. De opdrachtgever wil dat deze taak wordt uitgevoerd zonder dat hij er zelf over hoeft na te denken.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever heeft een emotionele schuld bij een relatie. Het vergeten van een belangrijke datum maakt geen beste indruk. Bij wijze van verontschuldiging stuurt hij een waardevol voorwerp naar de benadeelde. Verlies het pakket niet, anders stapelen de problemen zich op voor de opdrachtgever.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is gestuit op een vreemd voorwerp. Het lijkt niets bijzonders, maar uit microbiële scans blijkt dat er een groot aantal onbekende sporen op zit. Het voorwerp moet per koerier naar een specialist op het gebied van gevaarlijke materialen worden gebracht. Verbreek het zegel niet.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever wil een partner iets duidelijk maken. Er zit geen geschreven bericht bij en het voorwerp zelf is niet erg bijzonder. Maar als het op het privéadres van de partner wordt bezorgd, zal de boodschap wel duidelijk zijn.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is bezig met de grote schoonmaak. In de loop der jaren heeft hij allerlei snuisterijen en tierlantijntjes verzameld die nu niet meer interessant zijn. Het zou zonde zijn om ze te vernietigen, maar als ze op één plek worden bewaard, bestaat de kans dat er persoonlijke informatie wordt onthuld. Daarom verspreidt de opdrachtgever de voorwerpen over een groot aantal koeriers en ontvangers.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever heeft een kleine winkel. Hij koopt ongewenste of ondergewaardeerde voorwerpen en verkoopt ze aan klanten die er wel de waarde van inzien. De nieuwste lading staat klaar om te worden verstuurd naar de connaisseur die ervoor heeft betaald.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever heeft een vracht waar helemaal niets vreemds aan is. Hij zoekt een koerier die geen vragen stelt en de autoriteiten kan omzeilen. Hij drukt de potentiële koerier op het hart dat eventuele dierengeluiden uit de kist volledig worden toegeschreven aan de fantasie van de koerier.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is een schakel in een lange, complexe reeks transacties. Het is de bedoeling dat de deal uit de boeken blijft en er is dus geen geld bij betrokken. Deze vracht maakt onderdeel uit van de betaling van de opdrachtgever aan een van de andere partijen.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever stuurt een pakket naar een van zijn trouwste klanten. Het is niet veel bijzonders, maar het gaat erom dat de klant zich gewaardeerd voelt. Daarom kiest de opdrachtgever niet voor een gewoon containertransport, maar voor een ervaren privékoerier.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever verstuurt elke dag grote hoeveelheden voorwerpen. Hij heeft kleine winstmarges en zelfs de laagste belasting kan zijn winst in rook doen opgaan. Daarom zet de opdrachtgever meestal een discrete koerier in die de pakketjes tussendoor bezorgt tijdens reguliere, niet-commerciële routes.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever is bekend bij plaatselijke piraten en er staat een premie op zijn hoofd. Hij wil het stelsel verlaten zonder dat hij wordt gevolgd. Op dit voorwerp zit een volgchip en de opdrachtgever zoekt een koerier die het in de tegengestelde richting van zijn vluchtroute wil vervoeren.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "Het sterrenstelsel staat bekend om zijn vele, gevarieerde regels. Wat in het ene planetenstelsel volkomen legaal is, kan in het volgende streng verboden zijn. Die verschillen bieden geweldige zakelijke kansen. De opdrachtgever wil een voorwerp laten afleveren, discreet en zonder moeilijke vragen.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever wil een nieuwe, grote klant binnenhalen. Voor de klant zich vastlegt, wil hij eerst een proefpakket met de goederen van de opdrachtgever. Dit monster moet in perfecte staat worden bezorgd bij de klant.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "Elke week verscheept de opdrachtgever pakketten naar klanten die zelf geen boodschappen kunnen of willen doen. Vervolgens kan de klant met het bijgeleverde recept zelf een heerlijke maaltijd bereiden en/of een robot in elkaar zetten. Deze vracht is de bestelling van deze week.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", + "De opdrachtgever had al een koerier voor deze vracht, maar die bleek niet in staat om zijn taak te voltooien. Zowel zijn pulsmotor als cockpitramen liepen schade op door laservuur. De opdrachtgever zoekt een nieuwe koerier die geen angst kent en kan afrekenen met de gevaren rond het ruimtestation.\r\n\r\nDe koerier krijgt 1x een verdedigingscoupon, in het geval van aanvallende piraten.", "De opdrachtgever heeft een koerier nodig voor een dringende levering.", "De opdrachtgever heeft een koerier nodig voor een waardevol voorwerp.", "De opdrachtgever wil iets belangrijks versturen en zoekt een betrouwbare koerier.", @@ -429,7 +429,7 @@ "De opdrachtgever vraagt om een gedetailleerd biologisch onderzoek. Het fokprogramma van legerroofdieren staat stil en alleen met nieuwe DNA-monsters kan het jacht- en sluipgedrag worden verbeterd.", "De opdrachtgever vraagt dringend om scans van organismen. Hele soorten verdwijnen elke dag als gevolg van klimaatontregeling, oorlog en industriële incidenten. De opdrachtgever maalt daar verder niet om, maar vreest dat het universele archief op deze manier onvolledig wordt.", "De opdrachtgever sponsort een grote galerie. De bezoekersaantallen dalen sinds de recente exposities met abstracte kunst. Om nieuwe bezoekers te trekken, zoekt de opdrachtgever realistische, holografische projecties van fantastische of mooie dieren.", - "De opdrachtgever heeft een succesvol onderzoeksbedrijf. Dit is een mooi moment in zijn carrière om iets terug te geven aan de wetenschap, zo vindt hij.\nAls jongeling was de opdrachtgever zeer onder de indruk van de majestueuze wezens op zijn thuisplaneet. Met holografische scans van vergelijkbare wezens wil hij hetzelfde gevoel van verwondering oproepen bij hen die zulke beesten niet in levenden lijve kunnen zien.", + "De opdrachtgever heeft een succesvol onderzoeksbedrijf. Dit is een mooi moment in zijn carrière om iets terug te geven aan de wetenschap, zo vindt hij.\r\nAls jongeling was de opdrachtgever zeer onder de indruk van de majestueuze wezens op zijn thuisplaneet. Met holografische scans van vergelijkbare wezens wil hij hetzelfde gevoel van verwondering oproepen bij hen die zulke beesten niet in levenden lijve kunnen zien.", "De opdrachtgever is betrokken bij een exozoölogisch medisch project, maar het gaat een beetje ver om dierenartsen naar alle planeten te sturen om zieke exemplaren te vinden. Voor het project zijn gegevensscans van dierpopulaties nodig. Met monsters uit elke populatie kan de opdrachtgever op een effectieve manier ziekten opsporen.", "De opdrachtgever is gefascineerd door de verspreiding van planetair leven. Bepaalde eigenschappen worden op verschillende plekken steeds weer ontwikkeld. De opdrachtgever wil weten of deze evolutie natuurlijk optreedt, op toeval berust, komt door een onbekend patroon of door inmenging van buitenaf. Ergo legt hij een database aan ter bestudering van deze eigenschappen en de omgevingen waarin ze zijn ontstaan. De hulp van ontdekkingsreizigers is vereist.", "De opdrachtgever zoekt discrete ontdekkingsreizigers die kunnen helpen bij een onderzoeksproject. Mogelijk zijn bepaalde giffen in de atmosfeer van planeten in de buurt terechtgekomen, al dan niet met opzet. Met scans van de plaatselijke fauna kan de opdrachtgever aantonen of deze mogelijk giftige theoretische substantie langdurige gevolgen heeft voor de dieren.", diff --git a/public/assets/json/nl/SeasonalExpedition.lang.json b/public/assets/json/nl/SeasonalExpedition.lang.json index 7e013737ccc6..301204893dcf 100644 --- a/public/assets/json/nl/SeasonalExpedition.lang.json +++ b/public/assets/json/nl/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expeditie negen: Utopie", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normaal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Fase 1", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 1 voltooid", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fundament", + "Description": "Bouw een basis", + "DescriptionDone": "Basis gebouwd", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Proviand", + "Description": "Maak overlevingsbenodigdheden", + "DescriptionDone": "Overlevingsbenodigdheden gemaakt", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Vluchtleiding", + "Description": "Upload een basis naar het Utopie-project", + "DescriptionDone": "Bijgedragen aan het Utopie-project", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Planeetkoppeling", + "Description": "Zet een exocraft in", + "DescriptionDone": "Lokaal transport opgericht", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Systeemkoppeling", + "Description": "Vind en repareer je ruimteschip", + "DescriptionDone": "Belangrijke ruimteschipsystemen hersteld", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Toeristische route", + "Description": "Reizen per exocraft: 0/1000 u", + "DescriptionDone": "1000 u per exocraft gereisd", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Buitenpost Alpha", + "Description": "Registreer succes op de eerste planeet", + "DescriptionDone": "Gevestigd op de eerste planeet", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Fase 2", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 2 voltooid", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Buitenpost Beta", + "Description": "Bereik het tweede hersteldoel", + "DescriptionDone": "De tweede planeet voor Utopie geclaimd", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Opdracht Beta", + "Description": "Krijg instructies van Utopie", + "DescriptionDone": "De tweede bouwzone gelokaliseerd", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Nederzetting Beta", + "Description": "Bouw een basis op de tweede planeet", + "DescriptionDone": "Een basis gebouwd op de tweede planeet", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "IJzersterk", + "Description": "Verkrijg een exopakupgrade", + "DescriptionDone": "Toegang gekregen tot een Utopie-pakstation", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Onkruidverdelger", + "Description": "Vernietig gevaarlijke flora: 0/5", + "DescriptionDone": "5 gevaarlijke flora vernietigd", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Gezelschapsdieren", + "Description": "Adopteer gezelschapsdieren: 0/1", + "DescriptionDone": "1 gezelschapsdieren geadopteerd", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldera", + "Description": "Beklim een vulkaan", + "DescriptionDone": "De top van een vulkaan bereikt", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Fase 3", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 3 voltooid", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Buitenpost Gamma", + "Description": "Kom aan bij het derde hersteldoel", + "DescriptionDone": "De derde planeet voor Utopie geclaimd", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Opdracht Gamma", + "Description": "Krijg je volgende instructies van Utopie", + "DescriptionDone": "De derde bouwzone gelokaliseerd", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Nederzetting Gamma", + "Description": "Bouw een basis op de derde planeet", + "DescriptionDone": "Een basis gebouwd op de derde planeet", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Geavanceerde mechanica", + "Description": "Verkrijg een exocraftupgrade", + "DescriptionDone": "Toegang gekregen tot een Utopie-\nexocraftstation", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Detector", + "Description": "Graaf begraven voorwerpen op: 0/1", + "DescriptionDone": "1 verloren objecten gevonden", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Lokale delicatessen", + "Description": "Maak cacao en een pelgrimsdrankje", + "DescriptionDone": "Bereide lokale gerechten", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora magenta", + "Description": "Documenteer planten op de derde planeet: 0/3", + "DescriptionDone": "3 planten ontdekt op de derde planeet", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Fase 4", + "Description": "Voortgang: 0/8", + "DescriptionDone": "Fase 4 voltooid", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Buitenpost Delta", + "Description": "Kom aan bij het vierde hersteldoel", + "DescriptionDone": "De vierde planeet voor Utopie geclaimd", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Opdracht Delta", + "Description": "Krijg je volgende instructies van Utopie", + "DescriptionDone": "De vierde bouwzone gelokaliseerd", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Nederzetting Delta", + "Description": "Bouw een basis op de vierde planeet", + "DescriptionDone": "Een basis gebouwd op de vierde planeet", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omnitool", + "Description": "Verkrijg een multitoolupgrade", + "DescriptionDone": "Toegang gekregen tot een Utopie-multitoolstation", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Walviszoeker", + "Description": "Registreer een onderwaterwezen van meer dan 50 kg", + "DescriptionDone": "Een waterdier ontdekt van meer dan %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Jacht op zink", + "Description": "Maak stroperige ingewanden", + "DescriptionDone": "Een verwerpelijk gerecht gemaakt", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "De zuivering", + "Description": "Zuiver een locatie met biologische gruwelen", + "DescriptionDone": "Berichten van de geschiedenis van Utopie ontdekt", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "DE ZUIVERING", + "Description": "Utopie bewaart deze geavanceerde mijlpaal voor kolonisten die verder zijn gekomen dan onderdeel Delta<> van het project.\n\nVoltooi de mijlpaal Buitenpost Delta<> om verder te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parasieten", + "Description": "Zuiver 0/3 hongerige tentakels", + "DescriptionDone": "3 hongerige tentakels geëlimineerd", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Fase 5", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 5 voltooid", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Buitenpost Epsilon", + "Description": "Kom aan bij het laatste hersteldoel", + "DescriptionDone": "Het laatste nederzettingsdoel bereikt", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Opdracht Epsilon", + "Description": "Krijg je laatste instructies van Utopie", + "DescriptionDone": "De laatste bouwzone gelokaliseerd", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Nederzetting Epsilon", + "Description": "Bouw een basis op de laatste planeet", + "DescriptionDone": "Een basis gebouwd op de laatste planeet", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Vluchtberekeningen", + "Description": "Verkrijg een ruimteschipupgrade", + "DescriptionDone": "Toegang gekregen tot een Utopie-scheepsstation", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Afdrukken in de sneeuw", + "Description": "Ontdek wezens in de laatste wereld: 0/3", + "DescriptionDone": "Wezens ontdekt in de laatste wereld", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Seismologie", + "Description": "Vind een gasbron", + "DescriptionDone": "Onderzocht op ondergronds gas", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "De volgende grens", + "Description": "Warp voorbij Bakkin", + "DescriptionDone": "Utopie meegenomen op een interstellaire reis", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expeditie tien: Singulariteit", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normaal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Fase 1", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 1 voltooid", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Ze horen ons", + "Description": "Doorzoek het verlaten kamp", + "DescriptionDone": "Gesproken met de Autofaag :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "De ontdekkingsreiziger", + "Description": "Ga de ruimte in", + "DescriptionDone": "Naar de sterren gegaan", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Gegraveerd in glas", + "Description": "Zoek naar aanwijzingen", + "DescriptionDone": "Archief doorzocht", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Ogen om mee te zien", + "Description": "Monteer het eerste Construct-onderdeel", + "DescriptionDone": "Het hoofd van het Construct gemaakt", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Gebed I", + "Description": "Communiceer met de Atlas", + "DescriptionDone": "Het eerste Atlas-station bezocht", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Zaad van dromen", + "Description": "Maak het eerste Atlas-zaadje", + "DescriptionDone": "Het eerste Atlas-zaadje gemaakt", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Pelgrimstocht 1", + "Description": "Voltooi de eerste pelgrimstocht", + "DescriptionDone": "De eerste pelgrimstocht voltooid", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Fase 2", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 2 voltooid", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Pelgrimstocht 2", + "Description": "Voltooi de tweede pelgrimstocht", + "DescriptionDone": "De tweede pelgrimstocht voltooid", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Een schaduw om te werpen", + "Description": "Stem af op het glas", + "DescriptionDone": "Gesproken met de Autofaag :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Straling", + "Description": "Extraheer stralende scherven: 0/16", + "DescriptionDone": "16 stralende scherven geëxtraheerd", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Handen om mee te grijpen", + "Description": "Monteer het tweede Construct-onderdeel", + "DescriptionDone": "De armen van het Construct gemaakt", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Gebed II", + "Description": "Communiceer met de Atlas", + "DescriptionDone": "Het 2e Atlas-station bezocht", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Zaad van macht", + "Description": "Maak het 2e Atlas-zaadje", + "DescriptionDone": "Het 2e Atlas-zaadje gemaakt", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "De levende leegte", + "Description": "Verzamel atlantideum: 0/256", + "DescriptionDone": "256 atlantideum verzameld", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Fase 3", + "Description": "Voortgang: 0/7", + "DescriptionDone": "Fase 3 voltooid", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Pelgrimstocht 3", + "Description": "Voltooi de derde pelgrimstocht", + "DescriptionDone": "De derde pelgrimstocht voltooid", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "De wil om te bestaan", + "Description": "Luister naar de leegte", + "DescriptionDone": "Gesproken met de Autofaag :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Ongebreideld", + "Description": "Elimineer beschadigde Sentinels: 0/19", + "DescriptionDone": "19 beschadigde Sentinels geëlimineerd", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Een huls om heel te zijn", + "Description": "Monteer het derde Construct-onderdeel", + "DescriptionDone": "Het lichaam van het Construct gemaakt", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Gebed III", + "Description": "Communiceer met de Atlas", + "DescriptionDone": "Het 3e Atlas-station bezocht", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Zaad van wil", + "Description": "Maak het 3e Atlas-zaadje", + "DescriptionDone": "Het 3e Atlas-zaadje gemaakt", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Clusterhorde", + "Description": "Verdien naniet: 0/3000", + "DescriptionDone": "3000 naniet verdiend", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Fase 4", + "Description": "Voortgang: 0/8", + "DescriptionDone": "Fase 4 voltooid", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Pelgrimstocht 4", + "Description": "Voltooi de vierde pelgrimstocht", + "DescriptionDone": "De vierde pelgrimstocht voltooid", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Onafhankelijke geest", + "Description": "Harmoniseer met een andere levensvorm", + "DescriptionDone": "Gesproken met de Autofaag :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Voeten om mee te dwalen", + "Description": "Monteer het vierde Construct-onderdeel", + "DescriptionDone": "De benen van het Construct gemaakt", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Gebed IV", + "Description": "Communiceer met de Atlas", + "DescriptionDone": "Het 4e Atlas-station bezocht", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Zaad van leven", + "Description": "Maak het 4e Atlas-zaadje", + "DescriptionDone": "Het 4e Atlas-zaadje gemaakt", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Grote divergentie", + "Description": "Volg Nada", + "DescriptionDone": "Gehoord van het echozaadje", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "De reddingsboot", + "Description": "Voltooi de blauwdruk", + "DescriptionDone": "Een Construct gemonteerd", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Verloren zielen", + "Description": "Zoek een andere echo", + "DescriptionDone": "Nog een echo gered", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Fase 5", + "Description": "Voortgang: 0/8", + "DescriptionDone": "Fase 5 voltooid", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Pelgrimstocht 5", + "Description": "Voltooi de laatste pelgrimstocht", + "DescriptionDone": "De laatste pelgrimstocht voltooid", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Wedergeboorte", + "Description": "Open je geest", + "DescriptionDone": "Gesproken met de Autofaag :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Echo met bewustzijn", + "Description": "Ontsteek een convergentie", + "DescriptionDone": "Convergentie bereikt", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Gebed V", + "Description": "Communiceer met de Atlas", + "DescriptionDone": "Het laatste Atlas-station bezocht", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Zaad van hoop", + "Description": "Maak het laatste Atlas-zaadje", + "DescriptionDone": "Het laatste Atlas-zaadje gemaakt", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Ontsteking", + "Description": "Breng het Construct weer tot leven", + "DescriptionDone": "Het Construct leven in geblazen", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Ontsteking: Atlantid", + "Description": "Creëer een mechanische geest", + "DescriptionDone": "Een mechanische geest gekozen", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Ontsteking: Rood", + "Description": "Smeed een stellaire geest", + "DescriptionDone": "Een geest van hoop gezaaid", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> MIJLPAAL VERSLEUTELD<> SLASH<>\nSLASH<> KAN TAAK NIET DECODEREN<> SLASH<>\n\n%DESC%\n\nDe mijlpaal is versleuteld<>. Voltooi %MILESTONE%<> om door te gaan.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Expeditie tien: Singulariteit", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normaal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Fase 1", "Description": "Voortgang: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Ze horen ons", "Description": "Doorzoek het verlaten kamp", "DescriptionDone": "Gesproken met de Autofaag :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "De ontdekkingsreiziger", "Description": "Ga de ruimte in", "DescriptionDone": "Naar de sterren gegaan", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Gegraveerd in glas", "Description": "Zoek naar aanwijzingen", "DescriptionDone": "Archief doorzocht", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Ogen om mee te zien", "Description": "Monteer het eerste Construct-onderdeel", "DescriptionDone": "Het hoofd van het Construct gemaakt", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Gebed I", "Description": "Communiceer met de Atlas", "DescriptionDone": "Het eerste Atlas-station bezocht", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Zaad van dromen", "Description": "Maak het eerste Atlas-zaadje", "DescriptionDone": "Het eerste Atlas-zaadje gemaakt", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Pelgrimstocht 1", "Description": "Voltooi de eerste pelgrimstocht", "DescriptionDone": "De eerste pelgrimstocht voltooid", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Fase 2", "Description": "Voortgang: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Pelgrimstocht 2", "Description": "Voltooi de tweede pelgrimstocht", "DescriptionDone": "De tweede pelgrimstocht voltooid", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Een schaduw om te werpen", "Description": "Stem af op het glas", "DescriptionDone": "Gesproken met de Autofaag :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Straling", - "Description": "Extraheer stralende scherven: 0/16", - "DescriptionDone": "16 stralende scherven geëxtraheerd", + "Description": "Extraheer stralende scherven: 0/3", + "DescriptionDone": "3 stralende scherven geëxtraheerd", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Handen om mee te grijpen", "Description": "Monteer het tweede Construct-onderdeel", "DescriptionDone": "De armen van het Construct gemaakt", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Gebed II", "Description": "Communiceer met de Atlas", "DescriptionDone": "Het 2e Atlas-station bezocht", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Zaad van macht", "Description": "Maak het 2e Atlas-zaadje", "DescriptionDone": "Het 2e Atlas-zaadje gemaakt", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "De levende leegte", - "Description": "Verzamel atlantideum: 0/256", - "DescriptionDone": "256 atlantideum verzameld", + "Description": "Verzamel atlantideum: 0/64", + "DescriptionDone": "64 atlantideum verzameld", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Fase 3", "Description": "Voortgang: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Pelgrimstocht 3", "Description": "Voltooi de derde pelgrimstocht", "DescriptionDone": "De derde pelgrimstocht voltooid", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "De wil om te bestaan", "Description": "Luister naar de leegte", "DescriptionDone": "Gesproken met de Autofaag :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Ongebreideld", - "Description": "Elimineer beschadigde Sentinels: 0/19", - "DescriptionDone": "19 beschadigde Sentinels geëlimineerd", + "Description": "Elimineer beschadigde Sentinels: 0/5", + "DescriptionDone": "5 beschadigde Sentinels geëlimineerd", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Een huls om heel te zijn", "Description": "Monteer het derde Construct-onderdeel", "DescriptionDone": "Het lichaam van het Construct gemaakt", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Gebed III", "Description": "Communiceer met de Atlas", "DescriptionDone": "Het 3e Atlas-station bezocht", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Zaad van wil", "Description": "Maak het 3e Atlas-zaadje", "DescriptionDone": "Het 3e Atlas-zaadje gemaakt", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Clusterhorde", - "Description": "Verdien naniet: 0/3000", - "DescriptionDone": "3000 naniet verdiend", + "Description": "Verdien naniet: 0/1000", + "DescriptionDone": "1000 naniet verdiend", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Fase 4", "Description": "Voortgang: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Pelgrimstocht 4", "Description": "Voltooi de vierde pelgrimstocht", "DescriptionDone": "De vierde pelgrimstocht voltooid", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Onafhankelijke geest", "Description": "Harmoniseer met een andere levensvorm", "DescriptionDone": "Gesproken met de Autofaag :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Voeten om mee te dwalen", "Description": "Monteer het vierde Construct-onderdeel", "DescriptionDone": "De benen van het Construct gemaakt", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Gebed IV", "Description": "Communiceer met de Atlas", "DescriptionDone": "Het 4e Atlas-station bezocht", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Zaad van leven", "Description": "Maak het 4e Atlas-zaadje", "DescriptionDone": "Het 4e Atlas-zaadje gemaakt", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Grote divergentie", "Description": "Volg Nada", "DescriptionDone": "Gehoord van het echozaadje", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "De reddingsboot", "Description": "Voltooi de blauwdruk", "DescriptionDone": "Een Construct gemonteerd", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Verloren zielen", "Description": "Zoek een andere echo", "DescriptionDone": "Nog een echo gered", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Fase 5", "Description": "Voortgang: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Pelgrimstocht 5", "Description": "Voltooi de laatste pelgrimstocht", "DescriptionDone": "De laatste pelgrimstocht voltooid", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Wedergeboorte", "Description": "Open je geest", "DescriptionDone": "Gesproken met de Autofaag :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Echo met bewustzijn", "Description": "Ontsteek een convergentie", "DescriptionDone": "Convergentie bereikt", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Gebed V", "Description": "Communiceer met de Atlas", "DescriptionDone": "Het laatste Atlas-station bezocht", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Zaad van hoop", "Description": "Maak het laatste Atlas-zaadje", "DescriptionDone": "Het laatste Atlas-zaadje gemaakt", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Ontsteking", "Description": "Breng het Construct weer tot leven", "DescriptionDone": "Het Construct leven in geblazen", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Ontsteking: Atlantid", "Description": "Creëer een mechanische geest", "DescriptionDone": "Een mechanische geest gekozen", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Ontsteking: Rood", "Description": "Smeed een stellaire geest", "DescriptionDone": "Een geest van hoop gezaaid", diff --git a/public/assets/json/pl/Buildings.lang.json b/public/assets/json/pl/Buildings.lang.json index 5bda940605dd..0b82c9838bcc 100644 --- a/public/assets/json/pl/Buildings.lang.json +++ b/public/assets/json/pl/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Dekoracja do odblokowania", "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg przedstawia prymitywną, prastarą istotę, której poszukuje wielu badaczy.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Dekoracja do odblokowania", "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg przedstawia przedstawiciela czworonożnego gatunku o długiej szyi.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Lodowy posąg jednostki kroczącej", - "Group": "Dekoracja do odblokowania", - "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg przedstawia jednostkę kroczącą Strażników, zaawansowany pojazd bojowy.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Dekoracja", "Description": "Wyjątkowa naklejka, którą możesz umieścić na bazach, by je udekorować i dodać im szyku.\nPrzedstawia odciski łap niezidentyfikowanego stworzenia.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Dekoracja", "Description": "Wyjątkowa naklejka, którą możesz umieścić na bazach, by je udekorować i dodać im szyku.\nPrzedstawia odkrywcę który budzi się w obcym świecie i nie pamięta, jak się tam znalazł…", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Dekoracja", "Description": "Wyjątkowa naklejka, którą możesz umieścić na bazach, by je udekorować i dodać im szyku.\nPrzedstawia parę statków opuszczających atmosferę, by badać gwiazdy.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Lodowy posąg Geka", + "Group": "Dekoracja do odblokowania", + "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg przedstawia Geka wskazującego gestem niebo.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Lodowy posąg myśliwca", + "Group": "Dekoracja do odblokowania", + "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg przedstawia legendarny statek Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Lodowy posąg jednostki kroczącej", + "Group": "Dekoracja do odblokowania", + "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg przedstawia jednostkę kroczącą Strażników, zaawansowany pojazd bojowy.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Lodowy posąg Atlasa", + "Group": "Dekoracja do odblokowania", + "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg to ozdobna replika interfejsu Atlasa. Rdzeń obraca się, zasilany nieznaną mocą...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Lodowy posąg astronauty", + "Group": "Dekoracja do odblokowania", + "Description": "Wyjątkowy, możliwy do zbudowania ozdobnik bazy. Wyrzeźbiony z lodu.\nTen posąg astronauty stanowi hołd złożony wszystkim badaczom galaktyki.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/pl/GuildMissions.lang.json b/public/assets/json/pl/GuildMissions.lang.json index 6caf6a316b5c..4d9465fa7af9 100644 --- a/public/assets/json/pl/GuildMissions.lang.json +++ b/public/assets/json/pl/GuildMissions.lang.json @@ -95,7 +95,7 @@ "Klient poddaje sie nowej modzie. Szuka przedmiotu, który jest ponoć równie smaczny co pełen składników odżywczych. Oczywiście wspomniana moda powoduje, że trudno go zdobyć. Pilot, który znajdzie wspomniany przedmiot i zdąży dostarczyć go na zbliżającą się ucztę, zostanie wynagrodzony.", "Klient bada alternatywne metody wytwarzania mocy. Uważa, że dokonał przełomu. Nowa metoda pozwala uzyskać ogromne ilości mocy, przy czym toksycznych odpadów jest bardzo niewiele. Brakuje mu jednak kluczowego składnika. Nie może opuścić laboratorium, a więc szuka pilotów, którzy dostarczą wspomniany przedmiot.", "Klient prowadzi badania nad świadomością. Odrzucił skostniałe i utarte teorie, szukając bardziej holistycznego podejścia. Uważa, że dokonał przełomu. Znalazł materiał, który ponoć potrafi myśleć. Aby potwierdzić tę teorię, trzeba zbudować myślącą maszynę z tej substancji. Potrzebne będą duże ilości tego materiału, a więc klient musi skorzystać z pomocy innych odkrywców.", - "Klient znalazł możliwość zbicia fortuny. Zamierza podzielić się zyskami z każdym, kto pomoże mu w sfinalizowaniu przedsięwzięcia.\nSzuka dużej liczby odkrywców, którzy dostarczą pewne przedmioty na miejsce, aby zmniejszyć ich cenę na lokalnym rynku. Wysoka podaż i niska cena spowodują bankructwo konkurencji, dzięki czemu klient wróci na rynek później i skorzysta z monopolu.", + "Klient znalazł możliwość zbicia fortuny. Zamierza podzielić się zyskami z każdym, kto pomoże mu w sfinalizowaniu przedsięwzięcia.\r\nSzuka dużej liczby odkrywców, którzy dostarczą pewne przedmioty na miejsce, aby zmniejszyć ich cenę na lokalnym rynku. Wysoka podaż i niska cena spowodują bankructwo konkurencji, dzięki czemu klient wróci na rynek później i skorzysta z monopolu.", "Klient szuka sposobu na polepszenie relacji z władzami układu. Dowiedział się, że komisarz miejscowej stacji uwielbia pewien przedmiot i chce mu go dostarczyć. Oczywiście niestosowne byłoby dostarczenie go osobiście. Poszukiwany jest odkrywca, który stanie się pośrednikiem i przekaże wspomniany przedmiot.", "Klient przygotowuje comiesięczny transport towarów dla bogatych i znudzonych. Zauważył, że pewien przedmiot cieszy się ogromną popularnością i koniecznie musi go mieć w przygotowywanej kolekcji. Zapłaci cenę wyższą od rynkowej każdemu, kto zdoła go zdobyć.", "Klient zauważył, że jego konkurencja zainteresowana jest pewnym przedmiotem. Oczywiście nie może dopuścić do przejęcia go. Każdy odkrywca, który zdobędzie przedmiot przed rywalami, zostanie wynagrodzony. Nieważne, do czego może się przydać ten przedmiot, ważne żeby nie wpadł w ręce konkurencji!", @@ -172,7 +172,7 @@ "Klient poddaje sie nowej modzie. Szuka przedmiotu, który jest ponoć równie smaczny co pełen składników odżywczych. Oczywiście wspomniana moda powoduje, że trudno go zdobyć. Pilot, który znajdzie wspomniany przedmiot i zdąży dostarczyć go na zbliżającą się ucztę, zostanie wynagrodzony.", "Klient bada alternatywne metody wytwarzania mocy. Uważa, że dokonał przełomu. Nowa metoda pozwala uzyskać ogromne ilości mocy, przy czym toksycznych odpadów jest bardzo niewiele. Brakuje mu jednak kluczowego składnika. Nie może opuścić laboratorium, a więc szuka pilotów, którzy dostarczą wspomniany przedmiot.", "Klient prowadzi badania nad świadomością. Odrzucił skostniałe i utarte teorie, szukając bardziej holistycznego podejścia. Uważa, że dokonał przełomu. Znalazł materiał, który ponoć potrafi myśleć. Aby potwierdzić tę teorię, trzeba zbudować myślącą maszynę z tej substancji. Potrzebne będą duże ilości tego materiału, a więc klient musi skorzystać z pomocy innych odkrywców.", - "Klient znalazł możliwość zbicia fortuny. Zamierza podzielić się zyskami z każdym, kto pomoże mu w sfinalizowaniu przedsięwzięcia.\nSzuka dużej liczby odkrywców, którzy dostarczą pewne przedmioty na miejsce, aby zmniejszyć ich cenę na lokalnym rynku. Wysoka podaż i niska cena spowodują bankructwo konkurencji, dzięki czemu klient wróci na rynek później i skorzysta z monopolu.", + "Klient znalazł możliwość zbicia fortuny. Zamierza podzielić się zyskami z każdym, kto pomoże mu w sfinalizowaniu przedsięwzięcia.\r\nSzuka dużej liczby odkrywców, którzy dostarczą pewne przedmioty na miejsce, aby zmniejszyć ich cenę na lokalnym rynku. Wysoka podaż i niska cena spowodują bankructwo konkurencji, dzięki czemu klient wróci na rynek później i skorzysta z monopolu.", "Klient szuka sposobu na polepszenie relacji z władzami układu. Dowiedział się, że komisarz miejscowej stacji uwielbia pewien przedmiot i chce mu go dostarczyć. Oczywiście niestosowne byłoby dostarczenie go osobiście. Poszukiwany jest odkrywca, który stanie się pośrednikiem i przekaże wspomniany przedmiot.", "Klient przygotowuje comiesięczny transport towarów dla bogatych i znudzonych. Zauważył, że pewien przedmiot cieszy się ogromną popularnością i koniecznie musi go mieć w przygotowywanej kolekcji. Zapłaci cenę wyższą od rynkowej każdemu, kto zdoła go zdobyć.", "Klient zauważył, że jego konkurencja zainteresowana jest pewnym przedmiotem. Oczywiście nie może dopuścić do przejęcia go. Każdy odkrywca, który zdobędzie przedmiot przed rywalami, zostanie wynagrodzony. Nieważne, do czego może się przydać ten przedmiot, ważne żeby nie wpadł w ręce konkurencji!", @@ -244,26 +244,26 @@ "Wymagana pilna usługa kurierska" ], "Descriptions": [ - "Klient szuka kuriera godnego zaufania. Zamierza przesłać przyjacielowi pewien dar, aby uczcić fakt, że obaj wciąż żyją.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient szuka dyskretnej usługi kurierskiej. Zapewnia przewoźnika, że paczka zawiera dokładnie to, co napisano w dołączonym dokumencie. Zdecydowanie można mu zaufać.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient zamierza sfinalizować umowę biznesową, ale druga strona negocjuje niezwykle twardo. Klient ma nadzieję, że ta przesyłka usunie wszelkie przeszkody stojące na drodze do podpisania finalnego dokumentu. Niezwykle ważne jest, aby paczka trafiła wyłącznie do adresata.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient pracuje w niezwykle delikatnej branży. Ta przesyłka ma być podziękowaniem dla partnerów biznesowych. Klient ma nadzieję, że żadne potencjalne niedyskrecje nie zostaną przez przewoźnika wykorzystane.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient chce jedynie przesłać koledze trochę towarów, nic więcej. Dodaje do przesyłki wiadomość, że odbiorca nie powinien się niczym martwić, a zawartości paczki absolutnie nie da się namierzyć.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient ma ważną i niezwykle zajmującą pracę zawodową, a więc nie można się spodziewać, że będzie się zajmował sprawami w domu. Nadszedł czas święta jednego z jego rodziców, a dobry zwyczaj nakazuje, aby wręczyć prezent temu, kto cię spłodził. Klient chce, aby ktoś zajął się tą sprawą, aby on nie musiał już o niej myśleć.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient ma dług emocjonalny wobec krewnego. Zapomniał uczcić szczególnie ważną datę. W ramach przeprosin, zamawia cenny przedmiot, który ma zostać przesłany urażonej osobie. Przesyłka nie może zostać stracona w trakcie transportu, gdyż wynikną z tego jedynie kolejne nieporozumienia.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient wszedł w posiadanie tajemniczego przedmiotu. Choć wygląda on pospolicie, skany mikrobiologiczne wykryły alarmującą liczbę nieznanych zarodników. Przedmiot musi zostać przesłany do specjalisty od zagrożeń biologicznych. Nie otwierać pojemnika!\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient chce przesłać paczko - wiadomość do pracownika. Nie ma tam jednak żadnej pisemnej notki, a przesyłka sama w sobie nie ma wielkiego znaczenia. Klient jest przekonany, że dostarczenie tej paczki na osobisty adres pracownika sprawi, że zostanie ona dokładnie przez niego zrozumiana!\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient chce posprzątać w piwnicy. Przez lata zebrał wiele niepotrzebnych szpargałów i teraz chce sie ich pozbyć. Wyrzucenie ich byłoby marnotrawstwem, a zgromadzenie w jednym miejscu pozwoliłoby zidentyfikować posiadacza. W związku z tym, klient zamierza rozesłać przedmioty do jak największej liczby odbiorców na wielu planetach.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient prowadzi niewielki biznes związany z handlem detalicznym. Skupuje niechciane i niedoceniane przedmioty, a następnie sprzedaje je osobom, którym mogą się przydać. Najnowsza przesyłka jest gotowa do dostarczenia koneserowi, który za nią zapłacił.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient chce wysłać absolutnie pospolite przedmioty i szuka kuriera, który nie będzie o nic pytał, ani nie zwróci uwagi lokalnych władz. Klient zapewnia potencjalnego kuriera, że odgłosy zwierząt pochodzące ze skrzyni to wyłącznie jego wyobraźnia.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient jest częścią długiego i skomplikowanego łańcucha transakcji. Aby nie pozostawić po sobie żadnych śladów, płatności dokonywane są na zasadzie wymiany towarów. Ta przesyłka jest właśnie częścią takiej zapłaty.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient wysyła zwykły towar do jednego ze swoich najbardziej lojalnych klientów. Przesyłka nie jest szczególnie wyjątkowa, ale w końcu chodzi o ważnego partnera biznesowego. W związku z tym musi zostać dostarczona przez doświadczonego kuriera osobiście.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient codziennie przesyła duże ilości różnych towarów. Jego marża jest niska, a więc nawet najniższe opodatkowanie może go zrujnować. Najlepiej wysyłać więc towar poprzez dyskretnego kuriera, który będzie udawał że jest to prezent dla rodziny i nie ma żadnego związku z handlem komercyjnym.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient jest znany miejscowym piratom, a ci wyznaczyli cenę za jego głowę. Musi dyskretnie opuścić układ - tak, aby nikt nie mógł za nim podążyć. Do przesyłki dołączył czip śledzący i prosi o wywiezienie jej w kierunku przeciwnym do kierunku swojej ucieczki.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "W galaktyce obowiązuje mnóstwo praw i rozporządzeń. Towary całkowicie legalne w jednym układzie mogą być absolutnie zakazane w innym. Tego rodzaju różnice są okazją do zarobienia. Klient prosi o dostarczenie przesyłki bez zadawania pytań i zwracania na siebie uwagi.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient chce zdobyć nowego, ważnego partnera biznesowego. Zanim podpisana zostanie umowa na dostawę hurtową, należy dostarczyć próbki towarów. Muszą one dotrzeć w idealnym stanie.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient co tydzień przesyła paczki swoim partnerom biznesowym, którzy nie chcą lub nie mogą sami zrobić zakupów. Z przesłanych produktów można przygotować przepyszny posiłek lub zlecić jego ugotowanie robotowi. Ta przesyłka to zwykłe, cotygodniowe zamówienie.\n\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", - "Klient zlecił tę przesyłkę innemu kurierowi, ale dostawa się nie powiodła. Laser spowodował mechaniczne uszkodzenia silnika pulsacyjnego oraz kokpitu. Klient szuka więc nowego, odważnego kuriera, któremu uda się uniknąć podobnych mechanicznych usterek czających się w przestrzeni poza stacją kosmiczną.\n\nKurier otrzyma kupon obronny x1, w razie gdyby doszło do ataku piratów.", + "Klient szuka kuriera godnego zaufania. Zamierza przesłać przyjacielowi pewien dar, aby uczcić fakt, że obaj wciąż żyją.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient szuka dyskretnej usługi kurierskiej. Zapewnia przewoźnika, że paczka zawiera dokładnie to, co napisano w dołączonym dokumencie. Zdecydowanie można mu zaufać.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient zamierza sfinalizować umowę biznesową, ale druga strona negocjuje niezwykle twardo. Klient ma nadzieję, że ta przesyłka usunie wszelkie przeszkody stojące na drodze do podpisania finalnego dokumentu. Niezwykle ważne jest, aby paczka trafiła wyłącznie do adresata.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient pracuje w niezwykle delikatnej branży. Ta przesyłka ma być podziękowaniem dla partnerów biznesowych. Klient ma nadzieję, że żadne potencjalne niedyskrecje nie zostaną przez przewoźnika wykorzystane.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient chce jedynie przesłać koledze trochę towarów, nic więcej. Dodaje do przesyłki wiadomość, że odbiorca nie powinien się niczym martwić, a zawartości paczki absolutnie nie da się namierzyć.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient ma ważną i niezwykle zajmującą pracę zawodową, a więc nie można się spodziewać, że będzie się zajmował sprawami w domu. Nadszedł czas święta jednego z jego rodziców, a dobry zwyczaj nakazuje, aby wręczyć prezent temu, kto cię spłodził. Klient chce, aby ktoś zajął się tą sprawą, aby on nie musiał już o niej myśleć.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient ma dług emocjonalny wobec krewnego. Zapomniał uczcić szczególnie ważną datę. W ramach przeprosin, zamawia cenny przedmiot, który ma zostać przesłany urażonej osobie. Przesyłka nie może zostać stracona w trakcie transportu, gdyż wynikną z tego jedynie kolejne nieporozumienia.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient wszedł w posiadanie tajemniczego przedmiotu. Choć wygląda on pospolicie, skany mikrobiologiczne wykryły alarmującą liczbę nieznanych zarodników. Przedmiot musi zostać przesłany do specjalisty od zagrożeń biologicznych. Nie otwierać pojemnika!\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient chce przesłać paczko - wiadomość do pracownika. Nie ma tam jednak żadnej pisemnej notki, a przesyłka sama w sobie nie ma wielkiego znaczenia. Klient jest przekonany, że dostarczenie tej paczki na osobisty adres pracownika sprawi, że zostanie ona dokładnie przez niego zrozumiana!\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient chce posprzątać w piwnicy. Przez lata zebrał wiele niepotrzebnych szpargałów i teraz chce sie ich pozbyć. Wyrzucenie ich byłoby marnotrawstwem, a zgromadzenie w jednym miejscu pozwoliłoby zidentyfikować posiadacza. W związku z tym, klient zamierza rozesłać przedmioty do jak największej liczby odbiorców na wielu planetach.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient prowadzi niewielki biznes związany z handlem detalicznym. Skupuje niechciane i niedoceniane przedmioty, a następnie sprzedaje je osobom, którym mogą się przydać. Najnowsza przesyłka jest gotowa do dostarczenia koneserowi, który za nią zapłacił.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient chce wysłać absolutnie pospolite przedmioty i szuka kuriera, który nie będzie o nic pytał, ani nie zwróci uwagi lokalnych władz. Klient zapewnia potencjalnego kuriera, że odgłosy zwierząt pochodzące ze skrzyni to wyłącznie jego wyobraźnia.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient jest częścią długiego i skomplikowanego łańcucha transakcji. Aby nie pozostawić po sobie żadnych śladów, płatności dokonywane są na zasadzie wymiany towarów. Ta przesyłka jest właśnie częścią takiej zapłaty.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient wysyła zwykły towar do jednego ze swoich najbardziej lojalnych klientów. Przesyłka nie jest szczególnie wyjątkowa, ale w końcu chodzi o ważnego partnera biznesowego. W związku z tym musi zostać dostarczona przez doświadczonego kuriera osobiście.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient codziennie przesyła duże ilości różnych towarów. Jego marża jest niska, a więc nawet najniższe opodatkowanie może go zrujnować. Najlepiej wysyłać więc towar poprzez dyskretnego kuriera, który będzie udawał że jest to prezent dla rodziny i nie ma żadnego związku z handlem komercyjnym.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient jest znany miejscowym piratom, a ci wyznaczyli cenę za jego głowę. Musi dyskretnie opuścić układ - tak, aby nikt nie mógł za nim podążyć. Do przesyłki dołączył czip śledzący i prosi o wywiezienie jej w kierunku przeciwnym do kierunku swojej ucieczki.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "W galaktyce obowiązuje mnóstwo praw i rozporządzeń. Towary całkowicie legalne w jednym układzie mogą być absolutnie zakazane w innym. Tego rodzaju różnice są okazją do zarobienia. Klient prosi o dostarczenie przesyłki bez zadawania pytań i zwracania na siebie uwagi.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient chce zdobyć nowego, ważnego partnera biznesowego. Zanim podpisana zostanie umowa na dostawę hurtową, należy dostarczyć próbki towarów. Muszą one dotrzeć w idealnym stanie.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient co tydzień przesyła paczki swoim partnerom biznesowym, którzy nie chcą lub nie mogą sami zrobić zakupów. Z przesłanych produktów można przygotować przepyszny posiłek lub zlecić jego ugotowanie robotowi. Ta przesyłka to zwykłe, cotygodniowe zamówienie.\r\n\r\nKurier będzie wyposażony w 1x Kupon obronny, w razie ataku piratów.", + "Klient zlecił tę przesyłkę innemu kurierowi, ale dostawa się nie powiodła. Laser spowodował mechaniczne uszkodzenia silnika pulsacyjnego oraz kokpitu. Klient szuka więc nowego, odważnego kuriera, któremu uda się uniknąć podobnych mechanicznych usterek czających się w przestrzeni poza stacją kosmiczną.\r\n\r\nKurier otrzyma kupon obronny x1, w razie gdyby doszło do ataku piratów.", "Klient szuka kuriera, który dostarczy pilną przesyłkę.", "Klient szuka dostarczyciela, który przewiezie cenny przedmiot.", "Klient musi wysłać ważną paczkę. Szuka godnego zaufania kuriera.", @@ -429,7 +429,7 @@ "Klient zleca dokładne skany biologiczne. Jego program hodowli drapieżników bojowych utknął w miejscu - potrzebne są nowe próbki DNA, aby wyeliminować słabe punkty w zachowaniach łowieckich/ataków z ukrycia.", "Klient pilnie potrzebuje danych ze skanów biologicznych. Każdego dnia giną gatunki, z powodu zakłóceń klimatu, wojen lub wypadków przemysłowych. Choć klient nie potępia tych wydarzeń, martwi się, że brak danych zdekompletuje jego zbiory archiwalne.", "Klient sponsoruje dużą galerię. Ostatnie wystawy skupiają się na sztuce abstrakcyjnej, a klientów jest coraz mniej. Klient potrzebuje realistycznych projekcji holograficznych ekscytujących lub atrakcyjnych zwierząt, aby przyciągnąć klientów z powrotem do galerii.", - "Klient prowadzi ośrodek badawczy. Osiągnął etap w karierze, kiedy chciałby oddać coś społeczności naukowej.\nZa młodu inspirowały go zwierzęta widziane na planecie macierzystej. Uważa, że gdyby stworzył holograficzne wersje podobnych stworów na podstawie skanów, mógłby zainspirować tych, którzy nie mogą oglądać owych bestii na żywo.", + "Klient prowadzi ośrodek badawczy. Osiągnął etap w karierze, kiedy chciałby oddać coś społeczności naukowej.\r\nZa młodu inspirowały go zwierzęta widziane na planecie macierzystej. Uważa, że gdyby stworzył holograficzne wersje podobnych stworów na podstawie skanów, mógłby zainspirować tych, którzy nie mogą oglądać owych bestii na żywo.", "Klient zaangażowany jest w egzozoologiczny projekt medyczny, ale wysyłanie weterynarzy na powierzchnię każdej planety jest nieefektywne. Należy zgromadzić skany danych z próbek populacji zwierzęcych, a następnie przebadać je na obecność chorób i tym samym bardziej efektywnie rozesłać weterynarzy.", "Klient zafascynowany jest procesem rozwoju populacji na planetach. W galaktyce wciąż pojawiają się i zanikają niektóre cechy ewolucyjne. Aby je zrozumieć i sprawdzić, czy są naturalne i losowe, czy może wynikają z czynników zewnętrznych, należy zbudować bazę danych takich cech. Poszukiwani są zręczni odkrywcy, którzy pomogą stworzyć wspomnianą bazę danych.", "Klient szuka dyskretnych odkrywców, którzy wspomogą go w projekcie badawczym. Krążą pogłoski, że pewne toksyczne substancje wyciekły lub zostały umyślnie uwolnione w atmosferę pobliskich planet. Skany lokalnej fauny dadzą odpowiedź na pytanie, czy ta potencjalnie toksyczna substancja będzie miała długofalowy wpływ na zwierzęta.", diff --git a/public/assets/json/pl/SeasonalExpedition.lang.json b/public/assets/json/pl/SeasonalExpedition.lang.json index 428ffac15803..d546d1118eef 100644 --- a/public/assets/json/pl/SeasonalExpedition.lang.json +++ b/public/assets/json/pl/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Ekspedycja dziewiąta: Utopia", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normalny", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Faza 1", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 1 zaliczona.", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fundamenty", + "Description": "Załóż bazę.", + "DescriptionDone": "Założono bazę.", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Prowiant", + "Description": "Wytwórz materiały do przetrwania", + "DescriptionDone": "Utworzono materiały do przetrwania", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Kontrola naziemna", + "Description": "Prześlij bazę do projektu Utopia", + "DescriptionDone": "Przyczyniono się do projektu Utopia", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Łącze planetarne", + "Description": "Przygotuj dowolny egzopojazd", + "DescriptionDone": "Ustanowiono transport lokalny", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Łącze systemowe", + "Description": "Zlokalizuj i napraw swój statek gwiezdny.", + "DescriptionDone": "Przywrócono najważniejsze systemy statku", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Trasa widokowa", + "Description": "Podróżuj w egzopojeździe: 0/1000 j.", + "DescriptionDone": "Przejechanie 1000 j. w egzopojeździe", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Posterunek Alfa", + "Description": "Zarejestruj sukces na 1. planecie", + "DescriptionDone": "Zasiedlono 1. planetę", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Faza 2", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 2 zaliczona.", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Posterunek Beta", + "Description": "Osiągnij 2. cel odtworzenia", + "DescriptionDone": "Zdobyto 2. planetę dla Utopii", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Zlecenie Beta", + "Description": "Odbierz polecenia od Utopii", + "DescriptionDone": "Zlokalizowano 2. strefę budowy", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Osada Beta", + "Description": "Zbuduj bazę na 2. planecie", + "DescriptionDone": "Zbudowano bazę na 2. planecie", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Pancernik", + "Description": "Zdobądź ulepszenie egzokombinezonu", + "DescriptionDone": "Uzyskano dostęp do stacji kombinezonów Utopii", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Roślinobójstwo", + "Description": "Zniszcz niebezpieczną florę: 0/5", + "DescriptionDone": "Zniszczenie 5 niebezpiecznej flory", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Towarzystwo", + "Description": "Przysposób towarzyszy: 0/1.", + "DescriptionDone": "Przysposobiono towarzyszy: 1.", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Kaldera", + "Description": "Wejdź na wulkan", + "DescriptionDone": "Osiągnięto szczyt wulkanu", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Faza 3", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 3 zaliczona.", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Posterunek Gamma", + "Description": "Dotrzyj do 3. celu odtworzenia", + "DescriptionDone": "Zdobyto 3. planetę dla Utopii", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Zlecenie Gamma", + "Description": "Odbierz kolejne polecenia od Utopii", + "DescriptionDone": "Zlokalizowano 3. strefę budowy", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Osada Gamma", + "Description": "Zbuduj bazę na 3. planecie", + "DescriptionDone": "Zbudowano bazę na 3. planecie", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Zaawansowana mechanika", + "Description": "Zdobądź ulepszenie egzopojazdu", + "DescriptionDone": "Uzyskano dostęp do stacji egzopojazdów Utopii", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Wykrywacz", + "Description": "Wykop zakopane przedmioty: 0/1", + "DescriptionDone": "Odzyskanie 1 zagubionych przedmiotów", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Lokalne przysmaki", + "Description": "Przygotuj kakao i tonik pielgrzyma", + "DescriptionDone": "Ugotowano lokalne potrawy", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora magenta", + "Description": "Udokumentuj roślinne formy życia na trzeciej planecie: 0/3", + "DescriptionDone": "Odkryto rośliny na trzeciej planecie: 3", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Faza 4", + "Description": "Obecne postępy: 0/8.", + "DescriptionDone": "Faza 4 zaliczona.", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Posterunek Delta", + "Description": "Dotrzyj do 4. celu odtworzenia", + "DescriptionDone": "Zdobyto 4. planetę dla Utopii", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Zlecenie Delta", + "Description": "Odbierz kolejne polecenia od Utopii", + "DescriptionDone": "Zlokalizowano 4. strefę budowy", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Osada Delta", + "Description": "Zbuduj bazę na 4. planecie", + "DescriptionDone": "Zbudowano bazę na 4. planecie", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omninarzędzie", + "Description": "Zdobądź ulepszenie multinarzędzia", + "DescriptionDone": "Uzyskano dostęp do stacji multinarzędzia Utopii", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Poszukiwacz wielorybów", + "Description": "Zarejestruj podwodne stworzenie ważące 50 kg", + "DescriptionDone": "Odkryto wodne stworzenie ważące ponad %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Daj mi cynk", + "Description": "Przygotuj syropowate wnętrzności", + "DescriptionDone": "Ugotowano obrzydliwe danie", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "Czystka", + "Description": "Oczyść miejsce z biologicznych horrorów", + "DescriptionDone": "Odkryto zapisy o historii Utopii", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "CZYSTKA", + "Description": "Utopia zarezerwowała ten zaawansowany kamień milowy dla osadników, którzy wyszli poza sekcję Delta<> projektu.\n\nUkończ kamień milowy Posterunek Delta<>, aby kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Pasożyty", + "Description": "Pokonaj wygłodniałe macki: 0/3", + "DescriptionDone": "Wyeliminowano wygłodniałe macki: 3", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Faza 5", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 5 zaliczona.", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Posterunek Epsilon", + "Description": "Dotrzyj do ostatecznego celu odtworzenia", + "DescriptionDone": "Osiągnięto ostateczny cel odtworzenia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Zlecenie Epsilon", + "Description": "Odbierz ostatnie polecenia od Utopii", + "DescriptionDone": "Zlokalizowano ostatnią strefę budowy", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Osada Epsilon", + "Description": "Zbuduj bazę na ostatniej planecie", + "DescriptionDone": "Zbudowano bazę na ostatniej planecie", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Obliczenia przed lotem", + "Description": "Zdobądź ulepszenie statku", + "DescriptionDone": "Uzyskano dostęp do stacji statków Utopii", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Ślady na śniegu", + "Description": "Odkryj stworzenia na ostatnim świecie: 0/3", + "DescriptionDone": "Odkryto stworzenia na ostatnim świecie", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sejsmologia", + "Description": "Znajdź zagłębie gazu", + "DescriptionDone": "Przeprowadzono badania obecności podziemnego gazu", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "Następna granica", + "Description": "Skok warp poza Bakkin", + "DescriptionDone": "Skorzystano z trasy międzygwiezdnej Utopii", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Ekspedycja dziesiąta: Osobliwość", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normalny", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Faza 1", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 1 zaliczona.", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Słyszą nas", + "Description": "Przeszukaj opuszczony obóz", + "DescriptionDone": "Porozmawiano z autofagiem :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "Wędrownik", + "Description": "Ruszaj w kosmos", + "DescriptionDone": "Dotarto do gwiazd", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Wyryte w szkle", + "Description": "Szukaj wskazówek", + "DescriptionDone": "Zbadano archiwa", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Oczy, by widzieć", + "Description": "Złóż pierwszą część konstruktu", + "DescriptionDone": "Stworzono głowę konstruktu", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Modlitwa I", + "Description": "Spotkaj się z Atlasem", + "DescriptionDone": "Odwiedzono pierwszą stację Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CHR??/MO| D??A", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Ziarno marzeń", + "Description": "Stwórz 1. ziarno Atlasa", + "DescriptionDone": "Stworzono 1. ziarno Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "P?”<ż ??.ta?mP?”<ż ??.ta?m", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Pielgrzymka 1", + "Description": "Ukończ 1. pielgrzymkę", + "DescriptionDone": "Ukończono 1. pielgrzymkę", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Faza 2", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 2 zaliczona.", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Pielgrzymka 2", + "Description": "Ukończ 2. pielgrzymkę", + "DescriptionDone": "Ukończono 2. pielgrzymkę", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Rzucanie cienia", + "Description": "Dostrój się do szkła", + "DescriptionDone": "Porozmawiano z autofagiem :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Blask", + "Description": "Wydobądź promieniujące odłamki: 0/16", + "DescriptionDone": "Wydobyto promieniujące odłamki: 16", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Ręce, by chwytać", + "Description": "Złóż drugą część konstruktu", + "DescriptionDone": "Stworzono ramiona konstruktu", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Modlitwa II", + "Description": "Spotkaj się z Atlasem", + "DescriptionDone": "Odwiedzono 2. stację Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "OTC14nnnnn?", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Ziarno mocy", + "Description": "Stwórz 2. ziarno Atlasa", + "DescriptionDone": "Stworzono 2. ziarno Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "Z?44GBBBB KKZZ///>>?", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "Żywa próżnia", + "Description": "Zgromadź atlantideum: 0/256", + "DescriptionDone": "Zgromadzono 256 atlantideum", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Faza 3", + "Description": "Obecne postępy: 0/7.", + "DescriptionDone": "Faza 3 zaliczona.", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Pielgrzymka 3", + "Description": "Ukończ 3. pielgrzymkę", + "DescriptionDone": "Ukończono 3. pielgrzymkę", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "Wola istnienia", + "Description": "Wsłuchaj się w próżnię", + "DescriptionDone": "Porozmawiano z autofagiem :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Szaleństwo", + "Description": "Wyeliminuj uszkodzonych Strażników: 0/19.", + "DescriptionDone": "Usunięto 19 uszkodzonych Strażników", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Powłoka, by dopełnić", + "Description": "Złóż trzecią część konstruktu", + "DescriptionDone": "Stworzono korpus konstruktu", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Modlitwa III", + "Description": "Spotkaj się z Atlasem", + "DescriptionDone": "Odwiedzono 3. stację Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CHR??/MO| D??A", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Ziarno woli", + "Description": "Stwórz 3. ziarno Atlasa", + "DescriptionDone": "Stworzono 3. ziarno Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "P?”<ż ??.ta?mP?”<ż ??.ta?m", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Horda klasterów", + "Description": "Zdobądź nanity: 0/3000.", + "DescriptionDone": "Zdobyto nanity: 3000.", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Faza 4", + "Description": "Obecne postępy: 0/8.", + "DescriptionDone": "Faza 4 zaliczona.", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Pielgrzymka 4", + "Description": "Ukończ 4. pielgrzymkę", + "DescriptionDone": "Ukończono 4. pielgrzymkę", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Niezależny duch", + "Description": "Zharmonizuj się z inną formą życia", + "DescriptionDone": "Porozmawiano z autofagiem :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Stopy, by wędrować", + "Description": "Złóż czwartą część konstruktu", + "DescriptionDone": "Stworzono nogi konstruktu", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Modlitwa IV", + "Description": "Spotkaj się z Atlasem", + "DescriptionDone": "Odwiedzono 4. stację Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "OTC14nnnnn?", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Ziarno życia", + "Description": "Stwórz 4. ziarno Atlasa", + "DescriptionDone": "Stworzono 4. ziarno Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "Z?44GBBBB KKZZ///>>?", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Wielka rozbieżność", + "Description": "Podążaj za Nadą", + "DescriptionDone": "Dowiedziano się o ziarnie echa", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "Łódź ratunkowa", + "Description": "Uzupełnij schemat", + "DescriptionDone": "Zmontowano konstrukt", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Zagubione dusze", + "Description": "Zlokalizuj inne echo", + "DescriptionDone": "Uratowano kolejne echo", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CHR??/MO| D??A", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Faza 5", + "Description": "Obecne postępy: 0/8.", + "DescriptionDone": "Faza 5 zaliczona.", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Pielgrzymka 5", + "Description": "Ukończ ostatnią pielgrzymkę", + "DescriptionDone": "Ukończono ostatnią pielgrzymkę", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Odrodzenie", + "Description": "Otwórz swój umysł", + "DescriptionDone": "Porozmawiano z autofagiem :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Echo świadomości", + "Description": "Rozpal konwergencję", + "DescriptionDone": "Osiągnięto konwergencję", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CHR??/MO| D??A", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Modlitwa V", + "Description": "Spotkaj się z Atlasem", + "DescriptionDone": "Odwiedzono ostatnią stację Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "P?”<ż ??.ta?mP?”<ż ??.ta?m", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Ziarno nadziei", + "Description": "Stwórz ostatnie ziarno Atlasa", + "DescriptionDone": "Stworzono ostatnie ziarno Atlasa", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "OTC14nnnnn?", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Zapłon", + "Description": "Przywróć życie konstruktowi", + "DescriptionDone": "Tchnięto życie w konstrukt", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "Z?44GBBBB KKZZ///>>?", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Zapłon: Atlantyda", + "Description": "Stwórz mechaniczny umysł", + "DescriptionDone": "Wybierz mechaniczny umysł", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Zapłon: szkarłat", + "Description": "Wykuj gwiezdny umysł", + "DescriptionDone": "Zasiano umysł nadziei", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> KAMIEŃ MILOWY ZASZYFROWANY<> SLASH<>\nSLASH<> NIE MOŻNA ODCZYTAĆ ZADANIA<> SLASH<>\n\n%DESC%\n\nKamień milowy jest zaszyfrowany<>. Ukończ %MILESTONE%<>, by kontynuować.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Ekspedycja dziesiąta: Osobliwość", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normalny", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Faza 1", "Description": "Obecne postępy: 0/7.", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Słyszą nas", "Description": "Przeszukaj opuszczony obóz", "DescriptionDone": "Porozmawiano z autofagiem :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "Wędrownik", "Description": "Ruszaj w kosmos", "DescriptionDone": "Dotarto do gwiazd", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Wyryte w szkle", "Description": "Szukaj wskazówek", "DescriptionDone": "Zbadano archiwa", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Oczy, by widzieć", "Description": "Złóż pierwszą część konstruktu", "DescriptionDone": "Stworzono głowę konstruktu", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Modlitwa I", "Description": "Spotkaj się z Atlasem", "DescriptionDone": "Odwiedzono pierwszą stację Atlasa", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Ziarno marzeń", "Description": "Stwórz 1. ziarno Atlasa", "DescriptionDone": "Stworzono 1. ziarno Atlasa", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Pielgrzymka 1", "Description": "Ukończ 1. pielgrzymkę", "DescriptionDone": "Ukończono 1. pielgrzymkę", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Faza 2", "Description": "Obecne postępy: 0/7.", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Pielgrzymka 2", "Description": "Ukończ 2. pielgrzymkę", "DescriptionDone": "Ukończono 2. pielgrzymkę", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Rzucanie cienia", "Description": "Dostrój się do szkła", "DescriptionDone": "Porozmawiano z autofagiem :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Blask", - "Description": "Wydobądź promieniujące odłamki: 0/16", - "DescriptionDone": "Wydobyto promieniujące odłamki: 16", + "Description": "Wydobądź promieniujące odłamki: 0/3", + "DescriptionDone": "Wydobyto promieniujące odłamki: 3", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Ręce, by chwytać", "Description": "Złóż drugą część konstruktu", "DescriptionDone": "Stworzono ramiona konstruktu", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Modlitwa II", "Description": "Spotkaj się z Atlasem", "DescriptionDone": "Odwiedzono 2. stację Atlasa", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Ziarno mocy", "Description": "Stwórz 2. ziarno Atlasa", "DescriptionDone": "Stworzono 2. ziarno Atlasa", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "Żywa próżnia", - "Description": "Zgromadź atlantideum: 0/256", - "DescriptionDone": "Zgromadzono 256 atlantideum", + "Description": "Zgromadź atlantideum: 0/64", + "DescriptionDone": "Zgromadzono 64 atlantideum", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Faza 3", "Description": "Obecne postępy: 0/7.", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Pielgrzymka 3", "Description": "Ukończ 3. pielgrzymkę", "DescriptionDone": "Ukończono 3. pielgrzymkę", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "Wola istnienia", "Description": "Wsłuchaj się w próżnię", "DescriptionDone": "Porozmawiano z autofagiem :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Szaleństwo", - "Description": "Wyeliminuj uszkodzonych Strażników: 0/19.", - "DescriptionDone": "Usunięto 19 uszkodzonych Strażników", + "Description": "Wyeliminuj uszkodzonych Strażników: 0/5.", + "DescriptionDone": "Usunięto 5 uszkodzonych Strażników", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Powłoka, by dopełnić", "Description": "Złóż trzecią część konstruktu", "DescriptionDone": "Stworzono korpus konstruktu", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Modlitwa III", "Description": "Spotkaj się z Atlasem", "DescriptionDone": "Odwiedzono 3. stację Atlasa", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Ziarno woli", "Description": "Stwórz 3. ziarno Atlasa", "DescriptionDone": "Stworzono 3. ziarno Atlasa", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Horda klasterów", - "Description": "Zdobądź nanity: 0/3000.", - "DescriptionDone": "Zdobyto nanity: 3000.", + "Description": "Zdobądź nanity: 0/1000.", + "DescriptionDone": "Zdobyto nanity: 1000.", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Faza 4", "Description": "Obecne postępy: 0/8.", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Pielgrzymka 4", "Description": "Ukończ 4. pielgrzymkę", "DescriptionDone": "Ukończono 4. pielgrzymkę", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Niezależny duch", "Description": "Zharmonizuj się z inną formą życia", "DescriptionDone": "Porozmawiano z autofagiem :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Stopy, by wędrować", "Description": "Złóż czwartą część konstruktu", "DescriptionDone": "Stworzono nogi konstruktu", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Modlitwa IV", "Description": "Spotkaj się z Atlasem", "DescriptionDone": "Odwiedzono 4. stację Atlasa", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Ziarno życia", "Description": "Stwórz 4. ziarno Atlasa", "DescriptionDone": "Stworzono 4. ziarno Atlasa", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Wielka rozbieżność", "Description": "Podążaj za Nadą", "DescriptionDone": "Dowiedziano się o ziarnie echa", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "Łódź ratunkowa", "Description": "Uzupełnij schemat", "DescriptionDone": "Zmontowano konstrukt", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Zagubione dusze", "Description": "Zlokalizuj inne echo", "DescriptionDone": "Uratowano kolejne echo", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Faza 5", "Description": "Obecne postępy: 0/8.", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Pielgrzymka 5", "Description": "Ukończ ostatnią pielgrzymkę", "DescriptionDone": "Ukończono ostatnią pielgrzymkę", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Odrodzenie", "Description": "Otwórz swój umysł", "DescriptionDone": "Porozmawiano z autofagiem :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Echo świadomości", "Description": "Rozpal konwergencję", "DescriptionDone": "Osiągnięto konwergencję", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Modlitwa V", "Description": "Spotkaj się z Atlasem", "DescriptionDone": "Odwiedzono ostatnią stację Atlasa", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Ziarno nadziei", "Description": "Stwórz ostatnie ziarno Atlasa", "DescriptionDone": "Stworzono ostatnie ziarno Atlasa", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Zapłon", "Description": "Przywróć życie konstruktowi", "DescriptionDone": "Tchnięto życie w konstrukt", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Zapłon: Atlantyda", "Description": "Stwórz mechaniczny umysł", "DescriptionDone": "Wybierz mechaniczny umysł", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Zapłon: szkarłat", "Description": "Wykuj gwiezdny umysł", "DescriptionDone": "Zasiano umysł nadziei", diff --git a/public/assets/json/pt-br/Buildings.lang.json b/public/assets/json/pt-br/Buildings.lang.json index 2d01532072f3..89bff16467b6 100644 --- a/public/assets/json/pt-br/Buildings.lang.json +++ b/public/assets/json/pt-br/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Decoração desbloqueável", "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua representa uma criatura primitiva que já foi procurada por muitos exploradores.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Decoração desbloqueável", "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua representa uma espécie quadrúpede de pescoço longo.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Estátua de Sentinela Móvel de Gelo", - "Group": "Decoração desbloqueável", - "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua representa o Sentinela Móvel, uma unidade de combate avançada.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Decoração", "Description": "Um decalque aplicável exclusivo para decorar bases.\nRepresenta as pegadas de uma criatura não identificada.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Decoração", "Description": "Um decalque aplicável exclusivo para decorar bases.\nRepresenta um explorador despertando em um mundo estranho, sem se lembrar de como chegou lá...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Decoração", "Description": "Um decalque aplicável exclusivo para decorar bases.\nRepresenta um par de naves saindo da atmosfera para explorar as estrelas.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Estátua de Gek de Gelo", + "Group": "Decoração desbloqueável", + "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua representa um Gek fazendo um gesto em direção ao céu.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Estátua de Nave de Combate de Gelo", + "Group": "Decoração desbloqueável", + "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua representa a Vetor Alfa, uma nave icônica.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Estátua de Sentinela Móvel de Gelo", + "Group": "Decoração desbloqueável", + "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua representa o Sentinela Móvel, uma unidade de combate avançada.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Estátua do Atlas de Gelo", + "Group": "Decoração desbloqueável", + "Description": "Um ornamento de base construível, exclusivo e esculpido em gelo.\nEssa estátua é uma réplica decorativa de uma Interface do Atlas. Seu centro gira, movido por uma força desconhecida...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Estátua de Astronauta de Gelo", + "Group": "Decoração desbloqueável", + "Description": "Um ornamento de base construível, exclusivo e moldado em vidro.\nEssa estátua de astronauta é uma homenagem a todos os exploradores galácticos.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/pt-br/GuildMissions.lang.json b/public/assets/json/pt-br/GuildMissions.lang.json index efd20c9bcaf1..03dbf7ed91ae 100644 --- a/public/assets/json/pt-br/GuildMissions.lang.json +++ b/public/assets/json/pt-br/GuildMissions.lang.json @@ -94,8 +94,8 @@ "O cliente está à procura de um objeto de seu passado, um símbolo de dias que ficaram para trás. Ele representa um momento importante de sua infância. Por isso, ele pagará muito bem pela entrega segura do item.", "O cliente ouviu falar de uma nova tendência. Ele procura um item que dizem ser delicioso e cheio de nutrientes. Naturalmente, uma popularidade assim tão repentina significa que é difícil achá-lo. Ele recompensará qualquer piloto que consiga adquirir o item a tempo de ser consumido no próximo banquete.", "O cliente tem pesquisado métodos alternativos de geração de energia. Ele acredita que fez uma descoberta. O novo método gera grandes quantidades de energia com pouquíssimos resíduos tóxicos. No entanto, lhe falta um componente essencial. Ele não pode deixar o laboratório, e procura pilotos que coletem o item em seu lugar.", - "O cliente está envolvido com pesquisa avançada sobre a consciência. Na busca por uma resposta mais holística, ele deixou de lado noções preconcebidas sobre o que forma a mente. Ele acredita que fez uma descoberta.\nO cliente achou um material com propriedades que acredita que equivalem à capacidade de ter um pensamento. Para provar a teoria, basta construir uma máquina de pensamentos com essa substância. É preciso uma grande quantidade de materiais, e o cliente procura exploradores para ajudar no processo de coleta.", - "O cliente identificou uma oportunidade de obter lucro. Há uma parte disso disponível para todos que ajudarem no processo.\nEle procura um grande número de exploradores para entregar itens no mesmo lugar para fazer caírem os preços dos mercados locais. Esse excesso de suprimentos forçará a falência dos concorrentes, permitindo que o cliente entre no mercado mais tarde e explore a consequente escassez de suprimentos.", + "O cliente está envolvido com pesquisa avançada sobre a consciência. Na busca por uma resposta mais holística, ele deixou de lado noções preconcebidas sobre o que forma a mente. Ele acredita que fez uma descoberta.\r\nO cliente achou um material com propriedades que acredita que equivalem à capacidade de ter um pensamento. Para provar a teoria, basta construir uma máquina de pensamentos com essa substância. É preciso uma grande quantidade de materiais, e o cliente procura exploradores para ajudar no processo de coleta.", + "O cliente identificou uma oportunidade de obter lucro. Há uma parte disso disponível para todos que ajudarem no processo.\r\nEle procura um grande número de exploradores para entregar itens no mesmo lugar para fazer caírem os preços dos mercados locais. Esse excesso de suprimentos forçará a falência dos concorrentes, permitindo que o cliente entre no mercado mais tarde e explore a consequente escassez de suprimentos.", "O cliente quer melhorar seu relacionamento com as autoridades. Ele descobriu que o comissário da estação local gosta de um item em particular e quer garantir que ele o consiga. Entregá-lo pessoalmente seria grosseria, é claro. Ele procura um explorador para agir de intermediário e fazer a coleta em seu lugar.", "O cliente seleciona mensalmente alguns itens para os ricos e desocupados. Ele ficou sabendo de um interesse repentino por um item em particular, e precisa obtê-lo para sua mais recente coleção. Ele pagará acima do valor do mercado a qualquer explorador que consiga adquiri-lo.", "O cliente ficou sabendo que um rival está interessado em um item bem específico. Naturalmente, ele não pode permitir que ele o obtenha. O cliente recompensará qualquer explorador que adquira o item antes e impeça o rival de fazer o que quer que seja.", @@ -171,8 +171,8 @@ "O cliente está à procura de um objeto de seu passado, um símbolo de dias que ficaram para trás. Ele representa um momento importante de sua infância. Por isso, ele pagará muito bem pela entrega segura do item.", "O cliente ouviu falar de uma nova tendência. Ele procura um item que dizem ser delicioso e cheio de nutrientes. Naturalmente, uma popularidade assim tão repentina significa que é difícil achá-lo. Ele recompensará qualquer piloto que consiga adquirir o item a tempo de ser consumido no próximo banquete.", "O cliente tem pesquisado métodos alternativos de geração de energia. Ele acredita que fez uma descoberta. O novo método gera grandes quantidades de energia com pouquíssimos resíduos tóxicos. No entanto, lhe falta um componente essencial. Ele não pode deixar o laboratório, e procura pilotos que coletem o item em seu lugar.", - "O cliente está envolvido com pesquisa avançada sobre a consciência. Na busca por uma resposta mais holística, ele deixou de lado noções preconcebidas sobre o que forma a mente. Ele acredita que fez uma descoberta.\nO cliente achou um material com propriedades que acredita que equivalem à capacidade de ter um pensamento. Para provar a teoria, basta construir uma máquina de pensamentos com essa substância. É preciso uma grande quantidade de materiais, e o cliente procura exploradores para ajudar no processo de coleta.", - "O cliente identificou uma oportunidade de obter lucro. Há uma parte disso disponível para todos que ajudarem no processo.\nEle procura um grande número de exploradores para entregar itens no mesmo lugar para fazer caírem os preços dos mercados locais. Esse excesso de suprimentos forçará a falência dos concorrentes, permitindo que o cliente entre no mercado mais tarde e explore a consequente escassez de suprimentos.", + "O cliente está envolvido com pesquisa avançada sobre a consciência. Na busca por uma resposta mais holística, ele deixou de lado noções preconcebidas sobre o que forma a mente. Ele acredita que fez uma descoberta.\r\nO cliente achou um material com propriedades que acredita que equivalem à capacidade de ter um pensamento. Para provar a teoria, basta construir uma máquina de pensamentos com essa substância. É preciso uma grande quantidade de materiais, e o cliente procura exploradores para ajudar no processo de coleta.", + "O cliente identificou uma oportunidade de obter lucro. Há uma parte disso disponível para todos que ajudarem no processo.\r\nEle procura um grande número de exploradores para entregar itens no mesmo lugar para fazer caírem os preços dos mercados locais. Esse excesso de suprimentos forçará a falência dos concorrentes, permitindo que o cliente entre no mercado mais tarde e explore a consequente escassez de suprimentos.", "O cliente quer melhorar seu relacionamento com as autoridades. Ele descobriu que o comissário da estação local gosta de um item em particular e quer garantir que ele o consiga. Entregá-lo pessoalmente seria grosseria, é claro. Ele procura um explorador para agir de intermediário e fazer a coleta em seu lugar.", "O cliente seleciona mensalmente alguns itens para os ricos e desocupados. Ele ficou sabendo de um interesse repentino por um item em particular, e precisa obtê-lo para sua mais recente coleção. Ele pagará acima do valor do mercado a qualquer explorador que consiga adquiri-lo.", "O cliente ficou sabendo que um rival está interessado em um item bem específico. Naturalmente, ele não pode permitir que ele o obtenha. O cliente recompensará qualquer explorador que adquira o item antes e impeça o rival de fazer o que quer que seja.", @@ -244,26 +244,26 @@ "Precisa-se de serviço de mensageiro urgente" ], "Descriptions": [ - "O cliente está procurando um mensageiro confiável. Ele quer fazer uma homenagem a um colega, uma celebração à sobrevivência contínua deles.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente precisa de um serviço de entrega discreto. Ele garante ao mensageiro que o pacote é exatamente o que parece e não há necessidade de desconfiar do manifesto de remessas.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente quer fechar um acordo de negócios. A outra parte está negociando pesado. O cliente espera que este pacote elimine qualquer outro impedimento à transação. É importante que ele seja entregue somente ao destinatário.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente está conduzindo um negócio delicado. O pacote é um presente atencioso para certos indivíduos. Está sendo dado de bom grado, com a consciência de que quaisquer indiscrições foram ou serão ignoradas.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente deseja apenas passar alguns produtos para um colega, nada mais. Ele também forneceu uma mensagem que diz que o destinatário não precisa se preocupar e que os itens são agora não rastreáveis.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O trabalho do cliente é importante e difícil. Ele não pode se preocupar com questões triviais. Hoje é o dia dos progenitores, e o costume é dar um presente para aquele que gerou você. O cliente quer esse assunto resolvido para que ele não precise pensar nisso.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente está em dívida emocional com um parente. Ele esqueceu uma data muito importante. Para se desculpar, ele pediu que um item de valor especial fosse enviado para o indivíduo prejudicado. Tome cuidado para não perdê-lo no transporte, ou o cliente ficará em uma situação ainda mais difícil.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente se deparou com um item estranho. Embora pareça algo comum, as verificações microbiais revelaram um número alarmante de esporos desconhecidos. O cliente precisa que o item seja enviado para um especialista em risco biológico. Não tente romper o lacre.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente quer enviar um pacote para um sócio. Não há nenhum bilhete acompanhando o item, e o item propriamente dito não tem muita importância. Mas ele acha que entregar o item no endereço pessoal do sócio deixará a mensagem bem clara.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente quer fazer uma limpeza. Ele adquiriu um grande número de badulaques e bugigangas ao longo dos anos, e agora quer se livrar desses itens. Destruí-los seria um desperdício, mas colocar todos em um lugar só provavelmente revelaria informações pessoais demais. Por isso, ele decidiu distribuir seus pertences entre uma grande quantidade de mensageiros e destinatários.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente começou um negócio de varejo em pequena escala. Ele compra itens indesejados ou desprezados e os oferece para compradores que reconheçam melhor o valor deles. A remessa mais recente está pronta para ser enviada para o perito que pagou por ela.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente tem uma remessa muito comum a fazer e procura um mensageiro que não faça perguntas nem chame a atenção das autoridades. Ele garante ao mensageiro que quaisquer barulhos de animais vindos de dentro da caixa são pura imaginação dele.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente faz parte de uma cadeia de transações longa e complexa. Para evitar deixar registros que possam ser rastreados, o negócio foi conduzido sem a troca de dinheiro. Esta remessa é a parte do pagamento que o cliente deve a um dos outros indivíduos envolvidos.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente quer enviar algo a um de seus fregueses mais leais. O item não é particularmente especial, mas é importante que o freguês se sinta valorizado. Por isso, ele evitou métodos de entrega em lote e está à procura de um mensageiro pessoal experiente.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente despacha um grande número de itens todos os dias. Seu negócio envolve margens de lucro apertadas, e até mesmo o esquema de impostos mais simples pode impedir seus ganhos. Ele considera mais eficiente utilizar um mensageiro discreto que entregue seu item em um dia não comercial qualquer.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente é conhecido dos piratas locais e há uma recompensa pela cabeça dele. Ele precisa sair do sistema sem ser seguido. Ele colocou seu chip de rastreamento neste item e precisa que seja enviado para o lado oposto ao destino de sua fuga.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "Na galáxia, existe uma rede ampla de regulamentações variadas. Itens aparentemente inofensivos em um sistema podem ser ilegais em outro. Essas diferenças criam oportunidades comerciais. O cliente quer que um item desse tipo seja entregue, sem que se faça muitas perguntas e sem chamar muita atenção.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente quer garantir um freguês novo importante para o negócio dele. O freguês quer experimentar os produtos do cliente antes de fazer um pedido grande. O cliente precisa que esta amostra seja entregue para o freguês, e ela tem que chegar intacta.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente envia pacotes semanais para os fregueses que não conseguem ou não querem fazer compras por conta própria. O freguês pode então seguir a receita inclusa para preparar uma refeição deliciosa e/ou montar um empregado robô. Esta remessa é o pedido da semana.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", - "O cliente já contratou um mensageiro para esta remessa, mas ele não conseguiu fazer a entrega. Tanto o mecanismo de pulso quanto a cobertura do cockpit dele sofreram uma falha mecânica induzida por laser. O cliente está à procura de outro mensageiro ousado e capaz de enfrentar quaisquer outras falhas mecânicas que possam estar à espera fora da estação espacial.\n\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente está procurando um mensageiro confiável. Ele quer fazer uma homenagem a um colega, uma celebração à sobrevivência contínua deles.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente precisa de um serviço de entrega discreto. Ele garante ao mensageiro que o pacote é exatamente o que parece e não há necessidade de desconfiar do manifesto de remessas.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente quer fechar um acordo de negócios. A outra parte está negociando pesado. O cliente espera que este pacote elimine qualquer outro impedimento à transação. É importante que ele seja entregue somente ao destinatário.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente está conduzindo um negócio delicado. O pacote é um presente atencioso para certos indivíduos. Está sendo dado de bom grado, com a consciência de que quaisquer indiscrições foram ou serão ignoradas.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente deseja apenas passar alguns produtos para um colega, nada mais. Ele também forneceu uma mensagem que diz que o destinatário não precisa se preocupar e que os itens são agora não rastreáveis.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O trabalho do cliente é importante e difícil. Ele não pode se preocupar com questões triviais. Hoje é o dia dos progenitores, e o costume é dar um presente para aquele que gerou você. O cliente quer esse assunto resolvido para que ele não precise pensar nisso.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente está em dívida emocional com um parente. Ele esqueceu uma data muito importante. Para se desculpar, ele pediu que um item de valor especial fosse enviado para o indivíduo prejudicado. Tome cuidado para não perdê-lo no transporte, ou o cliente ficará em uma situação ainda mais difícil.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente se deparou com um item estranho. Embora pareça algo comum, as verificações microbiais revelaram um número alarmante de esporos desconhecidos. O cliente precisa que o item seja enviado para um especialista em risco biológico. Não tente romper o lacre.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente quer enviar um pacote para um sócio. Não há nenhum bilhete acompanhando o item, e o item propriamente dito não tem muita importância. Mas ele acha que entregar o item no endereço pessoal do sócio deixará a mensagem bem clara.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente quer fazer uma limpeza. Ele adquiriu um grande número de badulaques e bugigangas ao longo dos anos, e agora quer se livrar desses itens. Destruí-los seria um desperdício, mas colocar todos em um lugar só provavelmente revelaria informações pessoais demais. Por isso, ele decidiu distribuir seus pertences entre uma grande quantidade de mensageiros e destinatários.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente começou um negócio de varejo em pequena escala. Ele compra itens indesejados ou desprezados e os oferece para compradores que reconheçam melhor o valor deles. A remessa mais recente está pronta para ser enviada para o perito que pagou por ela.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente tem uma remessa muito comum a fazer e procura um mensageiro que não faça perguntas nem chame a atenção das autoridades. Ele garante ao mensageiro que quaisquer barulhos de animais vindos de dentro da caixa são pura imaginação dele.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente faz parte de uma cadeia de transações longa e complexa. Para evitar deixar registros que possam ser rastreados, o negócio foi conduzido sem a troca de dinheiro. Esta remessa é a parte do pagamento que o cliente deve a um dos outros indivíduos envolvidos.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente quer enviar algo a um de seus fregueses mais leais. O item não é particularmente especial, mas é importante que o freguês se sinta valorizado. Por isso, ele evitou métodos de entrega em lote e está à procura de um mensageiro pessoal experiente.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente despacha um grande número de itens todos os dias. Seu negócio envolve margens de lucro apertadas, e até mesmo o esquema de impostos mais simples pode impedir seus ganhos. Ele considera mais eficiente utilizar um mensageiro discreto que entregue seu item em um dia não comercial qualquer.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente é conhecido dos piratas locais e há uma recompensa pela cabeça dele. Ele precisa sair do sistema sem ser seguido. Ele colocou seu chip de rastreamento neste item e precisa que seja enviado para o lado oposto ao destino de sua fuga.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "Na galáxia, existe uma rede ampla de regulamentações variadas. Itens aparentemente inofensivos em um sistema podem ser ilegais em outro. Essas diferenças criam oportunidades comerciais. O cliente quer que um item desse tipo seja entregue, sem que se faça muitas perguntas e sem chamar muita atenção.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente quer garantir um freguês novo importante para o negócio dele. O freguês quer experimentar os produtos do cliente antes de fazer um pedido grande. O cliente precisa que esta amostra seja entregue para o freguês, e ela tem que chegar intacta.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente envia pacotes semanais para os fregueses que não conseguem ou não querem fazer compras por conta própria. O freguês pode então seguir a receita inclusa para preparar uma refeição deliciosa e/ou montar um empregado robô. Esta remessa é o pedido da semana.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", + "O cliente já contratou um mensageiro para esta remessa, mas ele não conseguiu fazer a entrega. Tanto o mecanismo de pulso quanto a cobertura do cockpit dele sofreram uma falha mecânica induzida por laser. O cliente está à procura de outro mensageiro ousado e capaz de enfrentar quaisquer outras falhas mecânicas que possam estar à espera fora da estação espacial.\r\n\r\nSerá fornecido 1x Vale-Defesa ao mensageiro, em caso de ataque pirata.", "O cliente precisa de um mensageiro para uma entrega urgente.", "O cliente precisa de alguém que entregue um item valioso.", "O cliente precisa fazer uma remessa importante, e procura um mensageiro confiável.", @@ -429,7 +429,7 @@ "O cliente quer uma pesquisa biológica detalhada. Seu programa de reprodução de predadores transformados em armas está em um impasse. São necessárias novas amostras de DNA para eliminar as fraquezas existentes nos comportamentos de caça/espreita.", "O cliente quer dados de verificação biológica com urgência. Espécies são extintas todos os dias por irregularidades no clima, guerras ou acidentes industriais. Embora não tenha uma opinião formada sobre esses eventos, o cliente está com medo de que a perda de dados deixe seu arquivo universal incompleto.", "O cliente patrocina uma grande galeria. As exposições recentes se focaram em arte abstrata, e o número de visitantes diminuiu. Ele quer projeções holográficas realistas de animais interessantes para tentar atrair os visitantes de volta.", - "O cliente administra uma instalação de pesquisa bem-sucedida. Ele chegou a uma etapa de sua carreira em que deseja retribuir à comunidade científica.\nQuando era jovem, ele se sentiu inspirado pelas atrações biológicas de sua terra natal. Ele acha que se conseguir fornecer imagens holográficas dessas criaturas, causará o mesmo sentimento de admiração naqueles que não podem vê-las ao vivo.", + "O cliente administra uma instalação de pesquisa bem-sucedida. Ele chegou a uma etapa de sua carreira em que deseja retribuir à comunidade científica.\r\nQuando era jovem, ele se sentiu inspirado pelas atrações biológicas de sua terra natal. Ele acha que se conseguir fornecer imagens holográficas dessas criaturas, causará o mesmo sentimento de admiração naqueles que não podem vê-las ao vivo.", "O cliente está envolvido com um projeto médico de exozoologia, mas não é eficiente enviar veterinários para todos os planetas na esperança de encontrar animais doentes. Ele precisa de dados com amostras das populações animais. Eles poderão ser testados para encontrar sinais de doença e usados para direcionar os esforços de maneira mais eficaz.", "O cliente está fascinado pelo processo de povoamento dos planetas. Certas características evoluem continuamente em pontos diferentes da galáxia. Ele quer entender se essas evoluções paralelas são naturais e esperadas, coincidências estranhas, resultado de algum padrão subjacente ou consequência da interferência externa. Ele está criando um banco de dados no qual essas características e os ambientes que as geraram possam ser avaliados, e procura exploradores ousados para ajudar a preenchê-lo.", "O cliente está à procura de exploradores discretos para ajudá-lo em um projeto de pesquisa. Algumas substâncias tóxicas podem ou não ter vazado e/ou sido lançadas intencionalmente nas atmosferas de planetas próximos. A verificação da fauna local revelará se essa substância hipotética potencialmente tóxica está causando algum efeito de longa duração na vida selvagem.", diff --git a/public/assets/json/pt-br/SeasonalExpedition.lang.json b/public/assets/json/pt-br/SeasonalExpedition.lang.json index 7535cce15a93..6051ffdc4695 100644 --- a/public/assets/json/pt-br/SeasonalExpedition.lang.json +++ b/public/assets/json/pt-br/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expedição nove: Utopia", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Fase 1", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 1 concluída", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fundação", + "Description": "Estabeleça uma base", + "DescriptionDone": "Estabeleceu uma base", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Provisões", + "Description": "Crie itens essenciais de sobrevivência", + "DescriptionDone": "Itens essenciais de sobrevivência montados", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Controle de solo", + "Description": "Faça upload de uma base para o projeto Utopia", + "DescriptionDone": "Contribuiu com o projeto Utopia", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Vínculo do planeta", + "Description": "Implante qualquer exoveículo", + "DescriptionDone": "Transporte local estabelecido", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Vínculo do sistema", + "Description": "Localize e conserte a sua nave", + "DescriptionDone": "Sistemas críticos da nave restaurados", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Rota cênica", + "Description": "Viaje de exoveículo: 0/1000u", + "DescriptionDone": "Viajou 1000u de exoveículo", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Posto avançado Alfa", + "Description": "Registre o sucesso no primeiro planeta", + "DescriptionDone": "Colonizou o primeiro planeta", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Fase 2", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 2 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Posto avançado Beta", + "Description": "Vá para o segundo alvo de restauração", + "DescriptionDone": "Obteve o segundo planeta para a Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Tarefa Beta", + "Description": "Colete suas instruções da Utopia", + "DescriptionDone": "Localizou a segunda zona de construção", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Povoado Beta", + "Description": "Construa uma base no segundo planeta", + "DescriptionDone": "Construiu uma base no segundo planeta", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Blindado", + "Description": "Obtenha uma atualização de exotraje", + "DescriptionDone": "Acessou uma estação de trajes da Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbicida", + "Description": "Elimine flora perigosa: 0/5", + "DescriptionDone": "Eliminou 5 de flora perigosa", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Companheirismo", + "Description": "Adote companheiros: 0/1", + "DescriptionDone": "Adotou 1 companheiros", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldeira", + "Description": "Escale um vulcão", + "DescriptionDone": "Alcançou o pico de um vulcão", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Fase 3", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 3 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Posto avançado Gama", + "Description": "Vá para o terceiro alvo de restauração", + "DescriptionDone": "Obteve o terceiro planeta para a Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Tarefa Gama", + "Description": "Colete suas próximas instruções da Utopia", + "DescriptionDone": "Localizou a terceira zona de construção", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Povoado Gama", + "Description": "Construa uma base no terceiro planeta", + "DescriptionDone": "Construiu uma base no terceiro planeta", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Mecânicas avançadas", + "Description": "Obtenha uma atualização de exoveículo", + "DescriptionDone": "Acessou uma estação de exoveículos da Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Detector", + "Description": "Escave itens enterrados: 0/1", + "DescriptionDone": "Recuperou 1 objetos perdidos", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Iguarias locais", + "Description": "Prepare cacau e tônico de peregrino", + "DescriptionDone": "Pratos locais cozidos", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora magenta", + "Description": "Documente plantas no terceiro planeta: 0/3", + "DescriptionDone": "Descobriu 3 plantas no terceiro planeta", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Fase 4", + "Description": "Progresso atual: 0/8", + "DescriptionDone": "Fase 4 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Posto avançado Delta", + "Description": "Vá para o quarto alvo de restauração", + "DescriptionDone": "Obteve o quarto planeta para a Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Tarefa Delta", + "Description": "Colete suas próximas instruções da Utopia", + "DescriptionDone": "Localizou a quarta zona de construção", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Povoado Delta", + "Description": "Construa uma base no quarto planeta", + "DescriptionDone": "Construiu uma base no quarto planeta", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omniferramenta", + "Description": "Obtenha uma atualização de multiferramenta", + "DescriptionDone": "Acessou uma estação de multiferramentas da Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Caçador de baleias", + "Description": "Registre uma criatura aquática pesando mais de 50 kg", + "DescriptionDone": "Descobriu uma criatura aquática pesando mais de %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Acelerando o processo", + "Description": "Prepare víscera viscosa", + "DescriptionDone": "Cozinhou um prato repugnante", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "A purificação", + "Description": "Expurgue um local de horrores biológicos", + "DescriptionDone": "Descobriu registros da história da Utopia", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "A PURIFICAÇÃO", + "Description": "A Utopia reservou este marco avançado para aldeões que progrediram além da seção Delta<> do Projeto.\n\nConclua o marco posto avançado Delta<> para prosseguir.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parasitas", + "Description": "Expurgue 0/3 tentáculos famintos", + "DescriptionDone": "Eliminou 3 tentáculos famintos", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Fase 5", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 5 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Posto avançado Épsilon", + "Description": "Vá para o último alvo de restauração", + "DescriptionDone": "Último alvo de povoamento alcançado", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Tarefa Épsilon", + "Description": "Colete suas últimas instruções da Utopia", + "DescriptionDone": "Localizou a última zona de construção", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Povoado Épsilon", + "Description": "Construa uma base no último planeta", + "DescriptionDone": "Construiu uma base no último planeta", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Cálculos de voo", + "Description": "Obtenha uma atualização de nave", + "DescriptionDone": "Acessou uma estação de naves da Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Marcas na neve", + "Description": "Descubra as criaturas no último mundo: 0/3", + "DescriptionDone": "Descobriu criaturas no último mundo", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sismologia", + "Description": "Identifique um ponto de concentração de gás", + "DescriptionDone": "Pesquisado em busca de gás subterrâneo", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "A Próxima Fronteira", + "Description": "Faça dobra além de Bakkin", + "DescriptionDone": "Levou a Utopia para o espaço", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expedição Dez: Singularidade", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Fase 1", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 1 concluída", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Eles nos ouvem", + "Description": "Vasculhe o acampamento abandonado", + "DescriptionDone": "Falou com o autófago :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "O andarilho", + "Description": "Aventure-se no espaço", + "DescriptionDone": "Fez o seu caminho para as estrelas", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Gravado em vidro", + "Description": "Procure pistas", + "DescriptionDone": "Sondou os arquivos", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Olhos para ver", + "Description": "Monte a primeira parte do Constructo", + "DescriptionDone": "Criou a cabeça do Constructo", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Oração I", + "Description": "Entre em comunhão com o Atlas", + "DescriptionDone": "Visitou a primeira Estação do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Semente dos sonhos", + "Description": "Forje a 1ª semente do Atlas", + "DescriptionDone": "Forjou a 1ª semente do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Peregrinação 1", + "Description": "Conclua a 1ª peregrinação", + "DescriptionDone": "Concluiu a 1ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Fase 2", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 2 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Peregrinação 2", + "Description": "Conclua a 2ª peregrinação", + "DescriptionDone": "Concluiu a 2ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Fazer uma sombra", + "Description": "Sintonize o vidro", + "DescriptionDone": "Falou com o autófago :: 64 6 F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Radiância", + "Description": "Extraia peças radiantes: 0/16", + "DescriptionDone": "Extraiu 16 peças radiantes", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Mãos para agarrar", + "Description": "Monte a segunda parte do Constructo", + "DescriptionDone": "Criou os braços do Constructo", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Oração II", + "Description": "Entre em comunhão com o Atlas", + "DescriptionDone": "Visitou a 2ª Estação do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Semente do poder", + "Description": "Forje a 2ª semente do Atlas", + "DescriptionDone": "Forjou a 2ª semente do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "O vazio vivo", + "Description": "Acumule atlanteão: 0/256", + "DescriptionDone": "Acumulou 256 atlanteão", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Fase 3", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 3 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Peregrinação 3", + "Description": "Conclua a 3ª peregrinação", + "DescriptionDone": "Concluiu a 3ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "A vontade de existir", + "Description": "Ouça o vazio", + "DescriptionDone": "Falou com o autófago :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Excesso", + "Description": "Elimine sentinelas corrompidos: 0/19", + "DescriptionDone": "Eliminou 19 sentinelas corrompidos", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Uma casca para existir", + "Description": "Monte a terceira parte do Constructo", + "DescriptionDone": "Criou o corpo do Constructo", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Oração III", + "Description": "Entre em comunhão com o Atlas", + "DescriptionDone": "Visitou a 3ª Estação do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Semente da vontade", + "Description": "Forje a 3ª semente do Atlas", + "DescriptionDone": "Forjou a 3ª semente do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Horda aglomerada", + "Description": "Ganhe nanitos: 0/3000", + "DescriptionDone": "Ganhou 3000 nanitos", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Fase 4", + "Description": "Progresso atual: 0/8", + "DescriptionDone": "Fase 4 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Peregrinação 4", + "Description": "Conclua a 4ª peregrinação", + "DescriptionDone": "Concluiu a 4ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Espírito independente", + "Description": "Harmonize com outra forma de vida", + "DescriptionDone": "Falou com o autófago :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Pés para percorrer", + "Description": "Monte a quarta parte do Constructo", + "DescriptionDone": "Criou as pernas do Constructo", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Oração IV", + "Description": "Entre em comunhão com o Atlas", + "DescriptionDone": "Visitou a 4ª Estação do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Semente da vida", + "Description": "Forje a 4ª semente do Atlas", + "DescriptionDone": "Forjou a 4ª semente do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Grande divergência", + "Description": "Siga a pista de Nada", + "DescriptionDone": "Aprendeu sobre a semente de eco", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "O bote salva-vidas", + "Description": "Complete o diagrama", + "DescriptionDone": "Montou um Constructo", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Almas perdidas", + "Description": "Localize outro eco", + "DescriptionDone": "Resgatou outro eco", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Fase 5", + "Description": "Progresso atual: 0/8", + "DescriptionDone": "Fase 5 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Peregrinação 5", + "Description": "Conclua a peregrinação final", + "DescriptionDone": "Concluiu a peregrinação final", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Renascimento", + "Description": "Abra a sua mente", + "DescriptionDone": "Falou com o autófago :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Eco de inteligência", + "Description": "Inicie uma convergência", + "DescriptionDone": "Convergência atingida", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Oração V", + "Description": "Entre em comunhão com o Atlas", + "DescriptionDone": "Visitou a última Estação do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Semente da esperança", + "Description": "Forje a última semente do Atlas", + "DescriptionDone": "Forjou a última semente do Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Ignição", + "Description": "Restaure a vida do Constructo", + "DescriptionDone": "Deu vida ao Constructo", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Ignição: Atlante", + "Description": "Crie uma mente mecânica", + "DescriptionDone": "Escolheu uma mente mecânica", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Ignição: Vermelho", + "Description": "Forje uma mente estelar", + "DescriptionDone": "Semeou uma mente de esperança", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> MARCO CRIPTOGRAFADO<> SLASH<>\nSLASH<> NÃO É POSSÍVEL DECODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO marco está criptografado<>. Conclua %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Expedição Dez: Singularidade", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Fase 1", "Description": "Progresso atual: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Eles nos ouvem", "Description": "Vasculhe o acampamento abandonado", "DescriptionDone": "Falou com o autófago :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "O andarilho", "Description": "Aventure-se no espaço", "DescriptionDone": "Fez o seu caminho para as estrelas", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Gravado em vidro", "Description": "Procure pistas", "DescriptionDone": "Sondou os arquivos", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Olhos para ver", "Description": "Monte a primeira parte do Constructo", "DescriptionDone": "Criou a cabeça do Constructo", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Oração I", "Description": "Entre em comunhão com o Atlas", "DescriptionDone": "Visitou a primeira Estação do Atlas", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Semente dos sonhos", "Description": "Forje a 1ª semente do Atlas", "DescriptionDone": "Forjou a 1ª semente do Atlas", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Peregrinação 1", "Description": "Conclua a 1ª peregrinação", "DescriptionDone": "Concluiu a 1ª peregrinação", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Fase 2", "Description": "Progresso atual: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Peregrinação 2", "Description": "Conclua a 2ª peregrinação", "DescriptionDone": "Concluiu a 2ª peregrinação", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Fazer uma sombra", "Description": "Sintonize o vidro", "DescriptionDone": "Falou com o autófago :: 64 6 F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Radiância", - "Description": "Extraia peças radiantes: 0/16", - "DescriptionDone": "Extraiu 16 peças radiantes", + "Description": "Extraia peças radiantes: 0/3", + "DescriptionDone": "Extraiu 3 peças radiantes", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Mãos para agarrar", "Description": "Monte a segunda parte do Constructo", "DescriptionDone": "Criou os braços do Constructo", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Oração II", "Description": "Entre em comunhão com o Atlas", "DescriptionDone": "Visitou a 2ª Estação do Atlas", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Semente do poder", "Description": "Forje a 2ª semente do Atlas", "DescriptionDone": "Forjou a 2ª semente do Atlas", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "O vazio vivo", - "Description": "Acumule atlanteão: 0/256", - "DescriptionDone": "Acumulou 256 atlanteão", + "Description": "Acumule atlanteão: 0/64", + "DescriptionDone": "Acumulou 64 atlanteão", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Fase 3", "Description": "Progresso atual: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Peregrinação 3", "Description": "Conclua a 3ª peregrinação", "DescriptionDone": "Concluiu a 3ª peregrinação", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "A vontade de existir", "Description": "Ouça o vazio", "DescriptionDone": "Falou com o autófago :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Excesso", - "Description": "Elimine sentinelas corrompidos: 0/19", - "DescriptionDone": "Eliminou 19 sentinelas corrompidos", + "Description": "Elimine sentinelas corrompidos: 0/5", + "DescriptionDone": "Eliminou 5 sentinelas corrompidos", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Uma casca para existir", "Description": "Monte a terceira parte do Constructo", "DescriptionDone": "Criou o corpo do Constructo", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Oração III", "Description": "Entre em comunhão com o Atlas", "DescriptionDone": "Visitou a 3ª Estação do Atlas", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Semente da vontade", "Description": "Forje a 3ª semente do Atlas", "DescriptionDone": "Forjou a 3ª semente do Atlas", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Horda aglomerada", - "Description": "Ganhe nanitos: 0/3000", - "DescriptionDone": "Ganhou 3000 nanitos", + "Description": "Ganhe nanitos: 0/1000", + "DescriptionDone": "Ganhou 1000 nanitos", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Fase 4", "Description": "Progresso atual: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Peregrinação 4", "Description": "Conclua a 4ª peregrinação", "DescriptionDone": "Concluiu a 4ª peregrinação", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Espírito independente", "Description": "Harmonize com outra forma de vida", "DescriptionDone": "Falou com o autófago :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Pés para percorrer", "Description": "Monte a quarta parte do Constructo", "DescriptionDone": "Criou as pernas do Constructo", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Oração IV", "Description": "Entre em comunhão com o Atlas", "DescriptionDone": "Visitou a 4ª Estação do Atlas", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Semente da vida", "Description": "Forje a 4ª semente do Atlas", "DescriptionDone": "Forjou a 4ª semente do Atlas", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Grande divergência", "Description": "Siga a pista de Nada", "DescriptionDone": "Aprendeu sobre a semente de eco", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "O bote salva-vidas", "Description": "Complete o diagrama", "DescriptionDone": "Montou um Constructo", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Almas perdidas", "Description": "Localize outro eco", "DescriptionDone": "Resgatou outro eco", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Fase 5", "Description": "Progresso atual: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Peregrinação 5", "Description": "Conclua a peregrinação final", "DescriptionDone": "Concluiu a peregrinação final", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Renascimento", "Description": "Abra a sua mente", "DescriptionDone": "Falou com o autófago :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Eco de inteligência", "Description": "Inicie uma convergência", "DescriptionDone": "Convergência atingida", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Oração V", "Description": "Entre em comunhão com o Atlas", "DescriptionDone": "Visitou a última Estação do Atlas", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Semente da esperança", "Description": "Forje a última semente do Atlas", "DescriptionDone": "Forjou a última semente do Atlas", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Ignição", "Description": "Restaure a vida do Constructo", "DescriptionDone": "Deu vida ao Constructo", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Ignição: Atlante", "Description": "Crie uma mente mecânica", "DescriptionDone": "Escolheu uma mente mecânica", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Ignição: Vermelho", "Description": "Forje uma mente estelar", "DescriptionDone": "Semeou uma mente de esperança", diff --git a/public/assets/json/pt/Buildings.lang.json b/public/assets/json/pt/Buildings.lang.json index 79f7cd5a9111..f407f7934626 100644 --- a/public/assets/json/pt/Buildings.lang.json +++ b/public/assets/json/pt/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Decoração desbloqueável", "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua representa uma antiga criatura primitiva, procurada por muitos dos primeiros exploradores.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Decoração desbloqueável", "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua representa uma espécie quadrúpede de pescoço longo.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Estátua Andarilho em Gelo", - "Group": "Decoração desbloqueável", - "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua representa o Sentinela Andarilho, uma unidade de combate avançada.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Decoração", "Description": "Um decalque exclusivo para colocar, decorar e dar estilo às bases.\nEste decalque representa as pegadas de uma criatura não identificada.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Decoração", "Description": "Um decalque exclusivo para colocar, decorar e dar estilo às bases.\nEste decalque mostra um explorador a despertar num mundo estranho, sem memória de como foi ali parar...", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Decoração", "Description": "Um decalque exclusivo para colocar, decorar e dar estilo às bases.\nEste decalque mostra um par de naves a deixar a atmosfera para explorar as estrelas.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Estátua Gek em Gelo", + "Group": "Decoração desbloqueável", + "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua representa um Gek a apontar para o céu.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Estátua Fighter em Gelo", + "Group": "Decoração desbloqueável", + "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua representa a lendária nave espacial Alfa Vetor.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Estátua Andarilho em Gelo", + "Group": "Decoração desbloqueável", + "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua representa o Sentinela Andarilho, uma unidade de combate avançada.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Estátua Atlas em Gelo", + "Group": "Decoração desbloqueável", + "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua é uma réplica decorativa de um Interface Atlas. O seu núcleo tem rotação, propiciada por uma força desconhecida...", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Estátua Astronauta em Gelo", + "Group": "Decoração desbloqueável", + "Description": "Uma base de construção ornamental exclusiva, esculpida em gelo.\nEsta estátua de astronauta é um tributo a todos os exploradores galácticos.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/pt/GuildMissions.lang.json b/public/assets/json/pt/GuildMissions.lang.json index 6d14d41b26fd..6dbc6090dc08 100644 --- a/public/assets/json/pt/GuildMissions.lang.json +++ b/public/assets/json/pt/GuildMissions.lang.json @@ -95,7 +95,7 @@ "O cliente ouviu falar de uma nova tendência emergente. Procura um produto que, dizem os rumores, é delicioso e cheio de nutrientes. Naturalmente, esta popularidade repentina significa que é de difícil obtenção. Qualquer piloto que possa adquirir o artigo a tempo de ser consumido na sua próxima festa será recompensado.", "O cliente tem vindo a pesquisar métodos alternativos de produção de energia. Acredita que fez um avanço. O seu novo método gera grandes quantidades de energia, com poucos produtos de resíduos tóxicos. No entanto, ele não possui abastecimentos de um dos componentes chave. O cliente não pode sair do seu laboratório e, por isso, procura pilotos que recolham o artigo por ele.", "O cliente dedica-se à pesquisa de consciência avançada. Deixou de lado noções preconcebidas do que é uma mente e procura uma resposta mais abrangente. Acredita que fez um avanço. Descobriu um material cujas propriedades se ajustam à capacidade de experimentar o pensamento. Para provar esta teoria necessita de montar uma máquina de pensamento construída com esta substância. Isto requer uma quantidade significativa de material e procura exploradores que ajudem com a recolha.", - "O cliente identificou uma oportunidade de lucro. Há uma parte deste lucro inesperado disponível para todos os que ajudem no processo. \nO cliente procura um grande número de exploradores para entregar artigos a um mesmo local, de forma a diminuir o preço nos mercados locais. Este excesso de oferta irá forçar os fornecedores concorrentes a sair do negócio, permitindo que o cliente entre no mercado mais tarde e explore a falta de fornecimento a longo prazo.", + "O cliente identificou uma oportunidade de lucro. Há uma parte deste lucro inesperado disponível para todos os que ajudem no processo. \r\nO cliente procura um grande número de exploradores para entregar artigos a um mesmo local, de forma a diminuir o preço nos mercados locais. Este excesso de oferta irá forçar os fornecedores concorrentes a sair do negócio, permitindo que o cliente entre no mercado mais tarde e explore a falta de fornecimento a longo prazo.", "O cliente procura suavizar o seu relacionamento com as autoridades do sistema. Descobriu que o Comissário da estação local tem um gosto por um artigo em particular e gostaria que este lhe fosse entregue. Claro que ele não seria tão rude ao ponto de o entregar pessoalmente. Assim, procura um explorador para agir como intermediário e fazer a entrega em seu nome.", "O cliente faz a curadoria de uma seleção mensal de produtos para os ricos e ociosos. O cliente descobriu uma onda de interesse num artigo específico e, assim, tem simplesmente de o adquirir para a sua última coleção. Pagará preços acima dos preços de mercado para que um explorador o consiga adquirir para ele.", "O cliente percebeu que um dos seus rivais está interessado num item muito específico. Naturalmente, não pode permitir que eles o adquiram. Recompensará um explorador que adquira o item antes do seu rival e que o impeça de fazer o que quer que seja que deseja fazer com o artigo.", @@ -172,7 +172,7 @@ "O cliente ouviu falar de uma nova tendência emergente. Procura um produto que, dizem os rumores, é delicioso e cheio de nutrientes. Naturalmente, esta popularidade repentina significa que é de difícil obtenção. Qualquer piloto que possa adquirir o artigo a tempo de ser consumido na sua próxima festa será recompensado.", "O cliente tem vindo a pesquisar métodos alternativos de produção de energia. Acredita que fez um avanço. O seu novo método gera grandes quantidades de energia, com poucos produtos de resíduos tóxicos. No entanto, ele não possui abastecimentos de um dos componentes chave. O cliente não pode sair do seu laboratório e, por isso, procura pilotos que recolham o artigo por ele.", "O cliente dedica-se à pesquisa de consciência avançada. Deixou de lado noções preconcebidas do que é uma mente e procura uma resposta mais abrangente. Acredita que fez um avanço. Descobriu um material cujas propriedades se ajustam à capacidade de experimentar o pensamento. Para provar esta teoria necessita de montar uma máquina de pensamento construída com esta substância. Isto requer uma quantidade significativa de material e procura exploradores que ajudem com a recolha.", - "O cliente identificou uma oportunidade de lucro. Há uma parte deste lucro inesperado disponível para todos os que ajudem no processo. \nO cliente procura um grande número de exploradores para entregar artigos a um mesmo local, de forma a diminuir o preço nos mercados locais. Este excesso de oferta irá forçar os fornecedores concorrentes a sair do negócio, permitindo que o cliente entre no mercado mais tarde e explore a falta de fornecimento a longo prazo.", + "O cliente identificou uma oportunidade de lucro. Há uma parte deste lucro inesperado disponível para todos os que ajudem no processo. \r\nO cliente procura um grande número de exploradores para entregar artigos a um mesmo local, de forma a diminuir o preço nos mercados locais. Este excesso de oferta irá forçar os fornecedores concorrentes a sair do negócio, permitindo que o cliente entre no mercado mais tarde e explore a falta de fornecimento a longo prazo.", "O cliente procura suavizar o seu relacionamento com as autoridades do sistema. Descobriu que o Comissário da estação local tem um gosto por um artigo em particular e gostaria que este lhe fosse entregue. Claro que ele não seria tão rude ao ponto de o entregar pessoalmente. Assim, procura um explorador para agir como intermediário e fazer a entrega em seu nome.", "O cliente faz a curadoria de uma seleção mensal de produtos para os ricos e ociosos. O cliente descobriu uma onda de interesse num artigo específico e, assim, tem simplesmente de o adquirir para a sua última coleção. Pagará preços acima dos preços de mercado para que um explorador o consiga adquirir para ele.", "O cliente percebeu que um dos seus rivais está interessado num item muito específico. Naturalmente, não pode permitir que eles o adquiram. Recompensará um explorador que adquira o item antes do seu rival e que o impeça de fazer o que quer que seja que deseja fazer com o artigo.", @@ -244,26 +244,26 @@ "Precisa-se de serviço de transporte urgente" ], "Descriptions": [ - "O cliente procura um serviço de correio fiável. Deseja honrar um colega com um tributo, uma celebração da sua sobrevivência contínua bem sucedida.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente procura um serviço de entrega discreto. Quer deixar claro ao estafeta de que o pacote é exatamente o que parece e de que não há necessidade de desconfiar do manifesto de envio.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente procura uma resolução para fechar um negócio. A outra parte tem negociado muito e o cliente espera que este pacote remova qualquer impedimento adicional à sua transação. É importante que o pacote seja entregue apenas ao destinatário.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente dirige negócios sensíveis. O pacote é um sincero agradecimento a certas partes. É dado gratuitamente, sabendo que quaisquer indiscrições potenciais foram, ou serão, ignoradas.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente procura simplesmente transferir alguns produtos para um colega, nada mais. Forneceram também uma mensagem no sentido de descansar o destinatário, uma vez que os produtos são agora indetetáveis.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente tem um trabalho importante e está sempre ocupado; não se pode então esperar que cuide de questões domésticas triviais. É um dia de celebrar os progenitores, e o costume é dar um presente para aqueles que o geraram. O cliente deseja que alguém trate deste assunto, para que não tenha que pensar nisso.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente tem uma dívida emocional a uma das suas relações. Esqueceu-se de comemorar uma data de particular importância. Por meio de desculpas, solicita que um item de valor particular seja enviado para a parte prejudicada. Tem cuidado para não perdê-la no transporte, ou o cliente acabará com mais dificuldades.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente encontrou um item estranho. Embora pareça comum, as deteções microbianas revelaram um número alarmante de esporos desconhecidos. É preciso enviar o artigo a um especialista em riscos biológicos. Não tentes quebrar o selo.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente quer enviar uma mensagem para um colaborador. O artigo não contém uma mensagem escrita, e não tem grande significado. No entanto, o cliente acha que a entrega do item para o endereço pessoal do colaborador deixará uma mensagem clara.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente deseja limpar o seu espaço. Adquiriu uma grande quantidade de bugigangas e adornos ao longo dos anos, e agora deseja livrar-se de tudo isso. Destruí-los seria um desperdício, mas abandonar todos num mesmo local possivelmente iria revelar muita informação pessoal. Assim, decidiu dispersar os seus artigos por um grande número de correios e destinatários.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente dedica-se a um negócio a retalho de pequena escala. Compra itens indesejados ou subestimados e vende-os a compradores mais em sintonia com o seu valor. A sua última remessa está pronta para ser enviada ao entendedor apreciativo que pagou pelos artigos.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente possui uma remessa completamente normal e procura um serviço de correio que não faça perguntas nem atraia a atenção das autoridades. O cliente quer deixar claro ao seu potencial serviço de estafeta que qualquer ruído de animais que possa ouvir do interior da caixa da embalagem é fruto da imaginação do estafeta.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente faz parte de uma longa e complexa rede de transações. Para evitar deixar registos potencialmente rastreáveis, o negócio foi efetuado sem trocas monetárias. Esta remessa representa a sua parte do pagamento para uma das partes.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente está a enviar uma remessa normal para um dos seus clientes mais leais. O artigo não é particularmente especial, mas é importante que o cliente se sinta valorizado. Para este fim, está a evitar os métodos de entrega em massa e procura um estafeta pessoal experiente.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente quer enviar uma grande quantidade de artigos todos os dias. O seu negócio tem margens de lucro apertadas, e até mesmo o mais leve dos esquemas fiscais pode acabar com os seus ganhos. Geralmente parece-lhe mais eficiente utilizar um mensageiro discreto que simplesmente entregue o seu item durante o seu percurso comum e não-comercial.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente é conhecido por piratas locais, e a sua cabeça está em jogo, com recompensa. Ele precisa de deixar o sistema sem ser seguido. Colocou o seu chip de localização neste artigo, e pede que este seja transportado na direção oposta para que possa fugir.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "A galáxia é o lar de uma ampla e variada rede de normas. Itens aparentemente inocentes num sistema podem ser altamente ilegais noutros lugares. Essa distinção cria oportunidades comerciais. O cliente deseja que o artigo seja entregue com poucas perguntas e sem chamar a atenção.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente deseja assegurar um novo e importante cliente para os seus negócios. Este novo cliente quer uma amostra dos produtos antes de se comprometer com uma grande encomenda. O cliente precisa desta amostra entregue ao seu cliente: é necessário que chegue nas melhores condições.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente envia pacotes semanais para consumidores que não querem ou não conseguem comprar para si próprios. O consumidor pode então seguir a receita incluída para preparar uma refeição deliciosa e/ou um servente robô. Esta remessa representa o pedido desta semana.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", - "O cliente já contratou um outro serviço de estafetas para esta remessa, mas eles não conseguiram completar a entrega. Tanto o seu motor de pulsação como a cúpula da cabine do piloto sofreram uma falha mecânica causada por laser. O cliente procura um novo estafeta, ousado e capaz de enfrentar quaisquer outras falhas mecânicas que possam surgir fora da estação espacial.\n\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente procura um serviço de correio fiável. Deseja honrar um colega com um tributo, uma celebração da sua sobrevivência contínua bem sucedida.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente procura um serviço de entrega discreto. Quer deixar claro ao estafeta de que o pacote é exatamente o que parece e de que não há necessidade de desconfiar do manifesto de envio.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente procura uma resolução para fechar um negócio. A outra parte tem negociado muito e o cliente espera que este pacote remova qualquer impedimento adicional à sua transação. É importante que o pacote seja entregue apenas ao destinatário.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente dirige negócios sensíveis. O pacote é um sincero agradecimento a certas partes. É dado gratuitamente, sabendo que quaisquer indiscrições potenciais foram, ou serão, ignoradas.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente procura simplesmente transferir alguns produtos para um colega, nada mais. Forneceram também uma mensagem no sentido de descansar o destinatário, uma vez que os produtos são agora indetetáveis.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente tem um trabalho importante e está sempre ocupado; não se pode então esperar que cuide de questões domésticas triviais. É um dia de celebrar os progenitores, e o costume é dar um presente para aqueles que o geraram. O cliente deseja que alguém trate deste assunto, para que não tenha que pensar nisso.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente tem uma dívida emocional a uma das suas relações. Esqueceu-se de comemorar uma data de particular importância. Por meio de desculpas, solicita que um item de valor particular seja enviado para a parte prejudicada. Tem cuidado para não perdê-la no transporte, ou o cliente acabará com mais dificuldades.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente encontrou um item estranho. Embora pareça comum, as deteções microbianas revelaram um número alarmante de esporos desconhecidos. É preciso enviar o artigo a um especialista em riscos biológicos. Não tentes quebrar o selo.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente quer enviar uma mensagem para um colaborador. O artigo não contém uma mensagem escrita, e não tem grande significado. No entanto, o cliente acha que a entrega do item para o endereço pessoal do colaborador deixará uma mensagem clara.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente deseja limpar o seu espaço. Adquiriu uma grande quantidade de bugigangas e adornos ao longo dos anos, e agora deseja livrar-se de tudo isso. Destruí-los seria um desperdício, mas abandonar todos num mesmo local possivelmente iria revelar muita informação pessoal. Assim, decidiu dispersar os seus artigos por um grande número de correios e destinatários.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente dedica-se a um negócio a retalho de pequena escala. Compra itens indesejados ou subestimados e vende-os a compradores mais em sintonia com o seu valor. A sua última remessa está pronta para ser enviada ao entendedor apreciativo que pagou pelos artigos.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente possui uma remessa completamente normal e procura um serviço de correio que não faça perguntas nem atraia a atenção das autoridades. O cliente quer deixar claro ao seu potencial serviço de estafeta que qualquer ruído de animais que possa ouvir do interior da caixa da embalagem é fruto da imaginação do estafeta.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente faz parte de uma longa e complexa rede de transações. Para evitar deixar registos potencialmente rastreáveis, o negócio foi efetuado sem trocas monetárias. Esta remessa representa a sua parte do pagamento para uma das partes.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente está a enviar uma remessa normal para um dos seus clientes mais leais. O artigo não é particularmente especial, mas é importante que o cliente se sinta valorizado. Para este fim, está a evitar os métodos de entrega em massa e procura um estafeta pessoal experiente.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente quer enviar uma grande quantidade de artigos todos os dias. O seu negócio tem margens de lucro apertadas, e até mesmo o mais leve dos esquemas fiscais pode acabar com os seus ganhos. Geralmente parece-lhe mais eficiente utilizar um mensageiro discreto que simplesmente entregue o seu item durante o seu percurso comum e não-comercial.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente é conhecido por piratas locais, e a sua cabeça está em jogo, com recompensa. Ele precisa de deixar o sistema sem ser seguido. Colocou o seu chip de localização neste artigo, e pede que este seja transportado na direção oposta para que possa fugir.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "A galáxia é o lar de uma ampla e variada rede de normas. Itens aparentemente inocentes num sistema podem ser altamente ilegais noutros lugares. Essa distinção cria oportunidades comerciais. O cliente deseja que o artigo seja entregue com poucas perguntas e sem chamar a atenção.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente deseja assegurar um novo e importante cliente para os seus negócios. Este novo cliente quer uma amostra dos produtos antes de se comprometer com uma grande encomenda. O cliente precisa desta amostra entregue ao seu cliente: é necessário que chegue nas melhores condições.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente envia pacotes semanais para consumidores que não querem ou não conseguem comprar para si próprios. O consumidor pode então seguir a receita incluída para preparar uma refeição deliciosa e/ou um servente robô. Esta remessa representa o pedido desta semana.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", + "O cliente já contratou um outro serviço de estafetas para esta remessa, mas eles não conseguiram completar a entrega. Tanto o seu motor de pulsação como a cúpula da cabine do piloto sofreram uma falha mecânica causada por laser. O cliente procura um novo estafeta, ousado e capaz de enfrentar quaisquer outras falhas mecânicas que possam surgir fora da estação espacial.\r\n\r\nSerá fornecido 1x Memorando de Defesa ao estafeta, em caso de ataque pirata.", "O cliente procura um estafeta para uma entrega urgente.", "O cliente requer um agente de entrega para um item valioso.", "O cliente tem um transporte importante para fazer e procura um serviço de estafeta confiável.", @@ -429,7 +429,7 @@ "O cliente exige uma pesquisa biológica detalhada. O seu programa de criação de predadores armados tem parado e novas amostras de ADN são necessárias para corrigir as fraquezas existentes nos comportamentos de caça e de capacidade furtiva.", "O cliente exige dados de deteções biológica urgentes. As espécies são eliminadas todos os dias, por perturbação do clima, guerra ou acidentes industriais. Embora o cliente não tenha opinião sobre esses eventos, está no entanto preocupado com o facto de que essa perda de dados torne incompleto o seu arquivo universal.", "O cliente patrocina uma grande galeria. Exposições recentes concentraram-se na arte abstrata, e o número de visitantes caiu. Ele procura projeções holográficas realistas de animais excitantes ou atraentes num esforço de atrair mais clientes à galeria.", - "O cliente dirige uma instalação de pesquisa bem-sucedida. Atingiram uma fase na sua carreira onde querem dar algo em retorno à comunidade científica.\nComo um filhote, inspiraram-se nas majestosas vistas biológicas do seu mundo natal. Sentem que se puderem fornecer deteções holográficas das criaturas semelhantes, poderão levar o sentimento de maravilha para aqueles que não podem ver estas criaturas em carne e osso.", + "O cliente dirige uma instalação de pesquisa bem-sucedida. Atingiram uma fase na sua carreira onde querem dar algo em retorno à comunidade científica.\r\nComo um filhote, inspiraram-se nas majestosas vistas biológicas do seu mundo natal. Sentem que se puderem fornecer deteções holográficas das criaturas semelhantes, poderão levar o sentimento de maravilha para aqueles que não podem ver estas criaturas em carne e osso.", "O cliente está envolvido num projeto médico de exo-zoologia, mas não é eficiente enviar veterinários a todos os planetas na esperança de encontrar animais doentes. Procura deteções de dados que avaliem as populações de animais. Estes podem ser testados por sinais de doença e utilizados para atingir o seu propósito de forma mais eficaz.", "O cliente está fascinado pelo processo pelo qual os planetas são povoados. Certas características evoluem de tempo a tempo em diferentes pontos da galáxia. Procura entender se estas evoluções paralelas são naturais e esperadas, coincidências estranhas, resultado de algum padrão subjacente ou de intromissão externa. Está a construir um banco de dados para avaliar estas características e os ambientes que as geram. Procura exploradores empreendedores para o ajudar.", "O cliente procura exploradores discretos para ajuda num projeto de pesquisa. Certas substâncias tóxicas podem ou não ter sido vazadas e/ou intencionalmente ventiladas para as atmosferas dos planetas próximos. As deteções da fauna local revelarão se esta substância potencialmente tóxica na teoria está a ter efeitos a longo prazo sobre a vida selvagem.", diff --git a/public/assets/json/pt/SeasonalExpedition.lang.json b/public/assets/json/pt/SeasonalExpedition.lang.json index 50b95a9e8d00..3a32374478c5 100644 --- a/public/assets/json/pt/SeasonalExpedition.lang.json +++ b/public/assets/json/pt/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Expedição Nove: Utopia", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Fase 1", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 1 concluída", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Fundação", + "Description": "Estabelece uma base", + "DescriptionDone": "Base estabelecida", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Provisões", + "Description": "Cria produtos essenciais de sobrevivência", + "DescriptionDone": "Produtos essenciais de sobrevivência reunidos", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Controlo do solo", + "Description": "Carrega uma base para o projeto de Utopia", + "DescriptionDone": "Contribuíste para o projeto de Utopia", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Ligação do planeta", + "Description": "Ativa uma qualquer Exonave", + "DescriptionDone": "Transporte local estabelecido", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Ligação do sistema", + "Description": "Localiza e repara a tua nave", + "DescriptionDone": "Sistemas cruciais da nave espacial repostos", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Rota panorâmica", + "Description": "Viaja com a Exonave: 0/1000", + "DescriptionDone": "Percorreste 1000u com a Exonave", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Posto Alfa", + "Description": "Regista sucesso no 1.º planeta", + "DescriptionDone": "Povoaste o 1.º planeta", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Fase 2", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 2 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Posto Beta", + "Description": "Alcança a 2.ª meta de restauração", + "DescriptionDone": "Reivindicaste o 2.º planeta para Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Tarefa Beta", + "Description": "Recolhe as tuas instruções de Utopia", + "DescriptionDone": "Localizada na 2.ª zona de construção", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Povoamento Beta", + "Description": "Constrói uma base no 2.º planeta", + "DescriptionDone": "Construíste uma base no 2.º planeta", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Blindado", + "Description": "Adquire uma atualização de Exofato", + "DescriptionDone": "Acedeste a uma Estação de Fatos de Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Herbicida", + "Description": "Elimina flora perigosa: 0/5", + "DescriptionDone": "Eliminaste 5 de flora perigosa", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Companheirismo", + "Description": "Adota companheiros: 0/1", + "DescriptionDone": "1 companheiros adotados", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Caldeira", + "Description": "Chega ao cimo de um vulcão", + "DescriptionDone": "Chegaste ao pico de um vulcão", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Fase 3", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 3 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Posto Gama", + "Description": "Alcança a 3.ª meta de restauração", + "DescriptionDone": "Reivindicaste o 3.º planeta para Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Tarefa Gama", + "Description": "Recolhe as tuas próximas instruções de Utopia", + "DescriptionDone": "Localizada na 3.ª zona de construção", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Povoamento Gama", + "Description": "Constrói uma base no 3.º planeta", + "DescriptionDone": "Construíste uma base no 3.º planeta", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Mecânica avançada", + "Description": "Adquire uma atualização da Exonave", + "DescriptionDone": "Acedeste a uma Estação de Exonave de Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Especialista em Deteção", + "Description": "Escava itens enterrados: 0/1", + "DescriptionDone": "Recuperaste 1 objetos perdidos", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Iguarias locais", + "Description": "Prepara Cacau e Tónico do Peregrino", + "DescriptionDone": "Pratos locais cozinhados", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Flora Magenta", + "Description": "Documenta a vida vegetal no terceiro planeta: 0/3", + "DescriptionDone": "3 plantas descobertas no terceiro planeta", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Fase 4", + "Description": "Progresso atual: 0/8", + "DescriptionDone": "Fase 4 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Posto Delta", + "Description": "Alcança a 4.ª meta de restauração", + "DescriptionDone": "Reivindicaste o 4.º planeta para Utopia", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Tarefa Delta", + "Description": "Recolhe as tuas próximas instruções de Utopia", + "DescriptionDone": "Localizada na 4.ª zona de construção", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Povoamento Delta", + "Description": "Constrói uma base no 4.º planeta", + "DescriptionDone": "Construíste uma base no 4.º planeta", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Omniferramenta", + "Description": "Adquire uma atualização para a Multiferramenta", + "DescriptionDone": "Acedeste a uma Estação de Multiferramenta de Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Caçador de baleias", + "Description": "Regista uma criatura subaquática com mais de 50 kg", + "DescriptionDone": "Descobriste uma criatura aquática com mais de %AMOUNT% kg", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Um Gosto Adquirido", + "Description": "Prepara Vísceras Xaroposas", + "DescriptionDone": "Cozinhaste um prato repugnante", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "A Limpeza", + "Description": "Purifica um local de horrores biológicos", + "DescriptionDone": "Registos descobertos da história de Utopia", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "A LIMPEZA", + "Description": "Utopia reservou este objetivo avançado para os colonizadores que progredirem além da secção Delta<> do Projeto.\n\nConclui o objetivo Posto Delta<> para avançar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Parasitas", + "Description": "Purifica 0/3 Tentáculos Famintos", + "DescriptionDone": "3 Tentáculos Famintos Eliminados", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Fase 5", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 5 concluída", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Posto Épsilon", + "Description": "Alcança a meta final de restauração", + "DescriptionDone": "Atingiste o alvo de povoamento final", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Tarefa Épsilon", + "Description": "Recolhe as tuas instruções finais de Utopia", + "DescriptionDone": "Localizada na zona de construção final", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Povoamento Épsilon", + "Description": "Constrói uma base no planeta final", + "DescriptionDone": "Construíste uma base no planeta final", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Cálculos de voo", + "Description": "Adquire uma atualização para a Nave Espacial", + "DescriptionDone": "Acedeste a uma Estação de Nave de Utopia", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Impressões na neve", + "Description": "Descobre criaturas no mundo final: 0/3", + "DescriptionDone": "Descobriste criaturas no mundo final", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Sismologia", + "Description": "Localiza um núcleo de gás", + "DescriptionDone": "Analisado em busca de gás subterrâneo", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "A Próxima Fronteira", + "Description": "Viaja em velocidade warp para além de Bakkin", + "DescriptionDone": "Tornaste Utopia Interestelar", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Expedição Dez: Singularidade", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Normal", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Fase 1", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 1 concluída", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Eles Ouvem-nos", + "Description": "Investiga o acampamento abandonado", + "DescriptionDone": "Falou com o Autófago :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "O Itinerante", + "Description": "Aventura-te no espaço", + "DescriptionDone": "Chegaste até às estrelas", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Embutido em Vidro", + "Description": "Procura pistas", + "DescriptionDone": "Investigaste os arquivos", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Olhos de Ver", + "Description": "Monta a primeira parte da Construção", + "DescriptionDone": "Criaste a cabeça da Construção", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Oração I", + "Description": "Comunicar com o Atlas", + "DescriptionDone": "Visitaste a primeira Estação de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Semente dos Sonhos", + "Description": "Cria a 1.ª Semente de Atlas", + "DescriptionDone": "Criaste a 1.ª Semente de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Peregrinação 1", + "Description": "Conclui a 1.ª peregrinação", + "DescriptionDone": "Concluíste a 1.ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Fase 2", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 2 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Peregrinação 2", + "Description": "Conclui a 2.ª peregrinação", + "DescriptionDone": "Concluíste a 2.ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Representar uma Sombra", + "Description": "Sintoniza com o vidro", + "DescriptionDone": "Falou com o Autófago :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Brilho", + "Description": "Extrato de Cascos Radiantes: 0/16", + "DescriptionDone": "16 Cascos Radiantes extraídos", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Mãos para Agarrar", + "Description": "Monta a segunda parte da Construção", + "DescriptionDone": "Criaste os braços da Construção", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Oração II", + "Description": "Comunicar com o Atlas", + "DescriptionDone": "Visitaste a 2.ª Estação de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Semente do Poder", + "Description": "Cria a 2.ª Semente de Atlas", + "DescriptionDone": "Criaste a 2.ª Semente de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "O Ser Vazio", + "Description": "Reúne Atlantideum: 0/256", + "DescriptionDone": "Reuniste 256 Atlantideum", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Fase 3", + "Description": "Progresso atual: 0/7", + "DescriptionDone": "Fase 3 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Peregrinação 3", + "Description": "Conclui a 3.ª peregrinação", + "DescriptionDone": "Concluíste a 3.ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "A Vontade de Existir", + "Description": "Ouve o vazio", + "DescriptionDone": "Falou com o Autófago :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Desenfreamento", + "Description": "Elimina Sentinelas Corrompidas: 0/19", + "DescriptionDone": "19 Sentinelas Corrompidas eliminadas", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Uma Concha p/ Dar Forma", + "Description": "Monta a terceira parte da Construção", + "DescriptionDone": "Criaste o corpo da Construção", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Oração III", + "Description": "Comunicar com o Atlas", + "DescriptionDone": "Visitaste a 3.ª Estação de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Semente da Vontade", + "Description": "Cria a 3.ª Semente de Atlas", + "DescriptionDone": "Criaste a 3.ª Semente de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Horda de aglomerados", + "Description": "Obtém nanites: 0/3000", + "DescriptionDone": "3000 nanites obtidas", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Fase 4", + "Description": "Progresso atual: 0/8", + "DescriptionDone": "Fase 4 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Peregrinação 4", + "Description": "Conclui a 4.ª peregrinação", + "DescriptionDone": "Concluíste a 4.ª peregrinação", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Espírito Independente", + "Description": "Harmoniza-te com outra forma de vida", + "DescriptionDone": "Falou com o Autófago :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Pés para Deambular", + "Description": "Monta a quarta parte da Construção", + "DescriptionDone": "Criaste as pernas da Construção", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Oração IV", + "Description": "Comunicar com o Atlas", + "DescriptionDone": "Visitaste a 4.ª Estação de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Semente da Vida", + "Description": "Cria a 4.ª Semente de Atlas", + "DescriptionDone": "Criaste a 4.ª Semente de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Grande Divergência", + "Description": "Segue Nada", + "DescriptionDone": "Tomaste conhecimento da Semente de Eco", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "O bote salva-vidas", + "Description": "Conclui o diagrama", + "DescriptionDone": "Montaste uma Construção", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Almas Perdidas", + "Description": "Localiza outro Eco", + "DescriptionDone": "Outro Eco resgatado", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Fase 5", + "Description": "Progresso atual: 0/8", + "DescriptionDone": "Fase 5 concluída", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Peregrinação 5", + "Description": "Conclui a peregrinação final", + "DescriptionDone": "Concluíste a peregrinação final", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Renascimento", + "Description": "Abre a tua mente", + "DescriptionDone": "Falou com o Autófago :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Eco Senciente", + "Description": "Provoca uma Convergência", + "DescriptionDone": "Convergência alcançada", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Oração V", + "Description": "Comunicar com o Atlas", + "DescriptionDone": "Visitou a Estação de Atlas final", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Semente da Esperança", + "Description": "Cria a Semente final de Atlas", + "DescriptionDone": "Criaste a Semente final de Atlas", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Ignição", + "Description": "Restaura a vida da Construção", + "DescriptionDone": "Deste vida à Construção", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Ignição: Atlântida", + "Description": "Cria uma mente mecânica", + "DescriptionDone": "Escolhe uma mente mecânica", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Ignição: Carmesim", + "Description": "Cria uma mente estelar", + "DescriptionDone": "Semeaste uma mente de esperança", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> OBJETIVO ENCRIPTADO<> SLASH<>\nSLASH<> NÃO FOI POSSÍVEL DESCODIFICAR A TAREFA<> SLASH<>\n\n%DESC%\n\nO objetivo está encriptado<>. Concluir %MILESTONE%<> para continuar.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Expedição Dez: Singularidade", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Normal", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Fase 1", "Description": "Progresso atual: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Eles Ouvem-nos", "Description": "Investiga o acampamento abandonado", "DescriptionDone": "Falou com o Autófago :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "O Itinerante", "Description": "Aventura-te no espaço", "DescriptionDone": "Chegaste até às estrelas", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Embutido em Vidro", "Description": "Procura pistas", "DescriptionDone": "Investigaste os arquivos", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Olhos de Ver", "Description": "Monta a primeira parte da Construção", "DescriptionDone": "Criaste a cabeça da Construção", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Oração I", "Description": "Comunicar com o Atlas", "DescriptionDone": "Visitaste a primeira Estação de Atlas", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Semente dos Sonhos", "Description": "Cria a 1.ª Semente de Atlas", "DescriptionDone": "Criaste a 1.ª Semente de Atlas", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Peregrinação 1", "Description": "Conclui a 1.ª peregrinação", "DescriptionDone": "Concluíste a 1.ª peregrinação", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Fase 2", "Description": "Progresso atual: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Peregrinação 2", "Description": "Conclui a 2.ª peregrinação", "DescriptionDone": "Concluíste a 2.ª peregrinação", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Representar uma Sombra", "Description": "Sintoniza com o vidro", "DescriptionDone": "Falou com o Autófago :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Brilho", - "Description": "Extrato de Cascos Radiantes: 0/16", - "DescriptionDone": "16 Cascos Radiantes extraídos", + "Description": "Extrato de Cascos Radiantes: 0/3", + "DescriptionDone": "3 Cascos Radiantes extraídos", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Mãos para Agarrar", "Description": "Monta a segunda parte da Construção", "DescriptionDone": "Criaste os braços da Construção", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Oração II", "Description": "Comunicar com o Atlas", "DescriptionDone": "Visitaste a 2.ª Estação de Atlas", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Semente do Poder", "Description": "Cria a 2.ª Semente de Atlas", "DescriptionDone": "Criaste a 2.ª Semente de Atlas", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "O Ser Vazio", - "Description": "Reúne Atlantideum: 0/256", - "DescriptionDone": "Reuniste 256 Atlantideum", + "Description": "Reúne Atlantideum: 0/64", + "DescriptionDone": "Reuniste 64 Atlantideum", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Fase 3", "Description": "Progresso atual: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Peregrinação 3", "Description": "Conclui a 3.ª peregrinação", "DescriptionDone": "Concluíste a 3.ª peregrinação", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "A Vontade de Existir", "Description": "Ouve o vazio", "DescriptionDone": "Falou com o Autófago :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Desenfreamento", - "Description": "Elimina Sentinelas Corrompidas: 0/19", - "DescriptionDone": "19 Sentinelas Corrompidas eliminadas", + "Description": "Elimina Sentinelas Corrompidas: 0/5", + "DescriptionDone": "5 Sentinelas Corrompidas eliminadas", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Uma Concha p/ Dar Forma", "Description": "Monta a terceira parte da Construção", "DescriptionDone": "Criaste o corpo da Construção", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Oração III", "Description": "Comunicar com o Atlas", "DescriptionDone": "Visitaste a 3.ª Estação de Atlas", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Semente da Vontade", "Description": "Cria a 3.ª Semente de Atlas", "DescriptionDone": "Criaste a 3.ª Semente de Atlas", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Horda de aglomerados", - "Description": "Obtém nanites: 0/3000", - "DescriptionDone": "3000 nanites obtidas", + "Description": "Obtém nanites: 0/1000", + "DescriptionDone": "1000 nanites obtidas", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Fase 4", "Description": "Progresso atual: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Peregrinação 4", "Description": "Conclui a 4.ª peregrinação", "DescriptionDone": "Concluíste a 4.ª peregrinação", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Espírito Independente", "Description": "Harmoniza-te com outra forma de vida", "DescriptionDone": "Falou com o Autófago :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Pés para Deambular", "Description": "Monta a quarta parte da Construção", "DescriptionDone": "Criaste as pernas da Construção", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Oração IV", "Description": "Comunicar com o Atlas", "DescriptionDone": "Visitaste a 4.ª Estação de Atlas", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Semente da Vida", "Description": "Cria a 4.ª Semente de Atlas", "DescriptionDone": "Criaste a 4.ª Semente de Atlas", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Grande Divergência", "Description": "Segue Nada", "DescriptionDone": "Tomaste conhecimento da Semente de Eco", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "O bote salva-vidas", "Description": "Conclui o diagrama", "DescriptionDone": "Montaste uma Construção", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Almas Perdidas", "Description": "Localiza outro Eco", "DescriptionDone": "Outro Eco resgatado", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Fase 5", "Description": "Progresso atual: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Peregrinação 5", "Description": "Conclui a peregrinação final", "DescriptionDone": "Concluíste a peregrinação final", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Renascimento", "Description": "Abre a tua mente", "DescriptionDone": "Falou com o Autófago :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Eco Senciente", "Description": "Provoca uma Convergência", "DescriptionDone": "Convergência alcançada", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Oração V", "Description": "Comunicar com o Atlas", "DescriptionDone": "Visitou a Estação de Atlas final", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Semente da Esperança", "Description": "Cria a Semente final de Atlas", "DescriptionDone": "Criaste a Semente final de Atlas", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Ignição", "Description": "Restaura a vida da Construção", "DescriptionDone": "Deste vida à Construção", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Ignição: Atlântida", "Description": "Cria uma mente mecânica", "DescriptionDone": "Escolhe uma mente mecânica", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Ignição: Carmesim", "Description": "Cria uma mente estelar", "DescriptionDone": "Semeaste uma mente de esperança", diff --git a/public/assets/json/ru/Buildings.lang.json b/public/assets/json/ru/Buildings.lang.json index 3acd612a62f8..ea9574c25132 100644 --- a/public/assets/json/ru/Buildings.lang.json +++ b/public/assets/json/ru/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "Украшение (открываемое)", "Description": "Эксклюзивное ледяное украшение для базы.\nСтатуя древнего примитивного существа, которого разыскивали многие ранние исследователи.", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "Украшение (открываемое)", "Description": "Эксклюзивное ледяное украшение для базы.\nСтатуя четвероногого существа с длинной шеей.", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "Ледяная статуя шагающего стража", - "Group": "Украшение (открываемое)", - "Description": "Эксклюзивное ледяное украшение для базы.\nСтатуя шагающего стража — продвинутого боевого механизма.", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "Украшение", "Description": "Эксклюзивный размещаемый рисунок, добавляющий шарма базе.\nНа этом рисунке изображены следы лап неизвестного существа.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "Украшение", "Description": "Эксклюзивный размещаемый рисунок, добавляющий шарма базе.\nНа этом рисунке изображен исследователь, пробуждающийся в незнакомом мире и не имеющий представления, как он там оказался.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "Украшение", "Description": "Эксклюзивный размещаемый рисунок, добавляющий шарма базе.\nНа нем изображены два звездолета, покидающие атмосферу, чтобы исследовать звезды.", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "Ледяная статуя гека", + "Group": "Украшение (открываемое)", + "Description": "Эксклюзивное ледяное украшение для базы.\nСтатуя гека, который указывает на небо.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "Ледяная статуя истребителя", + "Group": "Украшение (открываемое)", + "Description": "Эксклюзивное ледяное украшение для базы.\nСтатуя легендарного звездолета Alpha Vector.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "Ледяная статуя шагающего стража", + "Group": "Украшение (открываемое)", + "Description": "Эксклюзивное ледяное украшение для базы.\nСтатуя шагающего стража — продвинутого боевого механизма.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "Ледяная статуя Атласа", + "Group": "Украшение (открываемое)", + "Description": "Эксклюзивное ледяное украшение для базы.\nПредставляет собой копию интерфейса Атласа. Сердечник вращается, приводимый в движение неизвестной силой.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "Ледяная статуя космонавта", + "Group": "Украшение (открываемое)", + "Description": "Эксклюзивное ледяное украшение для базы.\nЭта статуя космонавта посвящается всем исследователям галактики.", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/ru/GuildMissions.lang.json b/public/assets/json/ru/GuildMissions.lang.json index 0e60597846e4..9d53cff8962f 100644 --- a/public/assets/json/ru/GuildMissions.lang.json +++ b/public/assets/json/ru/GuildMissions.lang.json @@ -94,8 +94,8 @@ "Клиент ищет предмет из своего прошлого — символ давно ушедших времен. Этот предмет связан с его детскими воспоминаниями и представляет для клиента особую ценность. Он готов щедро заплатить тому, кто его доставит.", "Недавно клиент узнал о новом популярном веянии. Он ищет особый предмет, который не только обладает удивительным вкусом, но и полон питательных веществ. Разумеется, большой спрос означает, что раздобыть его непросто. Клиент готов щедро заплатить пилоту, который успеет найти и доставить нужный предмет в срок к его следующему приему пищи.", "Клиент изучает альтернативные способы производства энергии. Он полагает, что совершил настоящий прорыв. Новый способ позволяет ему получать огромное количество энергии, производя в процессе очень небольшое количество токсичных отходов. Однако его запасы основного компонента уже почти истощены. Клиент не может покинуть свою лабораторию, поэтому ему нужны пилоты, которые доставят необходимый предмет.", - "Клиент занимается исследованиями принципов работы сознания. Стремясь составить наиболее полную картину, он решил в своих трудах отказаться от классического подхода. Он полагает, что совершил настоящий прорыв.\nОн нашел материал, который, как ему кажется, способен помочь воспроизвести мыслительный процесс. Чтобы подтвердить свою теорию, ему осталось только создать из этого вещества думающую машину. Однако для этого требуется очень большое количество материала, и клиент ищет пилотов, который помогут с его добычей.", - "Клиент нашел новую возможность обогащения. Каждый, кто поможет ему, может рассчитывать на часть прибыли. \nЧтобы план сработал, клиенту нужно, чтобы большое количество пилотов разом доставило свой груз в одно и то же место. Таким образом, он сможет саботировать местную экономику, вытеснить конкурентов и в конце концов стать единственным торговцем в условиях образовавшегося рыночного вакуума.", + "Клиент занимается исследованиями принципов работы сознания. Стремясь составить наиболее полную картину, он решил в своих трудах отказаться от классического подхода. Он полагает, что совершил настоящий прорыв.\r\nОн нашел материал, который, как ему кажется, способен помочь воспроизвести мыслительный процесс. Чтобы подтвердить свою теорию, ему осталось только создать из этого вещества думающую машину. Однако для этого требуется очень большое количество материала, и клиент ищет пилотов, который помогут с его добычей.", + "Клиент нашел новую возможность обогащения. Каждый, кто поможет ему, может рассчитывать на часть прибыли. \r\nЧтобы план сработал, клиенту нужно, чтобы большое количество пилотов разом доставило свой груз в одно и то же место. Таким образом, он сможет саботировать местную экономику, вытеснить конкурентов и в конце концов стать единственным торговцем в условиях образовавшегося рыночного вакуума.", "Клиент хочет наладить отношения с властями. Он выяснил, что комиссар с местной станции интересуется одним предметом и хотел бы ему его подарить. Разумеется, вручать подарок лично в такой ситуации не стоит. Он ищет исследователя, готового стать его представителем в этом деле.", "Клиент торгует предметами роскоши. Недавно он узнал, что среди его клиентуры один предмет пользуется особенным спросом. Он ищет исследователя, который сможет раздобыть для него такой предмет и готов заплатить за него выше рыночной стоимости.", "Недавно клиент узнал, что его прямой конкурент заинтересовался одним предметом. Естественно, он не может допустить, чтобы этот предмет достался сопернику. Он готов заплатить любому исследователю, который опередит его конкурента и добудет предмет раньше него.", @@ -171,8 +171,8 @@ "Клиент ищет предмет из своего прошлого — символ давно ушедших времен. Этот предмет связан с его детскими воспоминаниями и представляет для клиента особую ценность. Он готов щедро заплатить тому, кто его доставит.", "Недавно клиент узнал о новом популярном веянии. Он ищет особый предмет, который не только обладает удивительным вкусом, но и полон питательных веществ. Разумеется, большой спрос означает, что раздобыть его непросто. Клиент готов щедро заплатить пилоту, который успеет найти и доставить нужный предмет в срок к его следующему приему пищи.", "Клиент изучает альтернативные способы производства энергии. Он полагает, что совершил настоящий прорыв. Новый способ позволяет ему получать огромное количество энергии, производя в процессе очень небольшое количество токсичных отходов. Однако его запасы основного компонента уже почти истощены. Клиент не может покинуть свою лабораторию, поэтому ему нужны пилоты, которые доставят необходимый предмет.", - "Клиент занимается исследованиями принципов работы сознания. Стремясь составить наиболее полную картину, он решил в своих трудах отказаться от классического подхода. Он полагает, что совершил настоящий прорыв.\nОн нашел материал, который, как ему кажется, способен помочь воспроизвести мыслительный процесс. Чтобы подтвердить свою теорию, ему осталось только создать из этого вещества думающую машину. Однако для этого требуется очень большое количество материала, и клиент ищет пилотов, который помогут с его добычей.", - "Клиент нашел новую возможность обогащения. Каждый, кто поможет ему, может рассчитывать на часть прибыли. \nЧтобы план сработал, клиенту нужно, чтобы большое количество пилотов разом доставило свой груз в одно и то же место. Таким образом, он сможет саботировать местную экономику, вытеснить конкурентов и в конце концов стать единственным торговцем в условиях образовавшегося рыночного вакуума.", + "Клиент занимается исследованиями принципов работы сознания. Стремясь составить наиболее полную картину, он решил в своих трудах отказаться от классического подхода. Он полагает, что совершил настоящий прорыв.\r\nОн нашел материал, который, как ему кажется, способен помочь воспроизвести мыслительный процесс. Чтобы подтвердить свою теорию, ему осталось только создать из этого вещества думающую машину. Однако для этого требуется очень большое количество материала, и клиент ищет пилотов, который помогут с его добычей.", + "Клиент нашел новую возможность обогащения. Каждый, кто поможет ему, может рассчитывать на часть прибыли. \r\nЧтобы план сработал, клиенту нужно, чтобы большое количество пилотов разом доставило свой груз в одно и то же место. Таким образом, он сможет саботировать местную экономику, вытеснить конкурентов и в конце концов стать единственным торговцем в условиях образовавшегося рыночного вакуума.", "Клиент хочет наладить отношения с властями. Он выяснил, что комиссар с местной станции интересуется одним предметом и хотел бы ему его подарить. Разумеется, вручать подарок лично в такой ситуации не стоит. Он ищет исследователя, готового стать его представителем в этом деле.", "Клиент торгует предметами роскоши. Недавно он узнал, что среди его клиентуры один предмет пользуется особенным спросом. Он ищет исследователя, который сможет раздобыть для него такой предмет и готов заплатить за него выше рыночной стоимости.", "Недавно клиент узнал, что его прямой конкурент заинтересовался одним предметом. Естественно, он не может допустить, чтобы этот предмет достался сопернику. Он готов заплатить любому исследователю, который опередит его конкурента и добудет предмет раньше него.", @@ -244,26 +244,26 @@ "Требуется срочная курьерская доставка" ], "Descriptions": [ - "Клиенту нужен надежный курьер. В знак долгой дружбы он приготовил подарок для своего коллеги.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент ищет надежную службу доставки. Он хочет убедить курьера, что в посылке именно то, что указано в декларации, и незачем все перепроверять.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент хочет завершить одну крупную сделку. Вторая сторона отказывается идти на уступки, и клиент надеется, что эта посылка поможет им найти общи язык. Он отдельно отмечает, что посылку нужно вручить в руки адресату и никому другому.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "У клиента весьма деликатный бизнес. Эта посылка — знак искренней благодарности. Это подарок от всего сердца, который имеет большое значение для будущего клиента.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Судя по всему, клиент просто хочет передать что-то своему коллеге. Также к посылке прилагается записка, в которой говорится, что содержимое посылки теперь отследить невозможно, и адресату не о чем волноваться.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент занимает важный пост в крупной организации, и он слишком занят, чтобы тратить свое время на бытовые дела. В день почитания предков его сородичи по традиции делают подарок тем, кто их породил. Клиенту нужно, чтобы кто-то решил этот вопрос за него.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент провинился перед своей спутницей. Он забыл отметить дату, важную для их отношений. Чтобы принести извинения, он подготовил подарок, который необходимо доставить обиженной стороне. Главное — не потерять его при доставке, иначе у клиента будут новые неприятности.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент обнаружил один весьма странный предмет. Внешне все выглядит нормально, однако микробный сканер обнаружил пугающе большое количество неизвестных спор. Предмет нужно доставить специалисту по борьбе с биологическими угрозами. Не пытайтесь вскрыть печать.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент хочет передать послание своему знакомому. Сам предмет не представляет особой ценности и не сопровождается пояснительной запиской. Однако клиент убежден, что если посылка будет доставлена точно по указанному адресу, его знакомый сможет правильно истолковать послание.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент хочет избавиться от лишнего мусора. За долгие годы у него скопилось большое количество безделушек и ненужного хлама, и теперь он решил избавиться от всего. Однако он не хочет просто уничтожить эти предметы, а если выбросить их все в одном месте, недоброжелатели смогут слишком много узнать об их бывшем владельце. Таким образом, клиент решил разослать свое имущество по разным адресам и привлечь на эту работу разных курьеров.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "У клиента небольшой бизнес, он занимается розничной торговлей и скупает то, что не нужно одним, и выгодно перепродает этот товар тем, кто его ценит. Покупатель уже оплатил заказ и ждет свою посылку.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "У клиента самая обычная посылка, и ему нужен курьер, который не задает лишних вопросов и способен не привлекать внимание властей. Также клиент уверяет: если вдруг курьер услышит крики животного, это значит, что у него просто разыгралось воображение.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Этот клиент — лишь одна из ступеней в большой торговой операции. Чтобы избежать лишнего внимания и не исключить возможность отслеживания сделки, было принято решение воздержаться от обмена валютой. Эта посылка — плата, которую клиент передает одному из участников сделки.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент отправляет обычную посылку одному из своих постоянных покупателей. В посылке ничего особенного, но она призвана показать, как сильно клиент ценит своих покупателей. И такую важную работу он может доверить только надежному и опытному курьеру.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Каждый день клиент отправляет большое количество предметов. Однако ему приходится внимательно следить за всеми своими официальными доходами и расходами, так как в случае просчета весь его доход уйдет на уплату налогов. Поэтому он старается привлекать для работы надежных курьеров, которые доставляют его грузы просто по пути собственного маршрута, не связанного с бизнесом.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "У клиента непростые взаимоотношения с местными пиратами, за его голову назначена награда. Он хочет покинуть систему, чтобы при этом за ним никто не смог проследить. Он нашел на своем корабле отслеживающее устройство, и ему нужно, чтобы во время его побега курьер увез жучок в противоположном направлении.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "В галактике существует множество разных правил и порядков. Предметы, которые считаются безобидными в одной системе, могут быть запрещены в другой. Подобные различия открывают новые возможности перед предприимчивыми торговцами. Клиенту нужен курьер, который доставит такой товар, не задавая лишних вопросов и не привлекая лишнего внимания.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент хочет заполучить нового крупного партнера для своего бизнеса. А его потенциальный партнер хочет сначала взглянуть на образцы товаров. Клиенту нужно, чтобы кто-то доставил образец его потенциальному партнеру в идеальном состоянии.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Еженедельно клиент отправляет посылки покупателям, которые не хотят или не могут совершать покупки самостоятельно. Воспользовавшись прилагающейся инструкцией, покупатели могут приготовить себе восхитительный обед или собрать робота-прислугу. Такую посылку и нужно доставить.\n\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", - "Клиент уже нанимал курьера для доставки этого груза, но тот не смог выполнить работу. Импульсный двигатель и кабина его звездолета были повреждены лазерным лучом. Теперь клиенту нужен отчаянный курьер, готовый бросить вызов любым трудностям и опасностям, которые ждут за пределами космической станции.\n\nНа случай нападения пиратов курьер будет снабжен 1 защитным маяком.", + "Клиенту нужен надежный курьер. В знак долгой дружбы он приготовил подарок для своего коллеги.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент ищет надежную службу доставки. Он хочет убедить курьера, что в посылке именно то, что указано в декларации, и незачем все перепроверять.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент хочет завершить одну крупную сделку. Вторая сторона отказывается идти на уступки, и клиент надеется, что эта посылка поможет им найти общи язык. Он отдельно отмечает, что посылку нужно вручить в руки адресату и никому другому.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "У клиента весьма деликатный бизнес. Эта посылка — знак искренней благодарности. Это подарок от всего сердца, который имеет большое значение для будущего клиента.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Судя по всему, клиент просто хочет передать что-то своему коллеге. Также к посылке прилагается записка, в которой говорится, что содержимое посылки теперь отследить невозможно, и адресату не о чем волноваться.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент занимает важный пост в крупной организации, и он слишком занят, чтобы тратить свое время на бытовые дела. В день почитания предков его сородичи по традиции делают подарок тем, кто их породил. Клиенту нужно, чтобы кто-то решил этот вопрос за него.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент провинился перед своей спутницей. Он забыл отметить дату, важную для их отношений. Чтобы принести извинения, он подготовил подарок, который необходимо доставить обиженной стороне. Главное — не потерять его при доставке, иначе у клиента будут новые неприятности.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент обнаружил один весьма странный предмет. Внешне все выглядит нормально, однако микробный сканер обнаружил пугающе большое количество неизвестных спор. Предмет нужно доставить специалисту по борьбе с биологическими угрозами. Не пытайтесь вскрыть печать.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент хочет передать послание своему знакомому. Сам предмет не представляет особой ценности и не сопровождается пояснительной запиской. Однако клиент убежден, что если посылка будет доставлена точно по указанному адресу, его знакомый сможет правильно истолковать послание.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент хочет избавиться от лишнего мусора. За долгие годы у него скопилось большое количество безделушек и ненужного хлама, и теперь он решил избавиться от всего. Однако он не хочет просто уничтожить эти предметы, а если выбросить их все в одном месте, недоброжелатели смогут слишком много узнать об их бывшем владельце. Таким образом, клиент решил разослать свое имущество по разным адресам и привлечь на эту работу разных курьеров.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "У клиента небольшой бизнес, он занимается розничной торговлей и скупает то, что не нужно одним, и выгодно перепродает этот товар тем, кто его ценит. Покупатель уже оплатил заказ и ждет свою посылку.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "У клиента самая обычная посылка, и ему нужен курьер, который не задает лишних вопросов и способен не привлекать внимание властей. Также клиент уверяет: если вдруг курьер услышит крики животного, это значит, что у него просто разыгралось воображение.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Этот клиент — лишь одна из ступеней в большой торговой операции. Чтобы избежать лишнего внимания и не исключить возможность отслеживания сделки, было принято решение воздержаться от обмена валютой. Эта посылка — плата, которую клиент передает одному из участников сделки.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент отправляет обычную посылку одному из своих постоянных покупателей. В посылке ничего особенного, но она призвана показать, как сильно клиент ценит своих покупателей. И такую важную работу он может доверить только надежному и опытному курьеру.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Каждый день клиент отправляет большое количество предметов. Однако ему приходится внимательно следить за всеми своими официальными доходами и расходами, так как в случае просчета весь его доход уйдет на уплату налогов. Поэтому он старается привлекать для работы надежных курьеров, которые доставляют его грузы просто по пути собственного маршрута, не связанного с бизнесом.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "У клиента непростые взаимоотношения с местными пиратами, за его голову назначена награда. Он хочет покинуть систему, чтобы при этом за ним никто не смог проследить. Он нашел на своем корабле отслеживающее устройство, и ему нужно, чтобы во время его побега курьер увез жучок в противоположном направлении.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "В галактике существует множество разных правил и порядков. Предметы, которые считаются безобидными в одной системе, могут быть запрещены в другой. Подобные различия открывают новые возможности перед предприимчивыми торговцами. Клиенту нужен курьер, который доставит такой товар, не задавая лишних вопросов и не привлекая лишнего внимания.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент хочет заполучить нового крупного партнера для своего бизнеса. А его потенциальный партнер хочет сначала взглянуть на образцы товаров. Клиенту нужно, чтобы кто-то доставил образец его потенциальному партнеру в идеальном состоянии.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Еженедельно клиент отправляет посылки покупателям, которые не хотят или не могут совершать покупки самостоятельно. Воспользовавшись прилагающейся инструкцией, покупатели могут приготовить себе восхитительный обед или собрать робота-прислугу. Такую посылку и нужно доставить.\r\n\r\nВ случае нападения пиратов курьер будет снабжен 1x Защитным маяком.", + "Клиент уже нанимал курьера для доставки этого груза, но тот не смог выполнить работу. Импульсный двигатель и кабина его звездолета были повреждены лазерным лучом. Теперь клиенту нужен отчаянный курьер, готовый бросить вызов любым трудностям и опасностям, которые ждут за пределами космической станции.\r\n\r\nНа случай нападения пиратов курьер будет снабжен 1 защитным маяком.", "Клиенту требуется надежный курьер для срочной доставки ценного предмета.", "Клиенту требуется курьер для доставки ценного предмета.", "Клиент ищет ответственного курьера, которому можно доверить доставку ценного груза.", @@ -429,7 +429,7 @@ "Клиенту нужны подробные биологические сведения о существах, обитающих на поверхности планеты. Программа по созданию боевых зверей, которых можно использовать в военных целях, зашла в тупик, и клиенту срочно нужны новые образцы ДНК хищных животных.", "Клиенту срочно нужны данные биологических видов. Каждый день из-за природных явлений, войны и промышленных катастроф исчезают целые виды животных. Этот клиент не пытается их спасти, но ему очень нужна информация о них, ведь без этих сведений архив моего клиента будет не полон.", "Моему клиенту принадлежит художественная галерея. В последнее время в ней часто выставляются работы художников-абстракционистов, и число посетителей все это время неуклонно снижается. Для того чтобы привлечь посетителей, клиенту нужны реалистичные голографические проекции необычных и красивых животных.", - "Клиент руководит успешным исследовательским центром. Недавно он решил внести свой вклад в дело всего научного сообщества.\nВ детстве клиент был поражен величием животных на его родной планете. И он считает, что, достав голографические копии похожих созданий, он сможет произвести такое же впечатление на тех, кто никогда не видел таких существ собственными глазами.", + "Клиент руководит успешным исследовательским центром. Недавно он решил внести свой вклад в дело всего научного сообщества.\r\nВ детстве клиент был поражен величием животных на его родной планете. И он считает, что, достав голографические копии похожих созданий, он сможет произвести такое же впечатление на тех, кто никогда не видел таких существ собственными глазами.", "Клиент участвует в межпланетной ветеринарной операции, но отправлять врачей на каждую планету в поисках больных животных — крайне неэффективно. Клиенту нужны биологические данные о популяциях живых существ. Они позволят обнаружить признаки заболевания и точно определить, где и какое лечение требуется.", "Клиента безумно интересует процесс заселения планет. В разных концах галактики то и дело проявляются одни и те же характерные особенности. Клиент хочет понять, в чем причина такой параллельной эволюции: возможно, это естественный процесс, странное совпадение или вмешательство извне. Клиент создает собственную базу данных, которая пригодится ему в работе и просит всех исследователей помочь ему.", "Клиенту нужна помощь в его исследовательском проекте. Возможно, в атмосферу соседних планет случайно (или намеренно) попали некоторые токсичные вещества. Сканирование местной фауны позволит выявить, оказывают ли эти токсичные вещества долговременное воздействие на живые организмы.", diff --git a/public/assets/json/ru/SeasonalExpedition.lang.json b/public/assets/json/ru/SeasonalExpedition.lang.json index cd663cf08b87..65ed3981b70e 100644 --- a/public/assets/json/ru/SeasonalExpedition.lang.json +++ b/public/assets/json/ru/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "Девятая экспедиция: «Утопия»", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "Стандартный режим", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "Фаза 1", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 1 пройдена", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "Фундамент", + "Description": "Создайте базу", + "DescriptionDone": "Вы создали базу", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "Припасы", + "Description": "Изготовьте необходимые для выживания предметы", + "DescriptionDone": "Собраны необх. для выжив. предметы", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "Наземный комплекс управления", + "Description": "Загрузите базу в проект «Утопия»", + "DescriptionDone": "Вы приняли участие в проекте «Утопия»", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "Планетарная ссылка", + "Description": "Подготовьте любой вездеход", + "DescriptionDone": "Создан местный транспорт", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "Системная ссылка", + "Description": "Найдите и отремонтируйте свой звездолет.", + "DescriptionDone": "Восстановлены важные системы звездолета", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "Живописный маршрут", + "Description": "Проедьтесь на вездеходе: 0/1000 ед.", + "DescriptionDone": "Пройдено на вездеходе: 1000 ед.", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "Аванпост Альфа", + "Description": "Зарегистрируйте свой успех на 1-й планете", + "DescriptionDone": "Заселена 1-я планета", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "Фаза 2", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 2 пройдена", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "Аванпост Бета", + "Description": "Доберитесь до 2-й цели восстановления", + "DescriptionDone": "2-я планета занята для Утопии", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "Задание «Бета»", + "Description": "Получите указания от Утопии", + "DescriptionDone": "Найдена 2-ая стройплощадка", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "Поселение Бета", + "Description": "Постройте базу на 2-й планете", + "DescriptionDone": "Построена база на 2-й планете", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "Броненосец", + "Description": "Получите улучшение экзокостюма", + "DescriptionDone": "Задействована станция костюмов Утопии", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "Гербицид", + "Description": "Уничтожьте опасную флору: 0/5", + "DescriptionDone": "Уничтожено опасной флоры: 5", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "Животновод", + "Description": "Приручите питомцев: 0/1", + "DescriptionDone": "Приручено питомцев: 1", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "Кальдера", + "Description": "Заберитесь на вулкан", + "DescriptionDone": "Вы забрались на вершину вулкана", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "Фаза 3", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 3 пройдена", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "Аванпост Гамма", + "Description": "Доберитесь до 3-й цели восстановления", + "DescriptionDone": "3-я планета занята для Утопии", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "Задание «Гамма»", + "Description": "Получите следующие указания от Утопии", + "DescriptionDone": "Найдена 3-я стройплощадка", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "Поселение Гамма", + "Description": "Постройте базу на 3-й планете", + "DescriptionDone": "Построена база на 3-й планете", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "Продвинутая механика", + "Description": "Получите обновление вездехода", + "DescriptionDone": "Задействована станция вездеходов Утопии", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "Кладоискатель", + "Description": "Выкопайте закопанные предметы: 0/1", + "DescriptionDone": "Выкопаны утерянные предметы: 1", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "Местные деликатесы", + "Description": "Приготовьте какао и тоник пилигрима", + "DescriptionDone": "Приготовлены местные блюда", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "Пурпурная флора", + "Description": "Задокументируйте растения на третьей планете: 0/3", + "DescriptionDone": "Обнаружено растений на третьей планете: 3", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "Фаза 4", + "Description": "Прогресс: 0/8", + "DescriptionDone": "Фаза 4 пройдена", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "Аванпост Дельта", + "Description": "Доберитесь до 4-й цели восстановления", + "DescriptionDone": "4-я планета занята для Утопии", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "Задание «Дельта»", + "Description": "Получите следующие указания от Утопии", + "DescriptionDone": "Найдена 4-ая стройплощадка", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "Поселение Дельта", + "Description": "Постройте базу на 4-й планете", + "DescriptionDone": "Построена база на 4-й планете", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "Омнитул", + "Description": "Получите улучшение мультитула", + "DescriptionDone": "Задействована станция мультитулов Утопии", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "Искатель китов", + "Description": "Зарегистрируйте подводное животное весом более 50 кг", + "DescriptionDone": "Найдено водное животное весом более %AMOUNT% кг", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "Привитый вкус", + "Description": "Приготовьте сиропные потроха", + "DescriptionDone": "Приготовлено мерзкое блюдо", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "Очищение", + "Description": "Очистите терр-ю от биолог. ужасов", + "DescriptionDone": "Обнаружены записи об истории «Утопии»", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "ОЧИЩЕНИЕ", + "Description": "Этот продвинутый этап проекта «Утопия» предназначен для поселенцев, которые прошли дальше раздела «Дельта»<>.\n\nДля продолжения пройдите этап «Аванпост Дельта»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "Паразиты", + "Description": "Уничтожьте алчущие отростки: 0/3", + "DescriptionDone": "Вы уничтожили алчущие отростки: 3 шт.", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "Фаза 5", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 5 пройдена", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "Аванпост Эпсилон", + "Description": "Доберитесь до посл. цели восстановления", + "DescriptionDone": "Вы добрались до последнего места поселения", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "Задание «Эпсилон»", + "Description": "Получите последние указания от Утопии", + "DescriptionDone": "Найдена последняя стройплощадка", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "Поселение Эпсилон", + "Description": "Постройте базу на последней планете", + "DescriptionDone": "Построена база на последней планете", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "Полетные расчеты", + "Description": "Получите улучшение звездолета", + "DescriptionDone": "Задействована станция звездолетов Утопии", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "Следы на снегу", + "Description": "Найдите живых существ на посл. планете: 0/3", + "DescriptionDone": "Обнаружены живые существа на последней планете", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "Сейсмология", + "Description": "Найдите скопление газа", + "DescriptionDone": "Разведано подземное месторождение газа", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "Следующий рубеж", + "Description": "Переместитесь за пределы Баккина", + "DescriptionDone": "Вы путешествовали по межзвездному пути «Утопии»", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "Десятая экспедиция «Сингулярность»", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "Стандартный режим", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "Фаза 1", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 1 пройдена", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "Они слышат нас", + "Description": "Обыщите заброшенный лагерь", + "DescriptionDone": "Вы поговорили с аутофагом :: 57 65", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "Путник", + "Description": "Отправьтесь в космос", + "DescriptionDone": "Доберитесь до звезд", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "Вырезано на стекле", + "Description": "Найдите подсказки", + "DescriptionDone": "Архивы проанализированы", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "Глаза, чтобы видеть", + "Description": "Соберите первую часть Конструкта", + "DescriptionDone": "Изготовлена голова Конструкта", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "Молитва I", + "Description": "Поговорите с Атласом", + "DescriptionDone": "Посещена первая станция Атласа", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "КР??/МО| С??Л", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "Семя мечты", + "Description": "Создайте 1-е семя Атласа", + "DescriptionDone": "Создано 1-е семя Атласа", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "В?'3Д ??.Х?Р", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "Паломничество 1", + "Description": "Завершите 1-е паломничество", + "DescriptionDone": "Завершено 1-е паломничество", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "Фаза 2", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 2 пройдена", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "Паломничество 2", + "Description": "Завершите 2-е паломничество", + "DescriptionDone": "Завершено 2-е паломничество", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "Отбросить тень", + "Description": "Настройтесь на стекло", + "DescriptionDone": "Вы поговорили с аутофагом :: 64 6F", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "Сияние", + "Description": "Извлеките лучистые осколки: 0/16", + "DescriptionDone": "Извлечено лучистых осколков: 16", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "Руки, чтобы хватать", + "Description": "Соберите вторую часть Конструкта", + "DescriptionDone": "Изготовлены руки Конструкта", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "Молитва II", + "Description": "Поговорите с Атласом", + "DescriptionDone": "Посещена вторая станция Атласа", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "БЕ\\ЗЗЗЗЗ?", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "Семя силы", + "Description": "Создайте 2-е семя Атласа", + "DescriptionDone": "Создано 2-е семя Атласа", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "П?00ТЕРРР ККЗЗ/// >> ?", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "Живая пустота", + "Description": "Соберите атлантидий: 0/256", + "DescriptionDone": "Собрано атлантидия: 256", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "Фаза 3", + "Description": "Прогресс: 0/7", + "DescriptionDone": "Фаза 3 пройдена", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "Паломничество 3", + "Description": "Завершите 3-е паломничество", + "DescriptionDone": "Завершено 3-е паломничество", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "Воля к существованию", + "Description": "Слушайте пустоту", + "DescriptionDone": "Вы поговорили с аутофагом :: 6E 6F 74", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "Безудержность", + "Description": "Уничтожьте испорченных стражей: 0/19", + "DescriptionDone": "Удалено испорченных стражей: 19", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "Тело, чтобы вмещать", + "Description": "Соберите третью часть Конструкта", + "DescriptionDone": "Изготовлено тело Конструкта", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "Молитва III", + "Description": "Поговорите с Атласом", + "DescriptionDone": "Посещена третья станция Атласа", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "КР??/МО| С??Л", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "Семя воли", + "Description": "Создайте 3-е семя Атласа", + "DescriptionDone": "Создано 3-е семя Атласа", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "В?'3Д ??.Х?Р", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "Накопления", + "Description": "Получите наниты: 0/3000", + "DescriptionDone": "Получено нанитов: 3000", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "Фаза 4", + "Description": "Прогресс: 0/8", + "DescriptionDone": "Фаза 4 пройдена", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "Паломничество 4", + "Description": "Завершите 4-е паломничество", + "DescriptionDone": "Завершено 4-е паломничество", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "Независимый дух", + "Description": "Согласуйте гармонизацию с другой формой жизни", + "DescriptionDone": "Вы поговорили с аутофагом :: 6E 65 65 64", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "Ноги, чтобы бродить", + "Description": "Соберите четвертую часть Конструкта", + "DescriptionDone": "Изготовлены ноги Конструкта", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "Молитва IV", + "Description": "Поговорите с Атласом", + "DescriptionDone": "Посещена четвертая станция Атласа", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "БЕ\\ЗЗЗЗЗ?", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "Семя жизни", + "Description": "Создайте 4-е семя Атласа", + "DescriptionDone": "Создано 4-е семя Атласа", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "П?00ТЕРРР ККЗЗ/// >> ?", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "Грандиозная дивергенция", + "Description": "Последуйте примеру Нада", + "DescriptionDone": "Вы узнали о семени эха", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "Т»2/Е Г7455!", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "Спасательная шлюпка", + "Description": "Выполните сборку по чертежу.", + "DescriptionDone": "Собран Конструкт", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "АТ33./СС ДРЗЗЗЗКТ", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "Потерянные души", + "Description": "Найдите другое эхо", + "DescriptionDone": "Спасено еще одно эхо", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "КР??/МО| С??Л", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "Фаза 5", + "Description": "Прогресс: 0/8", + "DescriptionDone": "Фаза 5 пройдена", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "Паломничество 5", + "Description": "Завершите последнее паломничество", + "DescriptionDone": "Завершено последнее паломничество", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "Возрождение", + "Description": "Откройте свой разум", + "DescriptionDone": "Вы поговорили с аутофагом :: 79 6F 75", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "Эхо сознания", + "Description": "Пробудите Единство", + "DescriptionDone": "Единство достигнуто", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "КР??/МО| С??Л", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "Молитва V", + "Description": "Поговорите с Атласом", + "DescriptionDone": "Посещена последняя станция Атласа", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "В?'3Д ??.Х?Р", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "Семя надежды", + "Description": "Создайте последнее Семя Атласа", + "DescriptionDone": "Создано последнее Семя Атласа", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "БЕ\\ЗЗЗЗЗ?", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "Зажигание", + "Description": "Верните Конструкта к жизни", + "DescriptionDone": "Вы вдохнули жизнь в Конструкта", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "П?00ТЕРРР ККЗЗ/// >> ?", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "Зажигание: Атлантида", + "Description": "Создайте механический разум", + "DescriptionDone": "Вы выбрали механический разум", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "Т»2/Е Г7455!", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "Зажигание: Алый", + "Description": "Создайте звездный разум", + "DescriptionDone": "Вы посеяли разум надежды", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "Т»2/Е Г7455!", + "Description": "SLASH<> ЭТАП ЗАШИФРОВАН<> SLASH<>\nSLASH<> НЕ УДАЛОСЬ РАСШИФРОВАТЬ ЗАДАНИЕ<> SLASH<>\n\n%DESC%\n\nЭтап зашифрован<>. Чтобы продолжить, выполните «%MILESTONE%»<>.", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "Десятая экспедиция «Сингулярность»", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "Стандартный режим", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "Фаза 1", "Description": "Прогресс: 0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "Они слышат нас", "Description": "Обыщите заброшенный лагерь", "DescriptionDone": "Вы поговорили с аутофагом :: 57 65", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "Путник", "Description": "Отправьтесь в космос", "DescriptionDone": "Доберитесь до звезд", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "Вырезано на стекле", "Description": "Найдите подсказки", "DescriptionDone": "Архивы проанализированы", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "Глаза, чтобы видеть", "Description": "Соберите первую часть Конструкта", "DescriptionDone": "Изготовлена голова Конструкта", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "Молитва I", "Description": "Поговорите с Атласом", "DescriptionDone": "Посещена первая станция Атласа", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "Семя мечты", "Description": "Создайте 1-е семя Атласа", "DescriptionDone": "Создано 1-е семя Атласа", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "Паломничество 1", "Description": "Завершите 1-е паломничество", "DescriptionDone": "Завершено 1-е паломничество", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "Фаза 2", "Description": "Прогресс: 0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "Паломничество 2", "Description": "Завершите 2-е паломничество", "DescriptionDone": "Завершено 2-е паломничество", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "Отбросить тень", "Description": "Настройтесь на стекло", "DescriptionDone": "Вы поговорили с аутофагом :: 64 6F", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "Сияние", - "Description": "Извлеките лучистые осколки: 0/16", - "DescriptionDone": "Извлечено лучистых осколков: 16", + "Description": "Извлеките лучистые осколки: 0/3", + "DescriptionDone": "Извлечено лучистых осколков: 3", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "Руки, чтобы хватать", "Description": "Соберите вторую часть Конструкта", "DescriptionDone": "Изготовлены руки Конструкта", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "Молитва II", "Description": "Поговорите с Атласом", "DescriptionDone": "Посещена вторая станция Атласа", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "Семя силы", "Description": "Создайте 2-е семя Атласа", "DescriptionDone": "Создано 2-е семя Атласа", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "Живая пустота", - "Description": "Соберите атлантидий: 0/256", - "DescriptionDone": "Собрано атлантидия: 256", + "Description": "Соберите атлантидий: 0/64", + "DescriptionDone": "Собрано атлантидия: 64", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "Фаза 3", "Description": "Прогресс: 0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "Паломничество 3", "Description": "Завершите 3-е паломничество", "DescriptionDone": "Завершено 3-е паломничество", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "Воля к существованию", "Description": "Слушайте пустоту", "DescriptionDone": "Вы поговорили с аутофагом :: 6E 6F 74", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "Безудержность", - "Description": "Уничтожьте испорченных стражей: 0/19", - "DescriptionDone": "Удалено испорченных стражей: 19", + "Description": "Уничтожьте испорченных стражей: 0/5", + "DescriptionDone": "Удалено испорченных стражей: 5", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "Тело, чтобы вмещать", "Description": "Соберите третью часть Конструкта", "DescriptionDone": "Изготовлено тело Конструкта", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "Молитва III", "Description": "Поговорите с Атласом", "DescriptionDone": "Посещена третья станция Атласа", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "Семя воли", "Description": "Создайте 3-е семя Атласа", "DescriptionDone": "Создано 3-е семя Атласа", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "Накопления", - "Description": "Получите наниты: 0/3000", - "DescriptionDone": "Получено нанитов: 3000", + "Description": "Получите наниты: 0/1000", + "DescriptionDone": "Получено нанитов: 1000", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "Фаза 4", "Description": "Прогресс: 0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "Паломничество 4", "Description": "Завершите 4-е паломничество", "DescriptionDone": "Завершено 4-е паломничество", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "Независимый дух", "Description": "Согласуйте гармонизацию с другой формой жизни", "DescriptionDone": "Вы поговорили с аутофагом :: 6E 65 65 64", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "Ноги, чтобы бродить", "Description": "Соберите четвертую часть Конструкта", "DescriptionDone": "Изготовлены ноги Конструкта", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "Молитва IV", "Description": "Поговорите с Атласом", "DescriptionDone": "Посещена четвертая станция Атласа", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "Семя жизни", "Description": "Создайте 4-е семя Атласа", "DescriptionDone": "Создано 4-е семя Атласа", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "Грандиозная дивергенция", "Description": "Последуйте примеру Нада", "DescriptionDone": "Вы узнали о семени эха", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "Спасательная шлюпка", "Description": "Выполните сборку по чертежу.", "DescriptionDone": "Собран Конструкт", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "Потерянные души", "Description": "Найдите другое эхо", "DescriptionDone": "Спасено еще одно эхо", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "Фаза 5", "Description": "Прогресс: 0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "Паломничество 5", "Description": "Завершите последнее паломничество", "DescriptionDone": "Завершено последнее паломничество", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "Возрождение", "Description": "Откройте свой разум", "DescriptionDone": "Вы поговорили с аутофагом :: 79 6F 75", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "Эхо сознания", "Description": "Пробудите Единство", "DescriptionDone": "Единство достигнуто", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "Молитва V", "Description": "Поговорите с Атласом", "DescriptionDone": "Посещена последняя станция Атласа", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "Семя надежды", "Description": "Создайте последнее Семя Атласа", "DescriptionDone": "Создано последнее Семя Атласа", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "Зажигание", "Description": "Верните Конструкта к жизни", "DescriptionDone": "Вы вдохнули жизнь в Конструкта", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "Зажигание: Атлантида", "Description": "Создайте механический разум", "DescriptionDone": "Вы выбрали механический разум", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "Зажигание: Алый", "Description": "Создайте звездный разум", "DescriptionDone": "Вы посеяли разум надежды", diff --git a/public/assets/json/zh-hans/Buildings.lang.json b/public/assets/json/zh-hans/Buildings.lang.json index f1c6d869aedd..a623a221d059 100644 --- a/public/assets/json/zh-hans/Buildings.lang.json +++ b/public/assets/json/zh-hans/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "可解锁装饰", "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像刻画了一只许多探险家都在寻找的原始古代生物。", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "可解锁装饰", "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像刻画了一只长颈四足行走的物种。", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "步行机冰雕", - "Group": "可解锁装饰", - "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像刻画了一部先进的战斗单位,护卫步行机。", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "装饰", "Description": "专属的可放置贴花,为你的基地增添风格和美观。\n此贴花描绘着某种不明生物的爪印。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "装饰", "Description": "专属的可放置贴花,可以为你的基地增添风格和美观。\n此贴花描绘了不知为何在一个陌生世界中苏醒的探险家。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "装饰", "Description": "专属的可放置贴花,可以为你的基地增添风格和美观。\n此贴花描绘了离开大气层勇闯星辰的两艘飞船。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "吉克冰雕", + "Group": "可解锁装饰", + "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像刻画了一只指向天空的吉克。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "战斗机冰雕", + "Group": "可解锁装饰", + "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像刻画了一架标志性的星际飞船:A型制导飞船。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "步行机冰雕", + "Group": "可解锁装饰", + "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像刻画了一部先进的战斗单位,护卫步行机。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "阿特拉斯冰雕", + "Group": "可解锁装饰", + "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此雕像是阿特拉斯界面的装饰性复制品。它的核心在未知力量的驱动下旋转着......", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "宇航员冰雕", + "Group": "可解锁装饰", + "Description": "一件专属的可建造基地装饰,由冰块雕刻而成。\n此宇航员雕像表现出了向所有星际探险家的敬意。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/zh-hans/GuildMissions.lang.json b/public/assets/json/zh-hans/GuildMissions.lang.json index d9335217a72a..d5c4e12cde0d 100644 --- a/public/assets/json/zh-hans/GuildMissions.lang.json +++ b/public/assets/json/zh-hans/GuildMissions.lang.json @@ -22,7 +22,7 @@ "海盗们正在打劫自动化采矿设施,所有前来卸货的飞船都成了他们攻击目标。这些海盗喜欢欺凌弱小,客户希望消灭少量海盗飞船,让其余的海盗改找防御更薄弱的地区下手。", "当地科研机构正在艰难地设法抵御一系列海盗攻势。显微镜被偷走了,滴定设备也被砸了个稀巴烂。客户想通过实验了解到底要消灭多少海盗,他们才会停止攻击。", "客户征求协助解决家庭问题。具体来说,是有一名家庭成员踏上了海盗之路,败坏了客户良好的家族声誉。消灭海盗,恢复客户在正派生命体中的声望。", - "一条来自群星的消息使客户受益匪浅。此消息向客户解释了生命的意义。\n客户打算投身到无止境的剿灭海盗事业中去,以此为大义出一份力。\n客户正在寻找愿意加入......最起码愿意暂时加入圣战的驾驶员。", + "一条来自群星的消息使客户受益匪浅。此消息向客户解释了生命的意义。\r\n客户打算投身到无止境的剿灭海盗事业中去,以此为大义出一份力。\r\n客户正在寻找愿意加入......最起码愿意暂时加入圣战的驾驶员。", "此任务是由客户的遗嘱执行人代为发布。客户被一伙海盗放逐到了凶险的行星上等死。客户据推测已经死亡,但是一台通讯器将客户的命运广播到了当地无线电频道上。客户要求用剩下的所有资金,悬赏把自己抛弃在这里的海盗。", "客户急需援助逮捕一名海盗。客户的工厂被人藏了多个电磁脉冲装置,使得运营能力遭到了严重打击。对现况无能为力的客户,要求所有守法的驾驶员帮忙抓捕犯人。", "一个海盗帮派使客户损失惨重。这些海盗没有采取太空袭击的方法,而是远程破解了客户的交易终端,且用它将资金与货物转到了海盗自己的账号上。客户打算在真实世界中向这些虚拟罪犯展开复仇。", @@ -95,18 +95,18 @@ "客户听说新风尚正在兴起。他们想要的物品据说既美味又富有营养。可想而知,突然紧俏的物品肯定很难弄到。能在他们下次用餐之前把此物及时送到的驾驶员会得到奖励。", "客户一直在研究产生能源的新方法。他们相信自己已经取得了突破。他们的新方法能产生大量能源,且只会产生很少的剧毒废料。不过,其中的关键成分不够用了。他们无法离开实验室,因此征召驾驶员替他们收集这种物品。", "客户从事高端的意识研究。他们摒弃了现有的对思维形成的认知,而是寻找更为全面的答案。他们相信已经取得了突破。他们找到了一种材料,相信其拥有与感受思维的能力一致的特性。他们只需要用这种物质组装一台思考机器,就能证明这种理论。由于组装会需要大量这种材料,因此他们征召探险家协助收集。", - "客户发现了盈利的机遇。协助者皆可分一杯羹。\n它征召大量探险家将物品运到同一个地点,目的是把当地市场的物价压下去。使过量的货物涌入市场,会迫使其他供应商丢掉饭碗,这样客户就能在晚些时候进驻市场,并利用长期供应上的不足而大赚一笔。", + "客户发现了盈利的机遇。协助者皆可分一杯羹。\r\n它征召大量探险家将物品运到同一个地点,目的是把当地市场的物价压下去。使过量的货物涌入市场,会迫使其他供应商丢掉饭碗,这样客户就能在晚些时候进驻市场,并利用长期供应上的不足而大赚一笔。", "客户想要和恒星系当局搞好关系。它得知当地空间站的长官对一种特别的物品情有独钟,并想投其所好,把这种东西送给它。当然,客户不会蠢到亲自把东西送过去,因此它征召一名探险家当它的中间人,代表它收集物品。", "客户每个月替清闲的有钱人管理一系列挑选出来的货物。它得知一种特别的物品突然流行起来,因此它必须将这种物品加入它最新的收藏品行列中。能弄到这种物品的探险家,可将其以高于市场价的价格卖给它。", "客户得知它的对手对一件特别的物品感兴趣。它自然不能让对手把东西弄到手。它愿意奖励任何能抢在对手之前把东西弄到手的探险家,这样对手不管有何企图,都无法得逞了。", "客户最近开展新业务。它把普通物品拿到手,并帮助别人看到其中的价值。主要手段是弄来廉价的物品,并将其劣化,使其看起来具有历史价值。它想要一批用于加工的新货。", - "客户从事风险性研究。它得到了一大笔拨款,正在想该怎么花。\n于是它设计了一系列测试,相信可以借此判断一样物品是否需要进一步测试。它现在需要测试材料。", + "客户从事风险性研究。它得到了一大笔拨款,正在想该怎么花。\r\n于是它设计了一系列测试,相信可以借此判断一样物品是否需要进一步测试。它现在需要测试材料。", "客户不小心弄丢了一件非常重要的物品。它急需替代品,以求没人注意到东西丢了。", "客户得知对手的组织弄到了一件非常重要的物品。它并不是很清楚这件物品具体重要在哪儿,但推断它也一定要弄到一件,不然会在竞争中落后。", "客户正在制造永动机。它从全星系各处弄到了各种各样的部件和能量源,并相信自己只缺几样部件就能大功告成。客户必须时刻守着作品,因此征召探险家替它获取剩下的材料。", "客户想要把代表其族群和文化的东西保存在保险箱里。它认为这对未来的历史学家意义重大。不过,客户的合伙人都不愿意舍弃自己的所有物,因此客户征召探险家收集并交付它指定的物品样本。", "客户是贵重物品的知名收集者。它已经收集了一批精美的藏品,但还缺少最后一样东西。如果少了这样东西,整套收藏就毫无价值。客户征召所有探险家协助搜寻这件稀世珍宝,帮助它弄到物品者将获得奖励。注意了,客户只收完好的样本。", - "客户意图操纵当地市场。\n由于不幸出现数据错误,客户买进了十倍于预期数量的货物,于是征召探险家在当地空间各处的交易终端买进相同的物品,以使其涨价,这样自己就可以通过出售不小心多买的货物捞上一笔。", + "客户意图操纵当地市场。\r\n由于不幸出现数据错误,客户买进了十倍于预期数量的货物,于是征召探险家在当地空间各处的交易终端买进相同的物品,以使其涨价,这样自己就可以通过出售不小心多买的货物捞上一笔。", "客户想要挑拨当地两个犯罪团伙之间的关系。两个团伙都想要一样特别的物品,如果弄不到,就会猜测这肯定是对方搞的鬼。客户想请求谨慎的探险家独自获取此物品,以激化两个团伙之间的矛盾。", "想要在商业投机中领先对手的客户,听说有一样特别的货物即将销路大好,于是打算囤积这种货物,到时候大赚一笔。客户愿意出高于市场价的价格收这种物品,以此慷慨答谢冒风险与其做交易的驾驶员。", "客户是一名非常成功的企业家,无暇自己收集货物,于是愿意出钱奖励替它购物的独立驾驶员。", @@ -172,18 +172,18 @@ "客户听说新风尚正在兴起。他们想要的物品据说既美味又富有营养。可想而知,突然紧俏的物品肯定很难弄到。能在他们下次用餐之前把此物及时送到的驾驶员会得到奖励。", "客户一直在研究产生能源的新方法。他们相信自己已经取得了突破。他们的新方法能产生大量能源,且只会产生很少的剧毒废料。不过,其中的关键成分不够用了。他们无法离开实验室,因此征召驾驶员替他们收集这种物品。", "客户从事高端的意识研究。他们摒弃了现有的对思维形成的认知,而是寻找更为全面的答案。他们相信已经取得了突破。他们找到了一种材料,相信其拥有与感受思维的能力一致的特性。他们只需要用这种物质组装一台思考机器,就能证明这种理论。由于组装会需要大量这种材料,因此他们征召探险家协助收集。", - "客户发现了盈利的机遇。协助者皆可分一杯羹。\n它征召大量探险家将物品运到同一个地点,目的是把当地市场的物价压下去。使过量的货物涌入市场,会迫使其他供应商丢掉饭碗,这样客户就能在晚些时候进驻市场,并利用长期供应上的不足而大赚一笔。", + "客户发现了盈利的机遇。协助者皆可分一杯羹。\r\n它征召大量探险家将物品运到同一个地点,目的是把当地市场的物价压下去。使过量的货物涌入市场,会迫使其他供应商丢掉饭碗,这样客户就能在晚些时候进驻市场,并利用长期供应上的不足而大赚一笔。", "客户想要和恒星系当局搞好关系。它得知当地空间站的长官对一种特别的物品情有独钟,并想投其所好,把这种东西送给它。当然,客户不会蠢到亲自把东西送过去,因此它征召一名探险家当它的中间人,代表它收集物品。", "客户每个月替清闲的有钱人管理一系列挑选出来的货物。它得知一种特别的物品突然流行起来,因此它必须将这种物品加入它最新的收藏品行列中。能弄到这种物品的探险家,可将其以高于市场价的价格卖给它。", "客户得知它的对手对一件特别的物品感兴趣。它自然不能让对手把东西弄到手。它愿意奖励任何能抢在对手之前把东西弄到手的探险家,这样对手不管有何企图,都无法得逞了。", "客户最近开展新业务。它把普通物品拿到手,并帮助别人看到其中的价值。主要手段是弄来廉价的物品,并将其劣化,使其看起来具有历史价值。它想要一批用于加工的新货。", - "客户从事风险性研究。它得到了一大笔拨款,正在想该怎么花。\n于是它设计了一系列测试,相信可以借此判断一样物品是否需要进一步测试。它现在需要测试材料。", + "客户从事风险性研究。它得到了一大笔拨款,正在想该怎么花。\r\n于是它设计了一系列测试,相信可以借此判断一样物品是否需要进一步测试。它现在需要测试材料。", "客户不小心弄丢了一件非常重要的物品。它急需替代品,以求没人注意到东西丢了。", "客户得知对手的组织弄到了一件非常重要的物品。它并不是很清楚这件物品具体重要在哪儿,但推断它也一定要弄到一件,不然会在竞争中落后。", "客户正在制造永动机。它从全星系各处弄到了各种各样的部件和能量源,并相信自己只缺几样部件就能大功告成。客户必须时刻守着作品,因此征召探险家替它获取剩下的材料。", "客户想要把代表其族群和文化的东西保存在保险箱里。它认为这对未来的历史学家意义重大。不过,客户的合伙人都不愿意舍弃自己的所有物,因此客户征召探险家收集并交付它指定的物品样本。", "客户是贵重物品的知名收集者。它已经收集了一批精美的藏品,但还缺少最后一样东西。如果少了这样东西,整套收藏就毫无价值。客户征召所有探险家协助搜寻这件稀世珍宝,帮助它弄到物品者将获得奖励。注意了,客户只收完好的样本。", - "客户意图操纵当地市场。\n由于不幸出现数据错误,客户买进了十倍于预期数量的货物,于是征召探险家在当地空间各处的交易终端买进相同的物品,以使其涨价,这样自己就可以通过出售不小心多买的货物捞上一笔。", + "客户意图操纵当地市场。\r\n由于不幸出现数据错误,客户买进了十倍于预期数量的货物,于是征召探险家在当地空间各处的交易终端买进相同的物品,以使其涨价,这样自己就可以通过出售不小心多买的货物捞上一笔。", "客户想要挑拨当地两个犯罪团伙之间的关系。两个团伙都想要一样特别的物品,如果弄不到,就会猜测这肯定是对方搞的鬼。客户想请求谨慎的探险家独自获取此物品,以激化两个团伙之间的矛盾。", "想要在商业投机中领先对手的客户,听说有一样特别的货物即将销路大好,于是打算囤积这种货物,到时候大赚一笔。客户愿意出高于市场价的价格收这种物品,以此慷慨答谢冒风险与其做交易的驾驶员。", "客户是一名非常成功的企业家,无暇自己收集货物,于是愿意出钱奖励替它购物的独立驾驶员。", @@ -244,26 +244,26 @@ "急需专递服务" ], "Descriptions": [ - "客户需要一个信得过的送货人。其想要用一份礼物向一名同事表达敬意,庆祝对方再次成功活下来。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户需要一次低调的运送服务。他们想要信使安心,包裹货真价实,没有必须怀疑货运清单。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户需要解决一宗生意的问题。对方的谈判攻势太过残酷,客户希望这个包裹能够移除任何交易上的阻碍。务必将包裹送到收货人本人手中。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户正在进行敏感交易。此包裹是对特定交易方的由衷感激。客户的这份礼物没有附带条件,因为一切可能的疏失都已被或将会被忽视。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户只需要将一些货物送给一名同事。他们还捎了一条消息,让收货人不用担心,货物来源无法追踪。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户的工作非常重要且繁忙,因此没有时间去处理琐碎家事。今天是纪念先祖的日子,按照习俗,要送礼物给生下自己的人。客户希望请人帮忙把事办掉,这样自己就不用费心了。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户在恋爱关系中做了对不起对方的事,忘记纪念有特别意义的日子了。作为道歉,客户给受伤害的一方送去了一份有特殊意义的物品。务必不要在运输过程中丢失,否则客户将陷入更窘迫的境地。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户弄到了一件不寻常的物品。虽然表面看上去平淡无奇,微生物扫描显示其中带有惊人数量的未知孢子。客户需要将此物品交给一名生物危害专家。务必不要打开密封包装。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户想要向一名伙伴传达一条消息。物品没有附带任何字面讯息,而且物品本身也不是什么重要的东西。但是,客户觉得将物品送到伙伴的私人地址,应该就能很明确地表达其中的含义。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户想要减轻负担。这些年收集了大量各式花哨的小玩意,现在想要处理掉这些物品。直接摧毁的话太过浪费,但是如果一次性全放在一个地方有可能会泄露太多个人信息。因此,客户选择请众多送货人把东西送给多名收货人。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户经营一家小规模的零售公司。他们购买其他人不想要或者不喜欢的物品,然后转卖给更能欣赏其价值的买家。客户最新的一笔货物已经准备好交付给付了钱的欣赏家了。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户要运一批完全没有可疑之处的货物,正在征召一个不多管闲事也不会吸引到当局注意的运货人。客户想要提醒运货人,包装箱中若传来的任何动物的声响,都绝对是运货人幻听。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户是一条又长又复杂的交易链中的一环。为了避免留下任何可能会被追踪到的记录,交易并没有使用货币。这批货是客户应付给另一方的款项。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户正在向一名忠实顾客配送一次常规运输。物品本身没什么重要意义,但重要的是要让客户感觉受重视。因此,客户拒绝使用散装输运,改为征召有经验的私人货运专员。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户每天都要配送大量物品。他们的公司利润率非常少,因此就算是最轻微的税务都会让他们血本无归。客户觉得更为有效的做法是雇佣言行谨慎的货运员,在他们办自己的非商业事务期间顺便运送货物。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "当地海盗都认识客户,并且悬赏其人头。客户想在没人跟踪的情况下离开此恒星系,于是将自己的追踪芯片装进了这件物品中,要求将此物朝客户本人逃跑的反方向运输。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "星系里充斥着各种各样的规章制度。在一个恒星系中无伤大雅的物品在其他地方说不定就成了非法物品。诸如这类的差异创造了商业机遇。客户想要运送一件这样的物品,不要问问题,不要吸引注意。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户想要给自己公司招揽到一名新的大顾客。顾客想要在下大批量订单之前先检验一下客户的货物样本。客户需要将样本完好无损地运送到顾客手中。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户每周会给那些不能或者不愿意自己购物的消费者寄去包裹。消费者们可以按照包含其中的配方,给自己准备一份美味大餐或组装机械佣人。这次的货物就是本周订单。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", - "客户之前找了一名货运员,但是那个人没办法完成运输。其脉冲驱动器以及驾驶舱盖,都因接触激光而发生机械故障。客户现正在征召勇敢的货运员,要求是能避开空间站外可能出现的其他机械故障状况。\n\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户需要一个信得过的送货人。其想要用一份礼物向一名同事表达敬意,庆祝对方再次成功活下来。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户需要一次低调的运送服务。他们想要信使安心,包裹货真价实,没有必须怀疑货运清单。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户需要解决一宗生意的问题。对方的谈判攻势太过残酷,客户希望这个包裹能够移除任何交易上的阻碍。务必将包裹送到收货人本人手中。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户正在进行敏感交易。此包裹是对特定交易方的由衷感激。客户的这份礼物没有附带条件,因为一切可能的疏失都已被或将会被忽视。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户只需要将一些货物送给一名同事。他们还捎了一条消息,让收货人不用担心,货物来源无法追踪。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户的工作非常重要且繁忙,因此没有时间去处理琐碎家事。今天是纪念先祖的日子,按照习俗,要送礼物给生下自己的人。客户希望请人帮忙把事办掉,这样自己就不用费心了。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户在恋爱关系中做了对不起对方的事,忘记纪念有特别意义的日子了。作为道歉,客户给受伤害的一方送去了一份有特殊意义的物品。务必不要在运输过程中丢失,否则客户将陷入更窘迫的境地。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户弄到了一件不寻常的物品。虽然表面看上去平淡无奇,微生物扫描显示其中带有惊人数量的未知孢子。客户需要将此物品交给一名生物危害专家。务必不要打开密封包装。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户想要向一名伙伴传达一条消息。物品没有附带任何字面讯息,而且物品本身也不是什么重要的东西。但是,客户觉得将物品送到伙伴的私人地址,应该就能很明确地表达其中的含义。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户想要减轻负担。这些年收集了大量各式花哨的小玩意,现在想要处理掉这些物品。直接摧毁的话太过浪费,但是如果一次性全放在一个地方有可能会泄露太多个人信息。因此,客户选择请众多送货人把东西送给多名收货人。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户经营一家小规模的零售公司。他们购买其他人不想要或者不喜欢的物品,然后转卖给更能欣赏其价值的买家。客户最新的一笔货物已经准备好交付给付了钱的欣赏家了。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户要运一批完全没有可疑之处的货物,正在征召一个不多管闲事也不会吸引到当局注意的运货人。客户想要提醒运货人,包装箱中若传来的任何动物的声响,都绝对是运货人幻听。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户是一条又长又复杂的交易链中的一环。为了避免留下任何可能会被追踪到的记录,交易并没有使用货币。这批货是客户应付给另一方的款项。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户正在向一名忠实顾客配送一次常规运输。物品本身没什么重要意义,但重要的是要让客户感觉受重视。因此,客户拒绝使用散装输运,改为征召有经验的私人货运专员。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户每天都要配送大量物品。他们的公司利润率非常少,因此就算是最轻微的税务都会让他们血本无归。客户觉得更为有效的做法是雇佣言行谨慎的货运员,在他们办自己的非商业事务期间顺便运送货物。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "当地海盗都认识客户,并且悬赏其人头。客户想在没人跟踪的情况下离开此恒星系,于是将自己的追踪芯片装进了这件物品中,要求将此物朝客户本人逃跑的反方向运输。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "星系里充斥着各种各样的规章制度。在一个恒星系中无伤大雅的物品在其他地方说不定就成了非法物品。诸如这类的差异创造了商业机遇。客户想要运送一件这样的物品,不要问问题,不要吸引注意。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户想要给自己公司招揽到一名新的大顾客。顾客想要在下大批量订单之前先检验一下客户的货物样本。客户需要将样本完好无损地运送到顾客手中。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户每周会给那些不能或者不愿意自己购物的消费者寄去包裹。消费者们可以按照包含其中的配方,给自己准备一份美味大餐或组装机械佣人。这次的货物就是本周订单。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", + "客户之前找了一名货运员,但是那个人没办法完成运输。其脉冲驱动器以及驾驶舱盖,都因接触激光而发生机械故障。客户现正在征召勇敢的货运员,要求是能避开空间站外可能出现的其他机械故障状况。\r\n\r\n他们提供快递员 1x 防御便函,以防海盗袭击。", "客户正在寻求一个紧急速递的信使。", "客户需要一件昂贵物品的运送代理。", "客户有一件重要物品需要交运,正在寻找值得信赖的信使。", @@ -429,7 +429,7 @@ "客户需要详细的生物学扫描。他们的武器化捕食者培育项目已经停滞不前,需要新DNA样本去修订狩猎/潜行行为中存在的弱点。", "客户急需生物扫描样本。每一天都会因为气候干扰、战争以及工业事故发生着物种灭绝事件。客户对于这些事件本身并没有任何想法,他们只是担心数据丢失,会导致他们的宇宙档案库变得不完整。", "客户是一个大型画廊机构的资助者。近段时间里的展览都把重点放在抽象艺术,访客数量因此大幅度减少。他们需要激动人心或者魅力非凡的物种逼真全息投影,重新吸引顾客们光顾画廊。", - "客户经营一家成功的研究设施。他们现在已经到达了职业生涯中想要回馈科研圈的阶段。\n年轻时的他们,被自己母星上生物的宏伟景观启发。他们觉得如果自己可以提供类似生物的全息扫描,就可以将同样的惊奇感带给那些无法亲眼看到那些生物之人。", + "客户经营一家成功的研究设施。他们现在已经到达了职业生涯中想要回馈科研圈的阶段。\r\n年轻时的他们,被自己母星上生物的宏伟景观启发。他们觉得如果自己可以提供类似生物的全息扫描,就可以将同样的惊奇感带给那些无法亲眼看到那些生物之人。", "客户参与了一项外星生物医学项目,但是派遣兽医前往每一颗行星寻找生病动物,效率太低。他们正在征求样本动物种群的数据扫描。这些数据能够让他们以最高效率测试疾病迹象,确定努力方向。", "客户对行星上生物的繁殖过程非常感兴趣。生物的某些特质在星系不同地方会进化出不同的模样。客户想要理解这些平行进化是可以预期的自然成果、奇怪的巧合,还是说是某些深层规律的结果或是外部干涉的结果。他们正在建造一座能够分析这些特质以及生成环境的数据库,并且想要寻求探险家们的帮助。", "客户想要低调的探险家们协助一个研究项目。某些剧毒物质可能已经意外泄露到了附近的行星大气中。当地动物群扫描,应该能够揭示这种理论上毒性非常强的物质,对野生动物有没有任何长期影响。", @@ -487,9 +487,9 @@ "客户想要进行一次激进的试验。其想要探索出一种降低护卫无人机攻击性的有效方式。客户最新的理论是摧毁更先进的护卫造物将会让无人机群龙无首并陷入混乱,这将可以为行星探险家们提供喘息的时间。客户只需要一名勇敢的技术人员为其执行实验理论中的战斗部分。", "客户想要调查护卫的行动模式。目前很有限的知识只能证明护卫会被采集资源的行为激怒。客户想要研究其他行为模式。护卫们是怎么交流的?它们有自然层级结构吗?它们会意识到自己受伤吗?它们是怎样看待目标的?客户觉得回答这些问题最好的方式,是派遣一名装备齐全的探险家与一台高级护卫战斗,同时自己在安全距离观察。", "客户与很多人一样,已经观察到了引力微子球的价值。但是与很多人不一样的是,客户对被护卫追杀攻击一点兴趣也没有。于是,他们正在寻找愿意去攻击并摧毁先进护卫部队的探险家,探险家将会获得一部分的利润。当护卫的注意力被吸引时,客户将会迅速收集微子球,然后在护卫们返回之前撤离。", - "消灭行星护卫\n\n客户努力种植着满是稀有且宝贵植物的大型苗圃。但是这一努力吸引来了众多窃贼与其他植物掠夺者。客户想要建造能够监控保护作物的私人护卫部队。客户已经从被击落的无人机身上收集到了大量零部件。为了完善巡逻队伍,其还需要护卫四足机甲或步行机身上的碎片。客户正在寻找能够进行必要战斗的探险家。", + "消灭行星护卫\r\n\r\n客户努力种植着满是稀有且宝贵植物的大型苗圃。但是这一努力吸引来了众多窃贼与其他植物掠夺者。客户想要建造能够监控保护作物的私人护卫部队。客户已经从被击落的无人机身上收集到了大量零部件。为了完善巡逻队伍,其还需要护卫四足机甲或步行机身上的碎片。客户正在寻找能够进行必要战斗的探险家。", "客户正在针对护卫骚扰问题测试可能有用的解决方案。他们已经开发出了一种高频发音装置,其播放的特定波长的声音能干扰护卫的智能。至少理论上可以。客户正在征召能够与高级护卫战斗的探险家,以便测试此装置。由于装置可能会出故障,探险家应做好战斗准备。", - "客户已经开发出了波长与护卫交流系统相同的网路装置。\n他们想要借此调查无人机的操控系统。客户正在寻找能与高级护卫战斗的探险家,这样自己就有机会测试装置了。", + "客户已经开发出了波长与护卫交流系统相同的网路装置。\r\n他们想要借此调查无人机的操控系统。客户正在寻找能与高级护卫战斗的探险家,这样自己就有机会测试装置了。", "客户希望摧毁行星护卫。", "客户需要向护卫复仇!", "客户寻求探险家帮助它们出征对抗护卫。", @@ -546,10 +546,10 @@ "客户发现了投资良机。它认为有机会以低价获取珍贵的知识财产。它征召一名有进取心的探险家前往目标设施协助完成投资。", "客户想要防止生态灾难。它得知有人计划建造有史以来最大的行星收割机,此设备能在短短几小时内把一颗行星的内部掏空。由于此事十分紧急,客户征召一名探险家闯入存放计划的设施。必须将计划数据从系统中抹除。", "客户迫切地想收购一处在此恒星系运营的采集企业。不过,先进行详细的调查再行动才是明智之举。它征召一名谨慎的冒险者进入目标设施并获取一切能获取的数据。这些数据能在很大程度上帮助它决定是否展开合作。", - "客户最近开始生产专家科学硬件。\n它刚入这一行,认为向入行已久的竞争对手学习大有助益。幸运的是,它在情报获取方面经验丰富,于是征召一名探险家协助它获取情报。", + "客户最近开始生产专家科学硬件。\r\n它刚入这一行,认为向入行已久的竞争对手学习大有助益。幸运的是,它在情报获取方面经验丰富,于是征召一名探险家协助它获取情报。", "客户代表的活动团体想要为人工智能确立合法保护。持续游说的同时,团体也采取直接行动。客户发现一个被奴役的AI困在了附近一座工厂里的低配置硬件里。它请求探险家协助营救这个AI,将其上传到安全的地点,并销毁本地副本。", "客户想要改善全星系工人的生活。自动化工厂让吃苦耐劳的工人们丢了饭碗,同时使财富流入了拥有生产手段的极少数人手中。客户想征召思想端正的探险家,协助破坏一处自动化工厂。", - "客户最新的设施无法完成生产目标。\n客户怀疑设施的总经理监守自盗,将资源转移到私人账户。客户征召小心谨慎的探险家对设施进行突击检查并获取记录,这样经理就来不及销毁证据了。", + "客户最新的设施无法完成生产目标。\r\n客户怀疑设施的总经理监守自盗,将资源转移到私人账户。客户征召小心谨慎的探险家对设施进行突击检查并获取记录,这样经理就来不及销毁证据了。", "客户相信对手企业在生产过程中没有达到安全标准。主管机构未采取任何措施,因此客户觉得自己纠正这个错误。访问竞争对手的数据库,并下载一切提到使用钚作为填充材料的记录。", "客户从事生产合成食物方形箱。它遇到了一个问题,就是它生产的压缩食品胶囊的营养含量,远没有竞争对手的高。它想要不择手段访问竞争对手的文件,以查明对手究竟把什么东西压缩进了美味的蛋白质胶囊。", "客户得知了竞争对手企业最新的一座矿场非常成功。它想要稍哨进一步了解这次采矿作业,并愿意高价购买钻孔深度或位置的情报,若情报还能指出可能平行挖掘则更好。", diff --git a/public/assets/json/zh-hans/SeasonalExpedition.lang.json b/public/assets/json/zh-hans/SeasonalExpedition.lang.json index 8604a6bb9c59..e2694e589567 100644 --- a/public/assets/json/zh-hans/SeasonalExpedition.lang.json +++ b/public/assets/json/zh-hans/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "远征九:乌托邦", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "普通", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "阶段 I", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 I", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "地基", + "Description": "建造一个基地", + "DescriptionDone": "已建造了一个基地", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "给养", + "Description": "制作必要生存物资", + "DescriptionDone": "已配置必要生存物资", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "地面控制", + "Description": "将一处基地上传至乌托邦项目", + "DescriptionDone": "为乌托邦项目作出了贡献", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "行星连接", + "Description": "部署任意强化艇", + "DescriptionDone": "已部署本地运输手段", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "星系链接", + "Description": "找到并修复你的飞船", + "DescriptionDone": "被修复的重要飞船系统", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "观光路线", + "Description": "乘坐强化艇航行:0/1000u", + "DescriptionDone": "强化艇已航行1000u", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "前哨基站A", + "Description": "在第一颗行星上取得成功", + "DescriptionDone": "已定居于第一颗星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "阶段 II", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 II", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "前哨基站B", + "Description": "抵达第二处复兴目标", + "DescriptionDone": "已为乌托邦占领第二颗星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "任务B", + "Description": "收集乌托邦给你的任务指示", + "DescriptionDone": "已定位第二处建造区域", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "定居点B", + "Description": "在第二颗星球上建立一座基地", + "DescriptionDone": "已在第二颗星球上建立一座基地", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "铁甲金衣", + "Description": "获取一份套装升级", + "DescriptionDone": "已访问一处乌托邦套装站", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "除草员", + "Description": "清除危险植物群系:0/5", + "DescriptionDone": "已清除5个危险植物群系", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "同伴", + "Description": "收养同伴:0/1", + "DescriptionDone": "已收养1个同伴", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "破火山口", + "Description": "登上一处火山顶点", + "DescriptionDone": "已抵达一处火山的最高点", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "阶段 III", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 III", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "前哨基站G", + "Description": "抵达第三处复兴目标", + "DescriptionDone": "已为乌托邦占领第三颗星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "任务G", + "Description": "收集乌托邦给你的下一步任务指示", + "DescriptionDone": "已定位第三处建造区域", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "定居点G", + "Description": "在第三颗星球上建立一座基地", + "DescriptionDone": "已在第三颗星球上建立一座基地", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "高级机械", + "Description": "获取一份强化艇升级", + "DescriptionDone": "已访问一处乌托邦强化艇站", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "寻宝猎人", + "Description": "挖掘埋藏物品:0/1", + "DescriptionDone": "已找到1件失落物品", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "当地美食", + "Description": "准备可可果与朝圣者补剂", + "DescriptionDone": "已烹饪本地菜肴", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "洋红植物", + "Description": "记载第三颗行星的植物生命:0/3", + "DescriptionDone": "已在第三颗行星发现3种植物", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "阶段 IV", + "Description": "当前进度:0/8", + "DescriptionDone": "完成阶段 IV", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "前哨基站D", + "Description": "抵达第四处复兴目标", + "DescriptionDone": "已为乌托邦占领第四颗星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "任务D", + "Description": "收集乌托邦给你的下一步任务指示", + "DescriptionDone": "已定位第四处建造区域", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "定居点D", + "Description": "在第四颗星球上建立一座基地", + "DescriptionDone": "已在第四颗星球上建立一座基地", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "全能工具", + "Description": "获取一份多用途工具升级", + "DescriptionDone": "已访问一处乌托邦多用途工具站", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "寻鲸者", + "Description": "记录一只重量超过50公斤的水下生物", + "DescriptionDone": "已发现一只重量超过%AMOUNT%公斤的水生生物", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "习惯成自然", + "Description": "准备糖渍内脏", + "DescriptionDone": "烹饪一份可怕食物", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "净化", + "Description": "净化一处地点中的恐怖生物", + "DescriptionDone": "已发现关于乌托邦的历史记录", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "净化", + "Description": "乌托邦特地为进度已经超过了项目的D<>部分的里程碑准备了这项高级里程碑。\n\n完成前哨基站D<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "寄生虫", + "Description": "净化0/3个饥饿的触手", + "DescriptionDone": "已消灭3饥饿的触手", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "阶段 V", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 V", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "前哨基站E", + "Description": "抵达最终复兴目标", + "DescriptionDone": "已抵达最终目标定居点", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "任务E", + "Description": "收集乌托邦给你的最终任务指示", + "DescriptionDone": "已定位最终建造区域", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "定居点E", + "Description": "在最终星球上建立一座基地", + "DescriptionDone": "已在最终星球上建立一座基地", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "航线计算", + "Description": "获取一份飞船升级", + "DescriptionDone": "已访问一处乌托邦飞船站", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "雪中印迹", + "Description": "在最终星球上发现生物:0/3", + "DescriptionDone": "已在最终星球上发现生物", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "地震学", + "Description": "精确定位一处气体热点", + "DescriptionDone": "已勘探地下气体", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "新边界", + "Description": "利用曲速飞行离开巴克金", + "DescriptionDone": "已带领乌托邦走向宇宙", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "远征十:奇点", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "普通", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "阶段 I", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 I", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "我们的声音", + "Description": "搜寻废弃的营地", + "DescriptionDone": "与自噬体 :: 57 65交谈", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "巡回者", + "Description": "深入太空", + "DescriptionDone": "追逐星辰", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "玻璃上的刻痕", + "Description": "寻找线索", + "DescriptionDone": "已调查档案馆", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "观察之眼", + "Description": "组装第一份构造体部件", + "DescriptionDone": "已制作构造体的头部", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "祷告I", + "Description": "与阿特拉斯交流", + "DescriptionDone": "已拜访第一处阿特拉斯站", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "梦想之种", + "Description": "铸造第一枚阿特拉斯之种", + "DescriptionDone": "已铸造第一枚阿特拉斯之种", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "朝圣1", + "Description": "完成第一次朝圣", + "DescriptionDone": "已完成第一次朝圣", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "阶段 II", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 II", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "朝圣2", + "Description": "完成第二次朝圣", + "DescriptionDone": "已完成第二次朝圣", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "阴影的诞生", + "Description": "与玻璃同步", + "DescriptionDone": "与自噬体 :: 64 6F交谈", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "光耀", + "Description": "提取光耀碎片:0/16", + "DescriptionDone": "已提取16个光耀碎片", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "抓握之手", + "Description": "组装第二份构造体部件", + "DescriptionDone": "已制作构造体的手臂", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "祷告II", + "Description": "与阿特拉斯交流", + "DescriptionDone": "已拜访第二处阿特拉斯站", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "力量之种", + "Description": "铸造第二枚阿特拉斯之种", + "DescriptionDone": "已铸造第二枚阿特拉斯之种", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "活体虚空", + "Description": "积攒亚特拉迪姆:0/256", + "DescriptionDone": "已积攒256个亚特拉迪姆", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "阶段 III", + "Description": "当前进度:0/7", + "DescriptionDone": "完成阶段 III", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "朝圣3", + "Description": "完成第三次朝圣", + "DescriptionDone": "已完成第三次朝圣", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "存在的意志", + "Description": "聆听虚空", + "DescriptionDone": "与自噬体 :: 6E 6F 74交谈", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "蔓延", + "Description": "消灭腐化护卫:0/19", + "DescriptionDone": "已抹除19腐化护卫", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "完善之壳", + "Description": "组装第三份构造体部件", + "DescriptionDone": "已制作构造体的躯体", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "祷告III", + "Description": "与阿特拉斯交流", + "DescriptionDone": "已拜访第三处阿特拉斯站", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "意志之种", + "Description": "铸造第三枚阿特拉斯之种", + "DescriptionDone": "已铸造第三枚阿特拉斯之种", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "星团集群", + "Description": "获取纳米星团:0/3000", + "DescriptionDone": "已获取3000纳米星团", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "阶段 IV", + "Description": "当前进度:0/8", + "DescriptionDone": "完成阶段 IV", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "朝圣4", + "Description": "完成第四次朝圣", + "DescriptionDone": "已完成第四次朝圣", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "独立的灵魂", + "Description": "与另一个生命体调谐", + "DescriptionDone": "与自噬体 :: 6E 65 65 64交谈", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "漫步之脚", + "Description": "组装第四份构造体部件", + "DescriptionDone": "已制作构造体的腿", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "祷告IV", + "Description": "与阿特拉斯交流", + "DescriptionDone": "已拜访第四处阿特拉斯站", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "生命之种", + "Description": "铸造第四枚阿特拉斯之种", + "DescriptionDone": "已铸造第四枚阿特拉斯之种", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "浩瀚分支", + "Description": "跟随纳达的指引", + "DescriptionDone": "已了解回音种子之事", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "救生船", + "Description": "完成设计图", + "DescriptionDone": "已组装一台构造体", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "迷失的灵魂", + "Description": "定位另一个回音", + "DescriptionDone": "已解救另一个回音", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "阶段 V", + "Description": "当前进度:0/8", + "DescriptionDone": "完成阶段 V", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "朝圣5", + "Description": "完成最终朝圣", + "DescriptionDone": "已完成最终朝圣", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "重生", + "Description": "敞开心扉", + "DescriptionDone": "与自噬体 :: 79 6F 75交谈", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "智慧回音", + "Description": "启动一次集会", + "DescriptionDone": "已达成集会", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "祷告V", + "Description": "与阿特拉斯交流", + "DescriptionDone": "已拜访最终的阿特拉斯站", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "希望之种", + "Description": "铸造最终的阿特拉斯之种", + "DescriptionDone": "已铸造最终的阿特拉斯之种", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "点火", + "Description": "重新为构造体带去生命", + "DescriptionDone": "已为构造体注入生命", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "点火:阿特兰蒂", + "Description": "制作一个机械意识", + "DescriptionDone": "已选择一个机械意识", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "点火:绯红", + "Description": "铸造一个星辰意识", + "DescriptionDone": "已种下希望的意识", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<>里程碑已加密<>SLASH<>\nSLASH<>无法破译任务<>SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以继续。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "远征十:奇点", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "普通", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "阶段 I", "Description": "当前进度:0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "我们的声音", "Description": "搜寻废弃的营地", "DescriptionDone": "与自噬体 :: 57 65交谈", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "巡回者", "Description": "深入太空", "DescriptionDone": "追逐星辰", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "玻璃上的刻痕", "Description": "寻找线索", "DescriptionDone": "已调查档案馆", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "观察之眼", "Description": "组装第一份构造体部件", "DescriptionDone": "已制作构造体的头部", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "祷告I", "Description": "与阿特拉斯交流", "DescriptionDone": "已拜访第一处阿特拉斯站", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "梦想之种", "Description": "铸造第一枚阿特拉斯之种", "DescriptionDone": "已铸造第一枚阿特拉斯之种", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "朝圣1", "Description": "完成第一次朝圣", "DescriptionDone": "已完成第一次朝圣", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "阶段 II", "Description": "当前进度:0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "朝圣2", "Description": "完成第二次朝圣", "DescriptionDone": "已完成第二次朝圣", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "阴影的诞生", "Description": "与玻璃同步", "DescriptionDone": "与自噬体 :: 64 6F交谈", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "光耀", - "Description": "提取光耀碎片:0/16", - "DescriptionDone": "已提取16个光耀碎片", + "Description": "提取光耀碎片:0/3", + "DescriptionDone": "已提取3个光耀碎片", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "抓握之手", "Description": "组装第二份构造体部件", "DescriptionDone": "已制作构造体的手臂", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "祷告II", "Description": "与阿特拉斯交流", "DescriptionDone": "已拜访第二处阿特拉斯站", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "力量之种", "Description": "铸造第二枚阿特拉斯之种", "DescriptionDone": "已铸造第二枚阿特拉斯之种", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "活体虚空", - "Description": "积攒亚特拉迪姆:0/256", - "DescriptionDone": "已积攒256个亚特拉迪姆", + "Description": "积攒亚特拉迪姆:0/64", + "DescriptionDone": "已积攒64个亚特拉迪姆", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "阶段 III", "Description": "当前进度:0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "朝圣3", "Description": "完成第三次朝圣", "DescriptionDone": "已完成第三次朝圣", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "存在的意志", "Description": "聆听虚空", "DescriptionDone": "与自噬体 :: 6E 6F 74交谈", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "蔓延", - "Description": "消灭腐化护卫:0/19", - "DescriptionDone": "已抹除19腐化护卫", + "Description": "消灭腐化护卫:0/5", + "DescriptionDone": "已抹除5腐化护卫", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "完善之壳", "Description": "组装第三份构造体部件", "DescriptionDone": "已制作构造体的躯体", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "祷告III", "Description": "与阿特拉斯交流", "DescriptionDone": "已拜访第三处阿特拉斯站", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "意志之种", "Description": "铸造第三枚阿特拉斯之种", "DescriptionDone": "已铸造第三枚阿特拉斯之种", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "星团集群", - "Description": "获取纳米星团:0/3000", - "DescriptionDone": "已获取3000纳米星团", + "Description": "获取纳米星团:0/1000", + "DescriptionDone": "已获取1000纳米星团", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "阶段 IV", "Description": "当前进度:0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "朝圣4", "Description": "完成第四次朝圣", "DescriptionDone": "已完成第四次朝圣", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "独立的灵魂", "Description": "与另一个生命体调谐", "DescriptionDone": "与自噬体 :: 6E 65 65 64交谈", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "漫步之脚", "Description": "组装第四份构造体部件", "DescriptionDone": "已制作构造体的腿", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "祷告IV", "Description": "与阿特拉斯交流", "DescriptionDone": "已拜访第四处阿特拉斯站", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "生命之种", "Description": "铸造第四枚阿特拉斯之种", "DescriptionDone": "已铸造第四枚阿特拉斯之种", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "浩瀚分支", "Description": "跟随纳达的指引", "DescriptionDone": "已了解回音种子之事", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "救生船", "Description": "完成设计图", "DescriptionDone": "已组装一台构造体", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "迷失的灵魂", "Description": "定位另一个回音", "DescriptionDone": "已解救另一个回音", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "阶段 V", "Description": "当前进度:0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "朝圣5", "Description": "完成最终朝圣", "DescriptionDone": "已完成最终朝圣", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "重生", "Description": "敞开心扉", "DescriptionDone": "与自噬体 :: 79 6F 75交谈", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "智慧回音", "Description": "启动一次集会", "DescriptionDone": "已达成集会", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "祷告V", "Description": "与阿特拉斯交流", "DescriptionDone": "已拜访最终的阿特拉斯站", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "希望之种", "Description": "铸造最终的阿特拉斯之种", "DescriptionDone": "已铸造最终的阿特拉斯之种", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "点火", "Description": "重新为构造体带去生命", "DescriptionDone": "已为构造体注入生命", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "点火:阿特兰蒂", "Description": "制作一个机械意识", "DescriptionDone": "已选择一个机械意识", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "点火:绯红", "Description": "铸造一个星辰意识", "DescriptionDone": "已种下希望的意识", diff --git a/public/assets/json/zh-hant/Buildings.lang.json b/public/assets/json/zh-hant/Buildings.lang.json index 383b9a3fa04b..7f16c626f31d 100644 --- a/public/assets/json/zh-hant/Buildings.lang.json +++ b/public/assets/json/zh-hant/Buildings.lang.json @@ -22230,11 +22230,12 @@ "Group": "可解鎖的裝飾", "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像描繪一隻原始的古代生物,廣受眾多早期探險家的歡迎。", "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22260,41 +22261,12 @@ "Group": "可解鎖的裝飾", "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像描繪一隻長頸四足物種。", "BaseValueUnits": 500.0, - "CurrencyType": "None", - "MaxStackSize": 5.0, - "Colour": "2C7C9F", - "Usages": [ - "HasDevProperties", - "IsAddedInTrackedUpdate" - ], - "BlueprintCost": 1, - "BlueprintCostType": "None", - "BlueprintSource": 0, - "RequiredItems": [ - { - "Id": "raw9", - "Quantity": 30 - }, - { - "Id": "raw43", - "Quantity": 10 - } - ], - "StatBonuses": [], - "ConsumableRewardTexts": [] - }, - { - "Id": "build1060", - "Icon": "building/1060.png", - "Name": "冰雕步行機雕像", - "Group": "可解鎖的裝飾", - "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像描繪「巡警步行機」這種先進戰鬥機體。", - "BaseValueUnits": 500.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22482,11 +22454,12 @@ "Group": "裝飾", "Description": "獨特的可放置轉印貼紙,可以裝飾基地,增添個人風格。\n這片轉印貼紙描繪著未知生物的掌印。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22508,11 +22481,12 @@ "Group": "裝飾", "Description": "獨特的可放置轉印貼紙,可以裝飾基地,增添個人風格。\n這片轉印貼紙描繪一位在奇異世界醒來,卻毫無此前記憶的探險家……", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22534,11 +22508,12 @@ "Group": "裝飾", "Description": "獨特的可放置轉印貼紙,可以裝飾基地,增添個人風格。\n這片轉印貼紙描繪兩艘離開大氣層、前往星空探索的飛船。", "BaseValueUnits": 400.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, "Colour": "2C7C9F", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22633,5 +22608,160 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1073", + "Icon": "building/1073.png", + "Name": "冰雕吉客族雕像", + "Group": "可解鎖的裝飾", + "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像描繪一個手指天空的吉客族。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1074", + "Icon": "building/1074.png", + "Name": "冰雕戰鬥機雕像", + "Group": "可解鎖的裝飾", + "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像描繪著名的「A 向量船」太空船。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1075", + "Icon": "building/1075.png", + "Name": "冰雕步行機雕像", + "Group": "可解鎖的裝飾", + "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像描繪「巡警步行機」這種先進戰鬥機體。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1076", + "Icon": "building/1076.png", + "Name": "冰雕寰宇雕像", + "Group": "可解鎖的裝飾", + "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座雕像是寰宇介面的裝飾用複製品,核心會旋轉,由未知力量提供動能......", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1077", + "Icon": "building/1077.png", + "Name": "冰雕太空人雕像", + "Group": "可解鎖的裝飾", + "Description": "特殊的可建造基地裝飾,用冰塊雕成。\n這座太空人雕像表達出了對所有銀河探險家的敬意。", + "BaseValueUnits": 500.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 30 + }, + { + "Id": "raw43", + "Quantity": 10 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/public/assets/json/zh-hant/GuildMissions.lang.json b/public/assets/json/zh-hant/GuildMissions.lang.json index b9657372f096..537eb4b168e4 100644 --- a/public/assets/json/zh-hant/GuildMissions.lang.json +++ b/public/assets/json/zh-hant/GuildMissions.lang.json @@ -94,8 +94,8 @@ "客戶想尋找一件帶有回憶的物件,讓他想起以前的時光。這件物件在他的童年意義重大,因此他願意付出豐厚報酬,希望物件能安全送到。", "客戶聽說最近有一股新流行正在崛起。他想尋找的東西據說美味又富含營養。當然,這種突然流行起來的東西可不好找。如果有駕駛能夠在下次宴會前,找到美食送給他享用,他就願意給予報酬。", "客戶正在尋找替代的發電法。他相信自己已有重大突破。他的新方法可以產生大量電力,而且只會產生少量有毒廢棄物,但是關鍵原料的供給不足。他離不開實驗室,於是想請駕駛代為收集。", - "客戶正在進行進階意識研究。他捨棄現有的意識理論,希望能找出更全面的答案。他相信自己已經有所突破。\n他找到一種物質,該種物質的特性據信跟產生思想的能力相同。要證明此理論,他只需要用此物質組出一部思想機器即可,但需用上大量物質。因此,客戶想找探險家來協助他。", - "客戶發現了一個賺錢的機會,只要願意協助就能分一杯羹。\n他想找一大批探險家把貨物送到同一個地方,好壓低當地市場的價格。供貨量大增將使競爭對手倒閉,客戶再抓緊機會進場,獨佔長期供貨的商機。", + "客戶正在進行進階意識研究。他捨棄現有的意識理論,希望能找出更全面的答案。他相信自己已經有所突破。\r\n他找到一種物質,該種物質的特性據信跟產生思想的能力相同。要證明此理論,他只需要用此物質組出一部思想機器即可,但需用上大量物質。因此,客戶想找探險家來協助他。", + "客戶發現了一個賺錢的機會,只要願意協助就能分一杯羹。\r\n他想找一大批探險家把貨物送到同一個地方,好壓低當地市場的價格。供貨量大增將使競爭對手倒閉,客戶再抓緊機會進場,獨佔長期供貨的商機。", "客戶希望能夠緩和他跟星系執法人員的關係。他得知,當地駐站的特派長官特別喜歡一種物品,因此客戶希望能送給他當禮物。當然了,客戶當然不會無禮到親自送上,因此他想找個探險家當中間人,替他找該物品。", "客戶每個月會替有錢有閒的富商採購,他得知一件特定物品流行了起來,因此最新一批商品絕對不能少了它。如果有探險家能夠找到該物品,他願意付比市價更高的價格。", "客戶得知,他的一名對手對一樣特殊物件有興趣,因此當然不能讓對方入手。只要有探險家比他的對手更早取得,破壞他的打算,客戶便願意給予豐厚報酬。", @@ -171,8 +171,8 @@ "客戶想尋找一件帶有回憶的物件,讓他想起以前的時光。這件物件在他的童年意義重大,因此他願意付出豐厚報酬,希望物件能安全送到。", "客戶聽說最近有一股新流行正在崛起。他想尋找的東西據說美味又富含營養。當然,這種突然流行起來的東西可不好找。如果有駕駛能夠在下次宴會前,找到美食送給他享用,他就願意給予報酬。", "客戶正在尋找替代的發電法。他相信自己已有重大突破。他的新方法可以產生大量電力,而且只會產生少量有毒廢棄物,但是關鍵原料的供給不足。他離不開實驗室,於是想請駕駛代為收集。", - "客戶正在進行進階意識研究。他捨棄現有的意識理論,希望能找出更全面的答案。他相信自己已經有所突破。\n他找到一種物質,該種物質的特性據信跟產生思想的能力相同。要證明此理論,他只需要用此物質組出一部思想機器即可,但需用上大量物質。因此,客戶想找探險家來協助他。", - "客戶發現了一個賺錢的機會,只要願意協助就能分一杯羹。\n他想找一大批探險家把貨物送到同一個地方,好壓低當地市場的價格。供貨量大增將使競爭對手倒閉,客戶再抓緊機會進場,獨佔長期供貨的商機。", + "客戶正在進行進階意識研究。他捨棄現有的意識理論,希望能找出更全面的答案。他相信自己已經有所突破。\r\n他找到一種物質,該種物質的特性據信跟產生思想的能力相同。要證明此理論,他只需要用此物質組出一部思想機器即可,但需用上大量物質。因此,客戶想找探險家來協助他。", + "客戶發現了一個賺錢的機會,只要願意協助就能分一杯羹。\r\n他想找一大批探險家把貨物送到同一個地方,好壓低當地市場的價格。供貨量大增將使競爭對手倒閉,客戶再抓緊機會進場,獨佔長期供貨的商機。", "客戶希望能夠緩和他跟星系執法人員的關係。他得知,當地駐站的特派長官特別喜歡一種物品,因此客戶希望能送給他當禮物。當然了,客戶當然不會無禮到親自送上,因此他想找個探險家當中間人,替他找該物品。", "客戶每個月會替有錢有閒的富商採購,他得知一件特定物品流行了起來,因此最新一批商品絕對不能少了它。如果有探險家能夠找到該物品,他願意付比市價更高的價格。", "客戶得知,他的一名對手對一樣特殊物件有興趣,因此當然不能讓對方入手。只要有探險家比他的對手更早取得,破壞他的打算,客戶便願意給予豐厚報酬。", @@ -244,26 +244,26 @@ "徵求急件快遞服務" ], "Descriptions": [ - "客戶在找可信賴的快遞員,好送禮恭賀同事,慶祝同事又成功活了下來。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶需要秘密送件服務。客戶跟快遞員保證,包裹絕對表裡如一,沒理由懷疑貨單上資訊的真實性。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶想為一筆生意解套。由於對方死命斡旋,客戶希望能藉由這個包裹排除障礙順利成交。這包裹必須由收件人親收,這點非常重要。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶做的生意很敏感。這個包裹表達了客戶對特定生意夥伴的由衷感謝。這禮物沒有附帶條件,畢竟客戶早就知道自己過去或未來若有疏失,對方都不會追究。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶只是要送貨給同事,如此而已。客戶還有留訊息,大意是請收件人不必擔心,貨品來源無法追蹤。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶的工作繁重,沒辦法處理家庭瑣事。今天是先祖的節慶,依習俗要送禮給產下你的人。客戶希望有人幫忙處理這件事,才不用勞心分神。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶忘了紀念某個重要日子,欠了某人人情。為了致歉,客戶訂了價值不斐的禮物來彌補對方。請小心,送貨途中別把貨給丟了,否則客戶下場會更加淒慘。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶找到一件不尋常的物品,外表一般,但微生物掃描檔顯示出不少的不明孢子。客戶需要快遞員將物品送去給生物危害專家。運送途中請務必保持密封。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶想告訴朋友一件事。物品沒有附上字條,物品本身也不太重要。不過客戶認為只要將物品送達朋友的住家地址,朋友就能清楚了解客戶的用意了。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶想整理雜物。客戶好幾年來買了為數眾多的裝飾擺設,現在希望能把東西處理掉。全數銷毀過於浪費,但都丟在同一個地方可能洩漏過多的個人資訊。因此,客戶希望雇用多名快遞員把貨物分送到許多地方。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶經營小型零售業,購買沒人要或不受重視的物品,再轉賣給識貨的買家。他準備要出最新一批的貨給出錢購買的明眼行家。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶要送件平凡無奇的貨品,想找個不多嘴也不會遭到當局關切的快遞員。客戶想跟有機會合作的快遞員再三強調,如果貨品發出動物的聲音,絕對是快遞員自己幻聽。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶涉入一連串冗長複雜的交易。為了不留下任何紀錄,讓人有機會追查,這門生意不涉及金錢交換。這件貨品正是客戶要付給對方的款項。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶要送一般件給最常光顧的熟客。貨品沒什麼特別,重要的是得讓熟客感到備受重視。為了達到這種效果,客戶捨棄大宗配送的方式,想徵求有經驗的私人快遞員。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶每天都要配送大量的貨品。由於客戶的生意利潤較低,就算只繳最低稅率仍無利可圖。客戶覺得僱用一位低調的快遞員更有效率,平日從事非商業行為時,順便送送貨。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "當地海盜盯上客戶,想拿客戶換賞金。客戶需要離開星系,讓人無法跟蹤。貨件已嵌入客戶的追蹤晶片,快遞員需把貨件送往逃亡路線的相反方向。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "銀河中有一堆繁文縟節,有些貨品在某星系看似無害,到了另一星系就成了嚴重違禁品。但這樣的落差也造就商機,客戶希望能將此物品送達目的地,途中不啟人疑竇也不招來注意。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶想留住生意上重要的新顧客。新顧客在下訂大量商品前需要試吃,客戶要請人送試吃品給顧客,而且貨品送達時必須保持在最佳狀態。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶每週都會送貨給沒辦法出門或不想出門購物的消費者。消費者只要照著附贈的製作方法,就可以做出美味餐點或組合出幫傭機器人,現在要出的就是這週的貨。\n\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", - "客戶先前僱用了另一名快遞員送件,但卻遞送失敗。快遞員的脈衝引擎和駕駛艙的座艙罩都因雷射導致機械異常。客戶想找位大膽的新快遞員,戰勝太空站外潛藏的機械危害。\n\n快遞員將獲得 1x 防衛信函,以防海盜襲擊。", + "客戶在找可信賴的快遞員,好送禮恭賀同事,慶祝同事又成功活了下來。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶需要秘密送件服務。客戶跟快遞員保證,包裹絕對表裡如一,沒理由懷疑貨單上資訊的真實性。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶想為一筆生意解套。由於對方死命斡旋,客戶希望能藉由這個包裹排除障礙順利成交。這包裹必須由收件人親收,這點非常重要。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶做的生意很敏感。這個包裹表達了客戶對特定生意夥伴的由衷感謝。這禮物沒有附帶條件,畢竟客戶早就知道自己過去或未來若有疏失,對方都不會追究。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶只是要送貨給同事,如此而已。客戶還有留訊息,大意是請收件人不必擔心,貨品來源無法追蹤。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶的工作繁重,沒辦法處理家庭瑣事。今天是先祖的節慶,依習俗要送禮給產下你的人。客戶希望有人幫忙處理這件事,才不用勞心分神。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶忘了紀念某個重要日子,欠了某人人情。為了致歉,客戶訂了價值不斐的禮物來彌補對方。請小心,送貨途中別把貨給丟了,否則客戶下場會更加淒慘。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶找到一件不尋常的物品,外表一般,但微生物掃描檔顯示出不少的不明孢子。客戶需要快遞員將物品送去給生物危害專家。運送途中請務必保持密封。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶想告訴朋友一件事。物品沒有附上字條,物品本身也不太重要。不過客戶認為只要將物品送達朋友的住家地址,朋友就能清楚了解客戶的用意了。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶想整理雜物。客戶好幾年來買了為數眾多的裝飾擺設,現在希望能把東西處理掉。全數銷毀過於浪費,但都丟在同一個地方可能洩漏過多的個人資訊。因此,客戶希望雇用多名快遞員把貨物分送到許多地方。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶經營小型零售業,購買沒人要或不受重視的物品,再轉賣給識貨的買家。他準備要出最新一批的貨給出錢購買的明眼行家。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶要送件平凡無奇的貨品,想找個不多嘴也不會遭到當局關切的快遞員。客戶想跟有機會合作的快遞員再三強調,如果貨品發出動物的聲音,絕對是快遞員自己幻聽。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶涉入一連串冗長複雜的交易。為了不留下任何紀錄,讓人有機會追查,這門生意不涉及金錢交換。這件貨品正是客戶要付給對方的款項。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶要送一般件給最常光顧的熟客。貨品沒什麼特別,重要的是得讓熟客感到備受重視。為了達到這種效果,客戶捨棄大宗配送的方式,想徵求有經驗的私人快遞員。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶每天都要配送大量的貨品。由於客戶的生意利潤較低,就算只繳最低稅率仍無利可圖。客戶覺得僱用一位低調的快遞員更有效率,平日從事非商業行為時,順便送送貨。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "當地海盜盯上客戶,想拿客戶換賞金。客戶需要離開星系,讓人無法跟蹤。貨件已嵌入客戶的追蹤晶片,快遞員需把貨件送往逃亡路線的相反方向。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "銀河中有一堆繁文縟節,有些貨品在某星系看似無害,到了另一星系就成了嚴重違禁品。但這樣的落差也造就商機,客戶希望能將此物品送達目的地,途中不啟人疑竇也不招來注意。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶想留住生意上重要的新顧客。新顧客在下訂大量商品前需要試吃,客戶要請人送試吃品給顧客,而且貨品送達時必須保持在最佳狀態。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶每週都會送貨給沒辦法出門或不想出門購物的消費者。消費者只要照著附贈的製作方法,就可以做出美味餐點或組合出幫傭機器人,現在要出的就是這週的貨。\r\n\r\n他們提供快遞員 1x 防衛信函,以防海盜襲擊。", + "客戶先前僱用了另一名快遞員送件,但卻遞送失敗。快遞員的脈衝引擎和駕駛艙的座艙罩都因雷射導致機械異常。客戶想找位大膽的新快遞員,戰勝太空站外潛藏的機械危害。\r\n\r\n快遞員將獲得 1x 防衛信函,以防海盜襲擊。", "客戶徵求急件快遞服務。", "客戶需要有人協助運送珍貴道具。", "客戶有一批重要的貨要送,希望能找到值得信任的快遞員。", @@ -429,11 +429,11 @@ "客戶需要詳盡的生物調查。客戶的武器化獵食性生物繁殖計畫暫時停擺,需要新的 DNA 樣本,好改善獵食性生物目前在狩獵/偷襲行為中展現的弱點。", "客戶急需生物掃描資料。每天都有物種因氣候異象、戰爭或工業意外而滅亡。客戶對上述現象並無意見,但也擔心喪失這些生物資料會讓其宇宙總資料庫不完整。", "客戶是一間大型藝廊的贊助商。該藝廊近期展覽都以抽象藝術為主,以致參觀人數下滑。客戶徵求逼真的全像投影,想將有趣討喜的動物帶進展間,吸引顧客回流。", - "客戶經營的研究中心成果豐碩,事業發展到一個階段,現在希望能回饋科學社群。\n客戶年輕時在家鄉受壯麗的生物景觀啟發,認為如果能提供類似物種的全像掃描檔,就能讓那些無緣親眼欣賞野獸的人也受到啟發。", + "客戶經營的研究中心成果豐碩,事業發展到一個階段,現在希望能回饋科學社群。\r\n客戶年輕時在家鄉受壯麗的生物景觀啟發,認為如果能提供類似物種的全像掃描檔,就能讓那些無緣親眼欣賞野獸的人也受到啟發。", "客戶參與了外星動物學醫療計畫,但派獸醫去所有星球搜索殘疾動物不是有效率的做法。客戶需要資料掃描檔,抽樣調查動物總數,以利檢查疾病徵兆,才能對症下藥。", "客戶對各星球的物種演化感到驚奇。銀河兩端的物種一再演化出相同特性,客戶想知道這相近的演化過程是自然定律、奇妙的巧合、背後有固定模式,還是有外力介入。客戶正在建構資料庫,分析特性和生成環境,也徵求有意參與的探險家幫忙蒐集資料。", "客戶徵求認真負責的探險家協助研究計畫。鄰近星球的大氣層似乎出現有毒物質外洩,也可能是有人刻意排放。外洩氣體中含有某種可能有毒的假設性物質,是否會對野生動物造成長期影響,得掃描當地動物才能得知。", - "客戶為了他們的農業正在尋找新的資金來源,他們尋求探索者幫助評估當地生物是否合適。\n需要掃描來評估潛在馴化、預計孕育時間和飼料成本以及其採收牛奶的營養價值。", + "客戶為了他們的農業正在尋找新的資金來源,他們尋求探索者幫助評估當地生物是否合適。\r\n需要掃描來評估潛在馴化、預計孕育時間和飼料成本以及其採收牛奶的營養價值。", "客戶正在進行長期環境衝擊研究。", "客戶正在進行 DNA 突變追蹤計畫。", "客戶正在繪製動物遷徙規律。", diff --git a/public/assets/json/zh-hant/SeasonalExpedition.lang.json b/public/assets/json/zh-hant/SeasonalExpedition.lang.json index 2048284ed648..8529b0026b26 100644 --- a/public/assets/json/zh-hant/SeasonalExpedition.lang.json +++ b/public/assets/json/zh-hant/SeasonalExpedition.lang.json @@ -26920,19 +26920,3692 @@ } ] }, + { + "Id": "seas-9-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.9.png", + "StartDate": "2023-12-08T00:00:00", + "EndDate": "2023-12-15T00:00:00", + "Title": "探險九:烏托邦", + "IsRedux": true, + "PortalCode": "4215FB19D6C5", + "GameMode": "正常", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-9-redux-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONE.1.png", + "Title": "第 1 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 1 階段完成", + "Milestones": [ + { + "MissionId": "S9_BUILD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-1", + "Title": "地基", + "Description": "創立基地", + "DescriptionDone": "已創立基地", + "Icon": "milestonePatches/PATCH.BASE3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech143", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw19", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech62", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_TUT", + "Id": "seas-9-redux-expedPhase-1-milestone-2", + "Title": "物資儲備", + "Description": "製作生存必需品", + "DescriptionDone": "已組裝生存必需品", + "Icon": "milestonePatches/PATCH.SUPPLIES.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech10", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_UPLOAD_BASE", + "Id": "seas-9-redux-expedPhase-1-milestone-3", + "Title": "地面控制", + "Description": "將基地上傳到烏托邦計畫", + "DescriptionDone": "已為烏托邦計畫做出貢獻", + "Icon": "milestonePatches/PATCH.CONTROL5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "raw24", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 100, + "AmountMax": 100, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech22", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech24", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech25", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_BUILD_EXO", + "Id": "seas-9-redux-expedPhase-1-milestone-4", + "Title": "星球連結", + "Description": "部署任意強化艇", + "DescriptionDone": "已建立當地交通", + "Icon": "milestonePatches/PATCH.EXOCRAFT3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_FIND_SHIP", + "Id": "seas-9-redux-expedPhase-1-milestone-5", + "Title": "星系連結", + "Description": "找出太空船,並加以維修", + "DescriptionDone": "已修復重要太空船系統", + "Icon": "milestonePatches/PATCH.STARTSHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod28", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod111", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "EXO_DISTANCE", + "Id": "seas-9-redux-expedPhase-1-milestone-6", + "Title": "賞景路線", + "Description": "搭乘強化艇航行:0/1000u", + "DescriptionDone": "已搭乘強化艇航行 1000u", + "Icon": "milestonePatches/PATCH.MOUNTAIN.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech173", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod126", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech94", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech91", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech92", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech93", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech97", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PLANET1", + "Id": "seas-9-redux-expedPhase-1-milestone-7", + "Title": "基地 Alpha", + "Description": "在第 1 個星球上成功登記", + "DescriptionDone": "已在第 1 個星球定居", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "build935", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other2", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1006", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1007", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1008", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONE.2.png", + "Title": "第 2 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 2 階段完成", + "Milestones": [ + { + "MissionId": "S9_PLANET2", + "Id": "seas-9-redux-expedPhase-2-milestone-1", + "Title": "基地 Beta", + "Description": "抵達第 2 個修復目標", + "DescriptionDone": "已為烏托邦佔領第 2 個星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur88", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod113", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod114", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod115", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod116", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod117", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE1", + "Id": "seas-9-redux-expedPhase-2-milestone-2", + "Title": "任務 Beta", + "Description": "取得烏托邦給你的指示", + "DescriptionDone": "找到第 2 個建設區域", + "Icon": "milestonePatches/PATCH.CONTROL1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech50", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech53", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build84", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech113", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-2-milestone-3", + "Title": "聚居地 Beta", + "Description": "在第 2 個星球建造基地", + "DescriptionDone": "在第 2 個星球建造基地", + "Icon": "milestonePatches/PATCH.BASESIZE1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech109", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build95", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod54", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 64, + "AmountMax": 64, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-2-milestone-4", + "Title": "鋼鐵護身", + "Description": "取得強化套裝升級", + "DescriptionDone": "已存取烏托邦套裝站", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOSUIT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw29", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 150, + "AmountMax": 150, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "HAZ_PLANTS", + "Id": "seas-9-redux-expedPhase-2-milestone-5", + "Title": "除草劑", + "Description": "殲滅危險植物:0/5", + "DescriptionDone": "殲滅 5 株危險植物", + "Icon": "milestonePatches/PATCH.KILL.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 4048, + "AmountMax": 4048, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_PETS", + "Id": "seas-9-redux-expedPhase-2-milestone-6", + "Title": "家有同伴", + "Description": "收養同伴:0/1", + "DescriptionDone": "已收養 1 個同伴", + "Icon": "milestonePatches/PATCH.CREATURETRUST.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "VOLCANO_TOP", + "Id": "seas-9-redux-expedPhase-2-milestone-7", + "Title": "火山口", + "Description": "登上火山", + "DescriptionDone": "已抵達火山山頂", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.HOTDAMAGE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod70", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw9", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw1", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 999, + "AmountMax": 999, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1009", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONE.3.png", + "Title": "第 3 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 3 階段完成", + "Milestones": [ + { + "MissionId": "S9_PLANET3", + "Id": "seas-9-redux-expedPhase-3-milestone-1", + "Title": "基地 Gamma", + "Description": "到達第 3 個修復目標", + "DescriptionDone": "已為烏托邦佔領第 3 個星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1200, + "AmountMax": 1200, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur89", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE2", + "Id": "seas-9-redux-expedPhase-3-milestone-2", + "Title": "任務 Gamma", + "Description": "取得烏托邦給你的下個指示", + "DescriptionDone": "找到第 3 個建設區域", + "Icon": "milestonePatches/PATCH.CONTROL3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build520", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build525", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build526", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build527", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build528", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build511", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build498", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build410", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build397", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build398", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build400", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build227", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build230", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build233", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build234", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build242", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build246", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build245", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build152", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build247", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build248", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build249", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build452", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build466", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build467", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build468", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build469", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw2", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech142", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-3-milestone-3", + "Title": "聚居地 Gamma", + "Description": "在第 3 個星球建造基地", + "DescriptionDone": "在第 3 個星球建造基地", + "Icon": "milestonePatches/PATCH.BASE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech111", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech82", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-3-milestone-4", + "Title": "進階機械學", + "Description": "取得強化艇升級", + "DescriptionDone": "已存取烏托邦強化艇站", + "Icon": "milestonePatches/PATCH.RESEARCH.EXOCRAFT.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech26", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod122", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_BURIED_PROP", + "Id": "seas-9-redux-expedPhase-3-milestone-5", + "Title": "檢測員", + "Description": "挖出埋藏道具:0/1", + "DescriptionDone": "已找回 1 件失落物品", + "Icon": "milestonePatches/PATCH.UNDERGROUNDTREASURE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build315", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build327", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build331", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech208", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech78", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_LUSH", + "Id": "seas-9-redux-expedPhase-3-milestone-6", + "Title": "當地佳餚", + "Description": "製作可可和朝聖者通寧水", + "DescriptionDone": "煮熟的當地菜餚", + "Icon": "milestonePatches/PATCH.COOK.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cook239", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook244", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook249", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cook232", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "DISC_PLANT_PP", + "Id": "seas-9-redux-expedPhase-3-milestone-7", + "Title": "紫紅色植物", + "Description": "記錄第三顆星球上的植物生命:0/3", + "DescriptionDone": "在第三顆星球上發現 3 株植物", + "Icon": "milestonePatches/PATCH.PLANTS.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech65", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech66", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech67", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech68", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech69", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech70", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech71", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech72", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech73", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech74", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other332", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONE.4.png", + "Title": "第 4 階段", + "Description": "目前進度:0/8", + "DescriptionDone": "第 4 階段完成", + "Milestones": [ + { + "MissionId": "S9_PLANET4", + "Id": "seas-9-redux-expedPhase-4-milestone-1", + "Title": "基地 Delta", + "Description": "到達第 4 個修復目標", + "DescriptionDone": "已為烏托邦佔領第 4 個星球", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1400, + "AmountMax": 1400, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech67", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S9_PACKAGE3", + "Id": "seas-9-redux-expedPhase-4-milestone-2", + "Title": "任務 Delta", + "Description": "從烏托邦取得你的下個指示", + "DescriptionDone": "找到第 4 個建設區域", + "Icon": "milestonePatches/PATCH.CONTROL2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-4-milestone-3", + "Title": "聚居地 Delta", + "Description": "在第 4 個星球建造基地", + "DescriptionDone": "在第 4 個星球建造基地", + "Icon": "milestonePatches/PATCH.BASESIZE2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech110", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 21, + "AmountMax": 21, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod40", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-4-milestone-4", + "Title": "萬能工具", + "Description": "取得工具組升級", + "DescriptionDone": "已存取烏托邦工具組站", + "Icon": "milestonePatches/PATCH.RESEARCH.MULITTOOL.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod81", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 10, + "AmountMax": 10, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 25, + "AmountMax": 25, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "W_CRE_WATER", + "Id": "seas-9-redux-expedPhase-4-milestone-5", + "Title": "尋鯨者", + "Description": "記錄體重超過 50 公斤的水中生物", + "DescriptionDone": "已發現體重超過 %AMOUNT% 公斤的水中生物", + "Icon": "milestonePatches/PATCH.UNDERTHESEA.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 20, + "AmountMax": 20, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw18", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 800, + "AmountMax": 800, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "build311", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "COOK_WORM_ALT", + "Id": "seas-9-redux-expedPhase-4-milestone-6", + "Title": "後天味覺失調", + "Description": "製作黏膩內臟", + "DescriptionDone": "已烹煮一道邪惡菜餚", + "Icon": "milestonePatches/PATCH.COOKEW.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "build417", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "procProd24", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other78", + "Type": 10, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_MYSTERY", + "Id": "seas-9-redux-expedPhase-4-milestone-7", + "Title": "掃除", + "Description": "淨化一個生物性恐懼地點", + "DescriptionDone": "發現烏托邦的歷史紀錄", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.ALTAS.png", + "Type": "Normal", + "Encryption": { + "Title": "掃除", + "Description": "烏托邦為進度超過計畫 Delta<> 篇章的聚居者,專門保留了這個進階里程碑。\n\n完成基地 Delta<> 里程碑以繼續", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur74", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod172", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "MINIWORMS", + "Id": "seas-9-redux-expedPhase-4-milestone-8", + "Title": "寄生蟲", + "Description": "淨化 0/3 根飢渴觸手", + "DescriptionDone": "已殲滅 3 根飢渴觸手", + "Icon": "milestonePatches/SPOOKWORM/PATCH.SPOOKY.LIBRARY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "cur27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod176", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other336", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-9-redux-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONE.5.png", + "Title": "第 5 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 5 階段完成", + "Milestones": [ + { + "MissionId": "S9_PLANET5", + "Id": "seas-9-redux-expedPhase-5-milestone-1", + "Title": "基地 Epsilon", + "Description": "到達最後一個修復目標", + "DescriptionDone": "已抵達最後聚居地目標", + "Icon": "milestonePatches/PATCH.SYSTEMPARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1616, + "AmountMax": 1616, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur91", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_PACKAGE4", + "Id": "seas-9-redux-expedPhase-5-milestone-2", + "Title": "任務 EPSILON", + "Description": "取得烏托邦給你的最後指示", + "DescriptionDone": "找到最後一個建設區域", + "Icon": "milestonePatches/PATCH.ATLASRADIO.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod64", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech19", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech34", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_ADD_BASE", + "Id": "seas-9-redux-expedPhase-5-milestone-3", + "Title": "聚居地 EPSILON", + "Description": "在最後一個星球建造基地", + "DescriptionDone": "在最後一個星球建造基地", + "Icon": "milestonePatches/PATCH.GETBASE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech112", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw58", + "Type": 2, + "AmountMin": 3100000, + "AmountMax": 3100000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech65", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_RESEARCH", + "Id": "seas-9-redux-expedPhase-5-milestone-4", + "Title": "飛行計算", + "Description": "取得太空船升級", + "DescriptionDone": "已存取烏托邦太空船站", + "Icon": "milestonePatches/PATCH.RESEARCH.SHIP.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod75", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "DISC_CRE_PP", + "Id": "seas-9-redux-expedPhase-5-milestone-5", + "Title": "雪地裡的印記", + "Description": "發現最後一個世界的生物:0/3", + "DescriptionDone": "已在最後一個世界發現生物", + "Icon": "milestonePatches/PATCH.CREATUREPLANET.2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other141", + "Type": 6, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw30", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "SURVEY_GAS", + "Id": "seas-9-redux-expedPhase-5-milestone-6", + "Title": "地震學", + "Description": "找出一個氣體熱點", + "DescriptionDone": "已調查找出地下氣體", + "Icon": "milestonePatches/PATCH.FACTORY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "other208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S9_LEAVE_SYSTEM", + "Id": "seas-9-redux-expedPhase-5-milestone-7", + "Title": "開拓新邊境", + "Description": "空間跳躍出巴金", + "DescriptionDone": "把烏托邦計畫帶往星際", + "Icon": "milestonePatches/PATCH.SHIPFLYING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 12, + "AmountMax": 12, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur14", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other334", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1010", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other335", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other333", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, { "Id": "seas-10", "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", - "StartDate": "2023-06-06T00:00:00", - "EndDate": "2023-07-12T00:00:00", + "StartDate": "2023-06-06T00:00:00", + "EndDate": "2023-07-12T00:00:00", + "Title": "探險探險 10:奇異點", + "IsRedux": false, + "PortalCode": "409A020216F6", + "GameMode": "正常", + "GameModeType": "Normal", + "Phases": [ + { + "Id": "seas-10-expedPhase-1", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", + "Title": "第 1 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 1 階段完成", + "Milestones": [ + { + "MissionId": "S10_INITIAL", + "Id": "seas-10-expedPhase-1-milestone-1", + "Title": "他們已聽見我們", + "Description": "搜尋廢棄營地", + "DescriptionDone": "已與自噬 :: 57 65 談話", + "Icon": "milestonePatches/PATCH.ROBOTTECH1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod5", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur97", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "LEAVE_PLANET", + "Id": "seas-10-expedPhase-1-milestone-2", + "Title": "旅者", + "Description": "挺進太空", + "DescriptionDone": "前往群星", + "Icon": "milestonePatches/PATCH.TOTHESTARS2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "prod18", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech28", + "Type": 0, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ARCHIVE", + "Id": "seas-10-expedPhase-1-milestone-3", + "Title": "玻璃上的蝕刻", + "Description": "搜尋線索", + "DescriptionDone": "已探測資料庫", + "Icon": "milestonePatches/PATCH.LIBRARYBUILDING.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other362", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "raw56", + "Type": 2, + "AmountMin": 312, + "AmountMax": 312, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-1-milestone-4", + "Title": "觀看之眼", + "Description": "組裝第一個構造零件", + "DescriptionDone": "已製作構造的頭部", + "Icon": "milestonePatches/PATCH.ROBOTHEAD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech70", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS1", + "Id": "seas-10-expedPhase-1-milestone-5", + "Title": "禱告 I", + "Description": "與寰宇交流", + "DescriptionDone": "已造訪第一個寰宇站", + "Icon": "milestonePatches/PATCH.ATLASSTATION1.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other367", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-1-milestone-6", + "Title": "夢境種子", + "Description": "已鑄造第一個寰宇種子", + "DescriptionDone": "已鑄造第一個寰宇種子", + "Icon": "milestonePatches/PATCH.ATLASSEED1.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "raw58", + "Type": 2, + "AmountMin": 190000, + "AmountMax": 190000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur31", + "Type": 0, + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod80", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "PARTY_PLANET1", + "Id": "seas-10-expedPhase-1-milestone-7", + "Title": "朝聖 1", + "Description": "完成第一次朝聖", + "DescriptionDone": "已完成第一次朝聖", + "Icon": "milestonePatches/PATCH.PARTY.1.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 4, + "AmountMax": 4, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tech205", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1017", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1018", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1019", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-2", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", + "Title": "第 2 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 2 階段完成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET2", + "Id": "seas-10-expedPhase-2-milestone-1", + "Title": "朝聖 2", + "Description": "完成第二次朝聖", + "DescriptionDone": "已完成第二次朝聖", + "Icon": "milestonePatches/PATCH.PARTY.2.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech1", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech90", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 24, + "AmountMax": 24, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod177", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD1", + "Id": "seas-10-expedPhase-2-milestone-2", + "Title": "澆鑄陰影", + "Description": "與玻璃協調同步", + "DescriptionDone": "已與自噬 :: 64 6F 談話", + "Icon": "milestonePatches/PATCH.ROBOTTECH2.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other364", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod57", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBO_SHARDS", + "Id": "seas-10-expedPhase-2-milestone-3", + "Title": "發光", + "Description": "抽取發光裂片:0/16", + "DescriptionDone": "抽取 16 個發光裂片", + "Icon": "milestonePatches/PATCH.DRONESHARD.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech71", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod5", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-2-milestone-4", + "Title": "抓攫之手", + "Description": "組裝第二個構造零件", + "DescriptionDone": "已製作構造的雙手", + "Icon": "milestonePatches/PATCH.ROBOTARM.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech13", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS2", + "Id": "seas-10-expedPhase-2-milestone-5", + "Title": "禱告 II", + "Description": "與寰宇交流", + "DescriptionDone": "已造訪第二座寰宇站", + "Icon": "milestonePatches/PATCH.ATLASSTATION2.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other368", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-2-milestone-6", + "Title": "能量種子", + "Description": "已鑄造第二個寰宇種子", + "DescriptionDone": "已鑄造第二個寰宇種子", + "Icon": "milestonePatches/PATCH.ATLASSEED2.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "tech208", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod165", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "GOT_ROBOT2", + "Id": "seas-10-expedPhase-2-milestone-7", + "Title": "活生生的虛空", + "Description": "大量收集亞特蘭提德鋼:0/256", + "DescriptionDone": "已大量收集共 256 個亞特蘭提德鋼", + "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tech204", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur1", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod45", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "build1024", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other377", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-3", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", + "Title": "第 3 階段", + "Description": "目前進度:0/7", + "DescriptionDone": "第 3 階段完成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET3", + "Id": "seas-10-expedPhase-3-milestone-1", + "Title": "朝聖 3", + "Description": "完成第三次朝聖", + "DescriptionDone": "已完成第三次朝聖", + "Icon": "milestonePatches/PATCH.PARTY.3.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD2", + "Id": "seas-10-expedPhase-3-milestone-2", + "Title": "存在的意志", + "Description": "傾聽虛空", + "DescriptionDone": "已與自噬 :: 6E 6F 74 說話", + "Icon": "milestonePatches/PATCH.ROBOTTECH3.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other363", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod50", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech210", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "CORRUPT_KILL", + "Id": "seas-10-expedPhase-3-milestone-3", + "Title": "發狂", + "Description": "殲滅受腐蝕巡警:0/19", + "DescriptionDone": "已除掉 19 個受腐蝕巡警", + "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod44", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-3-milestone-4", + "Title": "化為一體之殼", + "Description": "組裝第三個構造零件", + "DescriptionDone": "已製作構造的身軀", + "Icon": "milestonePatches/PATCH.ROBOTBODY.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "tMod55", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod23", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS3", + "Id": "seas-10-expedPhase-3-milestone-5", + "Title": "禱告 III", + "Description": "與寰宇交流", + "DescriptionDone": "已造訪第三座寰宇站", + "Icon": "milestonePatches/PATCH.ATLASSTATION3.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other369", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur21", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-3-milestone-6", + "Title": "意志種子", + "Description": "已鑄造第三個寰宇種子", + "DescriptionDone": "已鑄造第三個寰宇種子", + "Icon": "milestonePatches/PATCH.ATLASSEED3.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "raw60", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw41", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 1028, + "AmountMax": 1028, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "GOT_NANITES", + "Id": "seas-10-expedPhase-3-milestone-7", + "Title": "奈米兵團", + "Description": "獲取奈米機群:0/3000", + "DescriptionDone": "已獲取 3000 個奈米機群", + "Icon": "milestonePatches/PATCH.NANITES1.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "procProd9", + "Type": 8, + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "tech27", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "build1020", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1021", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1022", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-4", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", + "Title": "第 4 階段", + "Description": "目前進度:0/8", + "DescriptionDone": "第 4 階段完成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET4", + "Id": "seas-10-expedPhase-4-milestone-1", + "Title": "朝聖 4", + "Description": "完成第四次朝聖", + "DescriptionDone": "已完成第四次朝聖", + "Icon": "milestonePatches/PATCH.PARTY.4.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "tMod58", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_HEAD3", + "Id": "seas-10-expedPhase-4-milestone-2", + "Title": "獨立的靈魂", + "Description": "與另一個生命體和諧同步", + "DescriptionDone": "已與自噬 :: 6E 65 65 64 談話", + "Icon": "milestonePatches/PATCH.ROBOTTECH4.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other365", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 2, + "AmountMax": 2, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw44", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 200, + "AmountMax": 200, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ASSEMBLY", + "Id": "seas-10-expedPhase-4-milestone-3", + "Title": "漫步之腳", + "Description": "組裝第四個構造零件", + "DescriptionDone": "已製作構造的雙腳", + "Icon": "milestonePatches/PATCH.ROBOTLEG.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "conTech63", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod20", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_ATLAS4", + "Id": "seas-10-expedPhase-4-milestone-4", + "Title": "禱告 IV", + "Description": "與寰宇交流", + "DescriptionDone": "已造訪第四座寰宇站", + "Icon": "milestonePatches/PATCH.ATLASSTATION4.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other370", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur23", + "Type": 0, + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-4-milestone-5", + "Title": "生命種子", + "Description": "已鑄造第四個寰宇種子", + "DescriptionDone": "已鑄造第四個寰宇種子", + "Icon": "milestonePatches/PATCH.ATLASSEED4.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw52", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "cur17", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HISTORY", + "Id": "seas-10-expedPhase-4-milestone-6", + "Title": "偉大的分歧點", + "Description": "跟隨納達的引領", + "DescriptionDone": "已了解回音種子的本質", + "Icon": "milestonePatches/PATCH.VISITBUILDING2.png", + "Type": "Normal", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "cur34", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw62", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 256, + "AmountMax": 256, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "SeaHorror", + "ProcProdRarity": "Rare" + } + ] + }, + { + "MissionId": "S10_SPIDERMAN", + "Id": "seas-10-expedPhase-4-milestone-7", + "Title": "救生艇", + "Description": "完成原理圖", + "DescriptionDone": "已組裝一個構造", + "Icon": "milestonePatches/PATCH.SPIDER.png", + "Type": "Normal", + "Encryption": { + "Title": "AT33./SS DRZZZZKT", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "prod80", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw53", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 512, + "AmountMax": 512, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_SCANNER", + "Id": "seas-10-expedPhase-4-milestone-8", + "Title": "迷失的靈魂", + "Description": "找出另一個回音", + "DescriptionDone": "救出另一個回音", + "Icon": "milestonePatches/PATCH.CORRUPTPART.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "tMod10", + "Type": 8, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "cur52", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + } + ], + "Rewards": [ + { + "Id": "other374", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-expedPhase-5", + "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", + "Title": "第 5 階段", + "Description": "目前進度:0/8", + "DescriptionDone": "第 5 階段完成", + "Milestones": [ + { + "MissionId": "PARTY_PLANET5", + "Id": "seas-10-expedPhase-5-milestone-1", + "Title": "朝聖 5", + "Description": "完成最後一次朝聖", + "DescriptionDone": "已完成最後一次朝聖", + "Icon": "milestonePatches/PATCH.PARTY.5.png", + "Type": "Rendezvous", + "Rewards": [ + { + "Id": "raw56", + "Type": 2, + "AmountMin": 1000, + "AmountMax": 1000, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "conTech108", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech64", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 1, + "AmountMax": 1, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "conTech99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 5, + "AmountMax": 5, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_HEAD4", + "Id": "seas-10-expedPhase-5-milestone-2", + "Title": "重生", + "Description": "敞開你的心靈", + "DescriptionDone": "已與自噬 :: 79 6F 75 談話", + "Icon": "milestonePatches/PATCH.ROBOTTECH5.png", + "Type": "Normal", + "Rewards": [ + { + "Id": "other366", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "prod99", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 6, + "AmountMax": 6, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_CONTRIB_ALL", + "Id": "seas-10-expedPhase-5-milestone-3", + "Title": "智慧生物回音", + "Description": "發起議會", + "DescriptionDone": "已實現議會", + "Icon": "milestonePatches/PATCH.ROBOTSYSTEM.png", + "Type": "Normal", + "Encryption": { + "Title": "CR??/MO| S??L", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "raw67", + "Type": 14, + "AmountMin": 16, + "AmountMax": 16, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_ATLAS5", + "Id": "seas-10-expedPhase-5-milestone-4", + "Title": "禱告 V", + "Description": "與寰宇交流", + "DescriptionDone": "已造訪最後一個寰宇站", + "Icon": "milestonePatches/PATCH.ATLASSTATION5.png", + "Type": "Normal", + "Encryption": { + "Title": "V?'3D ??.TH?R", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.1.png" + }, + "Rewards": [ + { + "Id": "other371", + "Type": 1, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build162", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build163", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build167", + "Type": 0, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_STONE", + "Id": "seas-10-expedPhase-5-milestone-5", + "Title": "希望種子", + "Description": "已鑄造最後的寰宇種子", + "DescriptionDone": "已鑄造最後的寰宇種子", + "Icon": "milestonePatches/PATCH.ATLASSEED5.png", + "Type": "Normal", + "Encryption": { + "Title": "ABY\\ZZZZZ?", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.2.png" + }, + "Rewards": [ + { + "Id": "other142", + "Type": 4, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION", + "Id": "seas-10-expedPhase-5-milestone-6", + "Title": "點燃之儀", + "Description": "恢復構造的生命", + "DescriptionDone": "為構造體注入生命", + "Icon": "milestonePatches/PATCH.NEXUSSOULROBOT.png", + "Type": "Normal", + "Encryption": { + "Title": "L?00STTTT KKZZ///>>?", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "cur97", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "raw55", + "Type": 0, + "MultiItemRewardType": "Substance", + "AmountMin": 128, + "AmountMax": 128, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + } + ] + }, + { + "MissionId": "S10_IGNITION_A", + "Id": "seas-10-expedPhase-5-milestone-7", + "Title": "點火系統:亞特蘭提德", + "Description": "製作機械心智", + "DescriptionDone": "選擇機械心智", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other378", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "MissionId": "S10_IGNITION_B", + "Id": "seas-10-expedPhase-5-milestone-8", + "Title": "點火系統:緋紅", + "Description": "鑄造一顆星體心智", + "DescriptionDone": "已播種希望心智", + "Icon": "milestonePatches/PATCH.NEXUSSOUL1A.png", + "Type": "Optional", + "Encryption": { + "Title": "T'2/E G7455!", + "Description": "SLASH<> 里程碑已加密<> SLASH<>\nSLASH<> 無法破譯任務內容<> SLASH<>\n\n%DESC%\n\n里程碑已加密<>。完成%MILESTONE%<>以繼續。", + "Icon": "milestonePatches/ENCRYPTED.PATCH.3.png" + }, + "Rewards": [ + { + "Id": "other379", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other375", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "build1023", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other376", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + } + ], + "Rewards": [ + { + "Id": "other380", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other381", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other382", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + }, + { + "Id": "other383", + "Type": 3, + "AmountMin": 0, + "AmountMax": 0, + "Currency": 0, + "ProcTechQuality": 0 + } + ] + }, + { + "Id": "seas-10-redux", + "Icon": "milestonePatches/PATCH.EXPEDITION.10.png", + "StartDate": "2023-12-15T00:00:00", + "EndDate": "2023-12-22T00:00:00", "Title": "探險探險 10:奇異點", - "IsRedux": false, - "PortalCode": "409A020216F6", + "IsRedux": true, + "PortalCode": "50710B23A665", "GameMode": "正常", "GameModeType": "Normal", "Phases": [ { - "Id": "seas-10-expedPhase-1", + "Id": "seas-10-redux-expedPhase-1", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.1.png", "Title": "第 1 階段", "Description": "目前進度:0/7", @@ -26940,7 +30613,7 @@ "Milestones": [ { "MissionId": "S10_INITIAL", - "Id": "seas-10-expedPhase-1-milestone-1", + "Id": "seas-10-redux-expedPhase-1-milestone-1", "Title": "他們已聽見我們", "Description": "搜尋廢棄營地", "DescriptionDone": "已與自噬 :: 57 65 談話", @@ -26967,7 +30640,7 @@ }, { "MissionId": "LEAVE_PLANET", - "Id": "seas-10-expedPhase-1-milestone-2", + "Id": "seas-10-redux-expedPhase-1-milestone-2", "Title": "旅者", "Description": "挺進太空", "DescriptionDone": "前往群星", @@ -26977,24 +30650,32 @@ { "Id": "prod18", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" }, { "Id": "tech28", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 1, "AmountMax": 1, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_ARCHIVE", - "Id": "seas-10-expedPhase-1-milestone-3", + "Id": "seas-10-redux-expedPhase-1-milestone-3", "Title": "玻璃上的蝕刻", "Description": "搜尋線索", "DescriptionDone": "已探測資料庫", @@ -27029,7 +30710,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-1-milestone-4", + "Id": "seas-10-redux-expedPhase-1-milestone-4", "Title": "觀看之眼", "Description": "組裝第一個構造零件", "DescriptionDone": "已製作構造的頭部", @@ -27060,7 +30741,7 @@ }, { "MissionId": "S10_ATLAS1", - "Id": "seas-10-expedPhase-1-milestone-5", + "Id": "seas-10-redux-expedPhase-1-milestone-5", "Title": "禱告 I", "Description": "與寰宇交流", "DescriptionDone": "已造訪第一個寰宇站", @@ -27092,7 +30773,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-1-milestone-6", + "Id": "seas-10-redux-expedPhase-1-milestone-6", "Title": "夢境種子", "Description": "已鑄造第一個寰宇種子", "DescriptionDone": "已鑄造第一個寰宇種子", @@ -27132,7 +30813,7 @@ }, { "MissionId": "PARTY_PLANET1", - "Id": "seas-10-expedPhase-1-milestone-7", + "Id": "seas-10-redux-expedPhase-1-milestone-7", "Title": "朝聖 1", "Description": "完成第一次朝聖", "DescriptionDone": "已完成第一次朝聖", @@ -27218,7 +30899,7 @@ ] }, { - "Id": "seas-10-expedPhase-2", + "Id": "seas-10-redux-expedPhase-2", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.2.png", "Title": "第 2 階段", "Description": "目前進度:0/7", @@ -27226,7 +30907,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET2", - "Id": "seas-10-expedPhase-2-milestone-1", + "Id": "seas-10-redux-expedPhase-2-milestone-1", "Title": "朝聖 2", "Description": "完成第二次朝聖", "DescriptionDone": "已完成第二次朝聖", @@ -27273,7 +30954,7 @@ }, { "MissionId": "S10_HEAD1", - "Id": "seas-10-expedPhase-2-milestone-2", + "Id": "seas-10-redux-expedPhase-2-milestone-2", "Title": "澆鑄陰影", "Description": "與玻璃協調同步", "DescriptionDone": "已與自噬 :: 64 6F 談話", @@ -27300,10 +30981,10 @@ }, { "MissionId": "GOT_ROBO_SHARDS", - "Id": "seas-10-expedPhase-2-milestone-3", + "Id": "seas-10-redux-expedPhase-2-milestone-3", "Title": "發光", - "Description": "抽取發光裂片:0/16", - "DescriptionDone": "抽取 16 個發光裂片", + "Description": "抽取發光裂片:0/3", + "DescriptionDone": "抽取 3 個發光裂片", "Icon": "milestonePatches/PATCH.DRONESHARD.png", "Type": "Normal", "Rewards": [ @@ -27339,7 +31020,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-2-milestone-4", + "Id": "seas-10-redux-expedPhase-2-milestone-4", "Title": "抓攫之手", "Description": "組裝第二個構造零件", "DescriptionDone": "已製作構造的雙手", @@ -27374,7 +31055,7 @@ }, { "MissionId": "S10_ATLAS2", - "Id": "seas-10-expedPhase-2-milestone-5", + "Id": "seas-10-redux-expedPhase-2-milestone-5", "Title": "禱告 II", "Description": "與寰宇交流", "DescriptionDone": "已造訪第二座寰宇站", @@ -27398,8 +31079,8 @@ "Id": "prod18", "Type": 0, "MultiItemRewardType": "Product", - "AmountMin": 2, - "AmountMax": 2, + "AmountMin": 3, + "AmountMax": 3, "Currency": 0, "ProcTechGroup": "", "ProcTechQuality": 0, @@ -27410,7 +31091,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-2-milestone-6", + "Id": "seas-10-redux-expedPhase-2-milestone-6", "Title": "能量種子", "Description": "已鑄造第二個寰宇種子", "DescriptionDone": "已鑄造第二個寰宇種子", @@ -27446,10 +31127,10 @@ }, { "MissionId": "GOT_ROBOT2", - "Id": "seas-10-expedPhase-2-milestone-7", + "Id": "seas-10-redux-expedPhase-2-milestone-7", "Title": "活生生的虛空", - "Description": "大量收集亞特蘭提德鋼:0/256", - "DescriptionDone": "已大量收集共 256 個亞特蘭提德鋼", + "Description": "大量收集亞特蘭提德鋼:0/64", + "DescriptionDone": "已大量收集共 64 個亞特蘭提德鋼", "Icon": "milestonePatches/PATCH.CORRUPTSUB.png", "Type": "Normal", "Rewards": [ @@ -27508,7 +31189,7 @@ ] }, { - "Id": "seas-10-expedPhase-3", + "Id": "seas-10-redux-expedPhase-3", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.3.png", "Title": "第 3 階段", "Description": "目前進度:0/7", @@ -27516,7 +31197,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET3", - "Id": "seas-10-expedPhase-3-milestone-1", + "Id": "seas-10-redux-expedPhase-3-milestone-1", "Title": "朝聖 3", "Description": "完成第三次朝聖", "DescriptionDone": "已完成第三次朝聖", @@ -27559,7 +31240,7 @@ }, { "MissionId": "S10_HEAD2", - "Id": "seas-10-expedPhase-3-milestone-2", + "Id": "seas-10-redux-expedPhase-3-milestone-2", "Title": "存在的意志", "Description": "傾聽虛空", "DescriptionDone": "已與自噬 :: 6E 6F 74 說話", @@ -27598,10 +31279,10 @@ }, { "MissionId": "CORRUPT_KILL", - "Id": "seas-10-expedPhase-3-milestone-3", + "Id": "seas-10-redux-expedPhase-3-milestone-3", "Title": "發狂", - "Description": "殲滅受腐蝕巡警:0/19", - "DescriptionDone": "已除掉 19 個受腐蝕巡警", + "Description": "殲滅受腐蝕巡警:0/5", + "DescriptionDone": "已除掉 5 個受腐蝕巡警", "Icon": "milestonePatches/PATCH.COUNTERFIRE.png", "Type": "Normal", "Rewards": [ @@ -27625,7 +31306,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-3-milestone-4", + "Id": "seas-10-redux-expedPhase-3-milestone-4", "Title": "化為一體之殼", "Description": "組裝第三個構造零件", "DescriptionDone": "已製作構造的身軀", @@ -27656,7 +31337,7 @@ }, { "MissionId": "S10_ATLAS3", - "Id": "seas-10-expedPhase-3-milestone-5", + "Id": "seas-10-redux-expedPhase-3-milestone-5", "Title": "禱告 III", "Description": "與寰宇交流", "DescriptionDone": "已造訪第三座寰宇站", @@ -27679,16 +31360,32 @@ { "Id": "cur21", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-3-milestone-6", + "Id": "seas-10-redux-expedPhase-3-milestone-6", "Title": "意志種子", "Description": "已鑄造第三個寰宇種子", "DescriptionDone": "已鑄造第三個寰宇種子", @@ -27728,10 +31425,10 @@ }, { "MissionId": "GOT_NANITES", - "Id": "seas-10-expedPhase-3-milestone-7", + "Id": "seas-10-redux-expedPhase-3-milestone-7", "Title": "奈米兵團", - "Description": "獲取奈米機群:0/3000", - "DescriptionDone": "已獲取 3000 個奈米機群", + "Description": "獲取奈米機群:0/1000", + "DescriptionDone": "已獲取 1000 個奈米機群", "Icon": "milestonePatches/PATCH.NANITES1.png", "Type": "Normal", "Rewards": [ @@ -27744,7 +31441,7 @@ "ProcTechQuality": 0 }, { - "Id": "tech27", + "Id": "tech145", "Type": 0, "MultiItemRewardType": "Product", "AmountMin": 1, @@ -27786,7 +31483,7 @@ ] }, { - "Id": "seas-10-expedPhase-4", + "Id": "seas-10-redux-expedPhase-4", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.4.png", "Title": "第 4 階段", "Description": "目前進度:0/8", @@ -27794,7 +31491,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET4", - "Id": "seas-10-expedPhase-4-milestone-1", + "Id": "seas-10-redux-expedPhase-4-milestone-1", "Title": "朝聖 4", "Description": "完成第四次朝聖", "DescriptionDone": "已完成第四次朝聖", @@ -27833,7 +31530,7 @@ }, { "MissionId": "S10_HEAD3", - "Id": "seas-10-expedPhase-4-milestone-2", + "Id": "seas-10-redux-expedPhase-4-milestone-2", "Title": "獨立的靈魂", "Description": "與另一個生命體和諧同步", "DescriptionDone": "已與自噬 :: 6E 65 65 64 談話", @@ -27876,7 +31573,7 @@ }, { "MissionId": "S10_ASSEMBLY", - "Id": "seas-10-expedPhase-4-milestone-3", + "Id": "seas-10-redux-expedPhase-4-milestone-3", "Title": "漫步之腳", "Description": "組裝第四個構造零件", "DescriptionDone": "已製作構造的雙腳", @@ -27907,7 +31604,7 @@ }, { "MissionId": "S10_ATLAS4", - "Id": "seas-10-expedPhase-4-milestone-4", + "Id": "seas-10-redux-expedPhase-4-milestone-4", "Title": "禱告 IV", "Description": "與寰宇交流", "DescriptionDone": "已造訪第四座寰宇站", @@ -27930,16 +31627,32 @@ { "Id": "cur23", "Type": 0, + "MultiItemRewardType": "Product", "AmountMin": 3, "AmountMax": 3, "Currency": 0, - "ProcTechQuality": 0 + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" + }, + { + "Id": "prod18", + "Type": 0, + "MultiItemRewardType": "Product", + "AmountMin": 3, + "AmountMax": 3, + "Currency": 0, + "ProcTechGroup": "", + "ProcTechQuality": 0, + "ProcProdType": "Loot", + "ProcProdRarity": "Common" } ] }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-4-milestone-5", + "Id": "seas-10-redux-expedPhase-4-milestone-5", "Title": "生命種子", "Description": "已鑄造第四個寰宇種子", "DescriptionDone": "已鑄造第四個寰宇種子", @@ -27979,7 +31692,7 @@ }, { "MissionId": "S10_HISTORY", - "Id": "seas-10-expedPhase-4-milestone-6", + "Id": "seas-10-redux-expedPhase-4-milestone-6", "Title": "偉大的分歧點", "Description": "跟隨納達的引領", "DescriptionDone": "已了解回音種子的本質", @@ -28019,7 +31732,7 @@ }, { "MissionId": "S10_SPIDERMAN", - "Id": "seas-10-expedPhase-4-milestone-7", + "Id": "seas-10-redux-expedPhase-4-milestone-7", "Title": "救生艇", "Description": "完成原理圖", "DescriptionDone": "已組裝一個構造", @@ -28059,7 +31772,7 @@ }, { "MissionId": "S10_SCANNER", - "Id": "seas-10-expedPhase-4-milestone-8", + "Id": "seas-10-redux-expedPhase-4-milestone-8", "Title": "迷失的靈魂", "Description": "找出另一個回音", "DescriptionDone": "救出另一個回音", @@ -28106,7 +31819,7 @@ ] }, { - "Id": "seas-10-expedPhase-5", + "Id": "seas-10-redux-expedPhase-5", "Icon": "milestonePatches/PATCH.MILESTONECORRUPT.5.png", "Title": "第 5 階段", "Description": "目前進度:0/8", @@ -28114,7 +31827,7 @@ "Milestones": [ { "MissionId": "PARTY_PLANET5", - "Id": "seas-10-expedPhase-5-milestone-1", + "Id": "seas-10-redux-expedPhase-5-milestone-1", "Title": "朝聖 5", "Description": "完成最後一次朝聖", "DescriptionDone": "已完成最後一次朝聖", @@ -28169,7 +31882,7 @@ }, { "MissionId": "S10_HEAD4", - "Id": "seas-10-expedPhase-5-milestone-2", + "Id": "seas-10-redux-expedPhase-5-milestone-2", "Title": "重生", "Description": "敞開你的心靈", "DescriptionDone": "已與自噬 :: 79 6F 75 談話", @@ -28199,8 +31912,8 @@ ] }, { - "MissionId": "S10_CONTRIB_ALL", - "Id": "seas-10-expedPhase-5-milestone-3", + "MissionId": "S10_REMIX_ALL", + "Id": "seas-10-redux-expedPhase-5-milestone-3", "Title": "智慧生物回音", "Description": "發起議會", "DescriptionDone": "已實現議會", @@ -28224,7 +31937,7 @@ }, { "MissionId": "S10_ATLAS5", - "Id": "seas-10-expedPhase-5-milestone-4", + "Id": "seas-10-redux-expedPhase-5-milestone-4", "Title": "禱告 V", "Description": "與寰宇交流", "DescriptionDone": "已造訪最後一個寰宇站", @@ -28272,7 +31985,7 @@ }, { "MissionId": "S10_STONE", - "Id": "seas-10-expedPhase-5-milestone-5", + "Id": "seas-10-redux-expedPhase-5-milestone-5", "Title": "希望種子", "Description": "已鑄造最後的寰宇種子", "DescriptionDone": "已鑄造最後的寰宇種子", @@ -28296,7 +32009,7 @@ }, { "MissionId": "S10_IGNITION", - "Id": "seas-10-expedPhase-5-milestone-6", + "Id": "seas-10-redux-expedPhase-5-milestone-6", "Title": "點燃之儀", "Description": "恢復構造的生命", "DescriptionDone": "為構造體注入生命", @@ -28336,7 +32049,7 @@ }, { "MissionId": "S10_IGNITION_A", - "Id": "seas-10-expedPhase-5-milestone-7", + "Id": "seas-10-redux-expedPhase-5-milestone-7", "Title": "點火系統:亞特蘭提德", "Description": "製作機械心智", "DescriptionDone": "選擇機械心智", @@ -28360,7 +32073,7 @@ }, { "MissionId": "S10_IGNITION_B", - "Id": "seas-10-expedPhase-5-milestone-8", + "Id": "seas-10-redux-expedPhase-5-milestone-8", "Title": "點火系統:緋紅", "Description": "鑄造一顆星體心智", "DescriptionDone": "已播種希望心智", diff --git a/src/assets/lang/language.de.json b/src/assets/lang/language.de.json index 9d943ac09e37..e8fd6d2eda93 100644 --- a/src/assets/lang/language.de.json +++ b/src/assets/lang/language.de.json @@ -470,7 +470,7 @@ "forceNumberOfColumns": "Anzahl von Spalten erzwingen", "allItemsListUseCompactTiles": "Auflistung aller Kacheln: Vereinfachte Ansicht", "tapAndHoldToDrag": "Drücke und halte eine Kachel, um diese zu verschieben und die Reihenfolge zu ändern", - "copiedToClipboard": "Copied to clipboard", - "ukrainian": "Ukrainian", - "hashCode": "617B6B0C68FB6C648DD9D118898AC9BB" + "copiedToClipboard": "in Zwischenablage kopiert", + "ukrainian": "Ukrainisch", + "hashCode": "F45088304A6877875D53E4F609E1FCF8" } \ No newline at end of file diff --git a/src/assets/lang/language.es.json b/src/assets/lang/language.es.json index 77bb42c2141d..1c29e3b9c0aa 100644 --- a/src/assets/lang/language.es.json +++ b/src/assets/lang/language.es.json @@ -432,7 +432,7 @@ "shareIncludeName": "Incluir nombre", "copyToClipboard": "Copiar al portapapeles", "shareOpenLink": "Abrir link", - "starshipScrap": "Starship scrap", + "starshipScrap": "", "starshipScrapAny": "Cualquier", "xClass": "Clase {0}", "viewPostOnline": "Ver post en línea", @@ -470,7 +470,7 @@ "forceNumberOfColumns": "Forzar el numero de columnas ", "allItemsListUseCompactTiles": "Todos los objetos en lista: Usar Títulos Compacto", "tapAndHoldToDrag": "Mantén pulsado un objeto para arrastrarlo y cambiar el orden ", - "copiedToClipboard": "Copied to clipboard", - "ukrainian": "Ukrainian", - "hashCode": "E3F8793FB921B6AFBB2CDE5A60516B1F" + "copiedToClipboard": "Copiado al portapapeles", + "ukrainian": "Ucraniano", + "hashCode": "34CDC63E543B94C29849242550F50B20" } \ No newline at end of file diff --git a/src/assets/lang/language.hu.json b/src/assets/lang/language.hu.json index 0ca5323547fc..06cca047de5d 100644 --- a/src/assets/lang/language.hu.json +++ b/src/assets/lang/language.hu.json @@ -36,7 +36,7 @@ "email": "Segíteni akarok!", "github": "Irány a Github", "kurtsBlog": "Kurt Blogja", - "donation": "Adomány", + "donation": "Támogatás", "donationDescrip": "Minden szolgáltatás ingyenes, ugyanakkor az app létrehozásának és a honlapok hosztolásának vannak költségei, ezért minden adomány sokat segít. Ha tetszett az App, kérlek, írj egy rövid értékelést a Play Store-on, és adományozz (ha megteheted). Ha pénzt nem akarsz (vagy tudsz) küldeni, akkor legalább nézz meg néhány reklámot a gombra kattintva 😋!", "noticeContent": "Boldog Valentin napot! Remélem, hogy napja szeretettel teli minden galaxis sarkából! Külön köszönet az NMS_GalacticCorporate számára az NMS-hez kapcsolódó Valentin-napi kártyák létrehozásáért!", "noticeAccept": "Elfogad", @@ -470,7 +470,7 @@ "forceNumberOfColumns": "Körözések oszlopa", "allItemsListUseCompactTiles": "Összes elem lista: Tömörített nézet", "tapAndHoldToDrag": "Nyomjon rá és húzzon el egy elemet, hogy megváltoztassa a sorrendet.", - "copiedToClipboard": "Copied to clipboard", - "ukrainian": "Ukrainian", - "hashCode": "0866EB8E467BAF532EAFBA1CF6876DA5" + "copiedToClipboard": "Vágólapra másolva", + "ukrainian": "Ukrán", + "hashCode": "CFC1F61A660C149229AD2C697ABD1A0D" } \ No newline at end of file diff --git a/src/assets/lang/language.it.json b/src/assets/lang/language.it.json index 9272c01be445..dc9a4ca871cc 100644 --- a/src/assets/lang/language.it.json +++ b/src/assets/lang/language.it.json @@ -471,6 +471,6 @@ "allItemsListUseCompactTiles": "Tutti gli oggetti: stile compatto ", "tapAndHoldToDrag": "Displamato quando un utente va a modificare la propria homepage, consente loro di sapere come trascinare gli articoli nel suo ordine desiderato", "copiedToClipboard": "Copiato negli appunti", - "ukrainian": "Ukrainian", - "hashCode": "0CC017405761C1CA5DFAC6ECE477EF7F" + "ukrainian": "ucraino", + "hashCode": "CE5FC6A124B28ADF743ED200BDD44C53" } \ No newline at end of file diff --git a/src/assets/lang/language.nl.json b/src/assets/lang/language.nl.json index 44470b44d04d..9d321e485f2c 100644 --- a/src/assets/lang/language.nl.json +++ b/src/assets/lang/language.nl.json @@ -266,7 +266,7 @@ "emailAddress": "E-mail adres", "solarPanelBatteryCalculator": "Zonne/Batterij calculator", "storeDescription": "Vind hoe je makkelijk items kunt maken of verfijnen.", - "storeFullDescription": "You no longer need to scroll through the menus in No Man's Sky to see how an item is crafted or guess how to refine a resource. This app will be your companion, with all the recipes you need. \n\rRoadmap: https://trello.com/b/zbnaIiVF/public\n\rDiscord: https://discord.gg/q3aFBQM\n\r- Save your data, everything is offline\n- All the recipes (for Resources, TradeItems, and Products)\n- Plan out what you need to farm\n- Blazing fast User Interface\n- Support for multiple languages (Your help would be appreciated)\n- No paywalls\n- Partially Open Source \n\rContributors listed on https://nmsassistant.com", + "storeFullDescription": "U hoeft niet langer door de menu's in No Man's Sky te scrollen om te zien hoe een item wordt gemaakt of om te raden hoe je een grondstof kunt verfijnen. Deze app zal je metgezel zijn, met alle recepten die je nodig hebt. Routekaart: https://trello.com/b/zbnaIiVF/public Discord: https://discord.gg/q3aFBQM - Bewaar uw gegevens, alles is offline - Alle recepten (voor bronnen, handelswaren en producten) - Plannen wat je nodig hebt om te farmen - Razendsnelle gebruikersinterface - Ondersteuning voor meerdere talen (uw hulp wordt op prijs gesteld) - Geen betaalmuren - Gedeeltelijk open source-bijdragers vermeld op https://nmsassistant.com", "viewOriginalWorkOnJsFiddle": "Bekijk het origineel op jsfiddle.net ", "totalPowerConsumption": "Totaal energieverbruik in kP's", "minimum": "Minimaal", @@ -296,7 +296,7 @@ "onlineMeetup2020": "Online Ontmoeting 2020", "patrons": "Patrons", "weekendMission": "Weekend Missie", - "joinPatreon": "Join Patreon", + "joinPatreon": "Join de Patreon", "requiresTheFollowing": "Benodigd", "itemsRequiredConfirmedBy": "Items benodigd, bevestigd door", "readConversation": "Lees gesprek", @@ -316,7 +316,7 @@ "portalAddress": "Adres van portaal", "rechargeThisUsing": "Laad dit item volledig op met:", "useXToRecharge": "Gebruik {0} om op te laden:", - "communitySpotlight": "Community Spotlight", + "communitySpotlight": "Community schijnwerper", "titles": "Titels", "owned": "Jouw eigendom ", "notOwned": "Geen eigendom ", @@ -325,7 +325,7 @@ "pendingAppStoreRelease": "Wacht op goedkeuring voor Appstore ", "alienPuzzleFormat": "{0} {1} {2}", "featureNotAvailable": "Mogelijkheid niet beschikbaar ", - "featureNotAvailableDescrip": "This feature will be unlocked in {0}. Patrons get early access to these features. Please consider supporting!", + "featureNotAvailableDescrip": "Deze functie wordt beschikbaar in {0}. Patrons krijgen vroegtijdig toegang tot deze functies. Overweeg alstublieft om te steunen!", "manufacturingPuzzles": "Fabricatie puzzels", "appVersion": "App versie ", "gameVersion": "Game versie", @@ -333,8 +333,8 @@ "unableToLogInToGoogleAccount": "Kan niet inloggen op je Google account ", "pleaseAddContainer": "Voeg container toe", "likeNotSubmitted": "Je \"like\" is niet verzonden ", - "manufacturingFacilityRewards": "Manufacturing Facility Rewards", - "creditToYakuzaSuskeForCreatingHDImage": "Credit to Yakuza_Suske for creating HD versions of all the game item icons", + "manufacturingFacilityRewards": "Beloningen voor productiefaciliteiten", + "creditToYakuzaSuskeForCreatingHDImage": "Met dank aan Yakuza_Suske voor het maken van HD-versies van alle game-itempictogrammen", "learnNewWord": "Leer nieuwe woorden", "factionStanding": "{0} standing {1}", "blueprint": "Blueprint", @@ -472,5 +472,5 @@ "tapAndHoldToDrag": "Tap and hold item to drag and change order", "copiedToClipboard": "Copied to clipboard", "ukrainian": "Ukrainian", - "hashCode": "104C04EB224D889C495D3DBB4EF66171" + "hashCode": "E2BC742913F092E9890040C36218A2BD" } \ No newline at end of file diff --git a/src/assets/lang/language.pl.json b/src/assets/lang/language.pl.json index 5758151a8b8b..e688e87a7944 100644 --- a/src/assets/lang/language.pl.json +++ b/src/assets/lang/language.pl.json @@ -471,6 +471,6 @@ "allItemsListUseCompactTiles": "Lista wszystkich przedmiotów: Użyj kompaktowych kafelków", "tapAndHoldToDrag": "Naciśnij i przytrzymaj przedmiot aby go przenieść i zmienić kolejność.", "copiedToClipboard": "Skopiowano do schowka", - "ukrainian": "Ukrainian", - "hashCode": "08C74517586CFF28CF32DC888B6736CA" + "ukrainian": "Ukraiński", + "hashCode": "29F48A39E4719C6F280B14724A2BFF55" } \ No newline at end of file diff --git a/src/assets/lang/language.ru.json b/src/assets/lang/language.ru.json index e460f3dd2a89..b65714b602f9 100644 --- a/src/assets/lang/language.ru.json +++ b/src/assets/lang/language.ru.json @@ -471,6 +471,6 @@ "allItemsListUseCompactTiles": "Список всех элементов: использовать компактные плитки", "tapAndHoldToDrag": "Нажмите и удерживайте для перемещения ", "copiedToClipboard": "Скопировано в буфер обмена", - "ukrainian": "Ukrainian", - "hashCode": "91DE6EBF8BE1CCC0E740A78C2BCE8B61" + "ukrainian": "Українська ", + "hashCode": "11CBFFBAEE8618FD44EDF8E1D276BAC6" } \ No newline at end of file diff --git a/src/assets/lang/language.uk.json b/src/assets/lang/language.uk.json index 7d6f5fd07f65..5030077db8ec 100644 --- a/src/assets/lang/language.uk.json +++ b/src/assets/lang/language.uk.json @@ -27,40 +27,40 @@ "creatureHarvestJson": "en/CreatureHarvest.lang", "seasonalExpeditionJson": "en/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", - "title": "Помічник No Man's Sky", + "title": "Всі рецепти ", "loading": "Завантаження", - "about": "Про це", - "aboutContent": "Чому я створив це ? Одного разу я грав у No Man's Sky і хотів спланувати, які придатні ресурси я маю мати на новій базі, я подумав, що буде простіше завантажити програму з Play/App Store, ніж відкривати вікі на другому моніторі . Коли я спробував переглянути рецепти виготовлених матеріалів, я знайшов програму та отримав платну стіну. Роздратований я вирішив створити програму, яка буде безкоштовною для всіх. Це також був чудовий привід трохи пограти з розробкою додатків Flutter.\n\nP.S. У мене також є блог, Inside my Mind - Курт Лоуренс. Я не використовував його настільки, наскільки міг, але в мене є кілька статей😋.\n\nЦя програма не пов’язана з Hello Games або No Man's Sky, її дочірніми або материнськими компаніями, чиї назви, логотипи та продукти відображаються в цій програмі.", - "language": "Мовна допомога", - "languageContent": "Мені потрібна допомога, щоб перекласти цю програму кількома мовами. Я знаю лише англійську та голландську мови та трохи французької. Якщо ви бажаєте допомогти, дайте мені знати. Я розміщу на веб-сайті імена тих, хто зробив внесок і хоче визнання 😁", - "email": "Запропонувати допомогу", + "about": "Про додаток ", + "aboutContent": "Чому я створив цю програму?\n Одного разу я грав у No Man's Sky і мені захотілося розпланувати які ресурси мені потрібні для нової бази - з цим мені спало на думку що завантажити програму з Play/App Store буде набагато простіше ніж відкрити вікі за рецептами на другий монітор. Я знайшов додаток, але коли я почав дивитися рецепти, воно відразу відлякало мене тим, що воно просило заплатити за це - через це я вирішив зробити безкоштовний варіант такої програми. Це також дозволило мені трохи погратися з розробкою на Flutter.\n\n P.S. У мене також є блог, 'У чертогах розуму - від Курта Лоуренса'. Я не сильно його ще обжив, але там є пара цікавих статей😋\n\n Додаток ніяк не колаборується з Hello Games або No Man's Sky, її дочірніми та материнськими компаніями, чиї імена, логотипи та продукти показані в додатку.", + "language": "Допомога з перекладом", + "languageContent": "Мені потрібна допомога з перекладом цієї програми іншими мовами. Я знаю тільки Англійську, Африканську та трохи Французької.\n Якщо ви хочете допомогти мені, прошу напишіть мені.\n Я виставлю імена та посилання тих, хто допомагав мені у цьому проекті 😁", + "email": "Запропонувати свою допомогу", "github": "Перейти до Github", - "kurtsBlog": "Kurt's блог", + "kurtsBlog": "Блог Курта", "donation": "Пожертвування", - "donationDescrip": "Вам доступні всі функції програми, PayWalls немає. Однак створення програм і розміщення веб-сайтів пов’язані з витратами, тому пожертви допомагають мені. Якщо вам подобається цей додаток, напишіть мені відгук у Play/App Store і зробіть пожертву, якщо зможете", - "noticeContent": "З Днем Святого Валентина! Сподіваюся, ваш день сповнений любові з кожного куточка всіх Галактик! Особлива подяка @ItzHooverYT за створення листівок до Дня Святого Валентина, пов'язаних з NMS!", + "donationDescrip": "Всі можливості цієї програми доступні для вас без будь-яких оплат. Але виставлення додатків у маркет та підтримка сайтів тримається на грошах, які я отримую з донатів. Якщо вам подобається програма, поставте йому оцінку в маркеті та киньте монетку в донат, якщо не важко. Якщо задонатити для вас все-таки важкувато, я зробив кнопку, за якою ви можете допомогти, подивившись рекламу 😋", + "noticeContent": "Щасливий день Святого Валентина! Сподіваюся, ваш день сповнений кохання з усіх куточків усіх галактик! Особлива подяка NMS_GalacticCorporate за створення пов'язаних із NMS карт до Дня Святого Валентина!", "noticeAccept": "Прийняти", - "buyMeACoffee": "Buy me a Coffee\n", + "buyMeACoffee": "Купіть мені каву", "patreon": "Patreon\n", "paypal": "PayPal\n", "kofi": "Ko-fi\n", - "searchItems": "Пошук елементів", + "searchItems": "Пошук предметів ", "rawMaterials": "Сировина", - "products": "Створені вироби", + "products": "Виготовлені предмети", "other": "Інше", "others": "Інші", - "curiosities": "Цікавинки", - "technologies": "Обладнання", - "craftedUsing": "Створено з використанням", - "viewAllRawMaterialsRequired": "Переглянути всю необхідну сировину", - "allRawMaterialsRequired": "Вся необхідна сировина:", + "curiosities": "Диковинки", + "technologies": "Спорядження ", + "craftedUsing": "Виготовляється з", + "viewAllRawMaterialsRequired": "Переглянути всі необхідні ресурси", + "allRawMaterialsRequired": "Всі необхідні ресурси:", "noItems": "Немає предметів", - "refinedUsing": "Уточнення ", - "refineToCreate": "Уточнити {0}, щоб створити", + "refinedUsing": "Виходить під час очищення", + "refineToCreate": "Очистити {0} щоб створити", "usedToCreate": "Використовується для створення", - "similarRefinerRecipes": "Подібні уточнюючі рецепти", - "inputs": "Вхідні дані", - "output": "Вихідні дані", + "similarRefinerRecipes": "Схожі рецепти переробки", + "inputs": "Початкова кількість матеріалу", + "output": "Матеріали на виході", "help": "Допомога", "close": "Закрити", "apply": "Застосувати", @@ -68,95 +68,95 @@ "delete": "Видалити", "deleteAll": "Видалити все", "cart": "Кошик", - "cartContent": "Натисніть і утримуйте, щоб видалити елемент.", - "noCartItems": "Немає товарів у кошику", + "cartContent": "Натисніть та утримуйте, щоб видалити з кошика", + "noCartItems": "Немає предметів у кошику", "quantity": "Кількість", - "cooking": "Продукти для приготування їжі", - "ingredients": "Ingredients", - "cookToCreate": "Cook {0} to Create", - "cookingRecipe": "Cook Using", - "viewXMore": "View All ({0} more)", - "exploits": "Exploits", - "outputs": "Outputs", - "steps": "Steps", - "buildings": "Construction Parts", - "blueprintFrom": "Blueprint from", - "unknown": "Unknown", - "manufacturingFacility": "Manufacturing Facility", - "manufacturingFacilityOrPolo": "Manufacturing Facility or Polo on the Space Anomaly", - "portalLibrary": "Portal Library", - "savedPortalCoordinates": "Saved Portal Coordinates", - "noPortalItems": "No Portal saved", - "add": "Add", - "search": "Search", - "advancedSearch": "Advanced Search", - "searchGuide": "Search Guides", - "guides": "Guides", - "minutes": "{0} minutes", - "itemName": "Item Name", - "type": "Type", - "group": "Group", - "rarity": "Rarity", - "minValue": "Min Value", - "maxValue": "Max Value", - "upgradeModules": "Upgrade Modules", - "homeUseCompactTiles": "Home: Use Compact Tiles", - "settings": "Settings", - "appLanguage": "Current Language", - "guidesUseCompactTiles": "Guides: Use Compact Tiles", - "darkModeEnabled": "Dark mode", - "tradeItems": "Trade Commodities", - "tradeItem": "Trade Item", - "clear": "Clear", - "searchOptions": "Search Options", - "searchResults": "Search Results", - "updateAvailable": "Update Available", + "cooking": "Кулінарні продукти", + "ingredients": "Інгредієнти ", + "cookToCreate": "Приготувати {0} щоб створити", + "cookingRecipe": "Приготувати, використовуючи", + "viewXMore": "Переглянути все (ще {0})", + "exploits": "Експлойти", + "outputs": "Матеріали на виході", + "steps": "Порядок дій", + "buildings": "Деталі для будівництва", + "blueprintFrom": "Креслення можна отримати", + "unknown": "Не знаю ", + "manufacturingFacility": "Нагороди Заводу", + "manufacturingFacilityOrPolo": "На Заводах або у Поло на Космічній Аномалії", + "portalLibrary": "Бібліотека Порталів ", + "savedPortalCoordinates": "Збережені Координати Порталу", + "noPortalItems": "Немає збережених Порталів", + "add": "Додати", + "search": "Пошук", + "advancedSearch": "Розширений Пошук", + "searchGuide": "Шукати гайди", + "guides": "Гайди", + "minutes": "{0} хвилин", + "itemName": "Назва Предмета ", + "type": "Тип", + "group": "Група ", + "rarity": "Рідкість", + "minValue": "Мін. Ціна", + "maxValue": "Макс. Ціна", + "upgradeModules": "Модуль покращення", + "homeUseCompactTiles": "Домашня сторінка: Використовувати компактні панелі", + "settings": "Налаштування ", + "appLanguage": "Обрати Мову", + "guidesUseCompactTiles": "Гайди: Використовувати компактні панелі", + "darkModeEnabled": "Чорна тема", + "tradeItems": "Товари", + "tradeItem": "Предмет торгівлі ", + "clear": "Очистити", + "searchOptions": "Параметри Пошуку", + "searchResults": "Результати Пошуку", + "updateAvailable": "Доступне Оновлення ", "googlePlay": "Google Play", - "appStore": "App Store", - "blueprintCost": "Blueprint Cost", - "cookingValue": "Cooking Value", - "craftable": "Craftable", - "maxStackSize": "Maximum Stack", - "portals": "Portals", - "backupPortals": "Backup Portals", - "restorePortals": "Restore Portals", - "releaseNotes": "Release Notes", - "allItems": "All Items", - "catalogue": "Catalogue", - "constructedTechnologies": "Constructed Technology", + "appStore": "App Store ", + "blueprintCost": "Ціна креслення", + "cookingValue": "Ціна приготування", + "craftable": "Можна створити", + "maxStackSize": "Макс. кількість ", + "portals": "Портали", + "backupPortals": "Резервне копіювання порталів", + "restorePortals": "Відновити Портали", + "releaseNotes": "Опис оновлення ", + "allItems": "Усі предмети", + "catalogue": "Каталог", + "constructedTechnologies": "Будівельна технологія", "helloGames": "Hello Games", - "news": "News", - "health": "Health & Life Support", - "jetpackBoost": "Jetpack", - "hazardProtection": "Recharge Hazard Protection", - "energy": "Life Support", - "stamina": "Stamina", - "duration": "Duration: ", + "news": "Новини", + "health": "Здоров'я та життєзабезпечення", + "jetpackBoost": "Реактивний Ранець", + "hazardProtection": "Перезарядіть систему захисту від шкідливих факторів", + "energy": "Система життєзабезпечення", + "stamina": "Витривалість ", + "duration": "Тривалість:", "nmsWebsite": "nomanssky.com", - "common": "Common", - "uncommon": "Uncommon", - "rare": "Rare", - "seconds": "{0} seconds", - "timeToMake": "Time to Make:", - "discord": "Discord", + "common": "Звичайний", + "uncommon": "Незвичайний", + "rare": "Рідкісний ", + "seconds": "{0} секунд", + "timeToMake": "Час виготовлення:", + "discord": "Discord ", "twitter": "Twitter", - "contributors": "Contributors", - "english": "English", + "contributors": "Помічники ", + "english": "English ", "afrikaans": "Afrikaans", - "dutch": "Dutch", - "french": "French", - "german": "German", - "italian": "Italian", - "portuguese": "Portuguese", - "brazilianPortuguese": "Brazilian Portuguese", - "polish": "Polish", + "dutch": "Nederlands", + "french": "Français", + "german": "Deutsch", + "italian": "Italiano", + "portuguese": "Português", + "brazilianPortuguese": "Português (Brazil)", + "polish": "Polski", "russian": "Russian", - "spanish": "Spanish", - "hungarian": "Hungarian", + "spanish": "Español", + "hungarian": "Hungarian ", "simplifiedChinese": "Simplified Chinese", "traditionalChinese": "Traditional Chinese", - "communityMission": "Community Mission", - "communityMissionContent": "The Space Anomaly is accumulating research data from Travellers across multiple realities. \r\n\r\nAs further universal data is submitted, the Quicksilver Synthesis Companion will unlock additional collectables.", + "communityMission": "Завдання спільноти", + "communityMissionContent": "Космічна Аномалія збирає дані дослідження від Мандрівників із кількох реальностей.\n\n Як тільки подальші галактичні дослідження здійснено, Компаньйон Синтезу Ртуті відкриє додаткові предмети для колекції.", "patched": "Patched", "general": "General", "useMaterialTheme": "Use Material Theme", @@ -472,5 +472,5 @@ "tapAndHoldToDrag": "Tap and hold item to drag and change order", "copiedToClipboard": "Copied to clipboard", "ukrainian": "Ukrainian", - "hashCode": "5BB23E937309DFA02132D87798F4D01B" + "hashCode": "A6DF02E40378AB388BC9F6DFB94F00AC" } \ No newline at end of file diff --git a/src/assets/lang/language.vi-vn.json b/src/assets/lang/language.vi-vn.json index 37ad9ce2cfda..f645d610da21 100644 --- a/src/assets/lang/language.vi-vn.json +++ b/src/assets/lang/language.vi-vn.json @@ -27,7 +27,7 @@ "creatureHarvestJson": "en/CreatureHarvest.lang", "seasonalExpeditionJson": "vi-VN/SeasonalExpedition.lang", "journeyMilestoneJson": "en/Milestones.lang", - "title": "Tất cả công thức", + "title": "Công thức", "loading": "Đang tải", "about": "Về chúng tôi", "aboutContent": "Lí do tôi tạo ra ứng dụng này là gì? Ngày hôm đó, khi đang chơi No Man's Sky và muốn lên kế hoạch về những tài nguyên nên có ở căn cứ mới, tôi nghĩ rằng sẽ dễ dàng hơn khi tải một ứng dụng từ Play/App Store hơn là việc mở wiki trên màn hình phụ. Sau khi đã tìm được một ứng dụng trả phí để có thể tìm được công thức và chế tạo đồ, tôi đã quyết định sẽ làm một ứng dụng khác hoàn toàn miễn phí cho mọi người. Đó cũng là một dịp hay để tôi có thể phát triển một ứng dụng với Flutter. Phụ chú: tôi cũng có viết blog nữa, nó tên là \"Inside my Mind\" - được viết bởi Kurt Lourens. Tôi vẫn chưa sử dụng blog được nhiều, nhưng tôi vẫn có một vài bài viết trên đó😋. Ứng dụng này không phải của Hello Games hoặc No Man's Sky, cũng không phải của công ty con hay công ty mẹ, tất cả tên, biểu tượng và nội dung đã được trình bày trong Ứng dụng này.", @@ -472,5 +472,5 @@ "tapAndHoldToDrag": "Tap and hold item to drag and change order", "copiedToClipboard": "Copied to clipboard", "ukrainian": "Ukrainian", - "hashCode": "81913005661BC7E3C21B100D8B5FC271" + "hashCode": "A910980382B529A2594D1E6A5B541412" } \ No newline at end of file diff --git a/src/assets/lang/language.zh-hant.json b/src/assets/lang/language.zh-hant.json index 6b61e759cbc6..103a40108272 100644 --- a/src/assets/lang/language.zh-hant.json +++ b/src/assets/lang/language.zh-hant.json @@ -178,27 +178,27 @@ "shareTitle": "Assistant for No Man's Sky 應用程式!", "share": "分享", "feedback": "反饋", - "yes": "Yes", - "no": "No", + "yes": "是的", + "no": "不是", "submit": "提交", "feedbackNotSubmitted": "Feedback was not submitted", "feedbackSubmitted": "Feedback Submitted", "noticeReject": "不再顯示", - "valentines": "Valentine's Day", + "valentines": "情人節", "viewItemsAdded": "View items added", - "newItemsAdded": "New Items Added", + "newItemsAdded": "新增加物品", "proceduralProducts": "Procedural Products", "orderBy": "Order By", "name": "名字", - "unitPrice": "Unit Price", + "unitPrice": "單位價格", "nanitePrice": "Nanite Price", - "quicksilverPrice": "Quicksilver Price", + "quicksilverPrice": "快銀價格", "isConsumable": "Consumable", "useNMSFont": "Use No Man's Sky font", "techTree": "科技樹", "inventoryManagement": "存庫管理", "inventoryName": "存庫名稱", - "indonesian": "Indonesian", + "indonesian": "印尼人", "galacticAddress": "Galactic Address", "galacticAddressInvalid": "Galactic Address Invalid", "numberOfSlots": "{0} slots", @@ -467,10 +467,10 @@ "nomNomCollaborationDesc": "Sync your in game inventory with the app through the NomNom save editor!\nOnly available for PC", "portalCodeCopied": "Portal code copied!", "randomPortal": "Random Portal", - "forceNumberOfColumns": "Force number of columns", + "forceNumberOfColumns": "", "allItemsListUseCompactTiles": "All items list: Use Compact Tiles", "tapAndHoldToDrag": "Tap and hold item to drag and change order", - "copiedToClipboard": "Copied to clipboard", + "copiedToClipboard": "已複製到剪貼簿", "ukrainian": "Ukrainian", - "hashCode": "953985CEBAC3D721AB0940F93B6A9B29" + "hashCode": "543DA153FA19C16B4480F76B633E7210" } \ No newline at end of file diff --git a/src/pages/expeditionSeason/expeditionSeasonTiles.tsx b/src/pages/expeditionSeason/expeditionSeasonTiles.tsx index cd1fdcc0eca3..ac4dd9aba576 100644 --- a/src/pages/expeditionSeason/expeditionSeasonTiles.tsx +++ b/src/pages/expeditionSeason/expeditionSeasonTiles.tsx @@ -1,5 +1,5 @@ import React, { useEffect, useState } from 'react'; -import { useNavigate } from 'react-router-dom'; +import { Link } from 'react-router-dom'; import { Error } from '../../components/core/error/error'; import { SmallLoading } from '../../components/core/loading/loading'; import { getBackgroundForExpedition, getPatchForExpedition } from '../../constants/Expedition'; @@ -72,14 +72,9 @@ interface IExpeditionSeasonTileProps { } export const ExpeditionSeasonTile: React.FC = (props: IExpeditionSeasonTileProps) => { - const navigate = useNavigate(); - - const navigateToExpSeason = (seasId: string) => () => { - navigate(`${routes.seasonExpedition}/${seasId}`); - } return (

-
+
{props.name}
@@ -99,7 +94,7 @@ export const ExpeditionSeasonTile: React.FC = (props
- + ); } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index fa67284ed5d5..492585eaf93a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1215,11 +1215,6 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@gar/promisify@^1.0.1": - version "1.1.3" - resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" - integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== - "@humanwhocodes/config-array@^0.10.4": version "0.10.4" resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz" @@ -1613,22 +1608,6 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@npmcli/fs@^1.0.0": - version "1.1.1" - resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz" - integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== - dependencies: - "@gar/promisify" "^1.0.1" - semver "^7.3.5" - -"@npmcli/move-file@^1.0.1": - version "1.1.2" - resolved "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz" - integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== - dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" - "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.7" resolved "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.7.tgz" @@ -2038,11 +2017,6 @@ resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz" integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== -"@types/minimist@^1.2.0": - version "1.2.2" - resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" - integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== - "@types/ms@*": version "0.7.31" resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz" @@ -2053,11 +2027,6 @@ resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz" integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== -"@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== - "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz" @@ -2467,11 +2436,6 @@ abab@^2.0.3, abab@^2.0.5: resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz" integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== -abbrev@1: - version "1.1.1" - resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: version "1.3.8" resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" @@ -2540,30 +2504,13 @@ adjust-sourcemap-loader@^4.0.0: loader-utils "^2.0.0" regex-parser "^2.2.11" -agent-base@^6.0.2, agent-base@6: +agent-base@6: version "6.0.2" resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== dependencies: debug "4" -agentkeepalive@^4.1.3: - version "4.2.1" - resolved "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz" - integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== - dependencies: - debug "^4.1.0" - depd "^1.1.2" - humanize-ms "^1.2.1" - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - ajv-formats@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" @@ -2583,7 +2530,7 @@ ajv-keywords@^5.0.0: dependencies: fast-deep-equal "^3.1.3" -ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1: +ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1: version "6.12.6" resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -2672,27 +2619,6 @@ anymatch@^3.0.3, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -"aproba@^1.0.3 || ^2.0.0": - version "2.0.0" - resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" - integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== - -are-we-there-yet@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz" - integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - -are-we-there-yet@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz" - integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - arg@^5.0.2: version "5.0.2" resolved "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" @@ -2775,38 +2701,16 @@ array.prototype.reduce@^1.0.4: es-array-method-boxes-properly "^1.0.0" is-string "^1.0.7" -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" - integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== - asap@~2.0.6: version "2.0.6" resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== -asn1@~0.2.3: - version "0.2.6" - resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz" - integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@^1.0.0, assert-plus@1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" - integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw== - ast-types-flow@^0.0.7: version "0.0.7" resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz" integrity sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag== -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz" - integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA== - async@^3.2.3: version "3.2.4" resolved "https://registry.npmjs.org/async/-/async-3.2.4.tgz" @@ -2834,16 +2738,6 @@ autoprefixer@^10.4.11: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz" - integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA== - -aws4@^1.8.0: - version "1.11.0" - resolved "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - axe-core@^4.4.3: version "4.4.3" resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz" @@ -3020,13 +2914,6 @@ batch@0.6.1: resolved "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz" integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz" - integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w== - dependencies: - tweetnacl "^0.14.3" - bfj@^7.0.2: version "7.0.2" resolved "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz" @@ -3149,30 +3036,6 @@ bytes@3.1.2: resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== -cacache@^15.2.0: - version "15.3.0" - resolved "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz" - integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== - dependencies: - "@npmcli/fs" "^1.0.0" - "@npmcli/move-file" "^1.0.1" - chownr "^2.0.0" - fs-minipass "^2.0.0" - glob "^7.1.4" - infer-owner "^1.0.4" - lru-cache "^6.0.0" - minipass "^3.1.1" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.2" - mkdirp "^1.0.3" - p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^8.0.1" - tar "^6.0.2" - unique-filename "^1.1.1" - call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" @@ -3199,15 +3062,6 @@ camelcase-css@^2.0.1: resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== -camelcase-keys@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" - integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - dependencies: - camelcase "^5.3.1" - map-obj "^4.0.0" - quick-lru "^4.0.1" - camelcase@^5.3.1: version "5.3.1" resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" @@ -3243,11 +3097,6 @@ case-sensitive-paths-webpack-plugin@^2.4.0: resolved "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz" integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" - integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== - chalk@^2.0.0: version "2.4.2" resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" @@ -3294,7 +3143,7 @@ check-types@^11.1.1: resolved "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz" integrity sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ== -chokidar@^3.4.2, chokidar@^3.5.3: +chokidar@^3.4.2, chokidar@^3.5.3, "chokidar@>=3.0.0 <4.0.0": version "3.5.3" resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== @@ -3309,11 +3158,6 @@ chokidar@^3.4.2, chokidar@^3.5.3: optionalDependencies: fsevents "~2.3.2" -chownr@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" - integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== - chrome-trace-event@^1.0.2: version "1.0.3" resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz" @@ -3341,11 +3185,6 @@ clean-css@^5.2.2: dependencies: source-map "~0.6.0" -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - cliui@^7.0.2: version "7.0.4" resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz" @@ -3403,11 +3242,6 @@ color-name@1.1.3: resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== -color-support@^1.1.2, color-support@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" - integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - colord@^2.9.1: version "2.9.3" resolved "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz" @@ -3418,7 +3252,7 @@ colorette@^2.0.10: resolved "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz" integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== -combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: +combined-stream@^1.0.8: version "1.0.8" resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== @@ -3500,11 +3334,6 @@ connect-history-api-fallback@^2.0.0: resolved "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz" integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA== -console-control-strings@^1.0.0, console-control-strings@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" - integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== - content-disposition@0.5.4: version "0.5.4" resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" @@ -3551,7 +3380,7 @@ core-js@^3.19.2: resolved "https://registry.npmjs.org/core-js/-/core-js-3.25.2.tgz" integrity sha512-YB4IAT1bjEfxTJ1XYy11hJAKskO+qmhuDBM8/guIfMz4JvdsAQAqvyb97zXX7JgSrfPLG5mRGFWJwJD39ruq2A== -core-util-is@~1.0.0, core-util-is@1.0.2: +core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ== @@ -3795,13 +3624,6 @@ damerau-levenshtein@^1.0.8: resolved "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz" integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA== -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz" - integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g== - dependencies: - assert-plus "^1.0.0" - data-urls@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz" @@ -3837,7 +3659,7 @@ debug@^3.2.7: dependencies: ms "^2.1.1" -debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@4: +debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4, debug@4: version "4.3.4" resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -3851,19 +3673,6 @@ debug@2.6.9: dependencies: ms "2.0.0" -decamelize-keys@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz" - integrity sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg== - dependencies: - decamelize "^1.1.0" - map-obj "^1.0.0" - -decamelize@^1.1.0, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" - integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== - decimal.js@^10.2.1: version "10.4.1" resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.1.tgz" @@ -3921,12 +3730,7 @@ delayed-stream@~1.0.0: resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" - integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== - -depd@^1.1.2, depd@~1.1.2: +depd@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== @@ -4114,14 +3918,6 @@ duplexer@^0.1.2: resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz" - integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw== - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - ee-first@1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" @@ -4169,13 +3965,6 @@ encodeurl@~1.0.2: resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== -encoding@^0.1.12: - version "0.1.13" - resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" - integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - dependencies: - iconv-lite "^0.6.2" - enhanced-resolve@^5.10.0: version "5.10.0" resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz" @@ -4197,16 +3986,6 @@ env-cmd@^10.1.0: commander "^4.0.0" cross-spawn "^7.0.0" -env-paths@^2.2.0: - version "2.2.1" - resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== - -err-code@^2.0.2: - version "2.0.3" - resolved "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" - integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== - error-ex@^1.3.1: version "1.3.2" resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" @@ -4670,16 +4449,11 @@ express@^4.17.3: utils-merge "1.0.1" vary "~1.1.2" -extend@^3.0.0, extend@~3.0.2: +extend@^3.0.0: version "3.0.2" resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== -extsprintf@^1.2.0, extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz" - integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g== - fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" @@ -4837,11 +4611,6 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.9: resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz" - integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw== - fork-ts-checker-webpack-plugin@^6.5.0: version "6.5.2" resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz" @@ -4879,15 +4648,6 @@ form-data@^4.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - forwarded@0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" @@ -4953,13 +4713,6 @@ fs-extra@^9.0.1: jsonfile "^6.0.1" universalify "^2.0.0" -fs-minipass@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" - integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - dependencies: - minipass "^3.0.0" - fs-monkey@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz" @@ -4990,42 +4743,6 @@ functions-have-names@^1.2.2: resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -gauge@^3.0.0: - version "3.0.2" - resolved "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz" - integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.2" - console-control-strings "^1.0.0" - has-unicode "^2.0.1" - object-assign "^4.1.1" - signal-exit "^3.0.0" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.2" - -gauge@^4.0.3: - version "4.0.4" - resolved "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" - integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" @@ -5055,11 +4772,6 @@ get-package-type@^0.1.0: resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" - integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw== - get-stream@^6.0.0: version "6.0.1" resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" @@ -5073,13 +4785,6 @@ get-symbol-description@^1.0.0: call-bind "^1.0.2" get-intrinsic "^1.1.1" -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz" - integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng== - dependencies: - assert-plus "^1.0.0" - glob-parent@^5.1.2: version "5.1.2" resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" @@ -5106,7 +4811,7 @@ glob-to-regexp@^0.4.1: resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: +glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: version "7.2.3" resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== @@ -5118,18 +4823,6 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, gl once "^1.3.0" path-is-absolute "^1.0.0" -glob@~7.1.1: - version "7.1.7" - resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz" - integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - global-modules@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz" @@ -5170,15 +4863,6 @@ globby@^11.0.4, globby@^11.1.0: merge2 "^1.4.1" slash "^3.0.0" -globule@^1.0.0: - version "1.3.4" - resolved "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz" - integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg== - dependencies: - glob "~7.1.1" - lodash "^4.17.21" - minimatch "~3.0.2" - graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: version "4.2.10" resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" @@ -5201,24 +4885,6 @@ handle-thing@^2.0.0: resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz" - integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q== - -har-validator@~5.1.3: - version "5.1.5" - resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz" - integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - dependencies: - ajv "^6.12.3" - har-schema "^2.0.0" - -hard-rejection@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz" - integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== - harmony-reflect@^1.4.6: version "1.6.2" resolved "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz" @@ -5258,11 +4924,6 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" -has-unicode@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" - integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== - has@^1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" @@ -5297,18 +4958,6 @@ hoopy@^0.1.4: resolved "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz" integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ== -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - -hosted-git-info@^4.0.1: - version "4.1.0" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz" - integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== - dependencies: - lru-cache "^6.0.0" - hpack.js@^2.1.6: version "2.1.6" resolved "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz" @@ -5370,11 +5019,6 @@ htmlparser2@^6.1.0: domutils "^2.5.2" entities "^2.0.0" -http-cache-semantics@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== - http-deceiver@^1.2.7: version "1.2.7" resolved "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz" @@ -5435,15 +5079,6 @@ http-proxy@^1.18.1: follow-redirects "^1.0.0" requires-port "^1.0.0" -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz" - integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ== - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - https-proxy-agent@^5.0.0: version "5.0.1" resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" @@ -5457,13 +5092,6 @@ human-signals@^2.1.0: resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" - integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== - dependencies: - ms "^2.0.0" - i18next@^21.8.8: version "21.9.2" resolved "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz" @@ -5512,6 +5140,11 @@ immer@^9.0.7: resolved "https://registry.npmjs.org/immer/-/immer-9.0.15.tgz" integrity sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ== +immutable@^4.0.0: + version "4.3.4" + resolved "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz" + integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA== + import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" @@ -5533,16 +5166,6 @@ imurmurhash@^0.1.4: resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - -infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - inflight@^1.0.4: version "1.0.6" resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" @@ -5580,11 +5203,6 @@ internal-slot@^1.0.3: has "^1.0.3" side-channel "^1.0.4" -ip@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz" - integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== - ipaddr.js@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz" @@ -5632,7 +5250,7 @@ is-callable@^1.1.4, is-callable@^1.2.4: resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.6.tgz" integrity sha512-krO72EO2NptOGAX2KYyqbP9vYMlNAXdB53rq6f8LXY6RY7JdSR/3BD6wLUlPHSAesmY9vstNrjvqGaCiRK/91Q== -is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: +is-core-module@^2.8.1, is-core-module@^2.9.0: version "2.10.0" resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz" integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg== @@ -5673,11 +5291,6 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: dependencies: is-extglob "^2.1.1" -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" - integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== - is-module@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" @@ -5705,11 +5318,6 @@ is-obj@^1.0.1: resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz" integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== -is-plain-obj@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" - integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== - is-plain-obj@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz" @@ -5769,7 +5377,7 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: dependencies: has-symbols "^1.0.2" -is-typedarray@^1.0.0, is-typedarray@~1.0.0: +is-typedarray@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== @@ -5798,11 +5406,6 @@ isexe@^2.0.0: resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" - integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g== - istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz" @@ -6337,11 +5940,6 @@ jest-worker@^28.0.2: import-local "^3.0.2" jest-cli "^27.5.1" -js-base64@^2.4.9: - version "2.6.4" - resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" - integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== - js-sdsl@^4.1.4: version "4.1.4" resolved "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz" @@ -6367,11 +5965,6 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" - integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg== - jsdom@^16.6.0: version "16.7.0" resolved "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz" @@ -6430,7 +6023,7 @@ json-schema-traverse@^1.0.0: resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== -json-schema@^0.4.0, json-schema@0.4.0: +json-schema@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz" integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== @@ -6440,11 +6033,6 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" - integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== - json5@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz" @@ -6471,16 +6059,6 @@ jsonpointer@^5.0.0: resolved "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== -jsprim@^1.2.2: - version "1.4.2" - resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz" - integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.4.0" - verror "1.10.0" - "jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.2: version "3.3.3" resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz" @@ -6489,7 +6067,7 @@ jsprim@^1.2.2: array-includes "^3.1.5" object.assign "^4.1.3" -kind-of@^6.0.2, kind-of@^6.0.3: +kind-of@^6.0.2: version "6.0.3" resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== @@ -6623,7 +6201,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== -lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0: +lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0: version "4.17.21" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -6663,28 +6241,6 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: dependencies: semver "^6.0.0" -make-fetch-happen@^9.1.0: - version "9.1.0" - resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz" - integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== - dependencies: - agentkeepalive "^4.1.3" - cacache "^15.2.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.2" - promise-retry "^2.0.1" - socks-proxy-agent "^6.0.0" - ssri "^8.0.0" - makeerror@1.0.12: version "1.0.12" resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" @@ -6692,16 +6248,6 @@ makeerror@1.0.12: dependencies: tmpl "1.0.5" -map-obj@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" - integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== - -map-obj@^4.0.0: - version "4.3.0" - resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" - integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== - mdast-util-definitions@^5.0.0: version "5.1.1" resolved "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.1.tgz" @@ -6778,24 +6324,6 @@ memfs@^3.1.2, memfs@^3.4.3: dependencies: fs-monkey "^1.0.3" -meow@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz" - integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ== - dependencies: - "@types/minimist" "^1.2.0" - camelcase-keys "^6.2.2" - decamelize "^1.2.0" - decamelize-keys "^1.1.0" - hard-rejection "^2.1.0" - minimist-options "4.1.0" - normalize-package-data "^3.0.0" - read-pkg-up "^7.0.1" - redent "^3.0.0" - trim-newlines "^3.0.0" - type-fest "^0.18.0" - yargs-parser "^20.2.3" - merge-descriptors@1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz" @@ -7024,7 +6552,7 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== -mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: +mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== @@ -7041,11 +6569,6 @@ mimic-fn@^2.1.0: resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -min-indent@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" - integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - mini-css-extract-plugin@^2.4.5: version "2.6.1" resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz" @@ -7072,13 +6595,6 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@~3.0.2: - version "3.0.8" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" - integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== - dependencies: - brace-expansion "^1.1.7" - minimatch@3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz" @@ -7086,79 +6602,11 @@ minimatch@3.0.4: dependencies: brace-expansion "^1.1.7" -minimist-options@4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz" - integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - dependencies: - arrify "^1.0.1" - is-plain-obj "^1.1.0" - kind-of "^6.0.3" - minimist@^1.2.0, minimist@^1.2.6: version "1.2.6" resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - dependencies: - minipass "^3.0.0" - -minipass-fetch@^1.3.2: - version "1.4.1" - resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz" - integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== - dependencies: - minipass "^3.1.0" - minipass-sized "^1.0.3" - minizlib "^2.0.0" - optionalDependencies: - encoding "^0.1.12" - -minipass-flush@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" - integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - dependencies: - minipass "^3.0.0" - -minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: - version "1.2.4" - resolved "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" - integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - dependencies: - minipass "^3.0.0" - -minipass-sized@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" - integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== - dependencies: - minipass "^3.0.0" - -minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3: - version "3.3.4" - resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz" - integrity sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw== - dependencies: - yallist "^4.0.0" - -minizlib@^2.0.0, minizlib@^2.1.1: - version "2.1.2" - resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" - integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== - dependencies: - minipass "^3.0.0" - yallist "^4.0.0" - -mkdirp@^1.0.3, mkdirp@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" - integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - mkdirp@~0.5.1: version "0.5.6" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" @@ -7171,7 +6619,7 @@ mri@^1.1.0: resolved "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz" integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA== -ms@^2.0.0, ms@^2.1.1, ms@2.1.2: +ms@^2.1.1, ms@2.1.2: version "2.1.2" resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== @@ -7194,11 +6642,6 @@ multicast-dns@^7.2.5: dns-packet "^5.2.2" thunky "^1.0.2" -nan@^2.13.2: - version "2.16.0" - resolved "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz" - integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA== - nanoid@^3.3.4: version "3.3.4" resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz" @@ -7209,7 +6652,7 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -negotiator@^0.6.2, negotiator@0.6.3: +negotiator@0.6.3: version "0.6.3" resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== @@ -7232,22 +6675,6 @@ node-forge@^1: resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== -node-gyp@^8.4.1: - version "8.4.1" - resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz" - integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== - dependencies: - env-paths "^2.2.0" - glob "^7.1.4" - graceful-fs "^4.2.6" - make-fetch-happen "^9.1.0" - nopt "^5.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.2" - which "^2.0.2" - node-int64@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" @@ -7258,54 +6685,6 @@ node-releases@^2.0.6: resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz" integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== -"node-sass@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", node-sass@^7.0.1: - version "7.0.3" - resolved "https://registry.npmjs.org/node-sass/-/node-sass-7.0.3.tgz" - integrity sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw== - dependencies: - async-foreach "^0.1.3" - chalk "^4.1.2" - cross-spawn "^7.0.3" - gaze "^1.0.0" - get-stdin "^4.0.1" - glob "^7.0.3" - lodash "^4.17.15" - meow "^9.0.0" - nan "^2.13.2" - node-gyp "^8.4.1" - npmlog "^5.0.0" - request "^2.88.0" - sass-graph "^4.0.1" - stdout-stream "^1.4.0" - "true-case-path" "^1.0.2" - -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== - dependencies: - abbrev "1" - -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-package-data@^3.0.0: - version "3.0.3" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz" - integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== - dependencies: - hosted-git-info "^4.0.1" - is-core-module "^2.5.0" - semver "^7.3.4" - validate-npm-package-license "^3.0.1" - normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" @@ -7328,26 +6707,6 @@ npm-run-path@^4.0.1: dependencies: path-key "^3.0.0" -npmlog@^5.0.0: - version "5.0.1" - resolved "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz" - integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== - dependencies: - are-we-there-yet "^2.0.0" - console-control-strings "^1.1.0" - gauge "^3.0.0" - set-blocking "^2.0.0" - -npmlog@^6.0.0: - version "6.0.2" - resolved "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz" - integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg== - dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.3" - set-blocking "^2.0.0" - nth-check@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz" @@ -7367,11 +6726,6 @@ nwsapi@^2.2.0: resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz" integrity sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw== -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - object-assign@^4.1.1: version "4.1.1" resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" @@ -7553,13 +6907,6 @@ p-locate@^5.0.0: dependencies: p-limit "^3.0.2" -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - p-retry@^4.5.0: version "4.6.2" resolved "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz" @@ -8309,19 +7656,6 @@ process-nextick-args@~2.0.0: resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" - integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== - -promise-retry@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" - integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - promise@^8.1.0: version "8.2.0" resolved "https://registry.npmjs.org/promise/-/promise-8.2.0.tgz" @@ -8359,7 +7693,7 @@ proxy-addr@~2.0.7: forwarded "0.2.0" ipaddr.js "1.9.1" -psl@^1.1.28, psl@^1.1.33: +psl@^1.1.33: version "1.9.0" resolved "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz" integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== @@ -8374,11 +7708,6 @@ q@^1.1.2: resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== -qs@~6.5.2: - version "6.5.3" - resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz" - integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== - qs@6.10.3: version "6.10.3" resolved "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz" @@ -8396,11 +7725,6 @@ queue-microtask@^1.2.2: resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -quick-lru@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" - integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== - quick-lru@^5.1.1: version "5.1.1" resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz" @@ -8707,7 +8031,7 @@ react-vertical-timeline-component@^3.5.2: prop-types "^15.7.2" react-intersection-observer "^8.26.2" -"react@^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18", "react@^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0", "react@^15.6.2 || ^16.0 || ^17 || ^18", "react@^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x", "react@^16.3.0 || ^17.0.0 || ^18.0.0", "react@^16.8 || ^17.0 || ^18.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^18.1.0, react@^18.2.0, "react@>= 16", react@>=16, react@>=16.3.0, react@>=16.8, "react@>=16.8 || ^17.0.0 || ^18.0.0", "react@0.14 || 15 - 18": +"react@^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18", "react@^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0", "react@^15.6.2 || ^16.0 || ^17 || ^18", "react@^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x", "react@^16.3.0 || ^17.0.0 || ^18.0.0", "react@^16.8 || ^17.0 || ^18.0", "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^18.2.0, "react@>= 16", react@>=16, react@>=16.3.0, react@>=16.8, "react@>=16.8 || ^17.0.0 || ^18.0.0", "react@0.14 || 15 - 18": version "18.2.0" resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz" integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== @@ -8721,25 +8045,6 @@ read-cache@^1.0.0: dependencies: pify "^2.3.0" -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - readable-stream@^2.0.1: version "2.3.7" resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" @@ -8753,7 +8058,7 @@ readable-stream@^2.0.1: string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^3.0.6, readable-stream@^3.6.0: +readable-stream@^3.0.6: version "3.6.0" resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz" integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== @@ -8776,14 +8081,6 @@ recursive-readdir@^2.2.2: dependencies: minimatch "3.0.4" -redent@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" - integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - dependencies: - indent-string "^4.0.0" - strip-indent "^3.0.0" - redux@^4, redux@^4.0.0, redux@^4.2.0: version "4.2.0" resolved "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz" @@ -8893,32 +8190,6 @@ renderkid@^3.0.0: lodash "^4.17.21" strip-ansi "^6.0.1" -request@^2.88.0: - version "2.88.2" - resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" @@ -8967,7 +8238,7 @@ resolve.exports@^1.1.0: resolved "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz" integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ== -resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1: +resolve@^1.1.7, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1: version "1.22.1" resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== @@ -8985,11 +8256,6 @@ resolve@^2.0.0-next.3: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" - integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== - retry@^0.13.1: version "0.13.1" resolved "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz" @@ -9038,7 +8304,7 @@ sade@^1.7.3: dependencies: mri "^1.1.0" -safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@>=5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1, safe-buffer@5.1.2: +safe-buffer@^5.1.0, safe-buffer@>=5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1, safe-buffer@5.1.2: version "5.1.2" resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== @@ -9053,7 +8319,7 @@ safe-buffer@5.2.1: resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== -safer-buffer@^2.0.2, safer-buffer@^2.1.0, "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@~2.1.0: +"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== @@ -9063,16 +8329,6 @@ sanitize.css@*: resolved "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz" integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA== -sass-graph@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz" - integrity sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA== - dependencies: - glob "^7.0.0" - lodash "^4.17.11" - scss-tokenizer "^0.4.3" - yargs "^17.2.1" - sass-loader@^12.3.0: version "12.6.0" resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz" @@ -9081,6 +8337,15 @@ sass-loader@^12.3.0: klona "^2.0.4" neo-async "^2.6.2" +sass@^1.3.0, sass@^1.69.5: + version "1.69.5" + resolved "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz" + integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + sax@~1.2.4: version "1.2.4" resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" @@ -9137,14 +8402,6 @@ schema-utils@2.7.0: ajv "^6.12.2" ajv-keywords "^3.4.1" -scss-tokenizer@^0.4.3: - version "0.4.3" - resolved "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz" - integrity sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw== - dependencies: - js-base64 "^2.4.9" - source-map "^0.7.3" - select-hose@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz" @@ -9177,18 +8434,13 @@ semver@^6.3.0: resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== -semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7: +semver@^7.3.2, semver@^7.3.5, semver@^7.3.7: version "7.3.7" resolved "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== dependencies: lru-cache "^6.0.0" -"semver@2 || 3 || 4 || 5": - version "5.7.1" - resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - send@0.18.0: version "0.18.0" resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz" @@ -9245,11 +8497,6 @@ serve-static@1.15.0: parseurl "~1.3.3" send "0.18.0" -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" - integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== - setprototypeof@1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz" @@ -9286,7 +8533,7 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" -signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: +signal-exit@^3.0.2, signal-exit@^3.0.3: version "3.0.7" resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== @@ -9306,11 +8553,6 @@ slash@^4.0.0: resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== -smart-buffer@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" - integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== - sockjs@^0.3.24: version "0.3.24" resolved "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz" @@ -9320,29 +8562,12 @@ sockjs@^0.3.24: uuid "^8.3.2" websocket-driver "^0.7.4" -socks-proxy-agent@^6.0.0: - version "6.2.1" - resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz" - integrity sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ== - dependencies: - agent-base "^6.0.2" - debug "^4.3.3" - socks "^2.6.2" - -socks@^2.6.2: - 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" - source-list-map@^2.0.0, source-list-map@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz" integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== -source-map-js@^1.0.1, source-map-js@^1.0.2: +source-map-js@^1.0.1, source-map-js@^1.0.2, "source-map-js@>=0.6.2 <2.0.0": version "1.0.2" resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== @@ -9406,32 +8631,6 @@ space-separated-tokens@^2.0.0: resolved "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.1.tgz" integrity sha512-ekwEbFp5aqSPKaqeY1PGrlGQxPNaq+Cnx4+bE2D8sciBQrHpbwoBbawqTN2+6jPs9IdWxxiUcN0K2pkczD3zmw== -spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.12" - resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz" - integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA== - spdy-transport@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz" @@ -9460,28 +8659,6 @@ sprintf-js@~1.0.2: resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== -sshpk@^1.7.0: - version "1.17.0" - resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz" - integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -ssri@^8.0.0, ssri@^8.0.1: - version "8.0.1" - resolved "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" - integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== - dependencies: - minipass "^3.1.1" - stable@^0.1.8: version "0.1.8" resolved "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz" @@ -9509,13 +8686,6 @@ statuses@2.0.1: resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" @@ -9551,7 +8721,7 @@ string-natural-compare@^3.0.1: resolved "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz" integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw== -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +string-width@^4.1.0, string-width@^4.2.0: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -9635,13 +8805,6 @@ strip-final-newline@^2.0.0: resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== -strip-indent@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" - integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== - dependencies: - min-indent "^1.0.0" - strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" @@ -9794,18 +8957,6 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== -tar@^6.0.2, tar@^6.1.2: - version "6.1.11" - resolved "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz" - integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== - dependencies: - chownr "^2.0.0" - fs-minipass "^2.0.0" - minipass "^3.0.0" - minizlib "^2.1.1" - mkdirp "^1.0.3" - yallist "^4.0.0" - temp-dir@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz" @@ -9906,14 +9057,6 @@ tough-cookie@^4.0.0: universalify "^0.2.0" url-parse "^1.5.3" -tough-cookie@~2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - tr46@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz" @@ -9933,23 +9076,11 @@ trim-lines@^3.0.0: resolved "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz" integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg== -trim-newlines@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" - integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== - trough@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz" integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g== -"true-case-path@^1.0.2": - version "1.0.3" - resolved "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz" - integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - dependencies: - glob "^7.1.2" - tryer@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz" @@ -9982,18 +9113,6 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" - integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz" - integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA== - type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" @@ -10018,11 +9137,6 @@ type-fest@^0.16.0: resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz" integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== -type-fest@^0.18.0, "type-fest@>=0.17.0 <3.0.0": - version "0.18.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz" - integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== - type-fest@^0.20.2: version "0.20.2" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" @@ -10033,16 +9147,6 @@ type-fest@^0.21.3: resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== -type-fest@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - type-is@~1.6.18: version "1.6.18" resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" @@ -10109,20 +9213,6 @@ unified@^10.0.0: trough "^2.0.0" vfile "^5.0.0" -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" - -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" - unique-string@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz" @@ -10256,11 +9346,6 @@ utils-merge@1.0.1: resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== -uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - uuid@^8.3.2: version "8.3.2" resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" @@ -10285,28 +9370,11 @@ v8-to-istanbul@^8.1.0: convert-source-map "^1.6.0" source-map "^0.7.3" -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - vary@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== -verror@1.10.0: - version "1.10.0" - resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" - integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw== - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - vfile-message@^3.0.0: version "3.1.2" resolved "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz" @@ -10555,20 +9623,13 @@ which@^1.3.1: dependencies: isexe "^2.0.0" -which@^2.0.1, which@^2.0.2: +which@^2.0.1: version "2.0.2" resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" -wide-align@^1.1.2, wide-align@^1.1.5: - version "1.1.5" - resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== - dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - word-wrap@^1.2.3, word-wrap@~1.2.3: version "1.2.3" resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz" @@ -10807,16 +9868,11 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yargs-parser@^20.2.2, yargs-parser@^20.2.3: +yargs-parser@^20.2.2: version "20.2.9" resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== -yargs-parser@^21.0.0: - version "21.1.1" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" - integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== - yargs@^16.2.0: version "16.2.0" resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz" @@ -10830,19 +9886,6 @@ yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" -yargs@^17.2.1: - version "17.5.1" - resolved "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz" - integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA== - dependencies: - cliui "^7.0.2" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.0.0" - yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"