[
  {
    "path": ".commitlintrc.json",
    "content": "{\n    \"extends\": [\n        \"@commitlint/config-conventional\"\n    ]\n}"
  },
  {
    "path": ".env-cmdrc.sample",
    "content": "{\n\t\"default\": {\n\t\t\"REACT_APP_ROUTER_BASE\": \"/path/to/app\",\n\t\t\"REACT_APP_HTTP_BASE\": \"/path/to/app\",\n\t\t\"REACT_APP_REDIRECT_URL\": \"http://domain.com\",\n\t\t\"REACT_APP_VERSION\": \"0.1.0\",\n\t\t\"REACT_APP_GITHUB_URL\": \"https://github.com/username/repository\",\n\t\t\"REACT_APP_DISCORD_URL\": \"https://discord.gg/invite\",\n\t\t\"REACT_APP_AUTHOR_URL\": \"https://yourwebsite.com\",\n\t\t\"REACT_APP_CHANGELOG_URL\": \"https://github.com/username/repository/blob/master/CHANGELOG.md\",\n\t\t\"REACT_APP_TWITCH_API_CLIENT_ID\": \"your_api_client_id\",\n\t\t\"REACT_APP_CASH_DONATE_LINK\": \"https://cash.app/$username\",\n\t\t\"REACT_APP_PAYPAL_DONATE_LINK\": \"https://paypal.me/username\",\n\t\t\"REACT_APP_STREAMLABS_DONATE_LINK\": \"https://streamlabsurl.com\",\n\t\t\"REACT_APP_KOFI_DONATE_LINK\": \"https://ko-fi.com/username\",\n\t\t\"REACT_APP_PATREON_DONATE_LINK\": \"https://www.patreon.com/username\",\n\t\t\"REACT_APP_PAYPAY_DONATE_LINK\": \"https://qr.paypay.ne.jp/paypay_code\",\n\t\t\"REACT_APP_PAYPAY_DONATE_ID\": \"your_paypay_id\"\n\t},\n\t\"development\": {\n\t\t\"REACT_APP_PAGE_TITLE\": \"Development Environment\",\n\t\t\"REACT_APP_GOOGLE_TAG_MANAGER_ID\": \"GTM-ABCDEF3\",\n\t\t\"REACT_APP_ENV\": \"development\"\n\t},\n\t\"staging\": {\n\t\t\"REACT_APP_PAGE_TITLE\": \"Staging Environment\",\n\t\t\"REACT_APP_GOOGLE_TAG_MANAGER_ID\": \"GTM-ABCDEF2\",\n\t\t\"REACT_APP_ENV\": \"staging\"\n\t},\n\t\"production\": {\n\t\t\"REACT_APP_PAGE_TITLE\": \"Production Environment\",\n\t\t\"REACT_APP_GOOGLE_TAG_MANAGER_ID\": \"GTM-ABCDEF1\",\n\t\t\"REACT_APP_ENV\": \"production\"\n\t},\n\t\"nonssl\": {\n\t\t\"REACT_APP_GOOGLE_TAG_MANAGER_ID\": \"GTM-ABCDEF4\"\n\t}\n}"
  },
  {
    "path": ".eslintrc.json",
    "content": "{\n    \"env\": {\n        \"browser\": true,\n        \"es2021\": true\n    },\n    \"extends\": [\n        \"plugin:react/recommended\",\n        \"xo\"\n    ],\n    \"overrides\": [\n    ],\n    \"parserOptions\": {\n        \"ecmaVersion\": \"latest\",\n        \"sourceType\": \"module\"\n    },\n    \"plugins\": [\n        \"react\",\n        \"align-assignments\"\n    ],\n    \"rules\": {\n        \"camelcase\": \"off\",\n        \"object-curly-spacing\": [\"error\", \"always\"],\n        \"quotes\": [\"error\", \"double\"],\n        \"key-spacing\": [\n            \"error\",\n            {\n                \"beforeColon\": true,\n                \"align\": {\n                    \"beforeColon\": true,\n                    \"afterColon\": true,\n                    \"on\": \"colon\"\n                }\n            }\n        ],\n        \"no-multi-spaces\": \"off\",\n        \"operator-linebreak\": [\n            \"error\",\n            \"after\",\n            {\n                \"overrides\": {\n                    \"?\": \"before\",\n                    \":\": \"before\"\n                }\n            }\n        ],\n        \"max-depth\": [\"warn\", 6],\n        \"space-before-function-paren\": [\n            \"error\",\n            {\n                \"anonymous\": \"never\",\n                \"named\": \"never\",\n                \"asyncArrow\": \"always\"\n            }\n        ],\n        \"align-assignments/align-assignments\": [\n            \"error\",\n            {\n                \"requiresOnly\": false\n            }\n        ],\n        \"guard-for-in\": \"off\",\n        \"prefer-destructuring\": \"off\",\n        \"react/prop-types\": \"off\",\n        \"no-negated-condition\": \"off\",\n        \"max-params\": \"off\",\n        \"new-cap\": \"off\",\n        \"no-case-declarations\": \"off\",\n        \"complexity\": \"off\",\n        \"react/no-string-refs\": \"off\",\n        \"no-return-assign\": \"off\",\n        \"prefer-promise-reject-errors\": \"off\"\n    },\n    \"settings\": {\n        \"react\": {\n            \"version\": \"detect\"\n        }\n    }\n}\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: GoldenChrysus\ncustom: ['https://cash.app/$chrysus', 'https://chrysus.xyz/paypay', 'https://chrysus.live']\nko_fi: goldenchrysus\npatreon: Chrysus\nopen_collective: # Replace with a single Open Collective username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncommunity_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry\nliberapay: # Replace with a single Liberapay username\nissuehunt: # Replace with a single IssueHunt username\notechie: # Replace with a single Otechie username\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "content": "---\nname: Bug report\nabout: Create a report to help us improve\ntitle: ''\nlabels: bug\nassignees: ''\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**Reproduction steps**\nExact steps, both in Ember and within FFXIV, to reproduce the behavior:\n1. Open '...'\n2. Enable '...'\n3. Cast '...' in game\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain the issue.\n\n**Settings data**\nPaste your settings data below. This can be found at ACT > Plugins > OverlayPlugin.dll > (select overlay) > Open DevTools > Application > IndexedDB > localforage > keyvaluepairs > (copy the entire value for `settings_cache`). Replace any sensitive information (such as a webhook URL) with the word \"redacted\".\n\n[paste settings data here]\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "content": "---\nname: Feature request\nabout: Suggest an idea for this project\ntitle: ''\nlabels: enhancement\nassignees: ''\n\n---\n\n**Describe the feature you'd like**\nA clear and concise description of what you want to happen.\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. e.g. \"I'm always frustrated when [...]\"\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/workflows/autodeploy.yml",
    "content": "name: Auto Deployer\n\non:\n  push:\n    branches: [ staging, master ]\n\n  workflow_dispatch:\n\nenv:\n  BUILD_NONSSL: ${{ secrets.BUILD_NONSSL }}\n  BUILD_SSL: ${{ secrets.BUILD_SSL }}\n  BUILD_TYPE: ${{ secrets.BUILD_TYPE }}\n  DESTINATION_SUBDIR: ${{ secrets.DESTINATION_SUBDIR }}\n  FTP_HOST: ${{ secrets.FTP_HOST }}\n  FTP_PASS: ${{ secrets.FTP_PASS }}\n  FTP_USER: ${{ secrets.FTP_USER }}\n  GIT_DESTINATION_REPO: ${{ secrets.GIT_DESTINATION_REPO }}\n  GIT_EMAIL: ${{ secrets.GIT_EMAIL }}\n  GIT_ORIGIN_BRANCH: ${{ secrets.GIT_ORIGIN_BRANCH }}\n  GIT_ORIGIN_REPO: ${{ secrets.GIT_ORIGIN_REPO }}\n  GIT_TOKEN: ${{ secrets.GIT_TOKEN }}\n  GIT_USER: ${{ secrets.GIT_USER }}\n  REACT_APP_AUTHOR_URL: ${{ secrets.REACT_APP_AUTHOR_URL }}\n  REACT_APP_CASH_DONATE_LINK: ${{ secrets.REACT_APP_CASH_DONATE_LINK }}\n  REACT_APP_CHANGELOG_URL: ${{ secrets.REACT_APP_CHANGELOG_URL }}\n  REACT_APP_DISCORD_URL: ${{ secrets.REACT_APP_DISCORD_URL }}\n  REACT_APP_GITHUB_URL: ${{ secrets.REACT_APP_GITHUB_URL }}\n  REACT_APP_GOOGLE_TAG_MANAGER_ID: ${{ secrets.REACT_APP_GOOGLE_TAG_MANAGER_ID }}\n  REACT_APP_NONSSL_GOOGLE_TAG_MANAGER_ID: ${{ secrets.REACT_APP_NONSSL_GOOGLE_TAG_MANAGER_ID }}\n  REACT_APP_HTTP_BASE: ${{ secrets.REACT_APP_HTTP_BASE }}\n  REACT_APP_KOFI_DONATE_LINK: ${{ secrets.REACT_APP_KOFI_DONATE_LINK }}\n  REACT_APP_PAGE_TITLE: ${{ secrets.REACT_APP_PAGE_TITLE }}\n  REACT_APP_PATREON_DONATE_LINK: ${{ secrets.REACT_APP_PATREON_DONATE_LINK }}\n  REACT_APP_PAYPAL_DONATE_LINK: ${{ secrets.REACT_APP_PAYPAL_DONATE_LINK }}\n  REACT_APP_PAYPAY_DONATE_ID: ${{ secrets.REACT_APP_PAYPAY_DONATE_ID }}\n  REACT_APP_PAYPAY_DONATE_LINK: ${{ secrets.REACT_APP_PAYPAY_DONATE_LINK }}\n  REACT_APP_REDIRECT_URL: ${{ secrets.REACT_APP_REDIRECT_URL }}\n  REACT_APP_STREAMLABS_DONATE_LINK: ${{ secrets.REACT_APP_STREAMLABS_DONATE_LINK }}\n  REACT_APP_TWITCH_API_CLIENT_ID: ${{ secrets.REACT_APP_TWITCH_API_CLIENT_ID }}\n  REACT_APP_VERSION: ${{ secrets.REACT_APP_VERSION }}\n\njobs:\n  build_staging:\n    if: ${{ github.ref == 'refs/heads/staging' }}\n    runs-on: ubuntu-latest\n    environment: staging\n    steps:\n      - name: Push to hosted environments\n        uses: GoldenChrysus/autobuilder@0.1.7\n\n  build_production:\n    if: ${{ github.ref == 'refs/heads/master' }}\n    runs-on: ubuntu-latest\n    environment: production\n    steps:\n      - name: Push to hosted environments\n        uses: GoldenChrysus/autobuilder@0.1.7\n"
  },
  {
    "path": ".github/workflows/code-lint.yml",
    "content": "name: ESLint\n\non:\n  push:\n    paths:\n      - 'src/**'\n\n  pull_request:\n    paths:\n      - 'src/**'\n\n  workflow_dispatch:\n\njobs:\n  eslint:\n    runs-on: ubuntu-latest\n    strategy:\n      matrix:\n        node-version: [14.x]\n    steps:\n      - uses: actions/checkout@v3\n      - name: Use Node.js ${{ matrix.node-version }}\n        uses: actions/setup-node@v3\n        with:\n          node-version: ${{ matrix.node-version }}\n      - name: Install dependencies\n        run: npm install\n      - name: Lint source\n        run: npm run eslint"
  },
  {
    "path": ".github/workflows/commit-lint.yml",
    "content": "name: Commitlint\n\non: [ push, pull_request ]\n\njobs:\n  commitlint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n        with:\n          fetch-depth: 0\n      - uses: wagoid/commitlint-github-action@v5\n        with:\n          configFile: '.commitlintrc.json'"
  },
  {
    "path": ".gitignore",
    "content": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# dependencies\n/node_modules\n/.pnp\n.pnp.js\n\n# testing\n/coverage\n\n# production\n/build\n\n# misc\n.DS_Store\n.env.local\n.env.development.local\n.env.test.local\n.env.production.local\n.env-cmdrc\n\n# logs\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\n\npublic/logs/*\n\n# lock files\nyarn.lock\npackage-lock.json\n\n# developer junkyard\n/misc\n/scripts/local/data\n/scripts/local/test/**/*.*"
  },
  {
    "path": ".husky/commit-msg",
    "content": "#!/usr/bin/env sh\n. \"$(dirname -- \"$0\")/_/husky.sh\"\n\nnpx --no -- commitlint --edit \n"
  },
  {
    "path": ".husky/pre-commit",
    "content": "#!/bin/bash\n./node_modules/pre-commit/hook\nRESULT=$?\n[ $RESULT -ne 0 ] && exit 1\nexit 0\n"
  },
  {
    "path": "ACT_INSTALLATION.md",
    "content": "# ACT + OverlayPlugin Installation\n\n## Navigation\n- <a href=\"#installing-act\">Installing ACT</a>\n- <a href=\"#configuring-windows-permissions\">Configuring Windows Permissions</a>\n    - <a href=\"#run-as-administrator\">Run as Administrator</a>\n    - <a href=\"#add-firewall-exception\">Add Firewall Exception</a>\n- <a href=\"#installing-overlayplugin\">Installing OverlayPlugin</a>\n- <a href=\"#using-the-web-socket\">Using the Web Socket</a>\n- <a href=\"#using-in-obs\">Using in OBS</a>\n    - <a href=\"#running-multiple-modes-in-obs\">Running Multiple Modes in OBS</a>\n\n## Installing ACT\n\n1. [Download ACT](https://advancedcombattracker.com/includes/page-download.php?id=56) and run through its installer.\n2. Open ACT and follow along through the startup wizard.\n3. On the \"Parsing Plugin\" tab, choose the \"FFXIV Parsing Plugin\" from the dropdown. Click \"Download/Enable Plugin.\" You should receive a message that the plugin was added and started.\n\n![](https://i.imgur.com/WWkZtAU.png)\n![](https://i.imgur.com/d23Kvrm.png)\n\n4. On the \"Log File\" tab, select \"Yes\" when asked if ACT will be used for Final Fantasy XIV. The log file should automatically be loaded after doing so.\n\n![](https://i.imgur.com/CqudbIj.png)\n![](https://i.imgur.com/xHMVJqX.png)\n\n5. You don't need to make any changes to the \"Startup Settings\" tab, so you can click \"Close\" at the bottom of the window.\n\n## Configuring Windows Permissions\n\nACT should always be run as administrator and excepted from Windows Firewall to make sure it works properly. This is because ACT uses memory reading and packet inspection to collect accurate data, which Windows doesn't allow by default.\n\n### Run as Administrator\n\n1. Open your start menu and search for Advanced Combat Tracker. Right-click and choose \"Open file location.\"\n\n![](https://i.imgur.com/VgzfraN.png)\n\n2. Right-click the Advanced Combat Tracker shortcut and choose \"Properties.\"\n\n![](https://i.imgur.com/pqkRIOZ.png)\n\n3. In the window that appears, switch to the \"Compatibility\" tab, check \"Run this program as an administrator,\" then click \"Apply.\"\n\n![](https://i.imgur.com/3M7gZPR.png)\n\n### Add Firewall Exception\n\n1. Open your start menu and search for \"allow app,\" then choose the \"Allow an app through Windows Firewall\" setting.\n\n![](https://i.imgur.com/KvqTbBh.png)\n\n2. Click \"Change settings\" then click \"Allow another app...\"\n\n![](https://i.imgur.com/dfRRB9j.png)\n\n3. Click \"Browse...\" then search for your Advanced Combat Tracker folder in your program files, choose the \"Advanced Combat Tracker.exe\" (you may not see the \".exe\" part on your PC), then click \"Open.\"\n\n![](https://i.imgur.com/jeGFmPt.png)\n\n4. Click \"Network types...\" and ensure both \"Private\" and \"Public\" are selected, then click \"OK\" then click \"Add.\"\n\n![](https://i.imgur.com/znWn9hH.png)\n\n5. In the firewall settings you opened in step 1, click \"OK.\"\n\n6. In ACT, click \"Plugins\" then \"FFXIV Settings\" then \"Test Game Connection.\" You should receive a message stating the memory signatures were detected and network data is available. This step must be done while FFXIV is running.\n\n![](https://i.imgur.com/GyW8GAh.png)\n\n## Installing OverlayPlugin\n\nOverlayPlugin allows ACT to show your DPS and other metrics in a visually-pleasing manner over your game (hence, overlay). You will need this in order to use overlays such as Ember Overlay (pctured below):\n\n![](https://i.imgur.com/tye5cGJ.png)\n\n1. In ACT, navigate to Plugins > Plugin Listing and choose \"Get Plugins...\"\n\n![](https://i.imgur.com/hPj8ysg.png)\n\n2. Choose the \"[FFXIV+others] Overlay Plugin\" option, then click \"Download and Enable.\"\n\n![](https://i.imgur.com/u5y6KTe.png)\n\n3. Your plugin list should list `OverlayPlugin.dll` below `FFXIV_ACT_Plugin.dll`. If it does not, use the up/down arrows to rearrange them accordingly. Rearranging the plugins will require a restart of ACT.\n\n![](https://i.imgur.com/B6EnhwP.png)\n\n4. Navigate to Plugins > OverlayPlugin.dll, click the \"New\" button, choose the \"Ember\" preset, and click \"OK.\"\n\n![](https://i.imgur.com/OQa349P.png)\n\n5. Ember Overlay should be visible at this point. Ensure the settings panel for the overlay has the appropriate settings.\n\n![](https://i.imgur.com/1L4cVwo.png)\n\n## Using the Web Socket\n\nThis section is only for people who wish to use the Web socket with an overlay. This allows you to view the overlay in other ways, such as adding it as an OBS browser source, opening it on your phone, etc. If you don't need to do this, skip this section.\n\n1. In ACT, navigate to Plugins > OverlayPlugin WSServer. Ensure the IP address is set to `127.0.0.1` and the port is set to `10501`. Then click \"Start.\"\n\nNote: If you know you want to use a different IP address or port, change them accordingly. IPv6 users may want to use `[::1]` or you may want to bind the socket to all available IP's by using `0.0.0.0`\n\n![](https://i.imgur.com/9RKV5U8.png)\n\n2. Select your desired Web socket overlay from the \"Overlay\" dropdown. The URL provided in the text box is the URL you should use in OBS, on your phone, etc. This URL is different from the one that appears in your OverlayPlugin.dll tab.\n\n![](https://i.imgur.com/s79ArxT.png)\n\n## Using in OBS\n\nIf you are a streamer, you can display the overlay in OBS. The easiest way to do this is by using window capture to capture your overlay along with your game. However, if you're using game capture or if you want your OBS overlay to have different settings than your personal overlay, follow the instructions below.\n\n1. Ensure you have completed the [Using the Web Socket](#using-the-web-socket) steps above.\n\n2. Add an OBS Browser Source using the URL you copied from the Using the Web Socket section.\n\n![](https://i.imgur.com/AZHouEn.png)\n\n![](https://i.imgur.com/IuyOAoF.png)\n\n3. If you wish to resize the source, modify the width/height values directly in the source properties (the window where you enter the URL) instead of resizing the source visually in your scene.\n\n![](https://i.imgur.com/cJxfmNy.png)\n\n4. You can interact with the overlay (to change tabs, etc.) by right-clicking the overlay in your OBS scene stage and choosing \"Interact.\"\n\n![](https://i.imgur.com/hpK4XtP.png)\n\n5. To import settings into the overlay (if you have your tables, CSS, etc. customized):\n\n    1. Export the settings from a non-OBS overlay (gear icon > Export > copy big block of text).\n\n    ![](https://i.imgur.com/ZG2DHB2.png)\n\n    2. Interact with the OBS overlay. Once interacting, right-click the overlay, and choose \"Import.\"\n\n    ![](https://i.imgur.com/OytsHEB.png)\n\n    3. Paste the text you just copied and click the \"Import\" button.\n\n    ![](https://i.imgur.com/8HjM5P9.png)\n\n    4. Done! In this example, I imported an overlay with the zoom setting at 150% so that it appears more clearly in OBS.\n\n    ![](https://i.imgur.com/NgiggHz.png)\n\n### Running Multiple Modes in OBS\n\nWhen normally used in OverlayPlugin, Ember automatically handles running multiple instances in different modes. For example, you could have one overlay in parser/stats mode and one overlay in spell timer mode. However, when using multiple instances of Ember in OBS, the overlays will not be able to remember which mode they are supposed to be in. Therefore, you will need to modify the URL of each overlay a bit. Follow these steps:\n\n1. Get your existing OBS overlay url. It's usually something like: `https://goldenchrysus.github.io/ffxiv/ember-overlay/?HOST_PORT=ws://127.0.0.1/ws`\n\n2. Your URL will either say `?HOST_PORT` or `?OVERLAY_WS` somewhere in the URL. You will be changing this part.\n\n3. After the `?`, add the following: `mode=your_mode&`\n\n4. The URL should now look something like: `https://goldenchrysus.github.io/ffxiv/ember-overlay/?mode=your_mode&HOST_PORT=ws://127.0.0.1/ws`\n\n5. The available modes are `stats` (for the normal parsing overlay) and `spells` (for spell timers). Change `your_mode` to one of these options. For example, my final URL's for each mode would be:\n\n    1. Parsing overlay: `https://goldenchrysus.github.io/ffxiv/ember-overlay/?mode=stats&HOST_PORT=ws://127.0.0.1/ws`\n\n    2. Spell timers: `https://goldenchrysus.github.io/ffxiv/ember-overlay/?mode=spells&HOST_PORT=ws://127.0.0.1/ws`\n\n6. Use your final URL's in OBS to ensure your instances always load the mode you want them to be in."
  },
  {
    "path": "CHANGELOG.md",
    "content": "# Changelog\n\n## 1.9.7\n\n**Released: 2025-04-03**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 7.2\n\n## 1.9.6\n\n**Released: 2024-11-12**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 7.1\n\n## 1.9.5\n\n**Released: 2024-08-29**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 7.05\n\n## 1.9.4\n\n**Released: 2024-08-01**\n\n### Bug Fixes\n- Resolved issue where some SAM and BLM actions did not use post-trait cooldowns\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.9.3\n\n**Released: 2024-07-13**\n\n### Bug Fixes\n- Resolved issue where some buffs, debuffs, and DOTs were not attributed to their relevant classes/jobs\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.9.2\n\n**Released: 2024-07-10**\n\n### Bug Fixes\n- Resolved issue with deprecated skills/effects causing spell timer overlay to fail\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.9.1\n\n**Released: 2024-07-01**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Detect when overlay is being previewed in order to show sample spell timers\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.9.0\n\n**Released: 2024-06-27**\n\n### Bug Fixes\n- Resolved issue where overlay became unusable when enabling horizontal mode while viewing the raid or aggro tabs\n\n### Features\n- Added Dawntrail actions (spells), statuses (effects), and zones\n- Added footer button to toggle the horizontal overlay mode\n\n### UI Changes\n- Improved spell timer image and countdown positioning\n- Improved appearance of encounter timer in right-aligned horizontal overlay\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.8.1\n\n**Released: 2024-06-13**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Added Pictomancer and Viper jobs\n\n## 1.8.0\n\n**Released: 2024-06-13**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added options to specify metrics and sort order at Settings > Discord Webhook\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.7.1\n\n**Released: 2024-06-11**\n\n### Bug Fixes\n- Resolved issue where overlay did not unhide after auto-hiding and resuming combat\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.7.0\n\n**Released: 2024-06-09**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added options to minimize overlay instead of fully hiding when inactive at Settings > Interface > \"Auto-Hide Overlay After Inactivity\"\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.6.1\n\n**Released: 2024-05-09**\n\n### Bug Fixes\n- Fixed missing image issue in FFXIV Clear Blue theme minimized placeholder\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.6.0\n\n**Released: 2024-05-01**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added FFXIV Clear Blue theme\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 6.58\n\n## 1.5.3\n\n**Released: 2023-09-13**\n\n### Bug Fixes\n- Fixed broken Discord URL\n\n### Features\n- Updated max spell warning threshold to 30 seconds\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.5.2\n\n**Released: 2023-08-18**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 6.48\n\n## 1.5.1\n\n**Released: 2023-06-25**\n\n### Bug Fixes\n- Resolved invalid state fetch error\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.5.0\n\n**Released: 2023-06-03**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 6.4\n\n## 1.4.1\n\n**Released: 2023-03-07**\n\n### Bug Fixes\n- Resolved issue where player charts would disappear when an encounter ended\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.4.0\n\n**Released: 2023-01-16**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 6.3\n\n## 1.3.0\n\n**Released: 2022-12-18**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added \"Job\" as a selectable column/metric at Settings > Player Table and Settings > Player Detail\n\n### UI Changes\n- N/A\n\n### Code Changes\n- All code in `src/` is now linted with ESLint\n\n### Miscellaneous\n- N/A\n\n## 1.2.1\n\n**Released: 2022-09-04**\n\n### Bug Fixes\n- Resolved issue with some oGCD actions causing other actions to start their cooldown timers (via action indirections)\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.2.0\n\n**Released: 2022-08-26**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 6.2\n\n## 1.1.1\n\n**Released: 2022-08-13**\n\n### Bug Fixes\n- Resolved issue with inactive encounter replacing sample game data due to ACT plugin constantly sending inactive encounter data\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.1.0\n\n**Released: 2022-05-31**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated game data through FFXIV patch 6.11a\n\n## 1.0.5\n\n**Released: 2022-05-16**\n\n### Bug Fixes\n- Resolved issue where performance bars were overlapping in raid view\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.0.4\n\n**Released: 2022-04-28**\n\n### Bug Fixes\n- Resolved issue where overlay does not auto hide due to ACT plugin constantly sending inactive encounter data\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.0.3\n\n**Released: 2022-03-22**\n\n### Bug Fixes\n- Resolved misaligned rank in overlay header\n\n### Features\n- N/A\n\n### UI Changes\n- Updated Chinese translations\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.0.2\n\n**Released: 2022-02-18**\n\n### Bug Fixes\n- Resolved typo in job names\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 1.0.0\n\n**Released: 2022-01-17**\n\n### Bug Fixes\n- Resolved issue where spell timers do not reset on party wipe\n\n### Features\n- Added horizontal overlay\n    - Added setting at Interface > Horizontal > \"Use Horizontal Overlay\" to enable overlay\n    - Added setting at Interface > Horizontal > \"Shrink Width\" to only use as much horizontal space as necessary to display game data\n    - Added setting at Interface > Horizontal > \"Alignment\" to choose if the overlay should be left, right, or center aligned\n        - Choosing \"Right\" also makes the overlay display from right to left\n    - Metrics displayed in the overlay are controlled by the column settings at Player Table\n    - Metrics displayed in the player tooltips are controlled by the metric settings at Player Detail\n- Added setting at Interface > Theme > \"Text Scale\" to adjust the text zoom without affecting most of the UI elements\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Updated most pixel-based font sizes to `rem` sizes\n- Changed performance bars from using `background-size` to using `width` to determine the size of the bar\n\n### Miscellaneous\n- Updated donor credits\n\n## 0.33.1-alpha\n\n**Released: 2022-01-04**\n\n### Bug Fixes\n- Fixed cooldown calculation for spells with charges\n\n### Features\n- N/A\n\n### UI Changes\n- Made spell timer glow more noticeable\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated donor credits\n- Updated effect and instance data for FFXIV patch 6.05\n\n## 0.33.0-alpha\n\n**Released: 2021-12-06**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added ability to track debuffs\n- Added Endwalker actions (spells), statuses (effects), and zones\n\n### UI Changes\n- Updated action and effect icons\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.32.3-alpha\n\n**Released: 2021-12-04**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- Added Russian translations\n- Updated French translations\n- Updated Reaper and Sage job icons\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.32.2-alpha\n\n**Released: 2021-12-02**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- Updated Chinese, Portuguese, German, Korean, and Ukrainian translations\n\n### Code Changes\n- Added Reaper and Sage job icons\n\n### Miscellaneous\n- N/A\n\n## 0.32.1-alpha\n\n**Released: 2021-11-15**\n\n### Bug Fixes\n- Fixed Lightspeed cooldown for characters with Hyper Lightspeed\n- Fixed issue with overlay crashing in certain scenarios when job name display is enabled\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.32.0-alpha\n\n**Released: 2021-10-08**\n\n### Bug Fixes\n- ?\n\n### Features\n- Added setting at Settings > Interface > \"Use Job Names Instead of Player Names\" to display job name instead of player name\n- Added TTS alert for low mana\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Added debuff data\n\n### Miscellaneous\n- N/A\n\n## 0.31.0-alpha\n\n**Released: 2021-08-18**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added ability to trigger TTS alerts when self buffs or party buffs are received or when a party member casts a spell\n\n### UI Changes\n- Added ad support option\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.30.1-alpha\n\n**Released: 2021-08-17**\n\n### Bug Fixes\n- Resolved issue where visual timer does not tick down for items with special characters in their name\n- Resolved issue where permanent timers would not retain their static positions or permanency once invoked\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.30.0-alpha\n\n**Released: 2021-08-16**\n\n### Bug Fixes\n- Resolved issue where visual timer does not tick down for items with spaces in their name when in compact or normal mode\n\n### Features\n- Added swings metric\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Updated error logging\n\n### Miscellaneous\n- N/A\n\n## 0.29.1-alpha\n\n**Released: 2021-07-12**\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Bug Fixes\n- N/A\n\n### Code Changes\n- Increased verbosity of Promise errors\n\n### Miscellaneous\n- N/A\n\n## 0.29.0-alpha\n\n**Released: 2021-06-13**\n\n### Features\n- Added spell timer support for actions that change into other actions (e.g. a Samurai can now track Tsubame-gaeshi instead of Kaeshi: Setsugekka)\n\n### UI Changes\n- N/A\n\n### Bug Fixes\n- Resolved issue where health-based TTS alerts would never trigger\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.28.3-alpha\n\n**Released: 2021-05-24**\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Bug Fixes\n- Resolved issue where a jobless combatant (e.g. Limit Breaks) would sometimes crash the overlay\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.28.2-alpha\n\n**Released: 2021-05-06**\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Bug Fixes\n- Resolved issue where some jobless combatants would appear in the overlay when collapsed\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.28.1-alpha\n\n**Released: 2021-05-05**\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Bug Fixes\n- Resolved issue where some effect timers appeared too many times\n- Resolved issue where some stack-based effects would reset to the maximum duration when a stack was lost\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.28.0-alpha\n\n**Released: 2021-05-02**\n\n### Features\n- Added setting \"Show Names When Hovering Over Timer\" in Spell Designer > General to enable timer name tooltips\n- Added spell timer support for PVP skills\n\n### UI Changes\n- Added translations for Ukrainian\n- Updated translations for German\n- Changed Interface > Decimal Accuracy setting to slider for UI consistency\n\n### Bug Fixes\n- Resolved issue where some buffs were missing from the available options\n- Resolved issue where \"Invert Vertical\" setting did not align timers to bottom of UI Builder sections\n- Resolved issue where TTS alerts would include punctuation in some Windows voices\n- Resolved issue where disabling UI Builder while in \"Edit UI\" did not remove the UI Builder grid\n- Resolved issue where Dualcast would not be included in permanent timers for Red Mage\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.27.2-alpha\n\n**Released: 2021-04-26**\n\n### Bug Fixes\n- Resolved issue where clicking the highlighted settings cog did not remove the highlight\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.27.1-alpha\n\n**Released: 2021-04-26**\n\n### Bug Fixes\n- Resolved issue where adding timers may not work until the overlay is reloaded\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.27.0-alpha\n\n**Released: 2021-04-25**\n\n### Bug Fixes\n- Resolved issue with reordering multiple-select dropdowns in settings\n- Resolved issue where cooldowns would be inaccurate for Contre Sixte, Manafication, and Sharpcast if your character has the recast reduction traits\n- Resolved issue where timer indicator was shifted right by 3 pixels when setting to hide icons was enabled\n- Resolved issue where resizing a spell timer UI section would move it back to its original position\n\n### Features\n- Added setting \"Display Permanently\" for each timer type in Settings > Spell Timers\n- Added setting \"Use Static Positions for Permanent Timers\" for each timer type in Settings > Spell Timers\n- Added setting \"Use Text to Speech\" at Settings > Party Spell Timers\n- Added setting \"Only Track in These Instances\" at Settings > Party Spell Timers\n- Added spell timer preview when in Edit UI mode\n- Added Discord webhook support at setting tab \"Discord Webhook\"\n\n### UI Changes\n- Made parser footer more responsive at small overlay sizes (less than or equal to 350 pixels wide)\n\n### Code Changes\n- Consolidated duplicated localization texts\n- Removed unnecessary setting schema value lookup functions\n- Made settings saving more graceful\n\n### Miscellaneous\n- N/A\n\n## 0.26.0-alpha\n\n**Released: 2021-04-22**\n\n### Bug Fixes\n- Resolved issue where context menu was misplaced when using a non-100 zoom setting\n\n### Features\n- Added setting \"Text to Speech Trigger\" to allow choosing when the TTS alert should trigger\n- Added new setting tab \"Party Spell Timers\" to set spells that should be tracked for other party/alliance members\n- Added icon-only spell timer layout at Spell Timers > Layout; enabling this will override the setting to show/hide spell icons\n- Added new setting tab \"Spell Designer\" for customizing the appearance of timers\n- Added spell timer custom UI builder\n    - New setting tab \"UI Builder\" allows creation of spell timer sections that track only the spell types you choose\n    - Setting \"Use UI Builder\" in the UI Builder tab must be enabled for changes to take effect\n    - In the overlay, right clicking and choosing \"Edit UI\" will allow you to drag and resize the spell timer sections you created\n    - UI position/size edits are saved after right clicking and choosing \"Save UI\"\n    - If you are unable to right click on your overlay (i.e. the overlay is empty), you can either:\n        - Cast a spell that you're already tracking, then you will be able to right click on the spell timer\n        - In OverlayPlugin, turn off the \"Lock overlay\" option or turn on the \"Force white background\" option\n            - Be sure to turn off the white background or lock your overlay once you've chosen \"Edit UI\" or opened your settings\n            - A warning will appear asking you to lock your overlay again once you choose \"Edit UI\" after unlocking the overlay\n\n### UI Changes\n- Setting at Spell Timers > Use Minimal Layout has been renamed to \"Layout\" to allow for the icon-only layout\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.25.1-alpha\n\n**Released: 2021-04-14**\n\n### Bug Fixes\n- Resolved issue where spell timer cooldowns are incorrect when system time does not match game time\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.25.0-alpha\n\n**Released: 2021-04-10**\n\n### Bug Fixes\n- Resolved issue where settings did not simultaneously distribute if multiple overlays were open\n\n### Features\n- Added spell timers (for skills, buffs, and DOT's)\n    - Right-click on overlay and choose \"Mode: Spell Timers\"\n    - Setup can be accessed at Settings > Spell Timers\n        - Settings cog is moved to the top right of the overlay when in spell timer mode\n    - \"Use Text to Speech\" setting causes the spell name to be said when it's ready\n    - \"Minimal Layout\" setting turns the spell timers into compact bars\n    - \"Warning Threshold\" setting causes the spell to begin flashing when the duration is expiring\n    - The \"Reverse\" options cause the cooldown bar to deplete left-to-right instead of right-to-left\n    - \"Invert Vertical\" causes the spells to stack bottom-to-top instead of top-to-bottom\n    - \"Invert Horizontal\" causes the spells to stack right-to-left instead of left-to-right\n- Added classic theme\n    - Setting to enable is located at Settings > Interface > Theme\n\n### UI Changes\n- Theme setting (Settings > Interface > Theme) is now a select dropdown\n    - Default theme is \"FFXIV Dark\"\n    - Previous \"Use Light Theme\" setting now corresponds to \"FFXIV Light\"\n    - New classic theme is \"FFXIV Classic\"\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.24.0-alpha\n\n**Released: 2021-03-28**\n\n### Bug Fixes\n- Resolved issue where overlay would sometimes crash when restoring settings from OverlayPlugin\n\n### Features\n- Added text-to-speech alerts at Settings > Text to Speech\n- Added numeric-only max hit metric\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Abstracted some `MetricNameTable` logic to `Table` in order to share it with the TTS rules table\n\n### Miscellaneous\n- Updated donor credits\n- Added PayPay donation option\n\n## 0.23.3-alpha\n\n**Released: 2021-01-02**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated donor credits\n\n## 0.23.2-alpha\n\n**Released: 2020-11-05**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- Player names are now layered above the performance bars in the DOM for style and color consistency\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated donor credits\n\n## 0.23.1-alpha\n\n**Released: 2020-09-06**\n\n### Bug Fixes\n- Resolved issue where overlay may crash if a metric rename uses an emoji\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.23.0-alpha\n\n**Released: 2020-09-06**\n\n### Bug Fixes\n- Resolved issue where table header language did not update immedidately upon changing language\n- Resolved issue where changelog on overlay load would show changes from every existing version instead of only the most recent versions\n\n### Features\n- Settings silently restore from OverlayPlugin's data store (if present) when settings cannot be found in browser cache\n- Added \"Import from OverlayPlugin\" button for Web socket users at right-click > Import\n    - Will pull current settings from OverlayPlugin (if present) and import them into the current overlay\n    - Will only pull settings from like-enviroments (i.e. a production overlay will only pull production settings and a staging overlay only pulls staging settings)\n\n### UI Changes\n- Updated translations for Japanese and Chinese\n\n### Code Changes\n- Refactored event subscription logic for performance\n- Settings now back up to OverlayPlugin's own data store\n\n### Miscellaneous\n- N/A\n\n## 0.22.0-alpha\n\n**Released: 2020-08-16**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Settings page now works independently of the main overlay (parser)\n    - Previously, settings would only save if you opened the settings page from the parser and kept the parser open\n    - Can navigate directly to `https://goldenchrysus.github.io/ffxiv/ember-overlay/#/settings/about` without the parser open to make changes\n    - Useful in programs like Streamlabs OBS where pasting usually does not work so settings are difficult to import; can modify settings directly in the Browser Source now\n- Added setting to prioritize party at top of player list\n    - Intended for alliance raids, your party will be listed before all other raid members\n    - Rankings and performance bars will still be relative to the entire raid's performance\n    - Accessible at Settings > Player Table > Prioritize Party Members at Top of List or Settings > Raid View > Prioritize Party Members at Top of List\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Player rows now have HTML attributes `data-party=\"1\"` or `data-party=\"0\"` to indicate if a given player is or isn't in your party, respectively\n- Performance improvements\n\n### Miscellaneous\n- N/A\n\n## 0.21.0-alpha\n\n**Released: 2020-08-09**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added ability to drag and drop player table columns, player detail metrics, and raid view metrics in settings to allow easy reordering\n- Added shield per second metric\n\n### UI Changes\n- Added translations for Korean\n- Updated translations for Chinese\n- Changed colors of player detail chart\n    - Red for DPS\n    - Green for HPS\n    - Blue for DTPS\n- Reordered max hit and max heal metrics so numeric value displays before skill name\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated README feature images\n\n## 0.20.3-alpha\n\n**Released: 2020-08-02**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- Updated translations for Chinese\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.20.2-alpha\n\n**Released: 2020-08-02**\n\n### Bug Fixes\n- Fixed issue where max DPS would carry over from previous encounter\n\n### Features\n- N/A\n\n### UI Changes\n- Made performance bar backgrounds slightly lighter in the light theme\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Updated sample data\n- Updated README feature images\n\n## 0.20.1-alpha\n\n**Released: 2020-08-01**\n\n### Bug Fixes\n- Fixed issue where max DPS is sometimes not registered correctly due to incorrect data types\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.20.0-alpha\n\n**Released: 2020-07-26**\n\n### Bug Fixes\n- Fixed issue where rank was higher than it should be if player is in last place\n- Fixed issue with overlay crashing in some cases when an monster's target had not yet been processed in the combatant tables\n\n### Features\n- Added new player metric: Max Damage Per Second\n    - \"Max Damage Per Second\" is each combatant's ongoing max recorded DPS after at least 30 seconds have elapsed in the encounter\n- Added pet and companion support\n    - Pets and companions will appear below the main player table\n    - Each pet or companion counts towards the overall combatant count\n    - Your combatant rank/performance is based on your character's DPS/HPS/etc. not the DPS/HPS/etc. of your pets or companions\n    - This functionality is directly tied to the ACT setting located at Plugins > FFXIV Settings > Disable Combine Pets with Owner\n        - Ember does not provide any pet merging functionality outside of the standard ACT merging functionality\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.19.0-alpha\n\n**Released: 2020-07-19**\n\n### Bug Fixes\n- Fixed issue with Twitch streamers list not loading in settings menu\n\n### Features\n- Added new player metrics: Heal Count, Shields, and Parry %.\n    - \"Heal Count\" is the number of heals (not the health value of heals) casted\n    - \"Shields\" is health value of shielding casted\n    - \"Parry %\" is the frequency of parrying, similar to \"Block %\"\n\n### UI Changes\n- Renamed \"Select All\" in Settings > Export to \"Copy\" -- button now automatically initiates a copy of all of the export text\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Added welcome message in OverlayPlugin logs\n\n## 0.18.0-alpha\n\n**Released: 2020-07-05**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added minimal theme\n    - Enable the minimal theme in Settings > Interface > Theme\n\n### UI Changes\n- Shortened English \"Death\" table title to \"Dth\"\n\n### Code Changes\n- Added `data-role` attribute (enum: `dps`, `heal`, `tank`) to player row `<div>` for easier role-wide CSS styling\n\n### Miscellaneous\n- Reorganized \"Interface\" settings section\n\n## 0.17.0-alpha\n\n**Released: 2020-06-07**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added encounter history\n    - Encounter history can be accessed by clicking the rewind clock icon in the bottom-right of the overlay\n    - Up to five encounters will be stored at a time, including the active encounter\n    - If viewing a previous encounter while in an active encounter, the previous encounter will continue to display until the user manually switches back to the active encounter\n        - Active encounter will continue to accurately parse in the background when viewing a previous encounter\n    - Previous encounters store: table data, player detail (including graphs), enmity data, and the aggro list\n\n### UI Changes\n- Renamed \"Aggro\" tab to \"Agg\" to save space\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.16.0-alpha\n\n**Released: 2020-05-30**\n\n### Bug Fixes\n- Fixed 404 error for resize handle image\n\n### Features\n- Added enmity and aggro data for ngld OverlayPlugin users\n    - Added \"Enmity\" metric to table and detail settings\n    - \"Aggro\" tab automatically available for ngld OverlayPlugin users\n- TODO: Add \"copy\" and \"paste\" buttons for exporting/importing settings data\n\n### UI Changes\n- New-version indicator (colored gear) will no longer trigger when overlay is running in OBS\n\n### Code Changes\n- `/src/data/locales/metrics.json` renamed to `player-metrics.json`\n- `/src/data/locales/monster-metrics.json` added\n- `/src/processors/SocketMessageProcessor.js` renamed to `MessageProcessor.js`\n- Modified `/src/services/PluginService.js` to utilize the aforementioned `MessageProcessor`\n\n### Miscellaneous\n- N/A\n\n## 0.15.3-alpha\n\n**Released: 2020-02-09**\n\n### Bug Fixes\n- N/A\n\n### Features\n- N/A\n\n### UI Changes\n- Updated translations for Portuguese and Japanese\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.15.2-alpha\n\n**Released: 2020-01-26**\n\n### Bug Fixes\n- Fixed issue causing DPS, HPS, damage taken, heals taken, and deaths to not always sum in the table footer depending on which overlay tab was active\n\n### Features\n- N/A\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.15.1-alpha\n\n**Released: 2020-01-15**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added better support for ngld OverlayPlugin Web sockets\n    - Alternative URL for Ember Overlay is `http://http.chrysus.xyz/ffxiv/ember-overlay/`\n    - Users on ngld OverlayPlugin using Web sockets will automatically redirect to this URL; no plugin setup changes are necessary\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Added redirect to non-SSL site for Web socket users on ngld OverlayPlugin\n- Added build variants `nonssl` and `nonssl-staging` for building the non-SSL site code\n    - `npm run build:nonssl`\n    - `npm run build:nonssl-staging`\n\n### Miscellaneous\n- Created new ACT/OverlayPlugin installation guide\n\n## 0.15.0-alpha\n\n**Released: 2020-01-12**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added setting page to rename metrics\n    - Accessible at Settings > Metric Names\n    - Add new metric name by choosing an existing metric, entering custom names, and clicking \"Add\"\n    - Custom names can be deleted by clicking \"Delete\" on the row\n    - Must click \"Save\" for your custom names to update\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Added PayPal donation option\n- Corrected changelogs for previous versions\n\n## 0.14.0-alpha\n\n**Released: 2019-12-23**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added setting to auto-hide the overlay after a period of inactivity\n    - The method for calculating inactivity is subject to change; please report issues in the Discord\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.13.0-alpha\n\n**Released: 2019-12-01**\n\n### Bug Fixes\n- Resolved issue where imported settings would sometimes not save\n\n### Features\n- N/A\n\n### UI Changes\n- Added French and Spanish translations\n- Fixed some translation errors\n- Updated some translation items for all languages\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- Corrected changelogs for previous versions\n\n## 0.12.1-alpha\n\n**Released: 2019-11-04**\n\n### Bug Fixes\n- Resolved issue where encounter history graph would reset after 100 seconds\n\n### Features\n- N/A\n\n### UI Changes\n- Updated some translations for Chinese\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.12.0-alpha\n\n**Released: 2019-09-29**\n\n### Bug Fixes\n- Resolved issue where decimal accuracy of 0 would not be saved\n\n### Features\n- Added setting to blur job icons when blurring player names\n\n### UI Changes\n- Updated some translations for Chinese\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.11.0-alpha\n\n**Released: 2019-09-15**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added setting to specify decimal accuracy (0, 1, or 2 - default)\n- Added setting to shorten thousands to \"K\"\n\n### UI Changes\n- N/A\n\n### Code Changes\n- N/A\n\n### Miscellaneous\n- N/A\n\n## 0.10.0-alpha\n\n**Released: 2019-09-02**\n\n### Bug Fixes\n- Resolved issue where custom CSS code editor wouldn't expand vertically to accommodate several lines of CSS\n- HOTFIX: Resolved issue where overlay would instantiate infinite WebSocket clients, causing high CPU usage on some machines\n- Resolved issue where the overlay couldn't be collapsed as normal upon first load before an encounter had begun\n\n### Features\n- Added translation system\n    - Languages\n        - Português\n        - 中文\n        - 日本語\n        - Deutsch\n    - To do:\n        - README\n        - Changelogs\n        - Donation page\n        - New text added since the translation process began\n\n### UI Changes\n- Removed decimals from death metric\n\n### Code Changes\n- Added translation data at `/src/data/locales/*.json`\n- Translations are generated by new service at `/src/services/LocalizationService.js`\n- Added `react-string-replace` to help dynamically replace placeholder text in translation templates with React components\n\n### Miscellaneous\n- Added credits to \"About\" and \"Donate\" pages in settings\n\n## 0.9.0-alpha\n\n**Released: 2019-08-25**\n\n### Bug Fixes\n- Resolved issue where saved CSS would not appear in code editor on subsequent loads of the settings window\n- HOTFIX: Resolved issue where calculating effective healing metrics may cause an error\n\n### Features\n- Added setting to display total DPS (rDPS) in overlay footer\n- Added setting to show overlay footer when collapsed\n- Added setting to show performance background bars\n- Added setting to specify current player's name\n- Converted on/off player name shortening setting to setting with four options\n    - Options are: No shortening, First L., F. Last, and F. L.\n\n### UI Changes\n- Renamed \"TPS\" (Tank Per Second) to \"DTPS\" (Damage Taken Per Second)\n- Changed blur intensity when blurring player names\n- Added value indicator to settings sliders\n- Added donation info to overlay startup screen and settings window\n\n### Code Changes\n- Added migration system to convert old data to new data\n    - File structure is as follows:\n        - `/src/constants/Migrations.js` lists the available migrations in order of creation\n        - `/src/migrations/*` contains each migration file and its logic\n        - `/src/services/MigrationService.js` handles running any pending migrations\n    - Migration process is initiated from `/src/index.js`\n- Implemented scaling reconnect delay when a connection to ACTWebSocket fails or closes\n\n### Miscellaneous\n- Updated README with OverlayPlugin version requirement\n- Updated README with ACTWebSocket version requirement\n\n## 0.8.0-alpha\n\n**Released: 2019-08-18**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added new metric \"tank per second\"\n    - Shows damage tanked per second (TPS)\n- Added graphs to the player detail view\n    - Graphs display DPS, HPS, and TPS\n- Added setting to move table footer row to top of table\n- ON HOLD: Add setting to display total DPS in bottom right of overlay\n- ON HOLD: Add setting to show bottom of overlay when collapsed\n\n### UI Changes\n- Added \"View Encounter Detail\" to right-click menu\n\n### Code Changes\n- Added `lodash.mergewith` to customize the way arrays are merged for settings\n\n### Miscellaneous\n- Update sample data to add history data for charts\n\n## 0.7.0-alpha\n\n**Released: 2019-08-11**\n\n### Bug Fixes\n- Resolved issue where table summation did not work for some regions\n- Resolved issue where changing multiple settings simultaneously wouldn't update all settings\n\n### Features\n- Added settings import/export\n    - To export, open the settings window, navigate to the \"Export\" page, and copy the export key\n    - To import, right click on the overlay, choose \"Import,\" and paste the exported key\n- Added streamers panel at Settings > Streamers\n    - If streamers are live, only live streamers are featured\n    - If all streamers are offline, all streamers are featured\n    - Streamer display order is random for fairness\n- Added light theme\n    - Setting to enable is located at Settings > Interface > \"Use Light Theme\"\n\n### UI Changes\n- Right-click menu is now more organized with group dividers\n\n### Code Changes\n- Added `lodash.shuffle` as a convenient Fisher-Yates shuffle implementation\n    - Used to shuffle the streamer list for fair, random display orders\n- Added LESS functions file at `/src/styles/functions/common.less` to support theme-specific CSS\n- Refactored several LESS files within `/src/styles/components`\n\n### Miscellaneous\n- N/A\n\n## 0.6.0-alpha\n\n**Released: 2019-08-04**\n\n### Bug Fixes\n- Long-pressing left click will no longer trigger the context menu\n- Numbers for max hit/heal in certain regions will no longer result in \"NaN\"\n- Changelog sections will no longer display in \"About\" if they contain no changes\n\n### Features\n- Added button to toggle collapsed state\n- Added setting to make overlay collapse downwards\n- Added settings to change player names to short names\n- Added setting for overlay zoom\n- Overlay can be minimized in the bottom corners\n\n### UI Changes\n- Changed player table \"CH DH %\" header to \"CDH %\" for critical direct hits\n- Moved minimize buttons to the corners of the overlay\n- Added tooltips on hover to all icon buttons to make their purpose clearer\n- Made settings page accessible from right-click menu\n- Converted custom CSS input box to a code input box\n- Encounter time is now listed at the beginning of the encounter info\n- Encounters titled \"Encounter\" will simply list the zone name rather than displaying \"Encounter\" first\n\n### Code Changes\n- Added `react-tooltip` package for icon button tooltips\n- Added `react-simple-code-editor` package to convert CSS textarea to styled code input\n\n### Miscellaneous\n- Added staging site info to README\n\n## 0.5.0-alpha\n\n**Released: 2019-07-28**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Adding settings system\n    - Overlay will remember which tab user was viewing and if they had the overlay collapsed\n    - User can specify the opacity (transparency) of the overlay\n    - User can specify if their party rank should display in the top-right corner\n    - For each table tab, the user can specify the columns that appear, default sorting, and whether the footer row shows\n    - For the player detail, the user can specify the metrics that appear for each role type\n    - For the raid view, the user can specify the default sorting and the metrics that appear for each role type\n    - User can blur other players' names (eye icon in bottom right of overlay)\n    - User can provide custom CSS that will affect the overlay\n        - Will not affect settings page\n- Updated sample data to eight players instead of four\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Added middleware to Redux store to listen for state changes from other instances of the same session\n    - For syncing setting changes from the settings interface to the active overlay\n- Added `semantic-ui-less` and `semantic-ui-react`\n- Refactored all CSS colors into LESS variables for future light theme\n- Added `changelog-parser` to help auto-create user-friendly changelogs based on user's last version\n- Added some `lodash` packages for easier state management\n- Added `jquery-ui` package for slider\n- Added `compare-versions` to perform version comparison logic\n- Refactored lots of code\n\n### Miscellaneous\n- N/A\n\n## 0.4.0-alpha\n\n**Released: 2019-07-21**\n\n### Bug Fixes\n- N/A\n\n### Features\n- Added 24-person overlay tab\n    - Sorting is by total damage descending\n    - Currently shows DPS and HPS as metrics\n    - Metric types are prioritized by job role (i.e. healers display HPS before DPS)\n\n### UI Changes\n- N/A\n\n### Code Changes\n- Added `GameJobs` constant comprising job data (roles, currently) indexed by class/job key\n\n### Miscellaneous\n- Corrected changelogs for previous versions\n\n## 0.3.0-alpha\n\n**Released: 2019-07-20**\n\n### Bug Fixes\n- Resolved issue where encounter is always listed as inactive\n- Fixed table sorting for scenarios when primary sort values for two players are equal\n\n### Features\n- Added ability to split encounter when using OverlayProc\n    - Click the scissors icon in the bottom right of the overlay, or right-click and choose \"Split Encounter\"\n\n### UI Changes\n- Improved automatic resizing of table columns\n\n### Code Changes\n- Updated router to `HashRouter`\n- Added default environment variables\n    - `package.json` and `.env-cmdrc.sample` files were updated to reflect this\n- Added staging environment to build options\n\n### Miscellaneous\n- Updated README\n\n## 0.2.0-alpha\n\n**Released: 2019-07-20**\n\n### Bug Fixes\n- Cursor will no longer change to a text cursor when hovering over text in an OverlayProc window\n- Corrected issues presented by React console errors\n- Resolved issue where socket disconnect would throw a JavaScript error\n- Resolved issue where numbers with decimals ending in 0 may be formatted differently than other numbers\n    - RESOLVES: 0.1.2-alpha bug: \"Inconsistent number formatting for certain regions\"\n\n### Features\n- Added ability to split encounter when using OverlayPlugin\n    - Click the scissors icon in the bottom right of the overlay, or right-click and choose \"Split Encounter\"\n\n### UI Changes\n- Added Font Awesome icon package\n\n### Code Changes\n- Implemented `react-router-dom` route matching in order to support planned settings dialog\n- Restructured file tree of the `Parser` component\n\n### Miscellaneous\n- Implemented Semantic versioning\n\n## 0.1.2-alpha\n\n**Released: 2019-07-19**\n\n### Bug Fixes\n- IN PROGRESS: Inconsistent number formatting for certain regions\n\n### Features\n- Navigation footer will not be shown in collapsed mode\n\n### UI Changes\n- Removed title bar\n- Removed italics from encounter info bar\n    - Encounter info is now prefixed with \"Inactive:\" when the encounter is inactive\n- Made \"DPS,\" \"Heal,\" and \"Tank\" buttons at bottom of overlay smaller\n\n### Code Changes\n- Changed some component file tree organization\n- Defined build environment variables in `.env-cmdrc`\n- Modified build commands to accommodate production and development build enviroments\n\n### Miscellaneous\n- Added changelog\n- Added changelog info to readme\n- Updated README build steps\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# FFXIV Ember Overlay & Spell Timers\nPowerful, data-focused DPS overlay and spell timers for Final Fantasy XIV. Can be used with the [OverlayPlugin](https://github.com/ngld/OverlayPlugin/releases) and [ACTWebSocket](https://github.com/ZCube/ACTWebSocket) plugins for [Advanced Combat Tracker](https://advancedcombattracker.com/download.php).\n\n### Updated for Dawntrail.\n\n[![GitHub](https://img.shields.io/github/license/GoldenChrysus/ffxiv-ember-overlay.svg?style=flat-square)](https://github.com/GoldenChrysus/ffxiv-ember-overlay/blob/master/LICENSE)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/GoldenChrysus/ffxiv-ember-overlay/master.svg?style=flat-square)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/GoldenChrysus/ffxiv-ember-overlay/bleeding-edge.svg?style=flat-square)\n[![Works with OverlayPlugin](https://img.shields.io/badge/works%20with-OverlayPlugin-blue.svg?style=flat-square)](https://github.com/ngld/OverlayPlugin)\n[![Works with ACTWebSocket](https://img.shields.io/badge/works%20with-ACTWebSocket-blue.svg?style=flat-square)](https://github.com/ZCube/ACTWebSocket)\n[![Discord](https://img.shields.io/discord/603399999723929600.svg?style=flat-square&logo=discord)](https://discord.gg/7Kdpw6C)\n![GitHub package.json dynamic](https://img.shields.io/github/package-json/keywords/GoldenChrysus/ffxiv-ember-overlay.svg?style=flat-square)\n\n#### Funding\n<a href=\"https://cash.app/$chrysus\"><img src=\"https://chrysus.xyz/projects/ffxiv-ember-overlay/public/img/buttons/funding/cash.svg\" alt=\"Donate on Cash App\" height=\"23\"></a>\n<a href=\"https://paypal.me/goldenchrysus\"><img src=\"https://i.imgur.com/BSwN4CJ.png\" alt=\"Donate at PayPal\" height=\"23\"></a>\n<a href=\"https://chrysus.xyz/paypay\"><img src=\"https://chrysus.xyz/projects/ffxiv-ember-overlay/public/img/buttons/funding/paypay.svg\" alt=\"ペイペイで施してください\" height=\"23\"></a>\n<a href=\"https://ko-fi.com/S6S611OOG\"><img src=\"https://i.imgur.com/txi1yLu.png\" alt=\"Donate at Ko-fi\" height=\"23\"></a>\n<a href=\"https://patreon.com/Chrysus\"><img src=\"https://i.imgur.com/y4z22XP.png\" alt=\"Become a Patron\" height=\"23\"></a>\n<a href=\"https://chrysus.live/tip\"><img src=\"https://chrysus.xyz/projects/ffxiv-ember-overlay/public/img/buttons/funding/streamlabs.svg\" alt=\"Donate at Streamlabs\" height=\"23\"></a>\n\n## Usage with OverlayPlugin\nCreate a new overlay from one of the Ember presets. Alternatively, set your OverlayPlugin URL to https://goldenchrysus.github.io/ffxiv/ember-overlay/\n\n## Usage with ACTWebSocket with OverlayProc\nAdd a new skin URL to https://goldenchrysus.github.io/ffxiv/ember-overlay/ and create a new overlay window from this skin.\n\n## Discord\nJoin the Discord server to receive live updates, report bugs, or request features at: [https://discord.gg/7Kdpw6C](https://discord.gg/7Kdpw6C)\n\n## Navigation\n- <a href=\"#features\">Features</a>\n- <a href=\"#installation\">Installation</a>\n- <a href=\"#changelog\">Changelog</a>\n- <a href=\"#staging-site\">Staging Site</a>\n- <a href=\"#credits\">Credits</a>\n- <a href=\"#building\">Building</a>\n- <a href=\"#contributing\">Contributing</a>\n- <a href=\"#license\">License</a>\n- <a href=\"#copyright\">Copyright</a>\n\n## Features\n### Informative tabs for damage, healing, tanking, raiding, and aggro.\n![DPS tab](https://i.imgur.com/EjRWhdU.png \"DPS tab\")\n![Healing tab](https://i.imgur.com/TxqEJ1t.png \"Healing tab\")\n![Tanking tab](https://i.imgur.com/uMXYkyu.png \"Tanking tab\")\n![Raid tab](https://i.imgur.com/8pKG0uC.png \"Raid tab\")\n![Aggro tab](https://i.imgur.com/H79KkfB.png \"Aggro tab\")\n\n### Click on any player's name to view detailed statistics.\n![Detailed statistics](https://i.imgur.com/EzR299y.gif \"Detailed statistics\")\n\n### Optional minimal, Light, Classic, and Clear Blue themes (minimal can be combined with any theme).\n![Minimal theme](https://i.imgur.com/psPV5yL.png \"Minimal theme\")\n![Light theme](https://i.imgur.com/HJTyGqJ.png \"Light theme\")\n![Classic theme](https://i.imgur.com/wq65hM7.png \"Classic theme\")\n![Clear Blue theme](https://i.imgur.com/vHWhxp4.png \"Clear Blue theme\")\n\n### Compact yet fully-featured horizontal layout available for every theme combination.\n![Horizontal layout](https://i.imgur.com/S58QK2m.png \"Horizontal layout\")\n\n### Spell timers.\n**Spell, buff, DOT, and debuff timers.**\n\n![Spell, buff, DOT, and debuff timers](https://i.imgur.com/7qNwV06.gif \"Spell, buff, DOT, and debuff timers\")\n\n**Optional minimal layout.**\n\n![Minimal layout](https://i.imgur.com/KM1bQdr.png \"Minimal layout\")\n\n**Flexible layout options.**\n\n![Flexible layout](https://i.imgur.com/eluTIe2.png \"Flexible layout\")\n![Icon layout](https://i.imgur.com/eEWwUfi.png \"Icon layout\")\n\n**Powerful but easy spell timer setup.**\n\n![Powerful but easy setup](https://i.imgur.com/z8UPg7u.png \"Powerful but easy setup\")\n\n### Text to speech alerts.\n![Customizable text to speech alerts](https://i.imgur.com/cMj0OJF.png \"Customizable text to speech alerts\")\n\n### Powerful overlay and data settings.\n![Customizable overlay](https://i.imgur.com/Kpq8ZPb.gif \"Customizable overlay\")\n\n### Quality of life features.\n**Collapsible interface to save space and show only your stats.**\n\n![Collapsible interface](https://i.imgur.com/7MDEnJm.gif \"Collapsible interface\")\n\n**Blur player names for privacy (optionally blur job icons).**\n\n![Blur player names](https://i.imgur.com/AWHwZ03.gif \"Blur player names\")\n\n**Browse encounter history (up to five encounters).**\n\n![View encounter history](https://i.imgur.com/HfAq3kc.png \"View encounter history\")\n\n**Minimize the entire overlay to the left or right when not in use to free up screen space.**\n\n![Minimize when not in use](https://i.imgur.com/HSiTNCF.gif \"Minimize when not in use\")\n\n**Share customizable stats with your party or raid group on Discord.**\n\n![Discord webhook](https://i.imgur.com/IX8w7Ly.png \"Discord webhook\")\n\n### Easily see the recent changes since your last visit.\n![About and changelog](https://i.imgur.com/fgZgoN4.gif \"About and changelog\")\n\n### Clear encounter data or load sample data to perfect your setup.\n![Clear encounter and load sample data](https://i.imgur.com/hfvn80v.gif \"Clear encounter and load sample data\")\n![Load sample spell data](https://i.imgur.com/FTVyfGt.gif \"Load sample spell data\")\n\n## Installation\n\n#### Other Languages Available\n\n   - [日本語：Onlinegaming.life](https://onlinegaming.life/ff14/ember-overlay/)\n\nTo use this overlay, you need Advanced Combat Tracker (ACT) and OverlayPlugin. Please follow the guide based on your situation:\n\n### You don't have ACT or OverlayPlugin\n\nPlease follow [the ACT + OverlayPlugin installation guide](https://github.com/GoldenChrysus/ffxiv-ember-overlay/blob/bleeding-edge/ACT_INSTALLATION.md) from the beginning.\n\n### You already have ACT but need OverlayPlugin\n\nPlease follow [the OverlayPlugin installation guide](https://github.com/GoldenChrysus/ffxiv-ember-overlay/blob/bleeding-edge/ACT_INSTALLATION.md#installing-overlayplugin).\n\n### You already have ACT and OverlayPlugin\n\nChoose the guide based on your version of OverlayPlugin:\n\n#### ngld OverlayPlugin\n\n1. Within ACT, navigate to Plugins > OverlayPlugin.dll.\n2. Set your overlay URL to https://goldenchrysus.github.io/ffxiv/ember-overlay/ or add a new overlay with the Ember preset selected (presets available in ngld OverlayPlugin 0.13.0 or later).\n\n#### hibiyasleep or RainbowMage OverlayPlugin\n\n1. Within ACT, navigate to Plugins > OverlayPlugin.dll > Mini Parse.\n2. Set the URL to https://goldenchrysus.github.io/ffxiv/ember-overlay/\n3. Click \"Reload overlay,\" and the overlay should now be visible in your FFXIV game.\n\n### Older Guides (ACTWebSocket and 0.3.4.0 OverlayPlugin)\n\nIf you need to see the old ACTWebSocket or 0.3.4.0 OverlayPlugin guides, they can be accessed [here](https://github.com/GoldenChrysus/ffxiv-ember-overlay/tree/0.15.0-alpha#installation).\n\n## Changelog\n\nView the full changelog [here](/CHANGELOG.md).\n\n## Staging Site\n\nYou can access and test features in advance by using the staging site. Instead of the regular URL, set your overlay to https://goldenchrysus.github.io/ffxiv/ember-overlay-dev/\n\nPlease note that the staging site is for pre-release testing, so you may encounter errors. Please report these errors as GitHub issues or in the #bug-reports channel on the [Discord](https://discord.gg/7Kdpw6C).\n\nWhen viewing the [changelog](/CHANGELOG.md), you will be able to determine which changes are available on the staging site because they will be prefixed with \"!\" in the changelog for the latest development version.\n\n## Credits\n\n### Translations\n\n- **Bona** - Portuguese\n- [**ShadyWhite**](https://github.com/ShadyWhite) - Chinese\n- **Gusma** - Portuguese\n- **The_X** - Portuguese\n- [**okuRaku**](https://github.com/okuRaku) - Japanese\n- **Astriel** - German\n- **Claud** - Spanish\n- **Okâme** - French\n- **Tsunari96** - Tsunari96#8491 (Discord) - Korean\n- [**justscribe**](https://github.com/justscribe) - [Twitch](https://www.twitch.tv/justscribe), [Website](https://ffxiv.gaming4eternity.online/) - Ukrainian\n- **Gisar** - Russian\n\n### Featured Donors\n\n- Pimpy Shortstocking\n- FortiusTTV - [Twitch](https://www.twitch.tv/fortiusttv)\n- loski3\n- Vale Alania\n\n### Donors\n\n- Amneamnius\n- Vulasuw\n- Jessica\n- mehdont\n- Tomo\n\n### Misc.\n\n- [canisminor1990/ffxiv-cmskin](https://github.com/canisminor1990/ffxiv-cmskin) - CSS styling\n\n## Building\nTo build this yourself, do the following:\n\n1. Clone the repository using git, e.g. `git clone https://github.com/GoldenChrysus/ffxiv-ember-overlay.git`\n    - If new to or unfamiliar with git, reference GitHub's article on [cloning a repository](https://help.github.com/en/articles/cloning-a-repository).\n    - Alternatively, you can [download the ZIP file](https://github.com/GoldenChrysus/ffxiv-ember-overlay/archive/bleeding-edge.zip) for the repository.\n2. Run `npm install` to install the Node packages.\n3. Make a file `.env-cmdrc` and provide environment variables as necessary, using `.env-cmdrc.sample` as a guide.\n4. To launch the server immediately:\n    1. Run `npm start` to start the React app on your machine on port 3000.\n    2. Navigate to your.server.host:3000 to view the app.\n\n5. To build the app for usage on a Web server:\n    1. Run one of the following build commands depending on your environment:\n        - `npm run build:development` to build the development environment.\n        - `npm run build:staging` to build the staging environment.\n        - `npm run build` to build the production environment.\n    2. Copy the contents of `/build` to the desired path on your Web server.\n    3. Navigate to your.server.host/path/to/app to view the app.\n\n## Contributing\n\n### Process\n\n0. For new features, it would be best to first discuss your plans in an issue. This is to ensure that I haven't already completed a similar feature locally, that I agree with your approach, and that your feature aligns with the overall vision of the project. Bypassing this and sending new features straight to pull may result in pull rejection.\n1. Create a fork.\n2. Make your changes and follow the coding guidelines.\n3. Commit with meaningful messages that describe your changes.\n4. Create a pull request.\n5. Ensure your pull request describes the nature and purpose of your changes.\n\n### Coding Guidelines\nThis list is not exhaustive and generally applies to formatting. Your merge request may be rejected for other reasons including but not limited to: formatting issues not specified here, architectural concerns, or functionality concerns.\n\n- Indentation must use tabs.\n- Variable assignment equal signs should be aligned using spaces.\n- Use `let` for all variable declarations unless unreasonable (e.g. `var` for scoping reasons or `const` for constants).\n- Variable comparisons should use `===`.\n- Variable names should be descriptive and not misspelled.\n- Variable names should be snake_case.\n- Function names should be camelCase.\n- Class names should be PascalCase.\n- String quotation should be done with double-quotes, not single-quotes, except in cases of interpolation where backticks would be used.\n- Trailing whitespace should be stripped.\n- Do not refactor surrounding code unless necessary for your change.\n- `return` statements should be as early or late in a function as possible; avoid `return` statements in the middle of a function.\n- Opening curly braces (`{`) for classes, functions, and control blocks should be on the same line as the block, e.g. `if (some_var === true) {`.\n- Use arrow functions unless needing to inherit the class or function context.\n- Ensure the final version of your code is free of debug code.\n\n## License\n[GNU General Public License v3.0 only](/LICENSE)\n\n## Copyright\nCopyright (C) 2019-2021, Patrick Golden. All rights reserved.\n\nCopyrights licensed under GNU General Public License v3.0 only.\n\nSee the accompanying [LICENSE](/LICENSE) file for terms.\n"
  },
  {
    "path": "craco.config.js",
    "content": "const { getLoader, loaderByName, throwUnexpectedConfigError } = require(\"@craco/craco\");\n\nmodule.exports = {\n\tbabel : {\n\t\tplugins : [\"@babel/plugin-transform-optional-chaining\"],\n\t},\n\twebpack : {\n\t\talias : {\n\t\t\t\"../../theme.config$\" : require(\"path\").join(__dirname, \"/src/semantic-ui/theme.config\"),\n\t\t},\n\t},\n\tplugins : [\n\t\t{\n\t\t\tplugin  : require(\"craco-less\"),\n\t\t\toptions : {\n\t\t\t\tlessLoaderOptions : {\n\t\t\t\t\tjavascriptEnabled : true,\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\tplugin : {\n\t\t\t\toverrideWebpackConfig({ context, webpackConfig }) {\n\t\t\t\t\tconst { isFound, match: fileLoaderMatch } = getLoader(\n\t\t\t\t\t\twebpackConfig,\n\t\t\t\t\t\tloaderByName(\"file-loader\"),\n\t\t\t\t\t);\n\n\t\t\t\t\tif (!isFound) {\n\t\t\t\t\t\tthrowUnexpectedConfigError({\n\t\t\t\t\t\t\tmessage : `Can't find file-loader in the ${context.env} webpack config!`,\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tfileLoaderMatch.loader.exclude.push(/theme.config$/);\n\t\t\t\t\tfileLoaderMatch.loader.exclude.push(/\\.variables$/);\n\t\t\t\t\tfileLoaderMatch.loader.exclude.push(/\\.overrides$/);\n\n\t\t\t\t\tif ([\"development\", \"staging\"].indexOf(process.env.REACT_APP_ENV) !== -1) {\n\t\t\t\t\t\twebpackConfig.mode                      = \"development\";\n\t\t\t\t\t\twebpackConfig.optimization.minimize     = false;\n\t\t\t\t\t\twebpackConfig.optimization.runtimeChunk = false;\n\t\t\t\t\t\twebpackConfig.optimization.splitChunks  = {\n\t\t\t\t\t\t\tcacheGroups : {\n\t\t\t\t\t\t\t\tdefault : false,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t};\n\t\t\t\t\t\twebpackConfig.output.filename           = \"[name].js\";\n\t\t\t\t\t}\n\n\t\t\t\t\treturn webpackConfig;\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t],\n\teslint : {\n\t\tenable : false,\n\t},\n};\n"
  },
  {
    "path": "package.json",
    "content": "{\n\t\"name\": \"ffxiv-ember-overlay\",\n\t\"description\": \"React + Redux overlay for the OverlayPlugin and ACTWebSocket plugins for Advanced Combat Tracker for use with Final Fantasy XIV.\",\n\t\"license\": \"GPL-3.0-only\",\n\t\"version\": \"1.9.7\",\n\t\"keywords\": [\n\t\t\"ffxiv\",\n\t\t\"dawntrail\",\n\t\t\"ffxiv-overlays\",\n\t\t\"ffxiv-act\",\n\t\t\"overlayplugin\",\n\t\t\"overlayplugin-skin\",\n\t\t\"actwebsocket\",\n\t\t\"ember\",\n\t\t\"endwalker\"\n\t],\n\t\"private\": true,\n\t\"dependencies\": {\n\t\t\"@babel/plugin-transform-optional-chaining\": \"^7.24.7\",\n\t\t\"changelog-parser\": \"^2.8.0\",\n\t\t\"chart.js\": \"^2.8.0\",\n\t\t\"compare-versions\": \"^3.5.0\",\n\t\t\"env-cmd\": \"^9.0.3\",\n\t\t\"jquery\": \"^3.4.1\",\n\t\t\"jquery-ui\": \"^1.12.1\",\n\t\t\"localforage\": \"^1.7.3\",\n\t\t\"lodash.clonedeep\": \"^4.5.0\",\n\t\t\"lodash.isequal\": \"^4.5.0\",\n\t\t\"lodash.mergewith\": \"^4.6.2\",\n\t\t\"lodash.shuffle\": \"^4.2.0\",\n\t\t\"react\": \"^16.8.6\",\n\t\t\"react-chartjs-2\": \"^2.7.6\",\n\t\t\"react-contextmenu\": \"^2.11.0\",\n\t\t\"react-dom\": \"^16.8.6\",\n\t\t\"react-redux\": \"^7.1.0\",\n\t\t\"react-rnd\": \"^10.2.4\",\n\t\t\"react-router-dom\": \"^5.0.1\",\n\t\t\"react-scripts\": \"3.0.1\",\n\t\t\"react-simple-code-editor\": \"^0.9.14\",\n\t\t\"react-string-replace\": \"^0.4.4\",\n\t\t\"react-tooltip\": \"^4.2.7\",\n\t\t\"redux\": \"^4.0.4\",\n\t\t\"redux-promise-middleware\": \"^6.1.1\",\n\t\t\"semantic-ui-react\": \"^0.87.3\",\n\t\t\"sortablejs\": \"^1.10.2\"\n\t},\n\t\"scripts\": {\n\t\t\"copy:changelog\": \"cp CHANGELOG.md public/logs/\",\n\t\t\"prestart\": \"npm run copy:changelog\",\n\t\t\"start\": \"env-cmd -e default,development craco start\",\n\t\t\"prebuild:development\": \"npm run copy:changelog\",\n\t\t\"build:development\": \"env-cmd -e default,development craco build\",\n\t\t\"prebuild:staging\": \"npm run copy:changelog\",\n\t\t\"build:staging\": \"env-cmd -e default,staging craco build\",\n\t\t\"prebuild:nonssl-staging\": \"npm run copy:changelog\",\n\t\t\"build:nonssl-staging\": \"env-cmd -e default,staging,nonssl craco build\",\n\t\t\"prebuild:nonssl\": \"npm run copy:changelog\",\n\t\t\"build:nonssl\": \"env-cmd -e default,production,nonssl craco build\",\n\t\t\"prebuild\": \"npm run copy:changelog\",\n\t\t\"build\": \"env-cmd -e default,production craco build\",\n\t\t\"test\": \"craco test\",\n\t\t\"eject\": \"craco eject\",\n\t\t\"eslint\": \"npx eslint src\"\n\t},\n\t\"eslintConfig\": {\n\t\t\"extends\": \"react-app\"\n\t},\n\t\"browserslist\": {\n\t\t\"production\": [\n\t\t\t\">0.2%\",\n\t\t\t\"not dead\",\n\t\t\t\"not op_mini all\"\n\t\t],\n\t\t\"development\": [\n\t\t\t\"last 1 chrome version\",\n\t\t\t\"last 1 firefox version\",\n\t\t\t\"last 1 safari version\"\n\t\t]\n\t},\n\t\"homepage\": \".\",\n\t\"devDependencies\": {\n\t\t\"@commitlint/cli\": \"^17.1.2\",\n\t\t\"@commitlint/config-conventional\": \"^17.1.0\",\n\t\t\"@craco/craco\": \"5.2.4\",\n\t\t\"craco-less\": \"1.9.0\",\n\t\t\"eslint\": \"^8.26.0\",\n\t\t\"eslint-config-xo\": \"^0.42.0\",\n\t\t\"eslint-formatter-summary-chart\": \"^0.2.1\",\n\t\t\"eslint-plugin-align-assignments\": \"^1.1.2\",\n\t\t\"eslint-plugin-react\": \"^7.31.10\",\n\t\t\"husky\": \"^8.0.1\",\n\t\t\"pre-commit\": \"^1.2.2\",\n\t\t\"semantic-ui-less\": \"2.4.1\"\n\t},\n\t\"pre-commit\": [\n\t\t\"eslint\"\n\t]\n}\n"
  },
  {
    "path": "public/data/streamers.txt",
    "content": "chrysus,manachase,fullburner,gunlancewyvern,michael_lightning,fzzld,xantaravictori,lumms,vaiur_,kimiie,astraleah,zapxthebestx,cerila,awsome26,cocomisu,zarrzarr,neocis75,trollance,gummy_kitteh,tyronesama,hanzo_j2c,oathkeeper_sora_xiii,docblank,mrarca9,ironpandemonium,chompytv,physcor,monkeypinata,sablecentaur,fishkumi,DrD1sconnect,fortiusttv,keanecat,bokusplayground,bimbas,mashiesmashie,cryzorbr,yuonemi,kdean19,sestralsr,tampe0n,manbeardgames,dannizgaming,bulbaworld,holddownback,kaysershinya,misterwashburn,quepasajose\n"
  },
  {
    "path": "public/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n\t<head>\n\t\t<script>\n\t\t(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n\t\tnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n\t\tj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n\t\t'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n\t\t})(window,document,'script','dataLayer','%REACT_APP_GOOGLE_TAG_MANAGER_ID%');\n\t\t</script>\n\n\t\t<meta charset=\"utf-8\" />\n\t\t<link rel=\"shortcut icon\" href=\"%PUBLIC_URL%/favicon.ico\" />\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n\t\t<meta name=\"theme-color\" content=\"#000000\" />\n\t\t<!--\n\t\t\tmanifest.json provides metadata used when your web app is installed on a\n\t\t\tuser's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/\n\t\t-->\n\t\t<link rel=\"manifest\" href=\"%PUBLIC_URL%/manifest.json\" />\n\t\t<link rel=\"stylesheet prefetch\" href=\"https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/components/icon.min.css\">\n\t\t<!--\n\t\t\tNotice the use of %PUBLIC_URL% in the tags above.\n\t\t\tIt will be replaced with the URL of the `public` folder during the build.\n\t\t\tOnly files inside the `public` folder can be referenced from the HTML.\n\n\t\t\tUnlike \"/favicon.ico\" or \"favicon.ico\", \"%PUBLIC_URL%/favicon.ico\" will\n\t\t\twork correctly both with client-side routing and a non-root public URL.\n\t\t\tLearn how to configure a non-root public URL by running `npm run build`.\n\t\t-->\n\t\t<title>%REACT_APP_PAGE_TITLE%</title>\n\t</head>\n\t<body>\n\t\t<noscript>You need to enable JavaScript to run this app.</noscript>\n\t\t<div id=\"root\"></div>\n\t\t<!--\n\t\t\tThis HTML file is a template.\n\t\t\tIf you open it directly in the browser, you will see an empty page.\n\n\t\t\tYou can add webfonts, meta tags, or analytics to this file.\n\t\t\tThe build step will place the bundled scripts into the <body> tag.\n\n\t\t\tTo begin the development, run `npm start` or `yarn start`.\n\t\t\tTo create a production bundle, use `npm run build` or `yarn build`.\n\t\t-->\n\t</body>\n</html>\n"
  },
  {
    "path": "public/logs/.gitignore",
    "content": "!.gitignore"
  },
  {
    "path": "public/manifest.json",
    "content": "{\n  \"short_name\": \"Ember Overlay\",\n  \"name\": \"Ember Overlay for Advanced Combat Tracker\",\n  \"icons\": [\n    {\n      \"src\": \"favicon.ico\",\n      \"sizes\": \"64x64 32x32 24x24 16x16\",\n      \"type\": \"image/x-icon\"\n    }\n  ],\n  \"start_url\": \".\",\n  \"display\": \"standalone\",\n  \"theme_color\": \"#000000\",\n  \"background_color\": \"#ffffff\"\n}\n"
  },
  {
    "path": "scripts/effects.py",
    "content": "import json\nimport os.path\nimport requests\nimport shutil\n\nfrom os import path\n\ndef getPage(page_num):\n\turl = \"https://xivapi.com/search?page=\" + str(page_num) + \"&indexes=Status\"\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getEffect(id):\n\turl = \"https://xivapi.com/Status/\" + str(id)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef saveImage(id, xiv_path):\n\tlocal_path = \"../public/img/icons/effects/\" + str(id) + \".jpg\"\n\n\tif (path.exists(local_path)):\n\t\treturn\n\n\turl = \"https://xivapi.com/\" + xiv_path\n\tres = requests.get(url, stream = True)\n\n\tif res.status_code == 200:\n\t\tres.raw.decode_content = True\n\n\t\twith open(local_path, \"wb\") as file:\n\t\t\tshutil.copyfileobj(res.raw, file)\n\t\t\tfile.close()\n\ndef saveEffects(effects):\n\twith open(\"../src/data/game/effects.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(effects, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\ndef loadEffects():\n\twith open(\"../src/data/game/effects.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadDots():\n\twith open(\"../src/data/game/dot-jobs.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadBuffs():\n\twith open(\"../src/data/game/buff-jobs.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadDebuffs():\n\twith open(\"../src/data/game/debuff-jobs.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\t\n\npage             = 1\neffects          = {}\nexisting_effects = loadEffects()\ndots             = loadDots()\nbuffs            = loadBuffs()\ndebuffs          = loadDebuffs()\n\nwhile (True):\n\tpage_data = getPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor effect in page_data[\"Results\"]:\n\t\tid = effect[\"ID\"]\n\n\t\tif str(id) in existing_effects:\n\t\t\tif (existing_effects[str(id)][\"locales\"][\"name\"][\"en\"] != existing_effects[str(id)][\"locales\"][\"name\"][\"jp\"]):\n\t\t\t\teffects[id] = existing_effects[str(id)]\n\n\t\t\tcontinue\n\n\t\teffect_data = getEffect(id)\n\t\titem_type   = \"effect\"\n\n\t\tif (effect_data[\"Name_en\"] == effect_data[\"Name_ja\"]):\n\t\t\tcontinue\n\n\t\tif (effect_data[\"Category\"] == 2):\n\t\t\tif effect_data[\"InflictedByActor\"] == 1:\n\t\t\t\tcontinue\n\t\t\telif \"over time\" not in effect_data[\"Description_en\"]:\n\t\t\t\titem_type = \"debuff\"\n\t\t\telse:\n\t\t\t\titem_type = \"dot\"\n\n\t\teffects[id] = {\n\t\t\t\"type\"    : item_type,\n\t\t\t\"dot\"     : (item_type == \"dot\"),\n\t\t\t\"debuff\"  : (item_type == \"debuff\"),\n\t\t\t\"jobs\"    : [],\n\t\t\t\"locales\" : {\n\t\t\t\t\"name\" : {\n\t\t\t\t\t\"en\" : effect_data[\"Name_en\"],\n\t\t\t\t\t\"de\" : effect_data[\"Name_de\"],\n\t\t\t\t\t\"fr\" : effect_data[\"Name_fr\"],\n\t\t\t\t\t\"jp\" : effect_data[\"Name_ja\"]\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif effect_data[\"Name_en\"] in dots:\n\t\t\teffects[id][\"jobs\"] = dots[effect_data[\"Name_en\"]]\n\t\telif effect_data[\"Name_en\"] in buffs:\n\t\t\teffects[id][\"jobs\"] = buffs[effect_data[\"Name_en\"]]\n\t\telif effect_data[\"Name_en\"] in debuffs:\n\t\t\teffects[id][\"jobs\"] = debuffs[effect_data[\"Name_en\"]]\n\n\t\tsaveImage(id, effect_data[\"Icon\"])\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tsaveEffects(effects)\n\t\tbreak"
  },
  {
    "path": "scripts/instances.py",
    "content": "import json\nimport os.path\nimport requests\nimport shutil\n\nfrom os import path\n\ndef getPage(page_num):\n\turl = \"https://xivapi.com/InstanceContent?page=\" + str(page_num) + \"\"\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getInstance(id):\n\turl = \"https://xivapi.com/InstanceContent/\" + str(id)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef saveInstances(instances):\n\twith open(\"../src/data/game/instances.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(instances, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\npage      = 1\ninstances = {}\n\nwhile (True):\n\tpage_data = getPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor record in page_data[\"Results\"]:\n\t\tid = record[\"ID\"]\n\n\t\tinstance_data = getInstance(id)\n\n\t\tif (instance_data[\"ContentFinderCondition\"] == None):\n\t\t\tcontinue\n\n\t\tinstances[id] = {\n\t\t\t\"zone_id\" : instance_data[\"ContentFinderCondition\"][\"TerritoryType\"][\"ID\"],\n\t\t\t\"locales\" : {\n\t\t\t\t\"name\" : {\n\t\t\t\t\t\"en\" : instance_data[\"Name_en\"],\n\t\t\t\t\t\"de\" : instance_data[\"Name_de\"],\n\t\t\t\t\t\"fr\" : instance_data[\"Name_fr\"],\n\t\t\t\t\t\"jp\" : instance_data[\"Name_ja\"]\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tsaveInstances(instances)\n\t\tbreak"
  },
  {
    "path": "scripts/jobs.py",
    "content": "import json\nimport os.path\nimport requests\nimport shutil\n\nfrom os import path\n\ndef getPage(page_num):\n\turl = \"https://xivapi.com/ClassJob?page=\" + str(page_num) + \"\"\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getItem(id):\n\turl = \"https://xivapi.com/ClassJob/\" + str(id)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef saveData(records):\n\twith open(\"../src/data/game/jobs.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(records, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\npage    = 1\nrecords = {}\n\nwhile (True):\n\tpage_data = getPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor job in page_data[\"Results\"]:\n\t\tid = job[\"ID\"]\n\n\t\trecord_data = getItem(id)\n\n\t\trecords[id] = {\n\t\t\t\"abbreviation\" : record_data[\"Abbreviation_en\"]\n\t\t}\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tsaveData(records)\n\t\tbreak"
  },
  {
    "path": "scripts/local/effects.py",
    "content": "import json\nimport os.path\nimport re\nimport shutil\n\nfrom os import path\n\ndef saveData(effects):\n\twith open(\"../../src/data/game/effects.json\", \"w\", encoding = \"utf8\") as file:\n\t# with open(\"test/effects.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(effects, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\ndef saveImage(id):\n\tdesto  = \"../../public/img/icons/effects/\" + str(id) + \".jpg\"\n\t# desto  = \"test/effects/\" + str(id) + \".jpg\"\n\torigin = \"data/img/status/\" + str(id) + \".png\"\n\n\tif (path.exists(desto)):\n\t\treturn\n\n\tif (path.exists(origin) == False):\n\t\treturn\n\n\tshutil.copyfile(origin, desto)\n\ndef loadLocal():\n\twith open(\"data/statuses.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadEffects():\n\twith open(\"../../src/data/game/effects.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadDots():\n\twith open(\"../../src/data/game/dot-jobs.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadBuffs():\n\twith open(\"../../src/data/game/buff-jobs.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadDebuffs():\n\twith open(\"../../src/data/game/debuff-jobs.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef cleanText(s):\n\treturn re.sub(\"<[A-Za-z]+/>\", \"\", s)\n\neffects          = {}\nlocal            = loadLocal()\nexisting_effects = loadEffects()\ndots             = loadDots()\nbuffs            = loadBuffs()\ndebuffs          = loadDebuffs()\n\nfor key in local:\n\trecord = local[key]\n\tid     = record[\"ID\"]\n\n\tif str(id) in existing_effects:\n\t\tif (existing_effects[str(id)][\"locales\"][\"name\"][\"en\"] != existing_effects[str(id)][\"locales\"][\"name\"][\"jp\"]):\n\t\t\teffects[id] = existing_effects[str(id)]\n\n\t\tcontinue\n\n\titem_type = \"effect\"\n\n\tif (record[\"Name\"][\"en\"] == record[\"Name\"][\"ja\"]):\n\t\tcontinue\n\n\tif (record[\"Category\"] == 2):\n\t\tif record[\"InflictedByActor\"] == True:\n\t\t\tcontinue\n\t\telif \"over time\" not in record[\"Description\"][\"en\"]:\n\t\t\titem_type = \"debuff\"\n\t\telse:\n\t\t\titem_type = \"dot\"\n\n\teffects[id] = {\n\t\t\"type\"    : item_type,\n\t\t\"dot\"     : (item_type == \"dot\"),\n\t\t\"debuff\"  : (item_type == \"debuff\"),\n\t\t\"jobs\"    : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : cleanText(record[\"Name\"][\"en\"]),\n\t\t\t\t\"de\" : cleanText(record[\"Name\"][\"de\"]),\n\t\t\t\t\"fr\" : cleanText(record[\"Name\"][\"fr\"]),\n\t\t\t\t\"jp\" : cleanText(record[\"Name\"][\"ja\"])\n\t\t\t}\n\t\t}\n\t}\n\n\tif record[\"Name\"][\"en\"] in dots:\n\t\teffects[id][\"jobs\"] = dots[record[\"Name\"][\"en\"]]\n\telif record[\"Name\"][\"en\"] in buffs:\n\t\teffects[id][\"jobs\"] = buffs[record[\"Name\"][\"en\"]]\n\telif record[\"Name\"][\"en\"] in debuffs:\n\t\teffects[id][\"jobs\"] = debuffs[record[\"Name\"][\"en\"]]\n\n\tsaveImage(id)\n\nsaveData(effects)\n"
  },
  {
    "path": "scripts/local/instances.py",
    "content": "import json\nimport os.path\nimport re\nimport shutil\n\nfrom os import path\n\ndef saveData(instances):\n\twith open(\"../../src/data/game/instances.json\", \"w\", encoding = \"utf8\") as file:\n\t# with open(\"test/instances.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(instances, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\ndef loadLocal():\n\twith open(\"data/instances.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef cleanText(s):\n\treturn re.sub(\"<[A-Za-z]+/>\", \"\", s)\n\ninstances = {}\nlocal     = loadLocal();\n\nfor key in local:\n\trecord = local[key]\n\tid     = record[\"ID\"]\n\n\tinstances[id] = {\n\t\t\"zone_id\" : record[\"ZoneID\"],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : cleanText(record[\"Name\"][\"en\"]),\n\t\t\t\t\"de\" : cleanText(record[\"Name\"][\"de\"]),\n\t\t\t\t\"fr\" : cleanText(record[\"Name\"][\"fr\"]),\n\t\t\t\t\"jp\" : cleanText(record[\"Name\"][\"ja\"])\n\t\t\t}\n\t\t}\n\t}\n\nsaveData(instances)"
  },
  {
    "path": "scripts/local/ogcd-skills.py",
    "content": "import json\nimport os.path\nimport re\nimport shutil\n\nfrom os import path\n\ndef saveImage(id):\n\tdesto  = \"../../public/img/icons/skills/\" + str(id) + \".jpg\"\n\t# desto  = \"test/skills/\" + str(id) + \".jpg\"\n\torigin = \"data/img/action/\" + str(id) + \".png\"\n\n\tif (path.exists(desto)):\n\t\treturn\n\n\tif (path.exists(origin) == False):\n\t\treturn\n\n\tshutil.copyfile(origin, desto)\n\ndef saveData(skills):\n\twith open(\"../../src/data/game/ogcd-skills.json\", \"w\", encoding = \"utf8\") as file:\n\t# with open(\"test/ogcd-skills.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(skills, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\ndef loadLocal():\n\twith open(\"data/actions.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef loadTraits():\n\twith open(\"data/traits.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\ndef cleanText(s):\n\treturn re.sub(\"<[A-Za-z]+/>\", \"\", s)\n\nskills        = {}\nrecast_traits = {}\ncharge_traits = {}\nlocal         = loadLocal()\nlocal_traits  = loadTraits()\n\nfor key in local_traits:\n\trecord       = local_traits[key]\n\ttrait_skills = record[\"Action\"].split(\"::\")\n\tlevel        = record[\"Level\"]\n\n\tfor skill in trait_skills:\n\t\tif record[\"Type\"] == \"Recast\":\n\t\t\trecast = int(record[\"Time\"]) / 1.0\n\n\t\t\tif skill not in recast_traits:\n\t\t\t\trecast_traits[skill] = []\n\n\t\t\trecast_traits[skill].append({\n\t\t\t\t\"level\"  : level,\n\t\t\t\t\"recast\" : recast\n\t\t\t})\n\t\telif record[\"Type\"] == \"Charge\":\n\t\t\tif skill not in charge_traits:\n\t\t\t\tcharge_traits[skill] = []\n\n\t\t\tcharge_traits[skill].append({\n\t\t\t\t\"level\"   : level,\n\t\t\t\t\"charges\" : record[\"Charges\"]\n\t\t\t})\n\nfor key in local:\n\trecord = local[key]\n\n\tif (record[\"RecastMs\"] < 10000 or record[\"Jobs\"] == \"\"):\n\t\tcontinue\n\n\tid           = record[\"ID\"]\n\tenglish_name = record[\"Name\"][\"en\"]\n\tclasses      = record[\"Jobs\"]\n\tpvp          = (\"\", \" (PVP)\")[record[\"IsPVP\"] == True]\n\n\tif cleanText(record[\"Name\"][\"en\"]) == '':\n\t\tcontinue\n\n\tskills[id] = {\n\t\t\"recast\"        : record[\"RecastMs\"] / 1000.0,\n\t\t\"charges\"       : record[\"MaxCharges\"],\n\t\t\"level_recasts\" : sorted(recast_traits[english_name], key = lambda item: item[\"level\"], reverse = True) if english_name in recast_traits else None,\n\t\t\"level_charges\" : sorted(charge_traits[english_name], key = lambda item: item[\"level\"], reverse = True) if english_name in charge_traits else None,\n\t\t\"jobs\"          : (\"*\", classes.split())[classes != \"All Classes\"],\n\t\t\"pvp\"           : record[\"IsPVP\"],\n\t\t\"locales\"       : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : cleanText(record[\"Name\"][\"en\"]) + pvp,\n\t\t\t\t\"de\" : cleanText(record[\"Name\"][\"de\"]) + pvp,\n\t\t\t\t\"fr\" : cleanText(record[\"Name\"][\"fr\"]) + pvp,\n\t\t\t\t\"jp\" : cleanText(record[\"Name\"][\"ja\"]) + pvp\n\t\t\t}\n\t\t}\n\t}\n\n\tsaveImage(id)\n\nsaveData(skills)\n"
  },
  {
    "path": "scripts/local/pvp-zones.py",
    "content": "import json\nimport os.path\nimport shutil\n\nfrom os import path\n\ndef saveData(data):\n\twith open(\"../../src/data/game/pvp-zones.json\", \"w\", encoding = \"utf8\") as file:\n\t# with open(\"test/pvp-zones.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(data, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\ndef loadLocal():\n\twith open(\"data/pvp-zones.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\nrecords = []\nlocal   = loadLocal();\n\nfor key in local:\n\trecord = local[key]\n\n\trecords.append(record[\"ID\"])\n\nsaveData(records)"
  },
  {
    "path": "scripts/local/skill-indirections.py",
    "content": "import json\nimport os.path\nimport shutil\n\nfrom os import path\n\ndef saveData(data):\n\twith open(\"../../src/data/game/skill-indirections.json\", \"w\", encoding = \"utf8\") as file:\n\t# with open(\"test/skill-indirections.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(data, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\ndef loadLocal():\n\twith open(\"data/actions.json\") as file:\n\t\tdata = json.load(file)\n\n\t\tfile.close()\n\t\treturn data\n\nrecords = {}\nlocal   = loadLocal()\n\nfor key in local:\n\trecord = local[key]\n\tid     = record[\"ID\"]\n\n\tif (record[\"RecastMs\"] < 10000 or record[\"IsPlayerAction\"] == True or record[\"Indirection\"] == None or record[\"Indirection\"] == 0):\n\t\tcontinue\n\n\tprevious = local[str(record[\"Indirection\"])]\n\n\tif (previous[\"RecastMs\"] < 10000 or previous[\"RecastMs\"] != record[\"RecastMs\"]):\n\t\tcontinue\n\n\trecords[id] = record[\"Indirection\"]\n\nsaveData(records)"
  },
  {
    "path": "scripts/ogcd-skills.py",
    "content": "import json\nimport os.path\nimport re\nimport requests\nimport shutil\n\nfrom os import path\n\ndef getTraitPage(page_num):\n\turl = \"https://xivapi.com/search?page=\" + str(page_num) + \"&indexes=Trait&string=recast%20time&string_column=Description_en\"\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getActionPage(page_num):\n\turl = \"https://xivapi.com/search?page=\" + str(page_num) + \"&filters=ClassJobCategory!,Recast100ms>=100\"\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getItem(item_type, id):\n\turl = \"https://xivapi.com/\" + item_type + \"/\" + str(id)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef saveImage(id, xiv_path):\n\tlocal_path = \"../public/img/icons/skills/\" + str(id) + \".jpg\"\n\n\tif (path.exists(local_path)):\n\t\treturn\n\n\turl = \"https://xivapi.com/\" + xiv_path\n\tres = requests.get(url, stream = True)\n\n\tif res.status_code == 200:\n\t\tres.raw.decode_content = True\n\n\t\twith open(local_path, \"wb\") as file:\n\t\t\tshutil.copyfileobj(res.raw, file)\n\t\t\tfile.close()\n\ndef saveSkills(skills):\n\twith open(\"../src/data/game/ogcd-skills.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(skills, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\npage   = 1\nskills = {}\ntraits = {}\n\nwhile (True):\n\tpage_data = getTraitPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor item in page_data[\"Results\"]:\n\t\tid        = item[\"ID\"]\n\t\titem_data = getItem(\"Trait\", id)\n\t\tregex     = re.compile(r\"<span.+>([:\\w ]+)<\\/span> recast timer? to (\\d+) seconds\")\n\t\tmatch     = regex.findall(item_data[\"Description_en\"])\n\n\t\tif (len(match) == 0):\n\t\t\tcontinue\n\n\t\tskill  = match[0][0]\n\t\trecast = int(match[0][1]) / 1.0\n\t\tlevel  = item_data[\"Level\"]\n\n\t\tif skill not in traits:\n\t\t\ttraits[skill] = []\n\n\t\ttraits[skill].append({\n\t\t\t\"level\"  : level,\n\t\t\t\"recast\" : recast\n\t\t})\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tbreak\n\nwhile (True):\n\tpage_data = getActionPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor item in page_data[\"Results\"]:\n\t\tid           = item[\"ID\"]\n\t\titem_data    = getItem(\"Action\", id)\n\t\tenglish_name = item_data[\"Name_en\"]\n\t\tclasses      = item_data[\"ClassJobCategory\"][\"Name_en\"]\n\t\tpvp          = (\"\", \" (PVP)\")[item_data[\"IsPvP\"] == 1]\n\n\t\tskills[id] = {\n\t\t\t\"recast\"        : item_data[\"Recast100ms\"] / 10.0,\n\t\t\t\"level_recasts\" : sorted(traits[english_name], key = lambda item: item[\"level\"], reverse = True) if english_name in traits else None,\n\t\t\t\"jobs\"          : (\"*\", classes.split())[classes != \"All Classes\"],\n\t\t\t\"pvp\"           : (False, True)[item_data[\"IsPvP\"] == 1],\n\t\t\t\"locales\"       : {\n\t\t\t\t\"name\" : {\n\t\t\t\t\t\"en\" : item_data[\"Name_en\"] + pvp,\n\t\t\t\t\t\"de\" : item_data[\"Name_de\"] + pvp,\n\t\t\t\t\t\"fr\" : item_data[\"Name_fr\"] + pvp,\n\t\t\t\t\t\"jp\" : item_data[\"Name_ja\"] + pvp\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tsaveImage(id, item_data[\"Icon\"])\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tsaveSkills(skills)\n\t\tbreak"
  },
  {
    "path": "scripts/pvp-zones.py",
    "content": "import json\nimport os.path\nimport requests\nimport shutil\n\nfrom os import path\n\ndef getPage(page_num):\n\turl = \"https://xivapi.com/search?page=\" + str(page_num) + \"&indexes=Map&filters=TerritoryType.IsPvpZone=1\"\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getItem(id):\n\turl = \"https://xivapi.com/Map/\" + str(id)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef saveData(data):\n\twith open(\"../src/data/game/pvp-zones.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(data, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\npage    = 1\nrecords = []\n\nwhile (True):\n\tpage_data = getPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor record in page_data[\"Results\"]:\n\t\tid = record[\"ID\"]\n\n\t\trecord_data = getItem(id)\n\n\t\trecords.append(record_data[\"TerritoryType\"][\"ID\"])\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tsaveData(records)\n\t\tbreak"
  },
  {
    "path": "scripts/skill-indirections.py",
    "content": "import json\nimport os.path\nimport requests\nimport shutil\n\nfrom os import path\n\ndef getPage(page_num):\n\turl = \"https://xivapi.com/ActionIndirection?page=\" + str(page_num)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef getItem(id):\n\turl = \"https://xivapi.com/ActionIndirection/\" + str(id)\n\tres = requests.get(url = url)\n\n\treturn res.json()\n\ndef saveData(data):\n\twith open(\"../src/data/game/skill-indirections.json\", \"w\", encoding = \"utf8\") as file:\n\t\tjson.dump(data, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n\t\tfile.close()\n\npage    = 1\nrecords = {}\n\nwhile (True):\n\tpage_data = getPage(page)\n\tpage      = page_data[\"Pagination\"][\"PageNext\"]\n\n\tfor record in page_data[\"Results\"]:\n\t\tid = record[\"ID\"]\n\n\t\trecord_data = getItem(id)\n\n\t\tif (record_data[\"NameTarget\"] != \"Action\" or record_data[\"NameTargetID\"] == None or record_data[\"NameTargetID\"] == 0 or record_data[\"Name\"][\"Recast100ms\"] < 100):\n\t\t\tcontinue\n\n\t\tif (record_data[\"PreviousComboActionTarget\"] != \"Action\" or record_data[\"PreviousComboActionTargetID\"] == None or record_data[\"PreviousComboActionTargetID\"] == 0 or record_data[\"PreviousComboAction\"][\"Recast100ms\"] < 100):\n\t\t\tcontinue\n\n\t\trecords[record_data[\"NameTargetID\"]] = record_data[\"PreviousComboActionTargetID\"]\n\n\tif (page == None or page <= page_data[\"Pagination\"][\"Page\"]):\n\t\tsaveData(records)\n\t\tbreak"
  },
  {
    "path": "scripts/traits.py",
    "content": "import json\nimport re\nimport requests\nfrom typing import Dict, List, Optional\n\n\ndef getTraitPage(after: int) -> List:\n    url = f'https://beta.xivapi.com/api/1/sheet/Trait?version=6.58x2&limit=500&after={after}'\n    res = requests.get(url = url)\n\n    return res.json()['rows']\n\n\ndef getTrait(id: int):\n    url = f'https://beta.xivapi.com/api/1/sheet/Trait/{id}?version=6.58x2'\n    res = requests.get(url = url)\n\n    return res.json()['fields']\n\n\ndef saveTraits(traits):\n    with open(\"./local/data/traits-api.json\", \"w\", encoding = \"utf8\") as file:\n        json.dump(traits, file, indent = \"\\t\", separators = (\",\", \" : \"), ensure_ascii = False)\n        file.close()\n\n\ndef tryRecast(trait: Dict) -> Optional[Dict]:\n    pattern = re.compile(r\"<span.+>([:\\w ]+)<\\/span> recast timer? to (\\d+) seconds\")\n    match = pattern.findall(trait['description'])\n\n    if not match:\n        return None\n\n    action  = match[0][0]\n    recast = int(match[0][1])\n\n    return {\n        'Type': 'Recast',\n        'Action': action,\n        'Time': recast,\n    }\n\n\ndef tryCharges(trait: Dict) -> Optional[Dict]:\n    data = {\n        'Type': 'Charge',\n    }\n    pattern = r'a ([\\w]+) charge of ([:\\w ]+)\\.'\n    match = re.findall(pattern, trait['description'])\n\n    if match:\n        charges = 0\n        charge_match = match[0][0]\n\n        if charge_match == 'second':\n            charges = 2\n        elif charge_match == 'third':\n            charges = 3\n        elif charge_match == 'fourth':\n            charges = 4\n        else:\n            raise ValueError(f'Unknown charge match: \"{charge_match}\"')\n\n        data['Action'] = match[0][1]\n        data['Charges'] = charges\n\n        return data\n\n    pattern = r'accumulation of charges for consecutive uses of ([:\\w ]+)\\.'\n    match = re.findall(pattern, trait['description'])\n\n    if match:\n        data['Action'] = match[0][0]\n        pattern = r'Maximum Charges: ([\\d]+)'\n        match = re.findall(pattern, trait['description'])\n\n        data['Charges'] = int(match[0][0])\n\n        return data\n\n\ndef main():\n    after  = 0\n    traits = {}\n\n    while True:\n        rows = getTraitPage(after)\n\n        if not rows:\n            break\n\n        for row in traits:\n            trait = getTrait(row['row_id'])\n            data = {\n                'Level': trait['Level'],\n            }\n\n            if (recast := tryRecast(trait)) is not None:\n                data.update(recast)\n            elif (charges := tryCharges(trait)) is not None:\n                data.update(charges)\n            else:\n                continue\n\n            traits[trait['Name']] = data\n\n    saveTraits(traits)\n\n\nif __name__ == '__main__':\n    main()\n"
  },
  {
    "path": "src/components/EmberComponent.js",
    "content": "import React from \"react\";\nimport isEqual from \"lodash.isequal\";\n\nclass EmberComponent extends React.Component {\n\tshouldComponentUpdate(next_props, next_state) {\n\t\tfor (const i in this.props) {\n\t\t\tif (typeof this.props[i] === \"function\") {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (typeof this.props[i] !== \"object\") {\n\t\t\t\tif (this.props[i] !== next_props[i]) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (!isEqual(this.props[i], next_props[i])) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn !isEqual(this.state, next_state);\n\t}\n}\n\nexport default EmberComponent;\n"
  },
  {
    "path": "src/components/Parser/AggroTable/Monster.js",
    "content": "import React from \"react\";\n\nimport PlayerProcessor from \"../../../processors/PlayerProcessor\";\nimport MonsterProcessor from \"../../../processors/MonsterProcessor\";\nimport PercentBar from \"../PercentBar\";\n\nclass Monster extends React.Component {\n\trender() {\n\t\tconst fallback_player = { Job : \"\", Name : \"\", name : \"\" };\n\n\t\tconst monster      = this.props.monster;\n\t\tconst player       = monster.Target || fallback_player;\n\t\tconst player_type  = (monster._is_current) ? \"active\" : \"other\";\n\t\tconst columns      = [];\n\t\tconst stat_columns = this.props.columns;\n\n\t\tfor (let key of stat_columns) {\n\t\t\tlet processor   = MonsterProcessor;\n\t\t\tlet object      = monster;\n\t\t\tconst raw_key   = key;\n\t\t\tconst name_blur = (this.props.blur && key === \"player_Name\") ? \"blur\" : \"\";\n\n\t\t\tif (key.substring(0, 7) === \"player_\") {\n\t\t\t\tkey       = key.substring(7);\n\t\t\t\tprocessor = PlayerProcessor;\n\t\t\t\tobject    = player;\n\n\t\t\t\tobject[key.toLowerCase()] = object[key];\n\t\t\t}\n\n\t\t\tlet value = processor.getDataValue(key, object);\n\n\t\t\tif (key === \"health_percent\") {\n\t\t\t\tcolumns.push(<div className='column' key={raw_key}><PercentBar percent={value}/></div>);\n\t\t\t} else {\n\t\t\t\tif (raw_key === \"player_Name\") {\n\t\t\t\t\tlet player = this.props.encounter.Combatant[value];\n\n\t\t\t\t\tif (monster._is_current && !player) {\n\t\t\t\t\t\tplayer = this.props.encounter.Combatant.YOU;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!player) {\n\t\t\t\t\t\tplayer = fallback_player;\n\t\t\t\t\t}\n\n\t\t\t\t\tconst job        = player.Job.toUpperCase();\n\t\t\t\t\tconst icon_blur  = (this.props.blur && this.props.icon_blur) ? \"blur\" : \"\";\n\t\t\t\t\tconst icon_style = (icon_blur) ? { WebkitFilter : \"blur(4px)\" } : {};\n\t\t\t\t\tconst icon_image = (job) ? <img src={\"img/icons/jobs/\" + job + \".png\"} className={\"icon \" + icon_blur} style={icon_style} alt={job + \" icon\"}></img> : \"\";\n\t\t\t\t\tconst icon       = <div className='column icon' key='player-data-icon'>{icon_image}</div>;\n\n\t\t\t\t\tif (this.props.short_names !== \"no_short\") {\n\t\t\t\t\t\tvalue = PlayerProcessor.getShortName(value, this.props.short_names);\n\t\t\t\t\t}\n\n\t\t\t\t\tcolumns.push(icon);\n\t\t\t\t}\n\n\t\t\t\tcolumns.push(\n\t\t\t\t\t<div className={\"column \" + name_blur} key={raw_key}>{value}</div>,\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\treturn (\n\t\t\t<div className={\"row player \" + player_type} key={\"monster-\" + monster.ID}>\n\t\t\t\t<div className='column' key='icon'></div>\n\t\t\t\t{columns}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default Monster;\n"
  },
  {
    "path": "src/components/Parser/AggroTable.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\n\nimport LocalizationService from \"../../services/LocalizationService\";\n\nimport Monster from \"./AggroTable/Monster\";\nimport OverlayInfo from \"./PlayerTable/OverlayInfo\";\n\nclass AggroTable extends React.Component {\n\trender() {\n\t\tconst header      = [\n\t\t\t<div className='column' key='icon'></div>,\n\t\t];\n\t\tconst rows        = [];\n\t\tconst player_blur = (this.props.player_blur);\n\t\tconst short_names = this.props.table_settings.general.table.short_names;\n\t\tconst columns     = [\n\t\t\t\"Name\",\n\t\t\t\"health_percent\",\n\t\t\t\"CurrentHP\",\n\t\t\t\"player_Name\",\n\t\t];\n\t\tconst monsters    = (!this.props.encounter.Combatant || this.props.overlayplugin_author !== \"ngld\") ? [] : this.props.monsters;\n\n\t\tfor (const key of columns) {\n\t\t\tconst title = LocalizationService.getMonsterDataTitle(key, \"short\");\n\n\t\t\tif (key === \"player_Name\") {\n\t\t\t\theader.push(\n\t\t\t\t\t<div className='column icon' key='job-icon'></div>,\n\t\t\t\t);\n\t\t\t}\n\n\t\t\theader.push(\n\t\t\t\t<div className='column' key={key}>{title}</div>,\n\t\t\t);\n\t\t}\n\n\t\tfor (const monster of monsters) {\n\t\t\tmonster._is_current = (monster.Target && monster.Target.isMe);\n\n\t\t\tconst blur = (player_blur && !monster._is_current);\n\n\t\t\trows.push(\n\t\t\t\t<Monster key={monster.ID} monster={monster} columns={columns} blur={blur} icon_blur={this.props.icon_blur} short_names={short_names} encounter={this.props.encounter}/>,\n\t\t\t);\n\t\t}\n\n\t\tconst overlay_info = (this.props.collapsed || (this.props.monsters && this.props.monsters.length)) ? \"\" : <OverlayInfo/>;\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div id='player-table' className='monster-table' ref='aggro_table'>\n\t\t\t\t\t<div className='row header'>\n\t\t\t\t\t\t{header}\n\t\t\t\t\t</div>\n\t\t\t\t\t{rows}\n\t\t\t\t</div>\n\t\t\t\t{overlay_info}\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nconst mapStateToProps = state => ({\n\tencounter            : state.internal.game,\n\toverlayplugin_author : state.internal.overlayplugin_author,\n\tplayer_blur          : state.settings.intrinsic.player_blur,\n\ticon_blur            : state.settings.interface.blur_job_icons,\n\ttable_settings       : state.settings.table_settings,\n\tcollapsed            : state.settings.intrinsic.collapsed,\n});\n\nexport default connect(mapStateToProps)(AggroTable);\n"
  },
  {
    "path": "src/components/Parser/Container/DiscordMenu.js",
    "content": "import React from \"react\";\nimport { ContextMenu, MenuItem } from \"react-contextmenu\";\n\nimport DiscordService from \"../../../services/DiscordService\";\nimport LocalizationService from \"../../../services/LocalizationService\";\n\nclass DiscordMenu extends React.Component {\n\trender() {\n\t\tconst options = [\n\t\t\t<MenuItem key='discord-menu-join' onClick={DiscordService.openDiscordWindow}>\n\t\t\t\t{LocalizationService.getOverlayText(\"join_discord\")}\n\t\t\t</MenuItem>,\n\t\t];\n\n\t\tif (this.props.webhook) {\n\t\t\toptions.push(\n\t\t\t\t<MenuItem key='discord-menu-webhook' onClick={DiscordService.postToWebhook}>\n\t\t\t\t\t{LocalizationService.getOverlayText(\"discord_webhook\")}\n\t\t\t\t</MenuItem>,\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<ContextMenu id='discord-menu' className='container-context-menu'>\n\t\t\t\t<div className='item-group'>\n\t\t\t\t\t{options}\n\t\t\t\t</div>\n\t\t\t</ContextMenu>\n\t\t);\n\t}\n}\n\nexport default DiscordMenu;\n"
  },
  {
    "path": "src/components/Parser/Container/EncounterMenu.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { ContextMenu, MenuItem } from \"react-contextmenu\";\nimport { loadHistoryEntry } from \"../../../redux/actions/index\";\n\nclass EncounterMenu extends React.Component {\n\trender() {\n\t\tconst options = [];\n\t\tlet i         = 0;\n\n\t\tfor (const encounter of this.props.history) {\n\t\t\tif (!encounter.game.Encounter) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tlet title = [];\n\n\t\t\ttitle.push((encounter.game.Encounter.title !== \"Encounter\") ? encounter.game.Encounter.title : encounter.game.Encounter.CurrentZoneName);\n\t\t\ttitle.push(encounter.game.Encounter.duration);\n\n\t\t\ttitle = title.join(\" - \");\n\n\t\t\toptions.push(\n\t\t\t\t<MenuItem key={\"encounter-history-item-\" + i} onClick={this.loadHistoryEntry.bind(this, i)}>\n\t\t\t\t\t{title}\n\t\t\t\t</MenuItem>,\n\t\t\t);\n\n\t\t\ti++;\n\t\t}\n\n\t\tif (!options.length) {\n\t\t\toptions.push(\n\t\t\t\t<MenuItem key='no-encounter'>\n\t\t\t\t\tNo encounters available.\n\t\t\t\t</MenuItem>,\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<ContextMenu id='encounter-history-menu' className='container-context-menu'>\n\t\t\t\t<div className='item-group'>\n\t\t\t\t\t{options}\n\t\t\t\t</div>\n\t\t\t</ContextMenu>\n\t\t);\n\t}\n\n\tloadHistoryEntry(index) {\n\t\tthis.props.loadHistoryEntry(index);\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tloadHistoryEntry(data) {\n\t\tdispatch(loadHistoryEntry(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\thistory : state.internal.encounter_history,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(EncounterMenu);\n"
  },
  {
    "path": "src/components/Parser/Container/IconButton.js",
    "content": "import React from \"react\";\nimport { Icon } from \"semantic-ui-react\";\nimport ReactTooltip from \"react-tooltip\";\n\nclass IconButton extends React.Component {\n\tcomponentDidMount() {\n\t\tReactTooltip.rebuild();\n\t}\n\n\trender() {\n\t\tconst icon_attributes = {\n\t\t\tname       : this.props.icon,\n\t\t\talt        : this.props.title,\n\t\t\t\"data-tip\" : this.props.title,\n\t\t\ttitle      : this.props.title,\n\t\t};\n\n\t\tif (this.props.no_container) {\n\t\t\ticon_attributes.onClick = this.props.onClick;\n\t\t}\n\n\t\tconst additional_class = this.props.class || \"\";\n\t\tconst icon             = <Icon {...icon_attributes}/>;\n\n\t\treturn (\n\t\t\t(this.props.no_container)\n\t\t\t\t? icon\n\t\t\t\t: <div className={\"icon-container \" + additional_class} onClick={this.props.onClick}>\n\t\t\t\t\t{icon}\n\t\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default IconButton;\n"
  },
  {
    "path": "src/components/Parser/Container/Import.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { Form, Input, Button } from \"semantic-ui-react\";\nimport $ from \"jquery\";\n\nimport LocalizationService from \"../../../services/LocalizationService\";\n\nclass Import extends React.Component {\n\trender() {\n\t\tconst allow_overlayplugin_import = (this.props.plugin_service.is_websocket && this.props.author === \"ngld\");\n\t\tconst overlayplugin_button       = (!allow_overlayplugin_import)\n\t\t\t? \"\"\n\t\t\t: <Button size='mini' className='import' onClick={this.handleImport.bind(this, true)}>{LocalizationService.getOverlayText(\"import\")} from OverlayPlugin</Button>;\n\t\tconst overlayplugin_text         = (!allow_overlayplugin_import)\n\t\t\t? \"\"\n\t\t\t: (\n\t\t\t\t<p>\n\t\t\t\t\tEmber has detected you are using OverlayPlugin.\n\t\t\t\t\tYou can attempt to import automatically from OverlayPlugin by clicking &quot;{LocalizationService.getOverlayText(\"import\")} from OverlayPlugin&quot; below.\n\t\t\t\t\tOtherwise, follow the import steps as normal.\n\t\t\t\t</p>\n\t\t\t);\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div id='import'>\n\t\t\t\t\t<div className='header'>\n\t\t\t\t\t\t<div className='name'>{LocalizationService.getOverlayText(\"import_settings\")}</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className='section'>\n\t\t\t\t\t\t{overlayplugin_text}\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t{LocalizationService.getOverlayText(\"import_instructions\")}\n\t\t\t\t\t\t</p>\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<Form>\n\t\t\t\t\t\t\t\t<Form.Field>\n\t\t\t\t\t\t\t\t\t<Input/>\n\t\t\t\t\t\t\t\t\t<Button size='mini' className='import' onClick={this.handleImport.bind(this, false)}>{LocalizationService.getOverlayText(\"import\")}</Button>\n\t\t\t\t\t\t\t\t\t{overlayplugin_button}\n\t\t\t\t\t\t\t\t</Form.Field>\n\t\t\t\t\t\t\t</Form>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tgetButtons() {\n\t\treturn $(document).find(\"button.import\");\n\t}\n\n\tgetButton(e) {\n\t\treturn $(e.target);\n\t}\n\n\tgetInput(e, button) {\n\t\tconst $button = button || this.getButton(e);\n\n\t\treturn $button.closest(\".field\").find(\"input\");\n\t}\n\n\thandlePaste(e) {\n\t\tconst $input = this.getInput(e);\n\n\t\t$input[0].focus();\n\t\tdocument.execCommand(\"paste\");\n\t}\n\n\tenableButtons($clicked_button, button_text) {\n\t\tconst $buttons = this.getButtons();\n\n\t\t$clicked_button.text(button_text);\n\t\t$buttons.attr(\"disabled\", false);\n\t}\n\n\thandleImport(overlayplugin, event) {\n\t\tconst $button      = this.getButton(event);\n\t\tconst $buttons     = this.getButtons();\n\t\tconst value        = this.getInput(event, $button).val();\n\t\tconst initial_text = $button.text();\n\t\tlet promise        = null;\n\n\t\t$buttons.attr(\"disabled\", true);\n\t\t$button.text(\"Importing...\");\n\n\t\tif (!overlayplugin) {\n\t\t\tpromise = this.props.settings_data.importSettings(value);\n\t\t} else {\n\t\t\tpromise = this.props.settings_data.restoreFromOverlayPlugin();\n\t\t}\n\n\t\tpromise\n\t\t\t.then(() => {\n\t\t\t\t$button.text(\"Imported!\");\n\t\t\t\tsetTimeout(this.enableButtons.bind(this, $button, initial_text), 4000);\n\t\t\t})\n\t\t\t.catch(e => {\n\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t$button.text(\"Import has failed...\");\n\t\t\t\tsetTimeout(this.enableButtons.bind(this, $button, initial_text), 4000);\n\t\t\t});\n\t}\n}\n\nconst mapStateToProps = state => ({\n\tauthor         : state.internal.overlayplugin_author,\n\tlanguage       : state.settings.interface.language,\n\tsettings_data  : state.settings_data,\n\tplugin_service : state.plugin_service,\n});\n\nexport default connect(mapStateToProps)(Import);\n"
  },
  {
    "path": "src/components/Parser/Container/Menu.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { ContextMenu, MenuItem } from \"react-contextmenu\";\nimport { changeCollapse, loadSampleGameData, clearGameData, changeViewing, changeDetailPlayer, changeMode, changeUIBuilder } from \"../../../redux/actions/index\";\n\nimport SettingsService from \"../../../services/SettingsService\";\nimport LocalizationService from \"../../../services/LocalizationService\";\n\nclass Menu extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<ContextMenu id='right-click-menu' className='container-context-menu'>\n\t\t\t\t<div className='item-group'>\n\t\t\t\t\t{this.getModesSection()}\n\t\t\t\t\t{this.getQuickCommandsSection()}\n\t\t\t\t\t{this.getEncounterSection()}\n\t\t\t\t\t{this.getUIBuilderSection()}\n\t\t\t\t\t<MenuItem onClick={SettingsService.openSettingsWindow}>\n\t\t\t\t\t\t{LocalizationService.getOverlayText(\"settings\")}\n\t\t\t\t\t</MenuItem>\n\t\t\t\t\t<MenuItem onClick={SettingsService.openSettingsImport}>\n\t\t\t\t\t\t{LocalizationService.getOverlayText(\"import\")}\n\t\t\t\t\t</MenuItem>\n\t\t\t\t</div>\n\t\t\t</ContextMenu>\n\t\t);\n\t}\n\n\tgetUIBuilderSection() {\n\t\tif (this.props.overlayplugin_author !== \"ngld\" || !this.props.use_ui_builder || this.props.mode !== \"spells\") {\n\t\t\treturn;\n\t\t}\n\n\t\tconst text  = (this.props.ui_builder) ? LocalizationService.getMisc(\"save_ui\") : LocalizationService.getMisc(\"edit_ui\");\n\t\tconst items = [\n\t\t\t<MenuItem key='menu-spell-ui-builder' onClick={this.changeUIBuilder.bind(this)}>\n\t\t\t\t{text}\n\t\t\t</MenuItem>,\n\t\t\t<div key='menu-ui-builder-section-split' className='split'></div>,\n\t\t];\n\n\t\treturn items;\n\t}\n\n\tgetModesSection() {\n\t\tif (this.props.overlayplugin_author !== \"ngld\") {\n\t\t\treturn;\n\t\t}\n\n\t\tconst mode_text = LocalizationService.getOverlayText(\"mode\");\n\t\tconst modes     = [\n\t\t\t<MenuItem key='menu-mode-stats' onClick={this.changeMode.bind(this, \"stats\")}>\n\t\t\t\t{mode_text}: {LocalizationService.getOverlayText(\"parser\")}\n\t\t\t</MenuItem>,\n\t\t\t<MenuItem key='menu-mode-spells' onClick={this.changeMode.bind(this, \"spells\")}>\n\t\t\t\t{mode_text}: {LocalizationService.getOverlayText(\"spell_timers\")}\n\t\t\t</MenuItem>,\n\t\t\t<div key='menu-modes-section-split' className='split'></div>,\n\t\t];\n\n\t\treturn modes;\n\t}\n\n\tgetQuickCommandsSection() {\n\t\tconst plugin_service = this.props.plugin_service;\n\n\t\tconst collapse_item = () => {\n\t\t\tif (this.props.mode === \"spells\") {\n\t\t\t\treturn \"\";\n\t\t\t}\n\n\t\t\tconst text = LocalizationService.getOverlayText((this.props.collapsed) ? \"uncollapse\" : \"collapse\");\n\t\t\tconst data = { state : !this.props.collapsed };\n\n\t\t\treturn (\n\t\t\t\t<MenuItem key='menu-collapse' data={data} onClick={this.changeCollapse.bind(this)}>\n\t\t\t\t\t{text}\n\t\t\t\t</MenuItem>\n\t\t\t);\n\t\t};\n\n\t\tconst plugin_actions = () => {\n\t\t\tif (this.props.mode === \"spells\") {\n\t\t\t\treturn \"\";\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t<MenuItem key='menu-split-encounter' onClick={plugin_service.splitEncounter.bind(plugin_service)}>\n\t\t\t\t\t{LocalizationService.getOverlayText(\"split_encounter\")}\n\t\t\t\t</MenuItem>\n\t\t\t);\n\t\t};\n\n\t\tconst items = [collapse_item(), plugin_actions()].filter(x => Boolean(x));\n\n\t\tif (items.length) {\n\t\t\titems.push(<div key='menu-group1-split' className='split'></div>);\n\t\t}\n\n\t\treturn items;\n\t}\n\n\tgetEncounterSection() {\n\t\tconst items = [];\n\n\t\tif (this.props.mode === \"stats\") {\n\t\t\titems.push(\n\t\t\t\t<MenuItem key='menu-view-encounter' onClick={this.changeViewing.bind(this, \"player\", this.props.encounter)}>\n\t\t\t\t\t{LocalizationService.getOverlayText(\"view_encounter\")}\n\t\t\t\t</MenuItem>,\n\t\t\t);\n\t\t}\n\n\t\titems.push(\n\t\t\t<MenuItem key='menu-load-sample' onClick={this.loadSampleGameData.bind(this)}>\n\t\t\t\t{LocalizationService.getOverlayText(\"load_sample\")}\n\t\t\t</MenuItem>,\n\t\t);\n\n\t\tif (this.props.mode === \"stats\") {\n\t\t\titems.push(\n\t\t\t\t<MenuItem key='menu-clear-encounter' onClick={this.clearGameData.bind(this)}>\n\t\t\t\t\t{LocalizationService.getOverlayText(\"clear_encounter\")}\n\t\t\t\t</MenuItem>,\n\t\t\t);\n\t\t}\n\n\t\titems.push(<div key='menu-group2-split' className='split'></div>);\n\t\treturn items;\n\t}\n\n\tchangeCollapse(e, data) {\n\t\tthis.props.changeCollapse(data.state);\n\t}\n\n\tloadSampleGameData() {\n\t\tthis.props.loadSampleGameData();\n\t}\n\n\tclearGameData() {\n\t\tthis.props.clearGameData();\n\t}\n\n\tchangeMode(mode) {\n\t\tthis.props.changeMode(mode);\n\t}\n\n\tchangeViewing(type, player) {\n\t\tif (!player) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.props.changeViewing(type);\n\t\tthis.props.changeDetailPlayer(player);\n\t}\n\n\tchangeUIBuilder() {\n\t\tthis.props.changeUIBuilder(this.props.getUIData());\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tchangeCollapse(data) {\n\t\tdispatch(changeCollapse(data));\n\t},\n\n\tloadSampleGameData() {\n\t\tdispatch(loadSampleGameData());\n\t},\n\n\tclearGameData() {\n\t\tdispatch(clearGameData());\n\t},\n\n\tchangeViewing(data) {\n\t\tdispatch(changeViewing(data));\n\t},\n\n\tchangeDetailPlayer(data) {\n\t\tdispatch(changeDetailPlayer(data));\n\t},\n\n\tchangeMode(data) {\n\t\tdispatch(changeMode(data));\n\t},\n\n\tchangeUIBuilder(data) {\n\t\tdispatch(changeUIBuilder(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tplugin_service       : state.plugin_service,\n\tlanguage             : state.settings.interface.language,\n\tcollapsed            : state.settings.intrinsic.collapsed,\n\toverlayplugin        : state.internal.overlayplugin,\n\toverlayplugin_author : state.internal.overlayplugin_author,\n\tencounter            : state.internal.game.Encounter,\n\tmode                 : state.internal.mode,\n\tui_builder           : state.internal.ui_builder,\n\tuse_ui_builder       : state.settings.spells_mode.ui.use,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Menu);\n"
  },
  {
    "path": "src/components/Parser/Container.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { ContextMenuTrigger } from \"react-contextmenu\";\nimport ReactTooltip from \"react-tooltip\";\nimport { Rnd } from \"react-rnd\";\nimport clone from \"lodash.clonedeep\";\nimport isEqual from \"lodash.isequal\";\nimport { updateSetting } from \"../../redux/actions/index\";\n\nimport EmberComponent from \"../EmberComponent\";\nimport ContextMenu from \"./Container/Menu\";\nimport Import from \"./Container/Import\";\nimport GameState from \"./GameState\";\nimport PlayerTable from \"./PlayerTable\";\nimport PlayerDetail from \"./PlayerDetail\";\nimport Footer from \"./Footer\";\nimport PlaceholderToggle from \"./Placeholder/Toggle\";\nimport AggroTable from \"./AggroTable\";\nimport SpellGrid from \"./SpellGrid\";\n\nimport SpellService from \"../../services/SpellService\";\nimport TTSService from \"../../services/TTSService\";\nimport LocalizationService from \"../../services/LocalizationService\";\n\nclass Container extends EmberComponent {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.timer           = null;\n\t\tthis.no_footer_modes = [\n\t\t\t\"spells\",\n\t\t];\n\n\t\tthis.mounted = false;\n\t\tthis.state   = {\n\t\t\tlocked          : true,\n\t\t\tspells_sections : this.props.spells_sections,\n\t\t\tspells          : (new Date()).getTime(),\n\t\t};\n\t}\n\n\tcomponentDidUpdate(prev_props) {\n\t\tlet need_state = false;\n\t\tconst state    = {};\n\n\t\tif (this.processSpellSectionProps(state)) {\n\t\t\tneed_state = true;\n\t\t}\n\n\t\tif (prev_props.mode !== this.props.mode) {\n\t\t\tthis.stopAll();\n\n\t\t\tif (this.props.mode === \"spells\") {\n\t\t\t\tneed_state = true;\n\n\t\t\t\tstate.spells = (new Date()).getTime();\n\n\t\t\t\tthis.startSpells();\n\t\t\t} else if (this.props.mode === \"stats\") {\n\t\t\t\tthis.startStats();\n\t\t\t}\n\t\t} else if (this.props.mode === \"spells\") {\n\t\t\tthis.setSpellsSettings();\n\n\t\t\tlet new_spells      = false;\n\t\t\tlet lost_spells     = false;\n\t\t\tlet changed_default = false;\n\n\t\t\tfor (const i in this.props.spells_in_use) {\n\t\t\t\tif (\n\t\t\t\t\t!prev_props.spells_in_use[i] ||\n\t\t\t\t\tprev_props.spells_in_use[i].time < this.props.spells_in_use[i].time ||\n\t\t\t\t\t!SpellService.hasDefaultedSpell(i, this.props.spells_in_use[i])\n\t\t\t\t) {\n\t\t\t\t\tif (!new_spells) {\n\t\t\t\t\t\tnew_spells = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tnew_spells[i] = this.props.spells_in_use[i];\n\t\t\t\t} else if (\n\t\t\t\t\tprev_props.spells_in_use[i].defaulted !== this.props.spells_in_use[i].defaulted ||\n\t\t\t\t\tprev_props.spells_in_use[i].type_position !== this.props.spells_in_use[i].type_position\n\t\t\t\t) {\n\t\t\t\t\tif (!changed_default) {\n\t\t\t\t\t\tchanged_default = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tchanged_default[i] = {\n\t\t\t\t\t\tdefaulted : this.props.spells_in_use[i].defaulted,\n\t\t\t\t\t\tposition  : this.props.spells_in_use[i].type_position,\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor (const i in prev_props.spells_in_use) {\n\t\t\t\tif (!this.props.spells_in_use[i]) {\n\t\t\t\t\tif (!lost_spells) {\n\t\t\t\t\t\tlost_spells = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tlost_spells[i] = true;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (new_spells || lost_spells || changed_default) {\n\t\t\t\tneed_state = true;\n\n\t\t\t\tSpellService.processSpells(new_spells || {}, lost_spells || {}, changed_default || {});\n\n\t\t\t\tstate.spells = (new Date()).getTime();\n\t\t\t}\n\t\t}\n\n\t\tif (need_state) {\n\t\t\tthis.setState(state);\n\t\t}\n\t}\n\n\tcomponentDidMount() {\n\t\tif (this.props.mode === \"stats\") {\n\t\t\tthis.startStats();\n\t\t} else if (this.props.mode === \"spells\") {\n\t\t\tSpellService.processSpells(this.props.spells_in_use);\n\t\t\tthis.startSpells();\n\n\t\t\tthis.setState({\n\t\t\t\tspells : (new Date()).getTime(),\n\t\t\t});\n\t\t}\n\n\t\tdocument.addEventListener(\"onOverlayStateUpdate\", this.toggleHandle.bind(this));\n\t\tthis.props.plugin_service.subscribe();\n\n\t\tthis.mounted = true;\n\t}\n\n\tclearTimer() {\n\t\tif (this.timer !== null) {\n\t\t\tclearInterval(this.timer);\n\n\t\t\tthis.timer = null;\n\t\t}\n\t}\n\n\tstartStats() {\n\t\tTTSService.start();\n\t}\n\n\tstartSpells() {\n\t\tthis.setSpellsSettings();\n\n\t\tthis.timer = setInterval(\n\t\t\t() => {\n\t\t\t\tif (!SpellService.updateCooldowns()) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tthis.setState({\n\t\t\t\t\tspells : (new Date()).getTime(),\n\t\t\t\t});\n\t\t\t},\n\t\t\t250,\n\t\t);\n\t}\n\n\tstopAll() {\n\t\tthis.clearTimer();\n\t\tTTSService.stop();\n\t\tSpellService.stop();\n\t}\n\n\tsetSpellsSettings() {\n\t\tSpellService.setSettings(\n\t\t\tthis.props.spells_settings.use_tts,\n\t\t\tthis.props.spells_settings.party_use_tts,\n\t\t\tthis.props.spells_settings.tts_trigger,\n\t\t\tthis.props.spells_settings.warning_threshold,\n\t\t\tthis.props.spells_settings.tts_on_effect,\n\t\t\tthis.props.spells_settings.party_tts_on_effect,\n\t\t\tthis.props.spells_settings.party_tts_on_skill,\n\t\t);\n\t}\n\n\trender() {\n\t\tconst encounter = this.props.encounter || {};\n\t\tconst active    = ([\"true\", true].indexOf(this.props.encounter_active) !== -1);\n\t\tconst viewing   = this.props.viewing;\n\n\t\tlet content;\n\n\t\tswitch (this.props.mode) {\n\t\t\tcase \"stats\":\n\t\t\t\tswitch (viewing) {\n\t\t\t\t\tcase \"tables\":\n\t\t\t\t\t\tif (this.props.table_type !== \"aggro\") {\n\t\t\t\t\t\t\tcontent = <PlayerTable key='player-table-component' players={this.props.combatants} encounter={encounter} type={this.props.table_type}/>;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcontent = <AggroTable monsters={this.props.aggro}/>;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase \"player\":\n\t\t\t\t\t\tcontent = <PlayerDetail player={this.props.detail_player} players={this.props.combatants} encounter={encounter}/>;\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase \"import\":\n\t\t\t\t\t\tcontent = <Import/>;\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\n\t\t\tcase \"spells\":\n\t\t\t\tswitch (viewing) {\n\t\t\t\t\tcase \"import\":\n\t\t\t\t\t\tcontent = <Import/>;\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tconst settings        = this.props.spells_settings;\n\t\t\t\t\t\tconst invert_vertical = settings.invert_vertical;\n\n\t\t\t\t\t\tif (this.props.spells_settings.ui.use) {\n\t\t\t\t\t\t\tcontent = [];\n\n\t\t\t\t\t\t\tfor (const uuid in this.props.spells_sections) {\n\t\t\t\t\t\t\t\tconst section = this.state.spells_sections[uuid];\n\n\t\t\t\t\t\t\t\tif (!section) {\n\t\t\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tconst section_settings = clone(settings);\n\t\t\t\t\t\t\t\tconst layout           = section.layout;\n\n\t\t\t\t\t\t\t\tif (layout.spells_per_row !== -1) {\n\t\t\t\t\t\t\t\t\tsection_settings.spells_per_row = layout.spells_per_row;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tif (layout.layout !== \"default\") {\n\t\t\t\t\t\t\t\t\tsection_settings.layout = layout.layout;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsection_settings.uuid = uuid;\n\n\t\t\t\t\t\t\t\tif (this.props.ui_builder) {\n\t\t\t\t\t\t\t\t\tif (this.state.locked) {\n\t\t\t\t\t\t\t\t\t\tcontent.push(\n\t\t\t\t\t\t\t\t\t\t\t<Rnd key={\"spell-grid-rnd-\" + uuid} bounds='body' minWidth={100} minHeight={100} resizeGrid={[10, 10]} dragGrid={[10, 10]} position={{ x : layout.x, y : layout.y }} size={{ width : layout.width, height : layout.height }} onDragStop={this.onDrag.bind(this, uuid)} onResizeStop={this.onResize.bind(this, uuid)}>\n\t\t\t\t\t\t\t\t\t\t\t\t<SpellGrid key={\"spell-grid-\" + uuid} from_builder={true} is_draggable={true} section={section} encounter={encounter} spells={this.state.spells} settings={section_settings} style={{ position : \"absolute\", width : \"100%\", height : \"100%\" }}/>\n\t\t\t\t\t\t\t\t\t\t\t</Rnd>,\n\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tcontent =\n\t\t\t\t\t\t\t\t\t\t\t<div id='lock-warning'>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>{LocalizationService.getMisc(\"please_lock\")}</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>;\n\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tconst spells = SpellService.filterSpells(section, section_settings, true);\n\t\t\t\t\t\t\t\t\tconst css    = { position : \"absolute\", top : layout.y + \"px\", left : layout.x + \"px\", width : layout.width + \"px\", maxHeight : layout.height + \"px\" };\n\n\t\t\t\t\t\t\t\t\tif (invert_vertical) {\n\t\t\t\t\t\t\t\t\t\tcss.height = layout.height + \"px\";\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tcontent.push(\n\t\t\t\t\t\t\t\t\t\t<SpellGrid key={\"spell-grid-\" + uuid} from_builder={true} section={section} encounter={encounter} spells={spells} settings={section_settings} style={css}/>,\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tconst spells = SpellService.filterSpells({}, settings, false);\n\n\t\t\t\t\t\t\tcontent = <SpellGrid key='spell-grid' encounter={encounter} spells={spells} settings={this.props.spells_settings}/>;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tbreak;\n\t\t}\n\n\t\tlet footer = [];\n\n\t\tif (\n\t\t\tthis.no_footer_modes.indexOf(this.props.mode) === -1 &&\n\t\t\t(\n\t\t\t\t!this.props.collapsed ||\n\t\t\t\tviewing !== \"tables\" ||\n\t\t\t\tthis.props.footer_when_collapsed\n\t\t\t)\n\t\t) {\n\t\t\tfooter = [\n\t\t\t\t<div className='split' key='above-footer-split'></div>,\n\t\t\t\t<Footer key='parser-footer'/>,\n\t\t\t];\n\t\t}\n\n\t\tconst container_classes = [];\n\n\t\tif (this.props.ui_builder && this.props.spells_settings.ui.use) {\n\t\t\tcontainer_classes.push(\"ui-builder-active\");\n\t\t}\n\n\t\tif (this.props.horizontal) {\n\t\t\tif (this.props.horizontal_shrink) {\n\t\t\t\tcontainer_classes.push(\"shrink\");\n\t\t\t}\n\n\t\t\tcontainer_classes.push(this.props.horizontal_alignment || \"left\");\n\t\t}\n\n\t\tif (Object.values(this.props.toggles).some(x => x)) {\n\t\t\tcontainer_classes.push(\"hidden\");\n\t\t}\n\n\t\treturn (\n\t\t\t<React.Fragment key='container-fragment'>\n\t\t\t\t<ContextMenuTrigger key='right-click-menu' id='right-click-menu' holdToDisplay={-1}>\n\t\t\t\t\t<div id='container' className={container_classes.join(\" \")} key='container'>\n\t\t\t\t\t\t<PlaceholderToggle location='top_left'/>\n\t\t\t\t\t\t<PlaceholderToggle location='top_right'/>\n\t\t\t\t\t\t<PlaceholderToggle location='bottom_left'/>\n\t\t\t\t\t\t<PlaceholderToggle location='bottom_right'/>\n\t\t\t\t\t\t<div id='inner' key='inner'>\n\t\t\t\t\t\t\t{this.getGameState(encounter, active)}\n\t\t\t\t\t\t\t<div id='content' key='content'>\n\t\t\t\t\t\t\t\t{content}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t{footer}\n\t\t\t\t\t\t\t<ReactTooltip className='react-tooltip' effect='solid' multiline={false} place='left'/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</ContextMenuTrigger>\n\t\t\t\t<ContextMenu getUIData={this.getUIData.bind(this)}/>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tonDrag(uuid, e, data) {\n\t\tconst state = clone(this.state);\n\n\t\tstate.spells_sections[uuid].layout.x = Math.round(data.x / 10) * 10;\n\t\tstate.spells_sections[uuid].layout.y = Math.round(data.y / 10) * 10;\n\n\t\tthis.setState(state);\n\t}\n\n\tonResize(uuid, e, side, elem, delta, position) {\n\t\tconst state = clone(this.state);\n\n\t\tstate.spells_sections[uuid].layout.width  += delta.width;\n\t\tstate.spells_sections[uuid].layout.height += delta.height;\n\t\tstate.spells_sections[uuid].layout.width   = Math.round(state.spells_sections[uuid].layout.width / 10) * 10;\n\t\tstate.spells_sections[uuid].layout.height  = Math.round(state.spells_sections[uuid].layout.height / 10) * 10;\n\t\tstate.spells_sections[uuid].layout.x       = Math.round(position.x / 10) * 10;\n\t\tstate.spells_sections[uuid].layout.y       = Math.round(position.y / 10) * 10;\n\n\t\tthis.setState(state);\n\t}\n\n\tgetUIData() {\n\t\treturn this.state.spells_sections;\n\t}\n\n\tgetGameState(encounter, active) {\n\t\tif (this.props.mode === \"spells\" && (this.props.hide_top_bar || this.props.spells_settings.ui.use)) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\treturn (\n\t\t\t<GameState encounter={encounter} active={active} rank={this.props.rank} show_rank={this.props.top_right_rank}/>\n\t\t);\n\t}\n\n\ttoggleHandle(e) {\n\t\tconst body = document.getElementsByTagName(\"body\")[0];\n\n\t\tthis.setState({\n\t\t\tlocked : e.detail.isLocked,\n\t\t});\n\n\t\tif (!e.detail.isLocked) {\n\t\t\tbody.classList.add(\"resizeHandle\");\n\n\t\t\tif (this.props.spells_settings.ui.use && this.props.mode === \"spells\") {\n\t\t\t\tbody.classList.add(\"white-background\");\n\t\t\t}\n\t\t} else {\n\t\t\tbody.classList.remove(\"resizeHandle\");\n\n\t\t\tif (this.props.spells_settings.ui.use || body.classList.contains(\"white-background\")) {\n\t\t\t\tbody.classList.remove(\"white-background\");\n\t\t\t}\n\t\t}\n\t}\n\n\tprocessSpellSectionProps(state) {\n\t\tlet need_state = false;\n\t\tlet need_save  = false;\n\n\t\t// Only run if settings have been updated in the past 20 seconds.\n\t\tif ((((new Date()).getTime() - this.props.last_settings_update.getTime()) / 1000) > 20) {\n\t\t\treturn need_state;\n\t\t}\n\n\t\tfor (const uuid in this.props.spells_sections) {\n\t\t\tif (\n\t\t\t\t!this.state.spells_sections[uuid] ||\n\t\t\t\tthis.state.spells_sections[uuid].layout.spells_per_row !== this.props.spells_sections[uuid].layout.spells_per_row ||\n\t\t\t\tthis.state.spells_sections[uuid].layout.layout !== this.props.spells_sections[uuid].layout.layout ||\n\t\t\t\t!isEqual(this.state.spells_sections[uuid].types, this.props.spells_sections[uuid].types)\n\t\t\t) {\n\t\t\t\tneed_state = true;\n\n\t\t\t\tstate.spells_sections = this.props.spells_sections;\n\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (!need_state) {\n\t\t\tfor (const uuid in this.state.spells_sections) {\n\t\t\t\tif (!this.props.spells_sections[uuid]) {\n\t\t\t\t\tneed_state = true;\n\n\t\t\t\t\tstate.spells_sections = this.props.spells_sections;\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (need_state) {\n\t\t\tfor (const uuid in state.spells_sections) {\n\t\t\t\tif (!this.state.spells_sections[uuid]) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\tstate.spells_sections[uuid].layout.x !== this.state.spells_sections[uuid].layout.x ||\n\t\t\t\t\tstate.spells_sections[uuid].layout.y !== this.state.spells_sections[uuid].layout.y ||\n\t\t\t\t\tstate.spells_sections[uuid].layout.width !== this.state.spells_sections[uuid].layout.width ||\n\t\t\t\t\tstate.spells_sections[uuid].layout.height !== this.state.spells_sections[uuid].layout.height\n\t\t\t\t) {\n\t\t\t\t\tstate.spells_sections[uuid].layout.x      = this.state.spells_sections[uuid].layout.x;\n\t\t\t\t\tstate.spells_sections[uuid].layout.y      = this.state.spells_sections[uuid].layout.y;\n\t\t\t\t\tstate.spells_sections[uuid].layout.width  = this.state.spells_sections[uuid].layout.width;\n\t\t\t\t\tstate.spells_sections[uuid].layout.height = this.state.spells_sections[uuid].layout.height;\n\n\t\t\t\t\tneed_save = !this.props.ui_builder;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (need_save) {\n\t\t\tconst data = {\n\t\t\t\tkey   : \"spells_mode.ui.sections\",\n\t\t\t\tvalue : state.spells_sections,\n\t\t\t};\n\n\t\t\tsetTimeout(() => {\n\t\t\t\tthis.props.updateSetting(data);\n\t\t\t}, 50);\n\t\t}\n\n\t\treturn need_state;\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tupdateSetting(data) {\n\t\tdispatch(updateSetting(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tplugin_service        : state.plugin_service,\n\tmode                  : state.internal.mode,\n\tencounter             : state.internal.game.Encounter,\n\tencounter_active      : state.internal.game.isActive,\n\tcombatants            : state.internal.game.Combatant,\n\tcollapsed             : state.settings.intrinsic.collapsed,\n\tfooter_when_collapsed : state.settings.interface.footer_when_collapsed,\n\thorizontal            : state.settings.interface.horizontal,\n\thorizontal_shrink     : state.settings.interface.horizontal_shrink,\n\thorizontal_alignment  : state.settings.interface.horizontal_alignment,\n\trank                  : state.internal.rank,\n\ttop_right_rank        : state.settings.interface.top_right_rank,\n\tviewing               : state.internal.viewing,\n\ttable_type            : state.settings.intrinsic.table_type,\n\tdetail_player         : state.internal.detail_player,\n\taggro                 : state.internal.aggro,\n\tspells_sections       : state.settings.spells_mode.ui.sections,\n\tspells_in_use         : state.internal.spells.in_use,\n\tspells_settings       : state.settings.spells_mode,\n\thide_top_bar          : state.settings.interface.hide_top_bar,\n\tui_builder            : state.internal.ui_builder,\n\tlast_settings_update  : state.internal.last_settings_update,\n\ttoggles               : state.internal.toggles,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Container);\n"
  },
  {
    "path": "src/components/Parser/Footer.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { ContextMenuTrigger } from \"react-contextmenu\";\nimport { changeTableType, changeViewing, changePlayerBlur, changeHorizontal } from \"../../redux/actions/index\";\n\nimport PlayerProcessor from \"../../processors/PlayerProcessor\";\nimport VersionService from \"../../services/VersionService\";\nimport SettingsService from \"../../services/SettingsService\";\nimport LocalizationService from \"../../services/LocalizationService\";\nimport DiscordService from \"../../services/DiscordService\";\nimport IconButton from \"./Container/IconButton\";\nimport EncounterMenu from \"./Container/EncounterMenu\";\nimport DiscordMenu from \"./Container/DiscordMenu\";\n\nclass Footer extends React.Component {\n\tcomponentDidMount() {\n\t\tVersionService.determineIfNewer();\n\t}\n\n\trender() {\n\t\tconst viewing        = this.props.viewing;\n\t\tconst table_type     = this.props.table_type;\n\t\tconst self           = this;\n\t\tconst plugin_service = this.props.plugin_service;\n\n\t\tconst navigation = function() {\n\t\t\tswitch (viewing) {\n\t\t\t\tcase \"player\":\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<div id='navigation-links'>\n\t\t\t\t\t\t\t<span className='navigation-link' onClick={self.changeViewing.bind(self, \"tables\")} key='navigation-link-back'>&lsaquo; {LocalizationService.getOverlayText(\"back\")}</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t);\n\n\t\t\t\tdefault:\n\t\t\t\t\tconst types = {\n\t\t\t\t\t\tdps   : \"\",\n\t\t\t\t\t\theal  : \"\",\n\t\t\t\t\t\ttank  : \"\",\n\t\t\t\t\t\traid  : \"24\",\n\t\t\t\t\t\taggro : \"\",\n\t\t\t\t\t};\n\t\t\t\t\tconst links = [];\n\n\t\t\t\t\tif (self.props.overlayplugin_author !== \"ngld\" || self.props.horizontal) {\n\t\t\t\t\t\tdelete types.aggro;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (self.props.horizontal) {\n\t\t\t\t\t\tdelete types.raid;\n\t\t\t\t\t}\n\n\t\t\t\t\tfor (const type_key in types) {\n\t\t\t\t\t\tconst name   = (type_key === \"raid\") ? types[type_key] : LocalizationService.getOverlayText(type_key);\n\t\t\t\t\t\tconst active = (table_type === type_key && viewing === \"tables\") ? \"active\" : \"\";\n\n\t\t\t\t\t\tlinks.push(\n\t\t\t\t\t\t\t<div className={\"role-link \" + active} onClick={self.changeTableType.bind(self, type_key)} key={\"navigation-link-\" + type_key}>{name}</div>,\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\tlet dps;\n\n\t\t\t\t\tif (self.props.show_dps) {\n\t\t\t\t\t\tconst dps_value = (self.props.encounter) ? PlayerProcessor.getDataValue(\"encdps\", self.props.encounter) : \"0.00\";\n\n\t\t\t\t\t\tdps = <div className='info-item' key='info-item-dps'>rDPS: {dps_value}</div>;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<div id='role-links'>\n\t\t\t\t\t\t\t{links}\n\t\t\t\t\t\t\t{dps}\n\t\t\t\t\t\t</div>\n\t\t\t\t\t);\n\t\t\t}\n\t\t};\n\n\t\tlet trigger      = null;\n\t\tconst toggleMenu = e => {\n\t\t\tif (trigger) {\n\t\t\t\ttrigger.handleContextClick(e);\n\t\t\t}\n\t\t};\n\n\t\tconst actions = () => {\n\t\t\tconst actions = [\n\t\t\t\tthis.getDiscordButton(toggleMenu, trigger),\n\t\t\t\t<ContextMenuTrigger id='encounter-history-menu' key='encounter-history-trigger' ref={c => trigger = c} attributes={{ className : \"icon-container\" }} holdToDisplay={-1}>\n\t\t\t\t\t<IconButton icon='history' title={LocalizationService.getOverlayText(\"encounter_history\")} key='encounter-history-button' no_container={true} onClick={toggleMenu}/>\n\t\t\t\t</ContextMenuTrigger>,\n\t\t\t\t<IconButton\n\t\t\t\t\ticon={(!this.props.horizontal) ? \"arrows alternate horizontal\" : \"arrows alternate vertical\"}\n\t\t\t\t\ttitle={LocalizationService.getOverlayText(\"toggle_horizontal\")}\n\t\t\t\t\tkey='toggle-horizontal'\n\t\t\t\t\tonClick={this.toggleHorizontal.bind(this)}\n\t\t\t\t/>,\n\t\t\t\t<IconButton icon='eye slash' title={LocalizationService.getOverlayText(\"blur_names\")} key='player-blur' onClick={this.togglePlayerBlur.bind(this)}/>,\n\t\t\t\t<IconButton icon='cut' title={LocalizationService.getOverlayText(\"split_encounter\")} key='split-encounter' onClick={plugin_service.splitEncounter.bind(plugin_service)}/>,\n\t\t\t\t<IconButton icon='cog' title={LocalizationService.getOverlayText(\"settings\")} key='settings' class={SettingsService.getNoticeClass()} onClick={SettingsService.openSettingsWindow}/>,\n\t\t\t];\n\n\t\t\treturn actions;\n\t\t};\n\n\t\treturn (\n\t\t\t<div id='footer'>\n\t\t\t\t{navigation()}\n\t\t\t\t<div id='footer-actions'>\n\t\t\t\t\t{actions()}\n\t\t\t\t\t<EncounterMenu/>\n\t\t\t\t\t<DiscordMenu webhook={this.props.discord_webhook}/>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n\n\tgetDiscordButton() {\n\t\tlet trigger      = null;\n\t\tconst toggleMenu = e => {\n\t\t\tif (trigger) {\n\t\t\t\ttrigger.handleContextClick(e);\n\t\t\t}\n\t\t};\n\n\t\tif (this.props.discord_webhook) {\n\t\t\treturn (\n\t\t\t\t<ContextMenuTrigger id='discord-menu' key='discord-trigger' ref={c => trigger = c} attributes={{ className : \"icon-container\" }} holdToDisplay={-1}>\n\t\t\t\t\t<IconButton icon='discord' title={LocalizationService.getOverlayText(\"discord\")} key='discord-button' no_container={true} onClick={toggleMenu}/>\n\t\t\t\t</ContextMenuTrigger>\n\t\t\t);\n\t\t}\n\n\t\treturn <IconButton icon='discord' title={LocalizationService.getOverlayText(\"discord\")} key='discord' onClick={DiscordService.openDiscordWindow}/>;\n\t}\n\n\tchangeTableType(type) {\n\t\tif (this.props.viewing !== \"tables\") {\n\t\t\tthis.changeViewing(\"tables\");\n\t\t}\n\n\t\tthis.props.changeTableType(type);\n\t}\n\n\tchangeViewing(type) {\n\t\tthis.props.changeViewing(type);\n\t}\n\n\ttogglePlayerBlur() {\n\t\tthis.props.changePlayerBlur(!this.props.player_blur);\n\t}\n\n\ttoggleHorizontal() {\n\t\tthis.props.changeHorizontal(!this.props.horizontal);\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tchangeTableType(data) {\n\t\tdispatch(changeTableType(data));\n\t},\n\n\tchangeViewing(data) {\n\t\tdispatch(changeViewing(data));\n\t},\n\n\tchangePlayerBlur(data) {\n\t\tdispatch(changePlayerBlur(data));\n\t},\n\n\tchangeHorizontal(data) {\n\t\tdispatch(changeHorizontal(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tplugin_service       : state.plugin_service,\n\tlanguage             : state.settings.interface.language,\n\thorizontal           : state.settings.interface.horizontal,\n\ttable_type           : state.settings.intrinsic.table_type,\n\tplayer_blur          : state.settings.intrinsic.player_blur,\n\tviewing              : state.internal.viewing,\n\toverlayplugin        : state.internal.overlayplugin,\n\toverlayplugin_author : state.internal.overlayplugin_author,\n\tencounter            : state.internal.game.Encounter,\n\tshow_dps             : state.settings.interface.footer_dps,\n\tdiscord_webhook      : state.settings.discord.url,\n\tnew_ver              : state.internal.new_version,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Footer);\n"
  },
  {
    "path": "src/components/Parser/GameState.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { changeCollapse } from \"../../redux/actions/index\";\n\nimport IconButton from \"./Container/IconButton\";\nimport LocalizationService from \"../../services/LocalizationService\";\nimport SettingsService from \"../../services/SettingsService\";\nimport VersionService from \"../../services/VersionService\";\nimport { getEncounterTitle } from \"../../helpers/GameHelper\";\n\nclass GameState extends React.Component {\n\tcomponentDidMount() {\n\t\tif (this.props.mode === \"spells\") {\n\t\t\tVersionService.determineIfNewer();\n\t\t}\n\t}\n\n\trender() {\n\t\tconst encounter_class = (this.props.active || this.props.mode === \"spells\") ? \"active\" : \"inactive\";\n\t\tconst rank_class      = (this.props.show_rank && this.props.mode === \"stats\") ? \"\" : \"hidden\";\n\t\tconst rank            = (this.props.rank === \"N/A\") ? LocalizationService.getOverlayText(\"not_applicable\") : this.props.rank;\n\t\tconst button          = () => {\n\t\t\tswitch (this.props.mode) {\n\t\t\t\tcase \"stats\":\n\t\t\t\t\tconst icon = (this.props.collapsed) ? \"expand\" : \"compress\";\n\t\t\t\t\tconst data = { state : !this.props.collapsed };\n\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<IconButton icon={icon} title={LocalizationService.getOverlayText(\"toggle_collapse\")} key='toggle-collapsed' onClick={this.changeCollapse.bind(this, data)}/>\n\t\t\t\t\t);\n\n\t\t\t\tcase \"spells\":\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<IconButton icon='cog' title={LocalizationService.getOverlayText(\"settings\")} key='settings' class={SettingsService.getNoticeClass()} onClick={SettingsService.openSettingsWindow}/>\n\t\t\t\t\t);\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t};\n\n\t\tconst encounter     = this.props.encounter;\n\t\tlet encounter_state = [];\n\n\t\tswitch (this.props.mode) {\n\t\t\tcase \"stats\":\n\t\t\t\tencounter_state = getEncounterTitle(encounter);\n\n\t\t\t\tbreak;\n\n\t\t\tcase \"spells\":\n\t\t\t\tencounter_state = \"Ember Spell Timers\";\n\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tbreak;\n\t\t}\n\n\t\treturn (\n\t\t\t<div id='game-state'>\n\t\t\t\t<span className={encounter_class}>{encounter_state}</span>\n\t\t\t\t<span>\n\t\t\t\t\t<span className={rank_class}>{rank}</span>\n\t\t\t\t\t{button()}\n\t\t\t\t</span>\n\t\t\t</div>\n\t\t);\n\t}\n\n\tchangeCollapse(data) {\n\t\tthis.props.changeCollapse(data.state);\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tchangeCollapse(data) {\n\t\tdispatch(changeCollapse(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tcollapsed : state.settings.intrinsic.collapsed,\n\tmode      : state.internal.mode,\n\tnew_ver   : state.internal.new_version,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(GameState);\n"
  },
  {
    "path": "src/components/Parser/Header.js",
    "content": "import React from \"react\";\n\nimport PlaceholderToggle from \"./Placeholder/Toggle\";\n\nclass Header extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<div id='header'>\n\t\t\t\t<div className='title'>{this.props.title}</div>\n\t\t\t\t<div className='subtitle'>DPS, heal, and tank tracker</div>\n\t\t\t\t<div style={{ clear : \"both\" }}></div>\n\t\t\t\t<PlaceholderToggle type='left'/>\n\t\t\t\t<PlaceholderToggle type='right'/>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default Header;\n"
  },
  {
    "path": "src/components/Parser/PercentBar.js",
    "content": "import React from \"react\";\n\nclass PercentBar extends React.Component {\n\trender() {\n\t\tconst percent = this.props.percent;\n\n\t\treturn (\n\t\t\t<div className='column-percent-bar' key='column-percent-bar' style={{ backgroundSize : `${percent}% 100%` }}></div>\n\t\t);\n\t}\n}\n\nexport default PercentBar;\n"
  },
  {
    "path": "src/components/Parser/Placeholder/Toggle.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { updateToggle } from \"../../../redux/actions\";\n\nclass Toggle extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName={\"toggle \" + this.props.location.replace(\"_\", \" \")}\n\t\t\t\tonClick={() => this.props.toggle(this.props.location)}>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\ttoggle(location) {\n\t\tdispatch(updateToggle({ location, enabled : true }));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\ttoggles : state.internal.toggles,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Toggle);\n"
  },
  {
    "path": "src/components/Parser/Placeholder.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { updateToggle } from \"../../redux/actions\";\n\nclass Placeholder extends React.Component {\n\trender() {\n\t\tconst image_src   = `img/icons/placeholder-${this.props.theme}-theme.png`;\n\t\tconst class_names = [\"placeholder\", this.props.location.replace(\"_\", \" \")];\n\n\t\tif (!this.props.toggles[this.props.location]) {\n\t\t\tclass_names.push(\"hidden\");\n\t\t}\n\n\t\treturn (\n\t\t\t<div className={class_names.join(\" \")} onClick={() => this.props.untoggle(this.props.location)}>\n\t\t\t\t<div className='inner'>\n\t\t\t\t\t<img src={image_src} alt='Minimized button'></img>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tuntoggle(location) {\n\t\tdispatch(updateToggle({ location, enabled : false }));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\ttoggles : state.internal.toggles,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Placeholder);\n"
  },
  {
    "path": "src/components/Parser/PlayerDetail/HistoryChart.js",
    "content": "import React from \"react\";\nimport ChartComponent from \"react-chartjs-2\";\nimport { Line, defaults } from \"react-chartjs-2\";\n\nimport LocalizationService from \"../../../services/LocalizationService\";\n\nclass HistoryChart extends React.Component {\n\tUNSAFE_componentWillMount() {\n\t\tif (this.props.theme === \"ffxiv-classic\") {\n\t\t\tdefaults.global.defaultFontColor = \"#d9d6dd\";\n\t\t}\n\n\t\tif (this.props.theme === \"ffxiv-clear-blue\") {\n\t\t\tdefaults.global.defaultFontColor = \"#d1d1d1\";\n\t\t}\n\n\t\tChartComponent.prototype.destroyChart = function() {\n\t\t\tthis.saveCurrentDatasets();\n\n\t\t\tconst datasets = [];\n\n\t\t\tfor (const i in this.datasets) {\n\t\t\t\tdatasets.push(this.datasets[i]);\n\t\t\t}\n\n\t\t\tthis.chartInstance.config.data.datasets = datasets;\n\n\t\t\tthis.chartInstance.destroy();\n\t\t};\n\t}\n\n\trender() {\n\t\tconst metrics = [\n\t\t\t{\n\t\t\t\tname       : LocalizationService.getPlayerDataTitle(\"encdps\", \"short\"),\n\t\t\t\tkey        : \"encdps\",\n\t\t\t\tbackground : \"rgba(116, 51, 51, 0.85)\",\n\t\t\t\tborder     : \"rgba(0, 0, 0, 0.2)\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tname       : LocalizationService.getPlayerDataTitle(\"enchps\", \"short\"),\n\t\t\t\tkey        : \"enchps\",\n\t\t\t\tbackground : \"rgba(60, 103, 47, 0.85)\",\n\t\t\t\tborder     : \"rgba(0, 0, 0, 0.2)\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tname       : LocalizationService.getPlayerDataTitle(\"enctps\", \"short\"),\n\t\t\t\tkey        : \"enctps\",\n\t\t\t\tbackground : \"rgba(59, 78, 171, 0.85)\",\n\t\t\t\tborder     : \"rgba(0, 0, 0, 0.2)\",\n\t\t\t},\n\t\t];\n\n\t\tconst history     = this.props.history;\n\t\tconst player      = this.props.player;\n\t\tconst line_data   = {\n\t\t\tlabels   : [],\n\t\t\tdatasets : [],\n\t\t};\n\t\tconst player_name = player.name;\n\t\tconst base_time   = Number(Object.keys(history)[0]);\n\t\tconst max_values  = {};\n\n\t\tfor (const i in metrics) {\n\t\t\tmax_values[i] = 0;\n\n\t\t\tline_data.datasets.push(\n\t\t\t\t{\n\t\t\t\t\ti,\n\t\t\t\t\tlabel           : metrics[i].name,\n\t\t\t\t\tbackgroundColor : metrics[i].background,\n\t\t\t\t\tborderColor     : metrics[i].border,\n\t\t\t\t\tdata            : [],\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\n\t\tfor (const time in history) {\n\t\t\tconst item           = history[time];\n\t\t\tconst encounter_time = Number(time) - base_time;\n\n\t\t\tif (encounter_time === 0) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tconst minutes = Math.floor(encounter_time / 60);\n\t\t\tlet seconds   = encounter_time - (minutes * 60);\n\n\t\t\tif (seconds < 10) {\n\t\t\t\tseconds = `0${seconds}`;\n\t\t\t}\n\n\t\t\tline_data.labels.push(`${minutes}:${seconds}`);\n\n\t\t\tconst player = item[player_name];\n\n\t\t\tfor (const i in metrics) {\n\t\t\t\tconst key = metrics[i].key;\n\t\t\t\tlet value = 0;\n\n\t\t\t\tif (player) {\n\t\t\t\t\tvalue = player[key];\n\t\t\t\t}\n\n\t\t\t\tif (value > max_values[i]) {\n\t\t\t\t\tmax_values[i] = value;\n\t\t\t\t}\n\n\t\t\t\tline_data.datasets[i].data.push(value);\n\t\t\t}\n\t\t}\n\n\t\tline_data.datasets.sort((a, b) => {\n\t\t\tif (max_values[a.i] === max_values[b.i]) {\n\t\t\t\treturn 0;\n\t\t\t}\n\n\t\t\treturn (max_values[a.i] < max_values[b.i]) ? -1 : 1;\n\t\t});\n\n\t\treturn (\n\t\t\t<div>\n\t\t\t\t<Line data={line_data} height={125}/>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default HistoryChart;\n"
  },
  {
    "path": "src/components/Parser/PlayerDetail.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\n\nimport PlayerProcessor from \"../../processors/PlayerProcessor\";\nimport LocalizationService from \"../../services/LocalizationService\";\nimport HistoryChart from \"./PlayerDetail/HistoryChart\";\n\nclass PlayerDetail extends React.Component {\n\trender() {\n\t\tconst player      = this.props.player;\n\t\tconst players     = [];\n\t\tconst job         = (!player.Job && player.name !== \"Limit Break\") ? \"PET\" : player.Job.toUpperCase() || \"LMB\";\n\t\tconst detail_data = this.props.detail_data;\n\t\tconst sections    = [\n\t\t\t<div className='split' key='chart-split'></div>,\n\t\t\t<HistoryChart player={player} history={this.props.history} theme={this.props.theme} key='chart'/>,\n\t\t];\n\n\t\tfor (const i in this.props.players) {\n\t\t\tplayers.push(this.props.players[i]);\n\t\t}\n\n\t\tfor (const section_type in detail_data) {\n\t\t\tconst detail  = detail_data[section_type];\n\t\t\tconst columns = [];\n\n\t\t\tfor (const key of detail) {\n\t\t\t\tconst title = LocalizationService.getPlayerDataTitle(key, \"long\");\n\t\t\t\tconst value = PlayerProcessor.getDataValue(key, player, players, this.props.encounter);\n\n\t\t\t\tcolumns.push(\n\t\t\t\t\t<div className='column' key={key}>\n\t\t\t\t\t\t<div className='title' key={key + \"-title\"}>{title}</div>\n\t\t\t\t\t\t<div className='value' key={key + \"-value\"}>{value}</div>\n\t\t\t\t\t</div>,\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tsections.push(\n\t\t\t\t<div className='split' key={section_type + \"-split\"}></div>,\n\t\t\t);\n\t\t\tsections.push(\n\t\t\t\t<div className='section' key={section_type}>\n\t\t\t\t\t<div className='title' key={section_type + \"-title\"}>{LocalizationService.getOverlayText(section_type)}</div>\n\t\t\t\t\t<div className='data' key={section_type + \"-data\"}>\n\t\t\t\t\t\t{columns}\n\t\t\t\t\t</div>\n\t\t\t\t</div>,\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<div id='player-detail'>\n\t\t\t\t<div className='header'>\n\t\t\t\t\t<div className='job'>\n\t\t\t\t\t\t<img src={\"img/icons/jobs/\" + job + \".png\"} alt={job + \" icon\"}></img>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className='name'>\n\t\t\t\t\t\t{PlayerProcessor.getDataValue(\"name\", player)}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t{sections}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nconst mapStateToProps = state => ({\n\tdetail_data : state.settings.detail_data,\n\thistory     : state.internal.data_history,\n\ttheme       : state.settings.interface.theme,\n});\n\nexport default connect(mapStateToProps)(PlayerDetail);\n"
  },
  {
    "path": "src/components/Parser/PlayerTable/OverlayInfo.js",
    "content": "import React from \"react\";\n\nimport DonationService from \"../../../services/DonationService\";\nimport VersionService from \"../../../services/VersionService\";\n\nclass OverlayInfo extends React.Component {\n\tUNSAFE_componentWillMount() {\n\t\t// Hibiya OverlayPlugin: 45.0.2454.85\n\t\t// ACTWS: 53.0.2785.148\n\t\t// ngld OverlayPlugin: 78\n\t\tconst browser_data  = navigator.userAgent.match(/Chrome\\/[\\d.]+/g);\n\t\tlet browser_version = \"hibiya\";\n\n\t\tif (browser_data) {\n\t\t\tconst chrome_version = Number(browser_data[0].split(\"/\")[1].split(\".\")[0]);\n\n\t\t\tif (chrome_version >= 65) {\n\t\t\t\tbrowser_version = \"ngld\";\n\t\t\t} else if (chrome_version >= 53) {\n\t\t\t\tbrowser_version = \"actws\";\n\t\t\t}\n\t\t} else {\n\t\t\t// Probably in a non-Chrome desktop browser, so we'll call it ngld for consistency\n\t\t\tbrowser_version = \"ngld\";\n\t\t}\n\n\t\tthis.setState({\n\t\t\tchangelog : <p>Loading changelog...</p>,\n\t\t\tchrome    : browser_version,\n\t\t});\n\n\t\tVersionService.getLatestChangelogs(5)\n\t\t\t.then(data => {\n\t\t\t\tconst changelog = VersionService.formatChangelog(data);\n\n\t\t\t\tthis.setState({\n\t\t\t\t\tchangelog,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(e => {\n\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t});\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<div id='overlay-info' ref={el => (this.instance = el)}>\n\t\t\t\t<h3>Ember Overlay</h3>\n\t\t\t\t{this.getInfoText()}\n\n\t\t\t\t<div id='funding'>\n\t\t\t\t\t{this.getFundingText()}\n\t\t\t\t</div>\n\n\t\t\t\t<h3>Latest Changes</h3>\n\t\t\t\t{this.state.changelog}\n\t\t\t</div>\n\t\t);\n\t}\n\n\tgetInfoText() {\n\t\tswitch (this.props.mode) {\n\t\t\tcase \"spells\":\n\t\t\t\tconst configure_text = (!this.props.settings.spells.length && !this.props.settings.effects.length)\n\t\t\t\t\t? <p>You are not tracking any spells or effects. Please add some at Settings &gt; Spell Timers.</p>\n\t\t\t\t\t: \"\";\n\t\t\t\treturn (\n\t\t\t\t\t<React.Fragment>\n\t\t\t\t\t\t{configure_text}\n\t\t\t\t\t\t<p>This section will disappear when a tracked spell/effect is used.</p>\n\t\t\t\t\t</React.Fragment>\n\t\t\t\t);\n\n\t\t\tdefault:\n\t\t\t\treturn (\n\t\t\t\t\t<React.Fragment>\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\tThis section will disappear when an encounter begins.\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</React.Fragment>\n\t\t\t\t);\n\t\t}\n\t}\n\n\tgetFundingText() {\n\t\tconst type = ([\"hibiya\", \"actws\"].indexOf(this.state.chrome) === -1 || window.obsstudio) ? \"new\" : \"old\";\n\t\tconst torn = Math.floor((Math.random() * 2) + 1);\n\n\t\tswitch (type) {\n\t\t\tcase \"old\":\n\t\t\t\treturn (\n\t\t\t\t\t<React.Fragment>\n\t\t\t\t\t\t<span onClick={this.openFundingLink.bind(this, \"cash\")} ref='cash'><img src='img/buttons/funding/cash.svg' alt='Donate on Cash App' height='20'/></span>\n\t\t\t\t\t\t<span onClick={this.openFundingLink.bind(this, \"paypal\")} ref='paypal'><img src='img/buttons/funding/paypal-resized.png' alt='Donate at PayPal' height='20'/></span>\n\t\t\t\t\t\t<span onClick={this.openFundingLink.bind(this, \"paypay\")} ref='paypay'><img src='img/buttons/funding/paypay.svg' alt='ペイペイで施してください' height='20'/></span>\n\t\t\t\t\t\t<span onClick={this.openFundingLink.bind(this, \"kofi\")} ref='kofi'><img src='img/buttons/funding/kofi.svg' alt='Donate at Ko-fi' height='20'/></span>\n\t\t\t\t\t\t<span onClick={this.openFundingLink.bind(this, \"patreon\")} ref='patreon'><img src='img/buttons/funding/patreon.png' alt='Donate at Patreon' height='20'/></span>\n\t\t\t\t\t\t<span onClick={this.openFundingLink.bind(this, \"streamlabs\")} ref='streamlabs'><img src='img/buttons/funding/streamlabs.svg' alt='Donate at Streamlabs' height='20'/></span>\n\t\t\t\t\t</React.Fragment>\n\t\t\t\t);\n\n\t\t\tcase \"new\":\n\t\t\tdefault:\n\t\t\t\treturn (\n\t\t\t\t\t<React.Fragment>\n\t\t\t\t\t\t<span onClick={this.openAdLink.bind(this)} ref='ad'><img className='ad-cta' src={`img/buttons/funding/torn${torn}.png`} alt='Support Ember by clicking here'/></span>\n\t\t\t\t\t\t<p>Try out the text-based RPG Torn City.</p>\n\t\t\t\t\t</React.Fragment>\n\t\t\t\t);\n\t\t}\n\t}\n\n\topenFundingLink(rel) {\n\t\tlet url = \"\";\n\n\t\t// Min for PayPal: Hibiya\n\t\t// Min for Streamlabs: ngld\n\t\t// Min for Ko-fi: Hibiya\n\t\t// Min for Patreon: ngld\n\t\tswitch (this.state.chrome) {\n\t\t\tcase \"hibiya\":\n\t\t\tcase \"actws\":\n\t\t\t\tswitch (rel) {\n\t\t\t\t\tcase \"paypal\":\n\t\t\t\t\tcase \"kofi\":\n\t\t\t\t\tcase \"cash\":\n\t\t\t\t\tcase \"paypay\":\n\t\t\t\t\t\turl = DonationService.getRealDonationLink(rel);\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\turl = DonationService.buildLocalDonationLink(rel);\n\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\n\t\t\tcase \"ngld\":\n\t\t\tdefault:\n\t\t\t\turl = DonationService.getRealDonationLink(rel);\n\n\t\t\t\tbreak;\n\t\t}\n\n\t\twindow.open(url, \"\", \"width=600,height=530,location=yes,menubar=yes\");\n\t}\n\n\topenAdLink() {\n\t\tconst url = \"https://www.torn.com/1962321\";\n\n\t\twindow.open(url, \"\", \"width=1200,height=830,location=no,menubar=no\");\n\t}\n}\n\nexport default OverlayInfo;\n"
  },
  {
    "path": "src/components/Parser/PlayerTable/Player.js",
    "content": "import React from \"react\";\n\nimport PlayerProcessor from \"../../../processors/PlayerProcessor\";\nimport LocalizationService from \"../../../services/LocalizationService\";\nimport Constants from \"../../../constants/index\";\nimport PercentBar from \"../PercentBar\";\nimport ReactTooltip from \"react-tooltip\";\n\nclass Player extends React.Component {\n\tcomponentDidUpdate() {\n\t\tReactTooltip.rebuild();\n\t}\n\n\trender() {\n\t\tconst player      = this.props.player;\n\t\tconst player_type = (player._is_current) ? \"active\" : \"other\";\n\t\tconst job         = (player._is_pet) ? \"PET\" : (player.Job || \"LMB\").toUpperCase();\n\t\tconst table_type  = this.props.type;\n\t\tconst is_raid     = (table_type === \"raid\");\n\t\tconst columns     = [];\n\t\tlet stat_columns  = this.props.columns;\n\t\tconst job_data    = Constants.GameJobs[job];\n\t\tconst role        = (job_data) ? job_data.role : \"dps\";\n\n\t\tif (is_raid) {\n\t\t\tstat_columns = stat_columns[role];\n\t\t}\n\n\t\tfor (const key of stat_columns) {\n\t\t\tconst value = PlayerProcessor.getDataValue(key, player, this.props.players, this.props.encounter);\n\t\t\tlet prefix  = (is_raid || this.props.horizontal) ? LocalizationService.getPlayerDataTitle(key, \"short\") : \"\";\n\n\t\t\tif (is_raid) {\n\t\t\t\tprefix += \": \";\n\t\t\t}\n\n\t\t\tif (key === \"enmity_percent\") {\n\t\t\t\tcolumns.push(<div className='column' key={key}><PercentBar percent={value}/></div>);\n\t\t\t} else {\n\t\t\t\tcolumns.push(\n\t\t\t\t\t<div className='column' key={key}><span className='metric-name'>{prefix}</span>{value}</div>,\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\tconst name_blur  = (this.props.blur) ? \"blur\" : \"\";\n\t\tconst icon_blur  = (this.props.blur && this.props.icon_blur) ? \"blur\" : \"\";\n\t\tconst icon_style = (icon_blur) ? { WebkitFilter : \"blur(4px)\" } : {};\n\t\tlet player_name  = PlayerProcessor.getDataValue(\"name\", player);\n\t\tconst icon       = <div className='column' key={\"player-data-icon-\" + player_name}><img src={\"img/icons/jobs/\" + job + \".png\"} className={\"icon \" + icon_blur} style={icon_style} alt={job + \" icon\"}></img></div>;\n\n\t\tif (this.props.short_names !== \"no_short\") {\n\t\t\tplayer_name = PlayerProcessor.getShortName(player_name, this.props.short_names);\n\t\t}\n\n\t\tconst name       = <div className={\"column \" + name_blur} key='player-data-name'>{player_name}</div>;\n\t\tconst playerData = () => {\n\t\t\tif (!is_raid) {\n\t\t\t\treturn [\n\t\t\t\t\ticon,\n\t\t\t\t\tname,\n\t\t\t\t];\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t<div className='player-data'>\n\t\t\t\t\t{icon}\n\t\t\t\t\t{name}\n\t\t\t\t</div>\n\t\t\t);\n\t\t};\n\n\t\tconst statData = () => {\n\t\t\tif (!is_raid) {\n\t\t\t\treturn columns;\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t<div className='stat-data'>\n\t\t\t\t\t{columns}\n\t\t\t\t</div>\n\t\t\t);\n\t\t};\n\n\t\tlet tooltip = null;\n\n\t\tif (this.props.horizontal && this.props.detail_data && this.props.detail_data[role]) {\n\t\t\ttooltip = [];\n\n\t\t\tfor (const key of this.props.detail_data[role]) {\n\t\t\t\tconst value = PlayerProcessor.getDataValue(key, player, this.props.players, this.props.encounter);\n\t\t\t\tconst name  = LocalizationService.getPlayerDataTitle(key, \"short\").toUpperCase();\n\n\t\t\t\ttooltip.push(name + \": \" + value);\n\t\t\t}\n\n\t\t\ttooltip = tooltip.join(\"<br>\");\n\t\t}\n\n\t\treturn (\n\t\t\t<div data-tip={tooltip} data-multiline={true} className={\"row player \" + player_type} data-job={job} data-role={role} data-party={Number(player._party || 0)} key={\"player-row-\" + player_name} data-uuid={player_name} onClick={this.props.onClick}>\n\t\t\t\t{playerData()}\n\t\t\t\t{statData()}\n\t\t\t\t{\n\t\t\t\t\tthis.props.percent_bars &&\n\t\t\t\t\t(\n\t\t\t\t\t\t<div className='percent-bar' key={\"percent-bar-\" + player_name} style={{\n\t\t\t\t\t\t\tbackgroundRepeat    : \"no-repeat\",\n\t\t\t\t\t\t\tbackgroundPositionY : \"1px\",\n\t\t\t\t\t\t\tposition            : \"absolute\",\n\t\t\t\t\t\t\ttop                 : \"0\",\n\t\t\t\t\t\t\tleft                : \"0\",\n\t\t\t\t\t\t\twidth               : this.props.percent + \"%\",\n\t\t\t\t\t\t\theight              : \"100%\",\n\t\t\t\t\t\t}}/>\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default Player;\n"
  },
  {
    "path": "src/components/Parser/PlayerTable.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport $ from \"jquery\";\nimport { changeViewing, changeDetailPlayer, updateState } from \"../../redux/actions/index\";\n\nimport GameDataProcessor from \"../../processors/GameDataProcessor\";\nimport PlayerProcessor from \"../../processors/PlayerProcessor\";\nimport LocalizationService from \"../../services/LocalizationService\";\nimport Constants from \"../../constants/index\";\n\nimport Player from \"./PlayerTable/Player\";\nimport OverlayInfo from \"./PlayerTable/OverlayInfo\";\nimport { getEncounterTitle } from \"../../helpers/GameHelper\";\nimport ReactTooltip from \"react-tooltip\";\n\nclass PlayerTable extends React.Component {\n\tcomponentDidMount() {\n\t\tthis.updateBackgrounds();\n\n\t\tif (this.props.horizontal) {\n\t\t\tReactTooltip.rebuild();\n\t\t}\n\t}\n\n\tcomponentDidUpdate() {\n\t\tthis.updateBackgrounds();\n\t}\n\n\trender() {\n\t\tconst header         = [];\n\t\tconst footer         = [];\n\t\tconst rows           = [];\n\t\tconst pet_rows       = [];\n\t\tlet count            = 0;\n\t\tlet rank             = 0;\n\t\tlet found            = false;\n\t\tconst table_type     = this.props.type;\n\t\tconst is_raid        = (table_type === \"raid\");\n\t\tconst player_blur    = (this.props.player_blur);\n\t\tconst collapsed      = this.props.collapsed;\n\t\tconst sort_column    = this.props.sort_columns[table_type];\n\t\tconst sorted_players = (this.props.players) ? PlayerProcessor.sortPlayers(this.props.players, this.props.encounter, sort_column) : [];\n\t\tconst short_names    = (is_raid) ? this.props.table_settings.general.raid.short_names : this.props.table_settings.general.table.short_names;\n\t\tconst footer_at_top  = this.props.table_settings.general.table.footer_at_top;\n\t\tconst percent_bars   = (is_raid) ? this.props.table_settings.general.raid.percent_bars : this.props.table_settings.general.table.percent_bars;\n\t\tconst prioritize_pt  = (is_raid) ? this.props.table_settings.general.raid.prioritize_party : this.props.table_settings.general.table.prioritize_party;\n\n\t\tif (!is_raid) {\n\t\t\tfor (const key of this.props.table_columns[table_type]) {\n\t\t\t\tconst title = LocalizationService.getPlayerDataTitle(key, \"short\");\n\n\t\t\t\theader.push(\n\t\t\t\t\t<div className='column' key={key}>{title}</div>,\n\t\t\t\t);\n\n\t\t\t\tif (Constants.PlayerMetricsSummable.indexOf(key) !== -1) {\n\t\t\t\t\tfooter.push(\n\t\t\t\t\t\t<div className='column' key={key}>{GameDataProcessor.convertToLocaleFormat(key, Number(this.props.encounter[key]) || 0)}</div>,\n\t\t\t\t\t);\n\t\t\t\t} else {\n\t\t\t\t\tfooter.push(\n\t\t\t\t\t\t<div className='column' key={key}></div>,\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tlet max_value            = 0;\n\t\tconst valid_player_names = PlayerProcessor.getValidPlayerNames();\n\n\t\tfor (const player of sorted_players) {\n\t\t\tlet pet_owner = null;\n\n\t\t\tplayer._name = player.name;\n\t\t\tplayer._skip = false;\n\n\t\t\tif (player.Job === \"\" && player.name !== \"Limit Break\") {\n\t\t\t\tconst name    = player.name;\n\t\t\t\tconst matches = name.match(/[^()]+\\(([^()]+)\\)/i);\n\n\t\t\t\tif (!matches || !matches.length || !matches[1]) {\n\t\t\t\t\tplayer._skip = true;\n\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tpet_owner = matches[1];\n\n\t\t\t\tplayer._is_pet = true;\n\t\t\t\tplayer._name   = pet_owner;\n\t\t\t}\n\n\t\t\tplayer._is_current = (valid_player_names.indexOf(player._name) !== -1);\n\n\t\t\tif (player._is_pet && !player._is_current && !this.props.players[player._name]) {\n\t\t\t\tplayer._skip = true;\n\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (!found) {\n\t\t\t\trank++;\n\t\t\t}\n\n\t\t\tif (player._is_current && !player._is_pet) {\n\t\t\t\tfound = true;\n\t\t\t}\n\n\t\t\tcount++;\n\n\t\t\tconst sort_value = PlayerProcessor.getDataValue(sort_column, player, sorted_players, this.props.encounter, true);\n\n\t\t\tif (!max_value) {\n\t\t\t\tmax_value = sort_value || 1;\n\t\t\t}\n\n\t\t\tconst percent = ((sort_value / max_value) * 100).toFixed(2);\n\n\t\t\tplayer._percent = percent;\n\n\t\t\tif (collapsed && !player._is_current) {\n\t\t\t\tplayer._skip = true;\n\t\t\t}\n\t\t}\n\n\t\tconst resorted_players = Array.from(sorted_players);\n\n\t\tif (prioritize_pt && this.props.party.length > 1) {\n\t\t\tresorted_players.sort((a, b) => {\n\t\t\t\tconst party_has_a = (a._is_current || this.props.party.indexOf(a._name) !== -1);\n\t\t\t\tconst party_has_b = (b._is_current || this.props.party.indexOf(b._name) !== -1);\n\n\t\t\t\ta._party = party_has_a;\n\t\t\t\tb._party = party_has_b;\n\n\t\t\t\tif (party_has_a && !party_has_b) {\n\t\t\t\t\treturn -1;\n\t\t\t\t}\n\n\t\t\t\tif (party_has_b && !party_has_a) {\n\t\t\t\t\treturn 1;\n\t\t\t\t}\n\n\t\t\t\treturn 0;\n\t\t\t});\n\t\t}\n\n\t\tfor (const player of resorted_players) {\n\t\t\tif (player._skip) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tconst blur       = (player_blur && !player._is_current);\n\t\t\tconst player_obj = <Player key={\"player-component-\" + player._name} percent={player._percent} percent_bars={percent_bars} player={player} players={sorted_players} encounter={this.props.encounter} columns={this.props.table_columns[table_type]} type={this.props.type} blur={blur} icon_blur={this.props.icon_blur} short_names={short_names} horizontal={this.props.horizontal} detail_data={this.props.detail_data} onClick={this.changeViewing.bind(this, \"player\", player)}/>;\n\n\t\t\tif (player._is_pet) {\n\t\t\t\tpet_rows.push(player_obj);\n\t\t\t} else {\n\t\t\t\trows.push(player_obj);\n\t\t\t}\n\t\t}\n\n\t\tlet header_row;\n\t\tlet footer_row;\n\t\tlet table_class;\n\n\t\tconst rank_text = (rank === 0) ? LocalizationService.getOverlayText(\"not_applicable\") : `${rank}/${count}`;\n\n\t\tif (rank_text !== this.props.rank) {\n\t\t\tconst rank_data = {\n\t\t\t\tkey   : \"internal.rank\",\n\t\t\t\tvalue : rank_text,\n\t\t\t};\n\n\t\t\tthis.props.updateState(rank_data);\n\t\t}\n\n\t\tif (!is_raid) {\n\t\t\theader_row = (!this.props.horizontal)\n\t\t\t\t? (\n\t\t\t\t\t<div className='row header'>\n\t\t\t\t\t\t<div className='column'></div>\n\t\t\t\t\t\t<div className='column'>{LocalizationService.getOverlayText(\"player_name\")}</div>\n\t\t\t\t\t\t{header}\n\t\t\t\t\t</div>\n\t\t\t\t) : (\n\t\t\t\t\t<div className='row game' data-tip={getEncounterTitle(this.props.encounter, true)}>\n\t\t\t\t\t\t<div className='column'>{this.props.encounter.duration || \"00:00\"}</div>\n\t\t\t\t\t</div>\n\t\t\t\t);\n\n\t\t\tif (this.props.table_settings[table_type].show_footer) {\n\t\t\t\tfooter_row =\n\t\t\t\t\t<div className='row footer'>\n\t\t\t\t\t\t<div className='column'></div>\n\t\t\t\t\t\t<div className='column'>{rank_text}</div>\n\t\t\t\t\t\t{footer}\n\t\t\t\t\t</div>;\n\t\t\t}\n\t\t} else {\n\t\t\ttable_class = \"grid\";\n\t\t}\n\n\t\tconst getFooterRow = location => {\n\t\t\tif (this.props.horizontal) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\treturn ((footer_at_top && location === \"top\") || (!footer_at_top && location === \"bottom\")) ? footer_row : \"\";\n\t\t};\n\n\t\tconst petRows = () => (pet_rows.length)\n\t\t\t? <React.Fragment>\n\t\t\t\t<br></br>\n\t\t\t\t{pet_rows}\n\t\t\t</React.Fragment>\n\t\t\t: null;\n\n\t\tif (this.props.horizontal) {\n\t\t\ttable_class += \" \" + (this.props.horizontal_alignment || \"left\");\n\t\t}\n\n\t\tconst overlay_info = (collapsed || this.props.horizontal || (this.props.encounter && Object.keys(this.props.encounter).length)) ? \"\" : <OverlayInfo/>;\n\n\t\treturn (\n\t\t\t<React.Fragment key='player-table-fragment'>\n\t\t\t\t<div id='player-table' key='player-table' className={table_class} ref='player_table'>\n\t\t\t\t\t{header_row}\n\t\t\t\t\t{getFooterRow(\"top\")}\n\t\t\t\t\t{rows}\n\t\t\t\t\t{getFooterRow(\"bottom\")}\n\t\t\t\t\t{petRows()}\n\t\t\t\t</div>\n\t\t\t\t{overlay_info}\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tchangeViewing(type, player) {\n\t\tthis.props.changeViewing(type);\n\t\tthis.props.changeDetailPlayer(player);\n\t}\n\n\tupdateBackgrounds() {\n\t\tconst $table  = $(this.refs.player_table);\n\t\tconst is_grid = $table.hasClass(\"grid\");\n\n\t\t$table.find(\".row\").each(function() {\n\t\t\tconst $row = $(this);\n\t\t\tconst $bar = $row.find(\".percent-bar\");\n\n\t\t\tif (!$bar.length) {\n\t\t\t\tif ($row.hasClass(\"active-with-bar\")) {\n\t\t\t\t\t$row.removeClass(\"active-with-bar\");\n\t\t\t\t}\n\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tlet height     = $row.outerHeight();\n\t\t\tconst position = $row.position();\n\n\t\t\tif (is_grid) {\n\t\t\t\theight--;\n\t\t\t}\n\n\t\t\tif ($row.hasClass(\"active\")) {\n\t\t\t\t$row.addClass(\"active-with-bar\");\n\t\t\t}\n\n\t\t\t$bar\n\t\t\t\t.css(\"top\", position.top + \"px\")\n\t\t\t\t.css(\"left\", position.left + \"px\")\n\t\t\t\t.css(\"width\", $row.attr(\"data-percent\") + \"%\")\n\t\t\t\t.css(\"height\", height + \"px\");\n\t\t});\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tchangeViewing(data) {\n\t\tdispatch(changeViewing(data));\n\t},\n\n\tchangeDetailPlayer(data) {\n\t\tdispatch(changeDetailPlayer(data));\n\t},\n\n\tupdateState(data) {\n\t\tdispatch(updateState(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tinternal_name        : state.internal.character_name,\n\thorizontal           : state.settings.interface.horizontal,\n\thorizontal_alignment : state.settings.interface.horizontal_alignment,\n\tlanguage             : state.settings.interface.language,\n\tplayer_name          : state.settings.interface.player_name,\n\ticon_blur            : state.settings.interface.blur_job_icons,\n\ttable_columns        : state.settings.table_columns,\n\tsort_columns         : state.settings.sort_columns,\n\tdetail_data          : (state.settings.interface.horizontal) ? state.settings.detail_data : null,\n\tcollapsed            : state.settings.intrinsic.collapsed,\n\tplayer_blur          : state.settings.intrinsic.player_blur,\n\ttable_settings       : state.settings.table_settings,\n\trank                 : state.internal.rank,\n\tparty                : state.internal.party,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(PlayerTable);\n"
  },
  {
    "path": "src/components/Parser/SpellGrid/Spell.js",
    "content": "import React from \"react\";\nimport ReactTooltip from \"react-tooltip\";\n\nimport EmberComponent from \"../../EmberComponent\";\nimport LocalizationService from \"../../../services/LocalizationService\";\nimport AnimateService from \"../../../services/AnimateService\";\n\nclass Spell extends EmberComponent {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.animate_ref = React.createRef();\n\t\tthis.rendered    = false;\n\t}\n\n\tcomponentDidUpdate(prev_props) {\n\t\tif (prev_props.cooldown && Number(this.props.cooldown) > Number(prev_props.cooldown)) {\n\t\t\tif (this.animate_ref.current) {\n\t\t\t\tthis.animate_ref.current.classList.remove(\"animate\");\n\n\t\t\t\t// This forces DOM refresh so the animate add has effect\n\t\t\t\t// eslint-disable-next-line\n\t\t\t\tlet foo = this.animate_ref.current.offsetHeight;\n\n\t\t\t\tthis.animate_ref.current.classList.add(\"animate\");\n\n\t\t\t\tthis.animateTicker();\n\t\t\t}\n\t\t}\n\n\t\tif (this.props.show_hover_names !== prev_props.show_hover_names) {\n\t\t\tReactTooltip.rebuild();\n\t\t}\n\t}\n\n\tcomponentDidMount() {\n\t\tif (this.props.show_hover_names) {\n\t\t\tReactTooltip.rebuild();\n\t\t}\n\n\t\tif (this.animate_ref.current) {\n\t\t\tthis.animateTicker();\n\t\t}\n\t}\n\n\trender() {\n\t\tconst id         = this.props.spell.id;\n\t\tconst main_type  = this.props.spell.type;\n\t\tconst type       = this.props.spell.subtype;\n\t\tconst name       = this.getName(main_type);\n\t\tconst is_zero    = (Number(this.props.cooldown) === 0);\n\t\tconst animate    = (!is_zero && this.props.indicator === \"ticking\") ? \"animate\" : false;\n\t\tconst classes    = [\n\t\t\t\"spell-container\",\n\t\t\tthis.props.base_key,\n\t\t\ttype,\n\t\t\tthis.props.indicator,\n\t\t];\n\t\tconst breaker    = (this.props.layout === \"icon\" && Number(this.props.order) % Number(this.props.spells_per_row) === 0)\n\t\t\t? <span key={\"spell-breaker-\" + this.props.base_key} className='breaker' style={{ order : this.props.order }}></span>\n\t\t\t: \"\";\n\t\tconst border     = \"\";\n\t\tconst style      = (!is_zero)\n\t\t\t? `\n\t\t\t\t.spell-grid[data-key=\"${this.props.grid_uuid}\"] .spell-container.${this.props.base_key}:not(.icon) .row.animate {\n\t\t\t\t\tanimation: horizontal ${this.props.spell.recast}s linear !important;\n\t\t\t\t}\n\t\t\t`\n\t\t\t: \"\";\n\t\tconst timer      = (!is_zero && this.props.layout === \"icon\")\n\t\t\t? ((animate)\n\t\t\t\t? <canvas key={\"spell-timer-\" + this.props.base_key} className='timer' ref={(animate) ? this.animate_ref : \"\"}></canvas>\n\t\t\t\t: <div key={\"spell-timer-\" + this.props.base_key} className='timer'></div>\n\t\t\t)\n\t\t\t: \"\";\n\t\tconst icon       = (!this.props.show_icon && this.props.layout !== \"icon\")\n\t\t\t? \"\"\n\t\t\t: <div key={\"spell-icon-\" + this.props.base_key} className={\"icon \" + type}>\n\t\t\t\t<img src={\"img/icons/\" + main_type + \"s/\" + id + \".jpg\"} alt={main_type + \"-\" + id}/>\n\t\t\t</div>;\n\t\tconst attributes = {\n\t\t\tkey       : \"spell-container-\" + this.props.base_key,\n\t\t\tclassName : \"\",\n\t\t\tstyle     : {\n\t\t\t\torder : this.props.order,\n\t\t\t},\n\t\t};\n\n\t\tif (this.props.layout !== \"normal\") {\n\t\t\tclasses.push(this.props.layout);\n\t\t}\n\n\t\tif (this.props.reverse) {\n\t\t\tclasses.push(\"reverse\");\n\t\t}\n\n\t\tif (!icon) {\n\t\t\tclasses.push(\"no-icon\");\n\t\t}\n\n\t\tif (this.props.warning && this.props.cooldown <= this.props.warning_threshold && this.props.cooldown > 0) {\n\t\t\tclasses.push(\"warning\");\n\t\t}\n\n\t\tif (this.props.border) {\n\t\t\tclasses.push(\"border\");\n\t\t}\n\n\t\tif (icon && this.props.bottom_left) {\n\t\t\tclasses.push(\"bottom-left\");\n\t\t}\n\n\t\tif (is_zero) {\n\t\t\tclasses.push(\"off-cooldown\");\n\t\t}\n\n\t\tattributes.className = classes.join(\" \");\n\n\t\tif (this.props.show_hover_names) {\n\t\t\tattributes[\"data-tip\"] = name;\n\t\t}\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div {...attributes}>\n\t\t\t\t\t<style type='text/css' key={\"spell-container-style-\" + this.props.base_key}>\n\t\t\t\t\t\t{style}\n\t\t\t\t\t</style>\n\t\t\t\t\t{icon}\n\t\t\t\t\t<div key={\"spell-row-\" + this.props.base_key} className={\"row \" + animate} ref={animate && this.props.layout !== \"icon\" ? this.animate_ref : \"\"}>\n\t\t\t\t\t\t<span key={\"spell-name-\" + this.props.base_key} className='name'>{name}</span>\n\t\t\t\t\t\t<span key={\"spell-cooldown-\" + this.props.base_key} className='cooldown'>{(!is_zero) ? this.props.cooldown : \"\"}</span>\n\t\t\t\t\t</div>\n\t\t\t\t\t{border}\n\t\t\t\t\t{timer}\n\t\t\t\t</div>\n\t\t\t\t{breaker}\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tanimateTicker() {\n\t\tif (this.props.layout !== \"icon\") {\n\t\t\treturn;\n\t\t}\n\n\t\tAnimateService.animateTicker(this.animate_ref.current, this.props.spell.recast, this.props.reverse);\n\t}\n\n\tgetName(type) {\n\t\treturn this.props.spell.name || LocalizationService.getSpellName(type, this.props.spell.id);\n\t}\n}\n\nexport default Spell;\n"
  },
  {
    "path": "src/components/Parser/SpellGrid.js",
    "content": "import React from \"react\";\nimport clone from \"lodash.clonedeep\";\n\nimport EmberComponent from \"../EmberComponent\";\nimport LocalizationService from \"../../services/LocalizationService\";\n\nimport OverlayInfo from \"./PlayerTable/OverlayInfo\";\nimport Spell from \"./SpellGrid/Spell\";\nimport SpellService from \"../../services/SpellService\";\n\nclass SpellGrid extends EmberComponent {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.mounted = false;\n\t\tthis.state   = {\n\t\t\tactive : false,\n\t\t};\n\t}\n\n\tcomponentDidUpdate() {\n\t\tthis.determineState();\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.mounted = true;\n\n\t\tthis.determineState();\n\t}\n\n\tdetermineState() {\n\t\tif (!this.state.active) {\n\t\t\tconst state = {\n\t\t\t\tactive : (\n\t\t\t\t\tthis.props.from_builder ||\n\t\t\t\t\t(this.props.encounter && Object.keys(this.props.encounter).length) ||\n\t\t\t\t\tObject.keys(this.props.spells).length\n\t\t\t\t),\n\t\t\t};\n\n\t\t\tif (this.mounted) {\n\t\t\t\tthis.setState(state);\n\t\t\t} else {\n\t\t\t\tthis.state = state;\n\t\t\t}\n\t\t}\n\t}\n\n\trender() {\n\t\tconst overlay_info = (this.state.active) ? \"\" : <OverlayInfo mode='spells' settings={this.props.settings}/>;\n\t\tconst row_limit    = this.props.settings.spells_per_row;\n\t\tconst uuid         = this.props.settings.uuid || \"default\";\n\t\tconst width        = (100 / row_limit);\n\t\tconst spells       = this.buildSpells();\n\t\tconst style        = `\n\t\t\t#root-inner:not(.right) #container #inner #content .spell-grid[data-key=\"${uuid}\"] .spell-container {\n\t\t\t\twidth: calc(${width}% - 5px);\n\t\t\t\tmargin-right: 5px;\n\t\t\t}\n\n\t\t\t#root-inner:not(.right) #container #inner #content .spell-grid[data-key=\"${uuid}\"] .spell-container:nth-of-type(${row_limit}n) {\n\t\t\t\twidth: ${width}%;\n\t\t\t\tmargin-right: 0;\n\t\t\t}\n\n\t\t\t#root-inner.right #container #inner #content .spell-grid[data-key=\"${uuid}\"] .spell-container {\n\t\t\t\twidth: calc(${width}% - 5px);\n\t\t\t\tmargin-left: 5px;\n\t\t\t}\n\n\t\t\t#root-inner.right #container #inner #content .spell-grid[data-key=\"${uuid}\"] .spell-container:nth-of-type(${row_limit}n) {\n\t\t\t\twidth: ${width}%;\n\t\t\t\tmargin-left: 0px;\n\t\t\t}\n\t\t`;\n\n\t\tconst props   = clone(this.props);\n\t\tconst classes = [props.className || \"\"];\n\n\t\tclasses.push(\"spell-grid\");\n\n\t\tif (this.props.is_draggable) {\n\t\t\tclasses.push(\"draggable\");\n\t\t}\n\n\t\tdelete props.spells;\n\t\tdelete props.encounter;\n\t\tdelete props.settings;\n\t\tdelete props.section;\n\t\tdelete props.is_draggable;\n\t\tdelete props.from_builder;\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<style type='text/css'>\n\t\t\t\t\t{style}\n\t\t\t\t</style>\n\t\t\t\t<div {...props} className={classes.join(\" \")} data-key={uuid} ref='spell_grid'>\n\t\t\t\t\t{spells}\n\t\t\t\t</div>\n\t\t\t\t{overlay_info}\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tbuildSpells() {\n\t\tconst uuid = this.props.settings.uuid || \"default\";\n\n\t\tif (this.props.is_draggable) {\n\t\t\tconst spell = SpellService.getDemoSpell();\n\n\t\t\tconst text   = [];\n\t\t\tconst spells = [];\n\n\t\t\tfor (let value of this.props.section.types) {\n\t\t\t\tvalue = value.split(\"-\");\n\t\t\t\tvalue = LocalizationService.getSpellTrackingOption(value[0], value[1]) || LocalizationService.getSpellTrackingOption(value[0], value[1], undefined, true);\n\n\t\t\t\tif (value === false) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\ttext.push(value);\n\t\t\t}\n\n\t\t\tfor (let i = 1; i <= 5; i++) {\n\t\t\t\tspells.push(\n\t\t\t\t\t<Spell\n\t\t\t\t\t\tkey={\"demo-spell-\" + i}\n\t\t\t\t\t\tbase_key={\"demo-spell-\" + i}\n\t\t\t\t\t\torder={i}\n\t\t\t\t\t\tgrid_uuid='demo'\n\t\t\t\t\t\tspell={spell}\n\t\t\t\t\t\tcooldown={spell.cooldown}\n\t\t\t\t\t\treverse={false}\n\t\t\t\t\t\tlayout={this.props.settings.layout}\n\t\t\t\t\t\tspells_per_row={this.props.settings.spells_per_row}\n\t\t\t\t\t\tshow_icon={this.props.settings.show_icon}\n\t\t\t\t\t\twarning_threshold={0}\n\t\t\t\t\t\twarning={false}\n\t\t\t\t\t\tborder={false}\n\t\t\t\t\t\tindicator={\"none\"}\n\t\t\t\t\t\tbottom_left={false}\n\t\t\t\t\t/>,\n\t\t\t\t);\n\t\t\t}\n\n\t\t\treturn (\n\t\t\t\t<React.Fragment>\n\t\t\t\t\t{spells}\n\t\t\t\t\t<span className='types'>{text.join(\", \")}</span>\n\t\t\t\t</React.Fragment>\n\t\t\t);\n\t\t}\n\n\t\tconst spells           = Object.keys(this.props.spells);\n\t\tconst items            = [];\n\t\tconst decimal_accuracy = (this.props.settings.layout === \"icon\") ? 0 : 1;\n\t\tconst default_types    = [\n\t\t\t\"you-skill\",\n\t\t\t\"you-effect\",\n\t\t\t\"you-dot\",\n\t\t\t\"you-debuff\",\n\t\t];\n\n\t\tspells.sort((a, b) => {\n\t\t\tconst a_spell  = this.props.spells[a];\n\t\t\tconst static_a = this.props.settings[`always_${a_spell.subtype}_static`];\n\t\t\tconst b_spell  = this.props.spells[b];\n\t\t\tconst static_b = this.props.settings[`always_${b_spell.subtype}_static`];\n\n\t\t\tif (a_spell.defaulted || b_spell.defaulted) {\n\t\t\t\tif (a_spell.defaulted && !b_spell.defaulted) {\n\t\t\t\t\treturn -1;\n\t\t\t\t}\n\n\t\t\t\tif (b_spell.defaulted && !a_spell.defaulted) {\n\t\t\t\t\treturn 1;\n\t\t\t\t}\n\n\t\t\t\tif (static_a && !static_b) {\n\t\t\t\t\treturn -1;\n\t\t\t\t}\n\n\t\t\t\tif (static_b && !static_a) {\n\t\t\t\t\treturn 1;\n\t\t\t\t}\n\n\t\t\t\tif (static_a && static_b) {\n\t\t\t\t\tif (a_spell.subtype === b_spell.subtype) {\n\t\t\t\t\t\treturn (a_spell.type_position > b_spell.type_position) ? 1 : -1;\n\t\t\t\t\t}\n\n\t\t\t\t\tconst types = (this.props.section) ? this.props.section.types : default_types;\n\n\t\t\t\t\treturn (types.indexOf(a_spell.log_type) > types.indexOf(b_spell.log_type)) ? 1 : -1;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (Number(a_spell.cooldown) === Number(b_spell.cooldown)) {\n\t\t\t\tif (a_spell.type !== b_spell.type || a_spell.dot || b_spell.dot) {\n\t\t\t\t\tif (a_spell.type === \"skill\") {\n\t\t\t\t\t\treturn -1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (b_spell.type === \"skill\") {\n\t\t\t\t\t\treturn 1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!a_spell.dot) {\n\t\t\t\t\t\treturn -1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!b_spell.dot) {\n\t\t\t\t\t\treturn 1;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn (a_spell.name < b_spell.name) ? -1 : 1;\n\t\t\t\t}\n\n\t\t\t\treturn (a_spell.name < b_spell.name) ? -1 : 1;\n\t\t\t}\n\n\t\t\treturn (Number(a_spell.cooldown) < Number(b_spell.cooldown)) ? -1 : 1;\n\t\t});\n\n\t\tfor (const i in spells) {\n\t\t\tconst key    = spells[i];\n\t\t\tconst spell  = this.props.spells[key];\n\t\t\tconst type   = spell.subtype;\n\t\t\tconst party  = (spell.party) ? \"party_\" : \"\";\n\t\t\tlet cooldown = spell.cooldown;\n\n\t\t\tif (cooldown <= 9.9) {\n\t\t\t\tcooldown = cooldown.toFixed(1);\n\t\t\t} else {\n\t\t\t\tcooldown = cooldown.toFixed(decimal_accuracy);\n\t\t\t}\n\n\t\t\titems.push(\n\t\t\t\t<Spell\n\t\t\t\t\tkey={key}\n\t\t\t\t\tbase_key={key}\n\t\t\t\t\torder={Number(i) + 1}\n\t\t\t\t\tgrid_uuid={uuid}\n\t\t\t\t\tspell={spell}\n\t\t\t\t\tcooldown={cooldown}\n\t\t\t\t\treverse={this.props.settings[`${party}reverse_${type}`]}\n\t\t\t\t\tlayout={this.props.settings.layout}\n\t\t\t\t\tspells_per_row={this.props.settings.spells_per_row}\n\t\t\t\t\tshow_icon={this.props.settings.show_icon}\n\t\t\t\t\twarning_threshold={this.props.settings.warning_threshold}\n\t\t\t\t\twarning={this.props.settings.designer[type].warning}\n\t\t\t\t\tborder={this.props.settings.designer[type].border}\n\t\t\t\t\tindicator={this.props.settings.designer[type].indicator}\n\t\t\t\t\tbottom_left={this.props.settings.designer[type].cooldown_bottom_left}\n\t\t\t\t\tshow_hover_names={this.props.settings.designer.general.show_hover_names}\n\t\t\t\t/>,\n\t\t\t);\n\t\t}\n\n\t\treturn items;\n\t}\n}\n\nexport default SpellGrid;\n"
  },
  {
    "path": "src/components/Parser.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\n\nimport \"./../styles/components/parser/parser-theme.less\";\n\nimport Container from \"./Parser/Container\";\nimport Placeholder from \"./Parser/Placeholder\";\nimport { updateToggle } from \"../redux/actions\";\n\nclass Parser extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tcollapsed_modes : {\n\t\t\t\tstats  : false,\n\t\t\t\tspells : false,\n\t\t\t},\n\t\t\talways_visible : {\n\t\t\t\tspells : true,\n\t\t\t},\n\t\t\tminimized_last_activity : 0,\n\t\t};\n\t}\n\n\tUNSAFE_componentWillMount() {\n\t\twindow.parser = true;\n\n\t\tthis.setState({\n\t\t\tvisible : true,\n\t\t});\n\n\t\tsetInterval(this.processAutoHide.bind(this), 2000);\n\t}\n\n\tcomponentDidUpdate() {\n\t\tif (this.props.mode === \"spells\") {\n\t\t\tif (this.props.has_spells !== this.state.collapsed_modes.spells) {\n\t\t\t\tthis.setState({\n\t\t\t\t\tcollapsed_modes : {\n\t\t\t\t\t\t...this.state.collapsed_modes,\n\t\t\t\t\t\tspells : this.props.has_spells,\n\t\t\t\t\t},\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\n\tprocessAutoHide() {\n\t\tlet visible = true;\n\n\t\tif (this.props.auto_hide === \"disabled\" || this.state.always_visible[this.props.mode]) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.props.auto_hide && this.props.auto_hide_delay > 0 && ((new Date().getTime() / 1000) - this.props.last_activity) > this.props.auto_hide_delay) {\n\t\t\tvisible = false;\n\t\t}\n\n\t\tif (this.props.auto_hide === \"hide\") {\n\t\t\tif (this.state.visible !== visible) {\n\t\t\t\tthis.setState({\n\t\t\t\t\tvisible,\n\t\t\t\t\tlast_activity : this.props.last_activity,\n\t\t\t\t});\n\t\t\t}\n\t\t} else if (this.props.auto_hide.startsWith(\"minimize_\")) {\n\t\t\tconst location = this.props.auto_hide.substring(9);\n\n\t\t\tif (this.props.last_activity !== this.state.minimized_last_activity) {\n\t\t\t\tif (visible) {\n\t\t\t\t\tthis.props.autoHideRestore(location);\n\t\t\t\t} else {\n\t\t\t\t\tthis.setState({ minimized_last_activity : this.props.last_activity });\n\t\t\t\t\tthis.props.autoHideMinimize(location);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\trender() {\n\t\tconst is_spells        = (this.props.mode === \"spells\");\n\t\tconst collapsed        = ((!is_spells && this.props.collapsed && this.props.viewing === \"tables\") || this.state.collapsed_modes[this.props.mode]);\n\t\tconst collapse_down    = this.shouldCollapseDown(is_spells);\n\t\tlet root_inner_classes = [];\n\t\tconst opacity          = this.props.opacity / 100;\n\t\tconst zoom             = this.props.zoom / 100;\n\t\tconst font_size        = (14 * (this.props.text_scale / 100));\n\t\tconst context_zoom     = 1 / zoom;\n\t\tconst display          = (this.state.visible) ? \"block\" : \"none\";\n\t\tconst max_width        = (this.props.footer_dps) ? \"325\" : \"0\";\n\t\tconst setting_style    = `\n\t\t\thtml {\n\t\t\t\tfont-size: ${font_size}px;\n\t\t\t}\n\n\t\t\tbody {\n\t\t\t\tzoom: ${zoom};\n\t\t\t\tdisplay: ${display};\n\t\t\t}\n\n\t\t\t.container-context-menu {\n\t\t\t\tzoom: ${context_zoom};\n\t\t\t}\n\n\t\t\t.container-context-menu .item-group {\n\t\t\t\tzoom: ${zoom};\n\t\t\t}\n\n\t\t\t#container {\n\t\t\t\topacity: ${opacity};\n\t\t\t}\n\n\t\t\t.resizeHandle {\n\t\t\t\tbackground-image: url(\"img/handle.png\");\n\t\t\t}\n\n\t\t\t@media screen and (max-width: ${max_width}px) {\n\t\t\t\t#container #inner #footer #role-links,\n\t\t\t\t#container #inner #footer #footer-actions {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\tfloat: none;\n\t\t\t\t\ttext-align: center;\n\t\t\t\t}\n\t\t\t}\n\t\t`;\n\n\t\tif (collapsed) {\n\t\t\tif (!is_spells || !this.props.using_ui_builder) {\n\t\t\t\troot_inner_classes.push(\"auto-height\");\n\t\t\t}\n\n\t\t\tif (collapse_down) {\n\t\t\t\troot_inner_classes.push(\"down\");\n\t\t\t}\n\n\t\t\tif (is_spells && this.props.invert_spells_horizontal) {\n\t\t\t\troot_inner_classes.push(\"right\");\n\t\t\t}\n\t\t}\n\n\t\troot_inner_classes = root_inner_classes.join(\" \");\n\n\t\treturn (\n\t\t\t<React.Fragment key='parser-fragment'>\n\t\t\t\t<style type='text/css'>\n\t\t\t\t\t{setting_style}\n\t\t\t\t\t{this.props.css}\n\t\t\t\t</style>\n\t\t\t\t<Placeholder location='top_left' theme={this.props.theme}/>\n\t\t\t\t<Placeholder location='top_right' theme={this.props.theme}/>\n\t\t\t\t<Placeholder location='bottom_left' theme={this.props.theme}/>\n\t\t\t\t<Placeholder location='bottom_right' theme={this.props.theme}/>\n\t\t\t\t<div id='root-inner' key='root-inner' className={root_inner_classes}>\n\t\t\t\t\t<Container key='container-component'/>\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tshouldCollapseDown(is_spells) {\n\t\treturn ((!is_spells && this.props.collapse_down) || (is_spells && this.props.invert_spells_vertical));\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tautoHideMinimize(location) {\n\t\tdispatch(updateToggle({ location, enabled : true }));\n\t},\n\tautoHideRestore(location) {\n\t\tdispatch(updateToggle({ location, enabled : false }));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tcollapsed                : state.settings.intrinsic.collapsed,\n\tcollapse_down            : state.settings.interface.collapse_down,\n\tviewing                  : state.internal.viewing,\n\tcss                      : state.settings.custom.css || \"\",\n\topacity                  : state.settings.interface.opacity,\n\tzoom                     : state.settings.interface.zoom,\n\ttext_scale               : state.settings.interface.text_scale,\n\ttheme                    : state.settings.interface.theme,\n\tauto_hide                : state.settings.interface.auto_hide,\n\tauto_hide_delay          : state.settings.interface.auto_hide_delay,\n\tlast_activity            : (state.settings.interface.auto_hide) ? state.last_activity : 0,\n\tfooter_dps               : state.settings.interface.footer_dps,\n\tmode                     : state.internal.mode,\n\tinvert_spells_vertical   : state.settings.spells_mode.invert_vertical,\n\tinvert_spells_horizontal : state.settings.spells_mode.invert_horizontal,\n\thas_spells               : (Object.keys(state.internal.spells.in_use).length > 0),\n\tusing_ui_builder         : state.settings.spells_mode.ui.use,\n\ttoggles                  : state.internal.toggles,\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Parser);\n"
  },
  {
    "path": "src/components/Settings/About/SocialLink.js",
    "content": "import React from \"react\";\nimport { Icon } from \"semantic-ui-react\";\n\nclass SocialLink extends React.Component {\n\trender() {\n\t\tconst getLink = () => {\n\t\t\tconst name = this.props.name || \"\";\n\n\t\t\tswitch (this.props.type) {\n\t\t\t\tcase \"twitter\":\n\t\t\t\t\treturn `https://twitter.com/${name}`;\n\n\t\t\t\tcase \"twitch\":\n\t\t\t\t\treturn `https://www.twitch.tv/${name}`;\n\n\t\t\t\tdefault:\n\t\t\t\t\treturn this.props.url;\n\t\t\t}\n\t\t};\n\n\t\treturn (\n\t\t\t<a href={getLink()} target='_blank' rel='noreferrer noopener'><Icon name={this.props.type}/></a>\n\t\t);\n\t}\n}\n\nexport default SocialLink;\n"
  },
  {
    "path": "src/components/Settings/About.js",
    "content": "import React from \"react\";\nimport { Container } from \"semantic-ui-react\";\n\nimport LocalizationService from \"../../services/LocalizationService\";\nimport VersionService from \"../../services/VersionService\";\n\nimport SocialLink from \"./About/SocialLink\";\n\nconst reactStringReplace = require(\"react-string-replace\");\n\nclass About extends React.Component {\n\tUNSAFE_componentWillMount() {\n\t\tthis.setState({\n\t\t\tchangelog : <p>Loading changelog...</p>,\n\t\t});\n\n\t\tVersionService.getChangelogForUser()\n\t\t\t.then(data => {\n\t\t\t\tconst changelog = VersionService.formatChangelog(data);\n\n\t\t\t\tthis.setState({\n\t\t\t\t\tchangelog,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(e => {\n\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t});\n\t}\n\n\trender() {\n\t\tconst github_url    = process.env.REACT_APP_GITHUB_URL;\n\t\tconst discord_url   = process.env.REACT_APP_DISCORD_URL;\n\t\tconst author_url    = process.env.REACT_APP_AUTHOR_URL;\n\t\tconst changelog_url = process.env.REACT_APP_CHANGELOG_URL;\n\n\t\tconst state                = this.state || {};\n\t\tconst author_link          = <a href={author_url} target='_blank' rel='noopener noreferrer'>GoldenChrysus</a>;\n\t\tconst changelog_cta        = LocalizationService.getMisc(\"changelog_cta\");\n\t\tconst changelog_link_match = changelog_cta.match(/{{changelog_link_open}}.+{{changelog_link_close}}/g)[0];\n\t\tconst changelog_link_text  = changelog_link_match\n\t\t\t.replace(\"{{changelog_link_open}}\", \"\")\n\t\t\t.replace(\"{{changelog_link_close}}\", \"\");\n\t\tconst changelog_link       = <a href={changelog_url} target='_blank' rel='noopener noreferrer'>{changelog_link_text}</a>;\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<Container fluid className='section-container'>\n\t\t\t\t\t<h2>{LocalizationService.getSettingsSubsectionText(\"about\", 0)}</h2>\n\t\t\t\t\t<p>{reactStringReplace(LocalizationService.getMisc(\"developer_credit\"), \"{{developer}}\", () => author_link)}</p>\n\n\t\t\t\t\t<h3>Discord</h3>\n\t\t\t\t\t<p>{LocalizationService.getMisc(\"discord_cta\")}</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href={discord_url} target='_blank' rel='noopener noreferrer'>\n\t\t\t\t\t\t\t<img className='discord' src='img/buttons/discord.png' alt='Join our Discord server.' title='Join our Discord server.'/>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</p>\n\n\t\t\t\t\t<p>{LocalizationService.getMisc(\"broken_link\")} <span className='discord-link'>{discord_url}</span></p>\n\n\t\t\t\t\t<h3>GitHub</h3>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t{LocalizationService.getMisc(\"github_cta\")}<br/>\n\t\t\t\t\t\t<a href={github_url} target='_blank' rel='noopener noreferrer'>{github_url}</a>\n\t\t\t\t\t</p>\n\n\t\t\t\t\t<h3>Credits</h3>\n\t\t\t\t\t<p id='credits'>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li><strong className='featured'>Pimpy Shortstocking</strong> - Featured donor</li>\n\t\t\t\t\t\t\t<li><strong className='featured'>FortiusTTV</strong> - <SocialLink name='fortiusttv' type='twitch'/> - Featured donor</li>\n\t\t\t\t\t\t\t<li><strong className='featured'>loski3</strong> - Featured donor</li>\n\t\t\t\t\t\t\t<li><strong className='featured'>Vale Alania</strong> - Featured donor</li>\n\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li><strong>Bona</strong> - Portuguese translation</li>\n\t\t\t\t\t\t\t<li><strong>ShadyWhite</strong> - Chinese translation</li>\n\t\t\t\t\t\t\t<li><strong>Gusma</strong> - Portuguese translation</li>\n\t\t\t\t\t\t\t<li><strong>The_X</strong> - Portuguese translation</li>\n\t\t\t\t\t\t\t<li><strong>okuRaku</strong> <SocialLink name='okurakuu' type='twitter'/><SocialLink name='okuraku' type='twitch'/> - Japanese translation</li>\n\t\t\t\t\t\t\t<li><strong>Astriel</strong> - German translation</li>\n\t\t\t\t\t\t\t<li><strong>Claud</strong> - Spanish translation</li>\n\t\t\t\t\t\t\t<li><strong>Okâme</strong> - French translation</li>\n\t\t\t\t\t\t\t<li><strong>Tsunari96</strong> - Tsunari96#8491 (Discord) - Korean translation</li>\n\t\t\t\t\t\t\t<li><strong>justscribe</strong> <SocialLink name='justscribe' type='twitch'/><SocialLink type='globe' url='https://ffxiv.gaming4eternity.online/'/> - Ukrainian translation</li>\n\t\t\t\t\t\t\t<li><strong>Gisar</strong> - Russian translation</li>\n\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li><strong>Amneamnius</strong> - Donor</li>\n\t\t\t\t\t\t\t<li><strong>Vulasuw</strong> - Donor</li>\n\t\t\t\t\t\t\t<li><strong>Jessica</strong> - Donor</li>\n\t\t\t\t\t\t\t<li><strong>mehdont</strong> - Donor</li>\n\t\t\t\t\t\t\t<li><strong>Tomo</strong> - Donor</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</p>\n\t\t\t\t</Container>\n\t\t\t\t<Container fluid className='section-container'>\n\t\t\t\t\t<h2>{LocalizationService.getMisc(\"changelog\")}</h2>\n\t\t\t\t\t<p>{LocalizationService.getMisc(\"changelog_info\")}</p>\n\t\t\t\t\t<p>{reactStringReplace(changelog_cta, changelog_link_match, () => changelog_link)}</p>\n\n\t\t\t\t\t<h3>{LocalizationService.getMisc(\"latest_changes\")}</h3>\n\t\t\t\t\t{state.changelog}\n\t\t\t\t</Container>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nexport default About;\n"
  },
  {
    "path": "src/components/Settings/Donate.js",
    "content": "import React from \"react\";\nimport { Container } from \"semantic-ui-react\";\nimport $ from \"jquery\";\n\nimport DonationService from \"../../services/DonationService\";\nimport SocialLink from \"./About/SocialLink\";\n\nconst querystring = require(\"querystring\");\n\nclass Donate extends React.Component {\n\tconstructor() {\n\t\tsuper();\n\n\t\tconst params = new querystring.parse(window.location.search);\n\t\tconst type   = params.default || params[\"?default\"];\n\n\t\tthis.state = {\n\t\t\ttype,\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tif (this.state.type) {\n\t\t\tconst type = this.state.type;\n\t\t\tconst $url = $(this.refs[type]);\n\n\t\t\t$url.focus();\n\t\t\tthis.selectText(`donation-${type}`);\n\t\t\t$url.focus();\n\t\t}\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<Container fluid className='section-container'>\n\t\t\t\t\t<h2>Donate</h2>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tCopy one of the following URL&apos;s into your regular browser to make a donation.\n\t\t\t\t\t\tDonations are extremely appreciated, but this overlay will continue to be developed even without donations.\n\t\t\t\t\t\tIf you would like your name to be included in the list of donors, please state this in the donation message.\n\t\t\t\t\t\tThank you!\n\t\t\t\t\t</p>\n\n\t\t\t\t\t<div className='donation-link' data-type='cash' ref='cash' id='donation-cash'>{DonationService.getRealDonationLink(\"cash\")}</div>\n\t\t\t\t\t<div className='donation-link' data-type='paypal' ref='paypal' id='donation-paypal'>{DonationService.getRealDonationLink(\"paypal\")}</div>\n\t\t\t\t\t<div className='donation-link' data-type='paypay' ref='paypay' id='donation-paypay'>{DonationService.getRealDonationId(\"paypay\")}</div>\n\t\t\t\t\t<div className='donation-link' data-type='kofi' ref='kofi' id='donation-kofi'>{DonationService.getRealDonationLink(\"kofi\")}</div>\n\t\t\t\t\t<div className='donation-link' data-type='patreon' ref='patreon' id='donation-patreon'>{DonationService.getRealDonationLink(\"patreon\")}</div>\n\t\t\t\t\t<div className='donation-link' data-type='streamlabs' ref='streamlabs' id='donation-streamlabs'>{DonationService.getRealDonationLink(\"streamlabs\")}</div>\n\n\t\t\t\t\t<h2>Featured Donors</h2>\n\t\t\t\t\t<p>Pimpy Shortstocking, FortiusTTV <SocialLink name='fortiusttv' type='twitch'/>, loski3, Vale Alania</p>\n\n\t\t\t\t\t<h2>Donors</h2>\n\t\t\t\t\t<p>Amneamnius, Vulasuw, Jessica, mehdont, tomo</p>\n\t\t\t\t</Container>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\tselectText(id) {\n\t\tconst element = document.getElementById(id);\n\n\t\tlet range;\n\n\t\tif (window.getSelection && document.createRange) {\n\t\t\tconst selection = window.getSelection();\n\n\t\t\trange = document.createRange();\n\n\t\t\trange.selectNodeContents(element);\n\t\t\tselection.removeAllRanges();\n\t\t\tselection.addRange(range);\n\t\t} else if (document.body.createTextRange) {\n\t\t\trange = document.body.createTextRange();\n\n\t\t\trange.moveToElementText(element);\n\t\t\trange.select();\n\t\t}\n\t}\n}\n\nexport default Donate;\n"
  },
  {
    "path": "src/components/Settings/Export.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { Container, Form, TextArea, Button } from \"semantic-ui-react\";\nimport $ from \"jquery\";\n\nimport LocalizationService from \"../../services/LocalizationService\";\n\nclass Export extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<Container fluid className='section-container'>\n\t\t\t\t\t<h2>{LocalizationService.getSettingsSubsectionText(\"export\", 0)}</h2>\n\t\t\t\t\t<p>{LocalizationService.getMisc(\"export_info\")}</p>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<Form>\n\t\t\t\t\t\t\t<Form.Field>\n\t\t\t\t\t\t\t\t<Button size='mini' className='export' onClick={this.handleCopy.bind(this)}>{LocalizationService.getMisc(\"copy\")}</Button>\n\t\t\t\t\t\t\t\t<TextArea defaultValue={this.props.settings_data.getExportKey()} rows={20} readOnly='readonly'/>\n\t\t\t\t\t\t\t</Form.Field>\n\t\t\t\t\t\t</Form>\n\t\t\t\t\t</div>\n\t\t\t\t</Container>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\thandleCopy(e) {\n\t\tconst $button = $(e.target);\n\t\tconst text    = $button.closest(\".field\").find(\"textarea\")[0];\n\n\t\ttext.focus();\n\t\ttext.select();\n\t\tdocument.execCommand(\"copy\");\n\t}\n}\n\nconst mapStateToProps = state => ({\n\tsettings_data : state.settings_data,\n});\n\nexport default connect(mapStateToProps)(Export);\n"
  },
  {
    "path": "src/components/Settings/Screen/Inputs/Slider.js",
    "content": "import React from \"react\";\nimport $ from \"jquery\";\n\n// eslint-disable-next-line\nimport UISlider from \"jquery-ui/ui/widgets/slider\";\n\nimport \"jquery-ui/themes/base/theme.css\";\nimport \"jquery-ui/themes/base/slider.css\";\n\nclass Slider extends React.Component {\n\tcomponentDidMount() {\n\t\tthis.$elem = $(this.refs.slider);\n\n\t\tconst $elem = this.$elem;\n\n\t\tthis.$elem.slider({\n\t\t\trange : this.props.range,\n\t\t\tmin   : this.props.minimum,\n\t\t\tmax   : this.props.maximum,\n\t\t\tvalue : this.props.value,\n\t\t\tslide : (e, ui) => {\n\t\t\t\tconst change_data = {\n\t\t\t\t\tkey_path : this.props.key_path,\n\t\t\t\t\tvalue    : ui.value,\n\t\t\t\t};\n\n\t\t\t\tthis.props.onChange(e, change_data);\n\t\t\t\t$elem\n\t\t\t\t\t.closest(\"div.field\")\n\t\t\t\t\t.find(\".value\")\n\t\t\t\t\t.text(ui.value);\n\t\t\t},\n\t\t});\n\t}\n\n\tcomponentWillUnmount() {\n\t\tthis.$elem.slider(\"destroy\");\n\t}\n\n\tshouldComponentUpdate() {\n\t\treturn false;\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<div ref='slider'></div>\n\t\t);\n\t}\n}\n\nexport default Slider;\n"
  },
  {
    "path": "src/components/Settings/Screen/Inputs/Table/MetricNameTable.js",
    "content": "import React from \"react\";\nimport { Button, Select, Input } from \"semantic-ui-react\";\nimport $ from \"jquery\";\n\nimport LocalizationService from \"../../../../../services/LocalizationService\";\nimport Table from \"../Table\";\n\nclass MetricNameTable extends Table {\n\tUNSAFE_componentWillMount() {\n\t\tconst rows = {\n\t\t\t_insert : this.createRow({ insert : true }),\n\t\t};\n\n\t\tfor (const metric_key in this.props.value) {\n\t\t\tconst value_data = this.props.value[metric_key];\n\t\t\tconst short_name = value_data.short;\n\t\t\tconst long_name  = value_data.long;\n\n\t\t\trows[metric_key] = this.createRow({\n\t\t\t\tselect_text  : LocalizationService.getPlayerDataTitle(metric_key, \"long\", true),\n\t\t\t\tselect_value : metric_key,\n\t\t\t\tshort_name,\n\t\t\t\tlong_name,\n\t\t\t});\n\n\t\t\tthis.data.value[metric_key] = {\n\t\t\t\tshort : short_name,\n\t\t\t\tlong  : long_name,\n\t\t\t};\n\t\t}\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t}\n\n\trender() {\n\t\tconst rows = (this.state && this.state.rows)\n\t\t\t? Object.keys(this.state.rows).map(key => this.state.rows[key])\n\t\t\t: [];\n\n\t\treturn (\n\t\t\t<table key='metric-name-table' ref='metric_name_table' className='ui unstackable inverted celled table'>\n\t\t\t\t<thead>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>{LocalizationService.getMisc(\"metric\")}</th>\n\t\t\t\t\t\t<th>{LocalizationService.getMisc(\"short_name\")}</th>\n\t\t\t\t\t\t<th>{LocalizationService.getMisc(\"long_name\")}</th>\n\t\t\t\t\t\t<th className='collapsing'></th>\n\t\t\t\t\t</tr>\n\t\t\t\t</thead>\n\t\t\t\t<tbody>\n\t\t\t\t\t{rows}\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t);\n\t}\n\n\tcreateRow(options) {\n\t\tconst button = (options.insert)\n\t\t\t? <Button onClick={this.handleAdd.bind(this)}>{LocalizationService.getMisc(\"add\")}</Button>\n\t\t\t: <Button onClick={this.handleDelete.bind(this)}>{this.delete_text}</Button>;\n\t\tconst select = (!options.insert)\n\t\t\t? options.select_text\n\t\t\t: <Select fluid search options={this.props.options} onChange={this.handleSelectChange.bind(this)}/>;\n\t\tconst row    = (\n\t\t\t<tr id='insert-row' key={\"metric-key-\" + (options.select_value || \"_insert\")} data-key={options.select_value}>\n\t\t\t\t<td>{select}</td>\n\t\t\t\t<td><Input fluid key_path='short_name' defaultValue={options.short_name} onChange={this.handleInputChange.bind(this)}/></td>\n\t\t\t\t<td><Input fluid key_path='long_name' defaultValue={options.long_name} onChange={this.handleInputChange.bind(this)}/></td>\n\t\t\t\t<td>{button}</td>\n\t\t\t</tr>\n\t\t);\n\n\t\tif (!options.auto_add) {\n\t\t\treturn row;\n\t\t}\n\n\t\tconst rows = this.state.rows;\n\n\t\trows[options.select_value] = row;\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t}\n\n\thandleAdd(e) {\n\t\tconst $target = $(e.currentTarget);\n\t\tconst $row    = $target.closest(\"tr\");\n\t\tconst $select = $row.find(\".ui.dropdown\");\n\t\tconst options = {\n\t\t\tselect_value : $select.attr(\"data-value\"),\n\t\t\tselect_text  : $select.attr(\"data-text\"),\n\t\t\tshort_name   : $row.find(\"div[key_path=short_name] > input\").val(),\n\t\t\tlong_name    : $row.find(\"div[key_path=long_name] > input\").val(),\n\t\t\tauto_add     : true,\n\t\t};\n\n\t\tif (!options.select_value) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.data.value[options.select_value] = {\n\t\t\tshort : options.short_name,\n\t\t\tlong  : options.long_name,\n\t\t};\n\n\t\tthis.createRow(options);\n\t\tthis.syncData();\n\t}\n\n\tgetDeleteKey(e) {\n\t\treturn $(e.currentTarget).closest(\"tr\").attr(\"data-key\");\n\t}\n}\n\nexport default MetricNameTable;\n"
  },
  {
    "path": "src/components/Settings/Screen/Inputs/Table/SpellsUITable.js",
    "content": "import React from \"react\";\nimport { Button, Select } from \"semantic-ui-react\";\nimport clone from \"lodash.clonedeep\";\nimport $ from \"jquery\";\nimport Sortable from \"sortablejs/modular/sortable.core.esm.js\";\n\nimport LocalizationService from \"../../../../../services/LocalizationService\";\nimport Table from \"../Table\";\nimport ObjectService from \"../../../../../services/ObjectService\";\n\nimport { createUUID } from \"../../../../../helpers/UUIDHelper\";\n\nclass SpellsUITable extends Table {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.type_sort_data         = {};\n\t\tthis.bound_sortable         = [];\n\t\tthis.spells_per_row_options = [{\n\t\t\tkey   : -1,\n\t\t\tvalue : -1,\n\t\t\ttext  : \"Default\",\n\t\t}];\n\n\t\tfor (let i = 1; i <= 20; i++) {\n\t\t\tthis.spells_per_row_options.push({\n\t\t\t\tkey   : i,\n\t\t\t\tvalue : i,\n\t\t\t\ttext  : i,\n\t\t\t});\n\t\t}\n\n\t\tthis.state = {\n\t\t\trows    : {},\n\t\t\t_insert : {\n\t\t\t\ttypes  : [],\n\t\t\t\tlayout : {\n\t\t\t\t\tlayout         : \"default\",\n\t\t\t\t\tspells_per_row : -1,\n\t\t\t\t},\n\t\t\t},\n\t\t};\n\t}\n\n\tUNSAFE_componentWillMount() {\n\t\tconst rows = {\n\t\t\t_insert : this.createRow({\n\t\t\t\tinsert : true,\n\t\t\t\tlayout : {\n\t\t\t\t\tlayout         : \"default\",\n\t\t\t\t\tspells_per_row : -1,\n\t\t\t\t},\n\t\t\t}),\n\t\t};\n\n\t\tfor (const uuid in this.props.value) {\n\t\t\tconst data = this.props.value[uuid];\n\n\t\t\trows[uuid] = this.createRow({\n\t\t\t\tkey    : uuid,\n\t\t\t\ttypes  : data.types,\n\t\t\t\tlayout : {\n\t\t\t\t\tlayout         : data.layout.layout,\n\t\t\t\t\tspells_per_row : data.layout.spells_per_row,\n\t\t\t\t},\n\t\t\t});\n\n\t\t\tthis.data.value[uuid] = data;\n\t\t}\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.processSortable();\n\t}\n\n\tcomponentDidUpdate() {\n\t\tthis.processSortable();\n\t}\n\n\trender() {\n\t\tconst rows = (this.state && this.state.rows)\n\t\t\t? Object.keys(this.state.rows).map(key => this.state.rows[key])\n\t\t\t: [];\n\n\t\treturn (\n\t\t\t<table key='spells-ui-table' ref='spells_ui_table' className='ui unstackable inverted celled table'>\n\t\t\t\t<thead>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>{LocalizationService.getMisc(\"track\")}</th>\n\t\t\t\t\t\t<th>{LocalizationService.getSettingText(\"spells_mode.layout\")}</th>\n\t\t\t\t\t\t<th>{LocalizationService.getSettingText(\"spells_mode.spells_per_row\")}</th>\n\t\t\t\t\t\t<th className='collapsing'></th>\n\t\t\t\t\t</tr>\n\t\t\t\t</thead>\n\t\t\t\t<tbody>\n\t\t\t\t\t{rows}\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t);\n\t}\n\n\tcreateRow(options) {\n\t\tconst key    = options.key || \"_insert\";\n\t\tconst button = (options.insert)\n\t\t\t? <Button onClick={this.handleAdd.bind(this)}>{LocalizationService.getMisc(\"add\")}</Button>\n\t\t\t: <Button onClick={this.handleDelete.bind(this)}>{this.delete_text}</Button>;\n\t\tconst row    = (\n\t\t\t<tr id={\"spells-ui-row-\" + key} key={\"spells-ui-key-\" + key} data-key={key}>\n\t\t\t\t<td>\n\t\t\t\t\t<Select className='ui-table' data-uuid={key} multiple search options={this.props.options} defaultValue={options.types} onChange={this.handleSelectChange.bind(this, \"types\")}/>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<Select options={LocalizationService.getSpellLayoutOptions(true)} defaultValue={options.layout.layout || \"default\"} onChange={this.handleSelectChange.bind(this, \"layout.layout\")}/>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<Select options={this.spells_per_row_options} defaultValue={options.layout.spells_per_row || -1} onChange={this.handleSelectChange.bind(this, \"layout.spells_per_row\")}/>\n\t\t\t\t</td>\n\t\t\t\t<td>{button}</td>\n\t\t\t</tr>\n\t\t);\n\n\t\tif (!options.auto_add) {\n\t\t\treturn row;\n\t\t}\n\n\t\tconst rows = this.state.rows;\n\n\t\trows[options.key] = row;\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t}\n\n\thandleAdd() {\n\t\tconst options = {\n\t\t\ttypes  : this.state._insert.types,\n\t\t\tlayout : {\n\t\t\t\tlayout         : this.state._insert.layout.layout,\n\t\t\t\tspells_per_row : this.state._insert.layout.spells_per_row,\n\t\t\t},\n\t\t\tkey      : null,\n\t\t\tauto_add : true,\n\t\t};\n\n\t\tif (!options.types.length) {\n\t\t\treturn false;\n\t\t}\n\n\t\twhile (options.auto_add && (options.key === null || this.data.value[options.key])) {\n\t\t\toptions.key = createUUID();\n\t\t}\n\n\t\tthis.data.value[options.key] = {\n\t\t\ttypes  : options.types,\n\t\t\tlayout : {\n\t\t\t\tx              : 0,\n\t\t\t\ty              : 0,\n\t\t\t\twidth          : 300,\n\t\t\t\theight         : 300,\n\t\t\t\tlayout         : options.layout.layout,\n\t\t\t\tspells_per_row : options.layout.spells_per_row,\n\t\t\t},\n\t\t};\n\n\t\tthis.createRow(options);\n\t\tthis.syncData();\n\t}\n\n\thandleSelectChange(field, e, select, custom_value) {\n\t\tconst value  = custom_value || select.value;\n\t\tconst key    = this.getDeleteKey(e);\n\t\tlet max_sort = 0;\n\n\t\tif (field === \"types\") {\n\t\t\tif (!this.type_sort_data[key]) {\n\t\t\t\tthis.type_sort_data[key] = {};\n\t\t\t}\n\n\t\t\tfor (const tmp_value in this.type_sort_data[key]) {\n\t\t\t\tif (value.indexOf(tmp_value) === -1) {\n\t\t\t\t\tdelete this.type_sort_data[key][tmp_value];\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tmax_sort = Math.max(max_sort, this.type_sort_data[key][tmp_value]);\n\t\t\t}\n\n\t\t\tfor (const tmp_value of value) {\n\t\t\t\tif (!this.type_sort_data[key][tmp_value]) {\n\t\t\t\t\tthis.type_sort_data[key][tmp_value] = ++max_sort;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvalue.sort((a, b) => (this.type_sort_data[key][a] < this.type_sort_data[key][b]) ? -1 : 1);\n\t\t}\n\n\t\tif (key === \"_insert\") {\n\t\t\tconst state = clone(this.state);\n\n\t\t\tObjectService.setByKeyPath(state._insert, field, value);\n\t\t\tthis.setState(state);\n\t\t} else {\n\t\t\tObjectService.setByKeyPath(this.data.value[key], field, value);\n\t\t\tthis.syncData();\n\t\t}\n\t}\n\n\tgetDeleteKey(e) {\n\t\treturn $(e.currentTarget || e.target).closest(\"tr\").attr(\"data-key\");\n\t}\n\n\tprocessSortable() {\n\t\tfor (const uuid in this.state.rows) {\n\t\t\tif (this.bound_sortable.indexOf(uuid) !== -1) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tthis.bindSortable(uuid);\n\t\t}\n\t}\n\n\tbindSortable(uuid) {\n\t\tArray.prototype.forEach.call(document.getElementById(`spells-ui-row-${uuid}`).querySelectorAll(\".multiple.selection.ui-table\"), el => {\n\t\t\tSortable.create(\n\t\t\t\tel,\n\t\t\t\t{\n\t\t\t\t\tdraggable : \"a\",\n\t\t\t\t\tonUpdate  : (evt, _originalEvent) => {\n\t\t\t\t\t\tconst value = [];\n\t\t\t\t\t\tconst uuid  = evt.target.getAttribute(\"data-uuid\");\n\n\t\t\t\t\t\tArray.prototype.forEach.call(evt.target.getElementsByTagName(\"a\"), el => {\n\t\t\t\t\t\t\tvalue.push($(el).attr(\"value\"));\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\tthis.type_sort_data[uuid] = {};\n\n\t\t\t\t\t\tfor (const i in value) {\n\t\t\t\t\t\t\tthis.type_sort_data[uuid][value[i]] = i;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tthis.handleSelectChange(\"types\", evt, undefined, value);\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t);\n\t\t});\n\t}\n}\n\nexport default SpellsUITable;\n"
  },
  {
    "path": "src/components/Settings/Screen/Inputs/Table/TTSRulesTable.js",
    "content": "import React from \"react\";\nimport { Button, Select, Input } from \"semantic-ui-react\";\nimport $ from \"jquery\";\n\nimport LocalizationService from \"../../../../../services/LocalizationService\";\nimport Table from \"../Table\";\n\nclass TTSRulesTable extends Table {\n\trule_data_types = {\n\t\taggro : {\n\t\t\ttype : \"bool\",\n\t\t},\n\t\tcritical_hp : {\n\t\t\ttype : \"numeric\",\n\t\t\tmin  : 0,\n\t\t\tmax  : 100,\n\t\t},\n\t\tcritical_mp : {\n\t\t\ttype : \"numeric\",\n\t\t\tmin  : 0,\n\t\t\tmax  : 100,\n\t\t},\n\t\tencounter : {\n\t\t\ttype : \"bool\",\n\t\t},\n\t\ttop : {\n\t\t\ttype : \"bool\",\n\t\t},\n\t};\n\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.provideDataTypes(this.rule_data_types);\n\t}\n\n\tUNSAFE_componentWillMount() {\n\t\tconst rows = {\n\t\t\t_insert : this.createRow({ insert : true }),\n\t\t\t...this.buildRows(),\n\t\t};\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t}\n\n\trender() {\n\t\tconst rows = (this.state && this.state.rows)\n\t\t\t? Object.keys(this.state.rows).map(key => this.state.rows[key])\n\t\t\t: [];\n\n\t\treturn (\n\t\t\t<table key='tts-rules-table' ref='tts_rules_table' className='ui unstackable inverted celled table'>\n\t\t\t\t<thead>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>{LocalizationService.getMisc(\"criteria\")}</th>\n\t\t\t\t\t\t<th>{LocalizationService.getMisc(\"value\")}</th>\n\t\t\t\t\t\t<th className='collapsing'></th>\n\t\t\t\t\t</tr>\n\t\t\t\t</thead>\n\t\t\t\t<tbody>\n\t\t\t\t\t{rows}\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t);\n\t}\n\n\tcreateRow(options) {\n\t\tconst button = (options.insert)\n\t\t\t? <Button onClick={this.handleAdd.bind(this)}>{LocalizationService.getMisc(\"add\")}</Button>\n\t\t\t: <Button onClick={this.handleDelete.bind(this)}>{this.delete_text}</Button>;\n\t\tconst select = (!options.insert)\n\t\t\t? options.select_text\n\t\t\t: <Select fluid search options={this.props.options} onChange={this.handleSelectChange.bind(this)}/>;\n\t\tconst input  = (options.rule_value === true)\n\t\t\t? \"\"\n\t\t\t: <Input fluid className='rule-value disablable-input' key_path={options.rule_key} defaultValue={options.rule_value} onChange={this.handleInputChange.bind(this)} label={{ content : \"%\" }} labelPosition='right'/>;\n\t\tconst row    = (\n\t\t\t<tr id='insert-row' key={\"metric-key-\" + (options.select_value || \"_insert\")} data-key={options.rule_type} data-select-value={options.select_value}>\n\t\t\t\t<td>{select}</td>\n\t\t\t\t<td>{input}</td>\n\t\t\t\t<td>{button}</td>\n\t\t\t</tr>\n\t\t);\n\n\t\tif (!options.auto_add) {\n\t\t\treturn row;\n\t\t}\n\n\t\tconst rows = this.state.rows;\n\n\t\trows[options.select_value] = row;\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t}\n\n\thandleAdd(e) {\n\t\tconst $target = $(e.currentTarget);\n\t\tconst $row    = $target.closest(\"tr\");\n\t\tconst $select = $row.find(\".ui.dropdown\");\n\t\tconst options = {\n\t\t\tselect_value : $select.attr(\"data-value\"),\n\t\t\tselect_text  : $select.attr(\"data-text\"),\n\t\t\trule_value   : $row.find(\"div.rule-value > input\").val(),\n\t\t\tauto_add     : true,\n\t\t};\n\n\t\tconst rule_data = options.select_value.split(\".\");\n\n\t\toptions.rule_type = rule_data[0];\n\t\toptions.rule_key  = rule_data[1] || \"\";\n\n\t\tif (!options.select_value) {\n\t\t\treturn false;\n\t\t}\n\n\t\toptions.rule_value = this.normalizeData(options.rule_type, options.rule_value);\n\n\t\tif (options.rule_value === undefined) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif (options.rule_key) {\n\t\t\tthis.data.value[options.rule_type][options.rule_key] = options.rule_value;\n\t\t} else {\n\t\t\tthis.data.value[options.rule_type] = options.rule_value;\n\t\t}\n\n\t\tthis.createRow(options);\n\t\tthis.syncData();\n\t}\n\n\tbuildRows() {\n\t\tconst rules = this.props.value;\n\t\tconst rows  = {};\n\n\t\tfor (const rule_type in rules) {\n\t\t\tswitch (rule_type) {\n\t\t\t\tcase \"critical_hp\":\n\t\t\t\tcase \"critical_mp\":\n\t\t\t\tcase \"top\":\n\t\t\t\tcase \"encounter\":\n\t\t\t\t\tif (!this.data.value[rule_type]) {\n\t\t\t\t\t\tthis.data.value[rule_type] = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tfor (const rule_key in rules[rule_type]) {\n\t\t\t\t\t\tconst value = rules[rule_type][rule_key];\n\n\t\t\t\t\t\tthis.data.value[rule_type][rule_key] = value;\n\n\t\t\t\t\t\tif (!value) {\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tconst key = `${rule_type}.${rule_key}`;\n\n\t\t\t\t\t\trows[key] = this.createRow({\n\t\t\t\t\t\t\tselect_text  : LocalizationService.getTTSRuleTitle(key),\n\t\t\t\t\t\t\tselect_value : key,\n\t\t\t\t\t\t\trule_type,\n\t\t\t\t\t\t\trule_key,\n\t\t\t\t\t\t\trule_value   : value,\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"aggro\":\n\t\t\t\t\tconst value = rules[rule_type];\n\n\t\t\t\t\tthis.data.value[rule_type] = value;\n\n\t\t\t\t\tif (!value) {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\trows[rule_type] = this.createRow({\n\t\t\t\t\t\tselect_text  : LocalizationService.getTTSRuleTitle(rule_type),\n\t\t\t\t\t\tselect_value : rule_type,\n\t\t\t\t\t\trule_type,\n\t\t\t\t\t\trule_key     : \"\",\n\t\t\t\t\t\trule_value   : rules[rule_type],\n\t\t\t\t\t});\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn rows;\n\t}\n}\n\nexport default TTSRulesTable;\n"
  },
  {
    "path": "src/components/Settings/Screen/Inputs/Table.js",
    "content": "import React from \"react\";\nimport clone from \"lodash.clonedeep\";\nimport $ from \"jquery\";\n\nimport LocalizationService from \"../../../../services/LocalizationService\";\n\nclass Table extends React.Component {\n\tdata_types = {};\n\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.data = {\n\t\t\tkey_path : this.props.key_path,\n\t\t\tvalue    : {},\n\t\t};\n\n\t\tthis.delete_text = LocalizationService.getMisc(\"delete\");\n\t}\n\n\tprovideDataTypes(types) {\n\t\tthis.data_types = types;\n\t}\n\n\thandleSelectChange(e, data) {\n\t\tconst $row    = $(document).find(\"#insert-row\");\n\t\tconst $target = (e.currentTarget.tagName === \"DIV\") ? $(e.currentTarget) : $row.find(\".active.selected.item\");\n\t\tconst $select = $target.closest(\".ui.dropdown\");\n\t\tconst type    = data.value.split(\".\")[0];\n\n\t\tif (this.data_types[type]) {\n\t\t\tconst data_type = this.data_types[type].type;\n\t\t\tconst disabled  = (data_type === \"bool\");\n\t\t\tconst $inputs   = $select\n\t\t\t\t.closest(\"tr\")\n\t\t\t\t.find(\".disablable-input > input\");\n\n\t\t\t$inputs.attr(\"disabled\", disabled);\n\n\t\t\tif (disabled) {\n\t\t\t\t$inputs\n\t\t\t\t\t.val(\"\")\n\t\t\t\t\t.trigger(\"change\");\n\t\t\t}\n\t\t}\n\n\t\t$select\n\t\t\t.attr(\"data-value\", data.value)\n\t\t\t.attr(\"data-text\", $target.text());\n\t}\n\n\thandleInputChange(e) {\n\t\tconst $this = $(e.currentTarget);\n\t\tconst $row  = $this.closest(\"tr[data-key]\");\n\n\t\tif (!$row.length) {\n\t\t\treturn true;\n\t\t}\n\n\t\tconst input_key = $this.closest(\".ui.input\").attr(\"key_path\").split(\"_\")[0];\n\t\tconst row_key   = $row.attr(\"data-key\");\n\n\t\tif (row_key === \"_insert\") {\n\t\t\treturn true;\n\t\t}\n\n\t\tlet value = $this.val();\n\n\t\tif (this.data_types[row_key]) {\n\t\t\tvalue = this.normalizeData(row_key, value, true);\n\t\t}\n\n\t\tif (input_key) {\n\t\t\tthis.data.value[row_key][input_key] = value;\n\t\t} else {\n\t\t\tthis.data.value[row_key] = value;\n\t\t}\n\n\t\tthis.syncData();\n\t}\n\n\thandleDelete(e) {\n\t\tconst key      = this.getDeleteKey(e);\n\t\tconst rows     = clone(this.state.rows);\n\t\tconst key_data = key.split(\".\");\n\n\t\tdelete rows[key];\n\n\t\tif (key_data.length === 2) {\n\t\t\tdelete this.data.value[key_data[0]][key_data[1]];\n\t\t} else {\n\t\t\tdelete this.data.value[key];\n\t\t}\n\n\t\tthis.setState({\n\t\t\trows,\n\t\t});\n\t\tthis.syncData();\n\t}\n\n\tgetDeleteKey(e) {\n\t\treturn $(e.currentTarget).closest(\"tr\").attr(\"data-select-value\");\n\t}\n\n\tsyncData() {\n\t\tthis.props.onChange(undefined, this.data);\n\t}\n\n\tnormalizeData(key, value, revert_on_bad) {\n\t\tconst data_type = this.data_types[key];\n\t\tlet new_value;\n\n\t\tswitch (data_type.type) {\n\t\t\tcase \"numeric\":\n\t\t\t\tif (isNaN(value)) {\n\t\t\t\t\tnew_value = undefined;\n\t\t\t\t}\n\n\t\t\t\tnew_value = Number(value);\n\n\t\t\t\tif (\n\t\t\t\t\t(\"min\" in data_type && new_value < data_type.min) ||\n\t\t\t\t\t(\"max\" in data_type && new_value > data_type.max)\n\t\t\t\t) {\n\t\t\t\t\tnew_value = undefined;\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\n\t\t\tcase \"bool\":\n\t\t\t\tnew_value = true;\n\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tnew_value = value;\n\n\t\t\t\tbreak;\n\t\t}\n\n\t\treturn (revert_on_bad && new_value === undefined) ? value : new_value;\n\t}\n}\n\nexport default Table;\n"
  },
  {
    "path": "src/components/Settings/Screen/Section.js",
    "content": "import React from \"react\";\nimport { Header, Form, Select, Input, TextArea, Checkbox } from \"semantic-ui-react\";\nimport Editor from \"react-simple-code-editor\";\nimport Sortable from \"sortablejs/modular/sortable.core.esm.js\";\n\nimport LocalizationService from \"../../../services/LocalizationService\";\n\nimport MetricNameTable from \"./Inputs/Table/MetricNameTable\";\nimport TTSRulesTable from \"./Inputs/Table/TTSRulesTable\";\nimport SpellsUITable from \"./Inputs/Table/SpellsUITable\";\nimport Slider from \"./Inputs/Slider\";\nimport ObjectService from \"../../../services/ObjectService\";\n\nclass Section extends React.Component {\n\tconstructor() {\n\t\tsuper();\n\n\t\tthis.state = {};\n\t}\n\n\tgetSettingValue(setting_data) {\n\t\treturn (typeof setting_data.value === \"function\")\n\t\t\t? setting_data.value.call(this, this)\n\t\t\t: ObjectService.getByKeyPath(this.props.settings, setting_data.key_path);\n\t}\n\n\tUNSAFE_componentWillMount() {\n\t\tconst state_data = {};\n\n\t\tfor (const setting_data of this.props.data.settings) {\n\t\t\tconst value = this.getSettingValue(setting_data);\n\n\t\t\tstate_data[setting_data.key_path] = value;\n\t\t}\n\n\t\tthis.setState(state_data);\n\t}\n\n\tcomponentDidMount() {\n\t\tArray.prototype.forEach.call(document.querySelectorAll(\".multiple.selection.standalone\"), el => {\n\t\t\tSortable.create(\n\t\t\t\tel,\n\t\t\t\t{\n\t\t\t\t\tdraggable : \"a\",\n\t\t\t\t\tonUpdate  : (evt, _originalEvent) => {\n\t\t\t\t\t\tthis.handleChange(evt, true);\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t);\n\t\t});\n\t}\n\n\trender() {\n\t\tconst settings = [];\n\t\tconst info     = (this.props.data.info)\n\t\t\t? <p>{this.props.data.info()}</p>\n\t\t\t: \"\";\n\t\t// Let language = this.props.settings.interface.language;\n\n\t\tfor (const setting_data of this.props.data.settings) {\n\t\t\tif (setting_data.exclude_modes && setting_data.exclude_modes.indexOf(this.props.mode) !== -1) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tlet setting;\n\n\t\t\tconst label_text = LocalizationService.getSettingText(setting_data.locale || setting_data.key_path) || \"\";\n\t\t\tlet label        = (label_text) ? <label>{label_text}</label> : \"\";\n\t\t\tlet value        = this.getSettingValue(setting_data);\n\n\t\t\tswitch (setting_data.type) {\n\t\t\t\tcase \"select\":\n\t\t\t\t\tif (!value) {\n\t\t\t\t\t\tvalue = [];\n\t\t\t\t\t}\n\n\t\t\t\t\tconst options = (typeof setting_data.options === \"function\") ? setting_data.options() : setting_data.options;\n\n\t\t\t\t\tsetting = <Select fluid labeled multiple={setting_data.multiple || false} search={setting_data.search || false}\n\t\t\t\t\t\tclassName='standalone'\n\t\t\t\t\t\toptions={options}\n\t\t\t\t\t\tdefaultValue={value}\n\t\t\t\t\t\tkey_path={setting_data.key_path}\n\t\t\t\t\t\tid={setting_data.key_path}\n\t\t\t\t\t\tonChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"textbox\":\n\t\t\t\t\tsetting = <Input defaultValue={value} fluid={setting_data.fluid} key_path={setting_data.key_path} onChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"textarea\":\n\t\t\t\t\tsetting = <TextArea defaultValue={value} key_path={setting_data.key_path} rows={20} onChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"code\":\n\t\t\t\t\tconst key_path = setting_data.key_path;\n\n\t\t\t\t\tsetting = <Editor\n\t\t\t\t\t\tclassName='code'\n\t\t\t\t\t\tvalue={this.state[key_path]}\n\t\t\t\t\t\tkey_path={setting_data.key_path}\n\t\t\t\t\t\tonValueChange={code => {\n\t\t\t\t\t\t\tthis.props.changeCallback({}, { key_path : setting_data.key_path, value : code });\n\n\t\t\t\t\t\t\tconst state_data = {};\n\n\t\t\t\t\t\t\tstate_data[key_path] = code;\n\n\t\t\t\t\t\t\tthis.setState(state_data);\n\t\t\t\t\t\t}}\n\t\t\t\t\t\thighlight={code => code}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"checkbox\":\n\t\t\t\t\tsetting = <Checkbox toggle label={label} defaultChecked={value} key_path={setting_data.key_path} onChange={this.props.changeCallback}/>;\n\t\t\t\t\tlabel   = \"\";\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"slider\":\n\t\t\t\t\tconst range = setting_data.range || \"min\";\n\t\t\t\t\tconst min   = setting_data.minimum || 0;\n\t\t\t\t\tconst max   = setting_data.maximum || 100;\n\n\t\t\t\t\tlabel = <label>{label_text}: <span className='value'>{value}</span></label>;\n\n\t\t\t\t\tsetting = <Slider range={range} minimum={min} maximum ={max} key_path={setting_data.key_path} value={value} onChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"MetricNameTable\":\n\t\t\t\t\tconst metric_options = setting_data.options().sort((a, b) => (a.text > b.text) ? 1 : -1);\n\n\t\t\t\t\tlabel   = \"\";\n\t\t\t\t\tsetting = <MetricNameTable value={value} options={metric_options} key_path={setting_data.key_path} onChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"TTSRulesTable\":\n\t\t\t\t\tconst rule_options = setting_data.options();\n\n\t\t\t\t\tsetting = <TTSRulesTable value={value} options={rule_options} key_path={setting_data.key_path} onChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"SpellsUITable\":\n\t\t\t\t\tlabel   = \"\";\n\t\t\t\t\tsetting = <SpellsUITable value={value} options={setting_data.options()} key_path={setting_data.key_path} onChange={this.props.changeCallback}/>;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tsettings.push(\n\t\t\t\t<Form.Field inline key={setting_data.key_path}>\n\t\t\t\t\t{label}\n\t\t\t\t\t{setting}\n\t\t\t\t</Form.Field>,\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<Header as='h2'>{LocalizationService.getSettingsSubsectionText(this.props.parent_path, this.props.index)}</Header>\n\t\t\t\t{info}\n\t\t\t\t<div>\n\t\t\t\t\t{settings}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\thandleChange(e, drag) {\n\t\te.target.key_path  = e.target.id || e.target.getAttribute(\"key_path\");\n\t\te.target.selection = true;\n\t\te.target.drag      = drag;\n\n\t\tthis.props.changeCallback(e.target, e.target);\n\t}\n}\n\nexport default Section;\n"
  },
  {
    "path": "src/components/Settings/Screen.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { updateSetting } from \"../../redux/actions/index\";\nimport { Container, Form, Button } from \"semantic-ui-react\";\nimport $ from \"jquery\";\n\nimport LocalizationService from \"../../services/LocalizationService\";\n\nimport Section from \"./Screen/Section\";\n\nclass Screen extends React.Component {\n\tUNSAFE_componentWillMount() {\n\t\tthis.setState({\n\t\t\tsaving : false,\n\t\t});\n\t}\n\n\trender() {\n\t\tconst sections   = [];\n\t\tconst save_class = (this.state.saving) ? \"loading\" : \"\";\n\n\t\tfor (const i in this.props.sections) {\n\t\t\tconst section_data = this.props.sections[i];\n\n\t\t\tif (section_data.exclude_modes && section_data.exclude_modes.indexOf(this.props.mode) !== -1) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsections.push(\n\t\t\t\t<Container fluid key={this.props.path + \"-settings-\" + i} className='section-container'>\n\t\t\t\t\t<Section data={section_data} parent_path={this.props.path} index={i} settings={this.props.settings} mode={this.props.mode} changeCallback={this.handleChange.bind(this)}/>\n\t\t\t\t</Container>,\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<Form>\n\t\t\t\t<Button floated='right' className={\"save \" + save_class} onClick={this.handleSave.bind(this)}>{LocalizationService.getMisc(\"save\")}</Button>\n\t\t\t\t<div className='clear'></div>\n\t\t\t\t{sections}\n\t\t\t</Form>\n\t\t);\n\t}\n\n\thandleChange(e, data) {\n\t\tconst key_path = data.key_path;\n\n\t\tif (data.selection && (data.multiple || data.drag)) {\n\t\t\tsetTimeout(\n\t\t\t\t() => {\n\t\t\t\t\tconst new_value = [];\n\n\t\t\t\t\tArray.prototype.forEach.call(document.getElementById(key_path).getElementsByTagName(\"a\"), el => {\n\t\t\t\t\t\tnew_value.push($(el).attr(\"value\"));\n\t\t\t\t\t});\n\n\t\t\t\t\tthis.props.new_settings[key_path] = new_value;\n\t\t\t\t},\n\t\t\t\t100,\n\t\t\t);\n\t\t} else {\n\t\t\tswitch (key_path) {\n\t\t\t\tcase \"spells_mode.ui.sectionsz\":\n\t\t\t\t\tfor (const uuid in data.value) {\n\t\t\t\t\t\tconst tmp_data     = data.value[uuid];\n\t\t\t\t\t\tconst tmp_key_path = `${key_path}.${uuid}`;\n\n\t\t\t\t\t\tthis.props.new_settings[`${tmp_key_path}.types`]                 = tmp_data.types;\n\t\t\t\t\t\tthis.props.new_settings[`${tmp_key_path}.layout.layout`]         = tmp_data.layout.layout;\n\t\t\t\t\t\tthis.props.new_settings[`${tmp_key_path}.layout.spells_per_row`] = tmp_data.layout.spells_per_row;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tconst new_value = data.value || data.checked;\n\n\t\t\t\t\tthis.props.new_settings[key_path] = new_value;\n\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\thandleSave() {\n\t\tthis.setState({\n\t\t\tsaving : true,\n\t\t});\n\n\t\tconst action = {\n\t\t\tkey    : [],\n\t\t\tvalue  : [],\n\t\t\tsource : \"screen-component\",\n\t\t};\n\n\t\tfor (const key_path in this.props.new_settings) {\n\t\t\taction.key.push(key_path);\n\t\t\taction.value.push(this.props.new_settings[key_path]);\n\t\t}\n\n\t\tthis.props.updateSetting(action);\n\t\tsetTimeout(\n\t\t\t() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\tsaving : false,\n\t\t\t\t});\n\t\t\t},\n\t\t\t400,\n\t\t);\n\t}\n}\n\nconst mapDispatchToProps = dispatch => ({\n\tupdateSetting(data) {\n\t\tdispatch(updateSetting(data));\n\t},\n});\n\nconst mapStateToProps = state => ({\n\tsettings     : state.settings,\n\tnew_settings : {},\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Screen);\n"
  },
  {
    "path": "src/components/Settings/Streamers.js",
    "content": "import React from \"react\";\nimport { Container } from \"semantic-ui-react\";\nimport $ from \"jquery\";\nimport shuffle from \"lodash.shuffle\";\n\nimport LocalizationService from \"../../services/LocalizationService\";\n\nconst reactStringReplace = require(\"react-string-replace\");\n\nclass Streamers extends React.Component {\n\trender() {\n\t\tconst streamers      = this.props.streamers || {};\n\t\tconst streamer_names = shuffle(Object.keys(streamers));\n\t\tconst streamer_boxes = [];\n\t\tconst discord_url    = process.env.REACT_APP_DISCORD_URL;\n\t\tconst author_url     = process.env.REACT_APP_AUTHOR_URL;\n\n\t\tfor (const streamer_name of streamer_names) {\n\t\t\tlet thumbnail = streamers[streamer_name];\n\n\t\t\tthumbnail = thumbnail\n\t\t\t\t.replace(\"{width}\", \"1920\")\n\t\t\t\t.replace(\"{height}\", \"1080\");\n\n\t\t\tstreamer_boxes.push(\n\t\t\t\t<div className='row' key={streamer_name}>\n\t\t\t\t\t<a href={\"https://twitch.tv/\" + streamer_name} target='_blank' rel='noopener noreferrer'>\n\t\t\t\t\t\t<span className='name'>{streamer_name}</span>\n\t\t\t\t\t\t<img src={thumbnail} alt={streamer_name}/>\n\t\t\t\t\t</a>\n\t\t\t\t</div>,\n\t\t\t);\n\t\t}\n\n\t\tconst discord_link = <span key='discord-link' className='discord-link'>{discord_url}</span>;\n\t\tconst author_link  = <span key='author-link' className='author-link'>{author_url}</span>;\n\t\tconst offline_text = (this.props.type === \"offline\")\n\t\t\t? <p className='offline'>Looks like no one is live. Check out some Ember Overlay users below and follow them to receive notifications when they are live!</p>\n\t\t\t: \"\";\n\t\tlet long_cta       = LocalizationService.getMisc(\"streamer_long_cta\");\n\n\t\tlong_cta = reactStringReplace(long_cta, \"{{discord_link}}\", () => discord_link);\n\t\tlong_cta = reactStringReplace(long_cta, \"{{twitch_link}}\", () => author_link);\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<Container fluid className='section-container'>\n\t\t\t\t\t<h2>{LocalizationService.getMisc(\"streamers\")}</h2>\n\t\t\t\t\t<p>{LocalizationService.getMisc(\"streamer_info\")}</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<a href='/' className='info-link' onClick={this.toggleInfoDiv}>{LocalizationService.getMisc(\"streamer_short_cta\")}</a>\n\t\t\t\t\t\t<span className='info-span' style={{ display : \"none\" }}>{long_cta}</span>\n\t\t\t\t\t</p>\n\t\t\t\t\t{offline_text}\n\t\t\t\t\t<div id='streamers'>\n\t\t\t\t\t\t{streamer_boxes}\n\t\t\t\t\t</div>\n\t\t\t\t</Container>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n\n\ttoggleInfoDiv(e) {\n\t\te.preventDefault();\n\n\t\tconst $link = $(e.target);\n\t\tconst $div  = $link.closest(\"p\").find(\".info-span\");\n\n\t\t$div.slideToggle();\n\t\treturn false;\n\t}\n}\n\nexport default Streamers;\n"
  },
  {
    "path": "src/components/Settings.js",
    "content": "import React from \"react\";\nimport { connect } from \"react-redux\";\nimport { HashRouter as Router, Route, Redirect, NavLink } from \"react-router-dom\";\nimport { Grid, Menu } from \"semantic-ui-react\";\n\nimport LocalizationService from \"../services/LocalizationService\";\nimport SettingsSchema from \"../constants/SettingsSchema\";\nimport TwitchAPIService from \"../services/TwitchAPIService\";\n\nimport Screen from \"./Settings/Screen\";\nimport Export from \"./Settings/Export\";\nimport About from \"./Settings/About\";\nimport Streamers from \"./Settings/Streamers\";\nimport Donate from \"./Settings/Donate\";\n\nimport \"./../styles/components/settings/settings-theme.less\";\n\nclass Settings extends React.Component {\n\tUNSAFE_componentWillMount() {\n\t\tTwitchAPIService.getLiveStreamers()\n\t\t\t.then(data => {\n\t\t\t\tthis.setState({\n\t\t\t\t\tstream_type : data.type,\n\t\t\t\t\tstreamers   : data.streamers,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(() => {});\n\t}\n\n\trender() {\n\t\tconst base_url           = this.props.match.url;\n\t\tconst nav_links          = [];\n\t\tconst routes             = [];\n\t\tconst streamers          = (this.state && this.state.streamers) ? this.state.streamers : {};\n\t\tconst stream_type        = (this.state && this.state.stream_type) ? this.state.stream_type : \"offline\";\n\t\tconst streamer_count     = (streamers) ? Object.keys(streamers).length : 0;\n\t\tconst streamer_base_text = (streamer_count && stream_type === \"live\")\n\t\t\t? LocalizationService.getMisc((streamer_count > 1) ? \"streamers_live\" : \"streamer_live\")\n\t\t\t: LocalizationService.getMisc(\"streamers\");\n\t\tconst streamer_text      = streamer_base_text.replace(\"{{number}}\", streamer_count);\n\n\t\tfor (\n\t\t\tconst section of\n\t\t\tSettingsSchema.all_before.sections.concat(\n\t\t\t\tSettingsSchema[this.props.mode].sections.concat(\n\t\t\t\t\tSettingsSchema.all_after.sections),\n\t\t\t)\n\t\t) {\n\t\t\tconst section_path = section.path;\n\t\t\tconst path         = `${base_url}/${section_path}`;\n\t\t\tconst title        = LocalizationService.getSettingsSectionText(section_path);\n\n\t\t\tnav_links.push(\n\t\t\t\t<NavLink to={path} className='item' key={section_path}>{title}</NavLink>,\n\t\t\t);\n\n\t\t\troutes.push(\n\t\t\t\t<Route path={path} key={path} render={() => <Screen sections={section.sections} path={section_path} mode={this.props.mode}/>}/>,\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<Router>\n\t\t\t\t\t<Grid celled id='settings-container'>\n\t\t\t\t\t\t<Grid.Row>\n\t\t\t\t\t\t\t<Grid.Column width={3} id='settings-sidebar'>\n\t\t\t\t\t\t\t\t<Menu vertical id='settings-menu'>\n\t\t\t\t\t\t\t\t\t{nav_links}\n\t\t\t\t\t\t\t\t\t<NavLink to={base_url + \"/export\"} className='item'>{LocalizationService.getSettingsSectionText(\"export\")}</NavLink>\n\t\t\t\t\t\t\t\t\t<NavLink to={base_url + \"/about\"} className='item'>{LocalizationService.getSettingsSectionText(\"about\")}</NavLink>\n\t\t\t\t\t\t\t\t\t<NavLink to={base_url + \"/streamers\"} className='streamers item'>{streamer_text}</NavLink>\n\t\t\t\t\t\t\t\t\t<NavLink to={base_url + \"/donate\"} className='item'>Donate</NavLink>\n\t\t\t\t\t\t\t\t</Menu>\n\t\t\t\t\t\t\t</Grid.Column>\n\t\t\t\t\t\t\t<Grid.Column width={13} id='settings-screen'>\n\t\t\t\t\t\t\t\t<Route exact path={base_url} render={() => (\n\t\t\t\t\t\t\t\t\t<Redirect to={base_url + \"/about\"}/>\n\t\t\t\t\t\t\t\t)}/>\n\t\t\t\t\t\t\t\t{routes}\n\t\t\t\t\t\t\t\t<Route path={base_url + \"/export\"} component={Export}/>\n\t\t\t\t\t\t\t\t<Route path={base_url + \"/about\"} component={About}/>\n\t\t\t\t\t\t\t\t<Route path={base_url + \"/streamers\"} render={() => <Streamers streamers={streamers} type={stream_type}/>}/>\n\t\t\t\t\t\t\t\t<Route path={base_url + \"/donate\"} component={Donate}/>\n\t\t\t\t\t\t\t</Grid.Column>\n\t\t\t\t\t\t</Grid.Row>\n\t\t\t\t\t</Grid>\n\t\t\t\t</Router>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nconst mapStateToProps = state => ({\n\tlanguage : state.settings.interface.language,\n\tmode     : state.internal.mode,\n});\n\nexport default connect(mapStateToProps)(Settings);\n"
  },
  {
    "path": "src/constants/Locales.js",
    "content": "export const OverlayLocales = require(\"../data/locales/overlay.json\");\nexport const SettingsLocales = require(\"../data/locales/settings.json\");\n"
  },
  {
    "path": "src/constants/Migrations.js",
    "content": "const Migrations = [\n\t\"01-convert-binary-short-name-setting\",\n\t\"02-store-settings-in-overlayplugin\",\n\t\"03-convert-light-theme\",\n\t\"04-convert-spell-layout\",\n\t\"06-change-critical-hp-setting-key\",\n\t\"07-convert-auto-hide-to-options\",\n];\n\nexport default Migrations;\n"
  },
  {
    "path": "src/constants/PVPZoneData.js",
    "content": "const Zones = require(\"../data/game/pvp-zones.json\");\n\nexport default {\n\tZones,\n};\n"
  },
  {
    "path": "src/constants/SampleAggroData.js",
    "content": "const SampleAggroData = {\n\ttype      : \"EnmityAggroList\",\n\tAggroList : [\n\t\t{\n\t\t\tID              : 1074087459,\n\t\t\tName            : \"Wood Eyes\",\n\t\t\tHateRate        : 100,\n\t\t\tOrder           : 0,\n\t\t\tisCurrentTarget : true,\n\t\t\tCurrentHP       : 75316,\n\t\t\tMaxHP           : 100760,\n\t\t\tTarget          : {\n\t\t\t\tID       : -1,\n\t\t\t\tOwnerID  : 0,\n\t\t\t\tName     : \"Uther\",\n\t\t\t\tEnmity   : 0,\n\t\t\t\tisMe     : false,\n\t\t\t\tHateRate : 0,\n\t\t\t\tJob      : 0,\n\t\t\t},\n\t\t\tEffects : [],\n\t\t},\n\t\t{\n\t\t\tID              : 1074087457,\n\t\t\tName            : \"Wood Eyes\",\n\t\t\tHateRate        : 100,\n\t\t\tOrder           : 0,\n\t\t\tisCurrentTarget : false,\n\t\t\tCurrentHP       : 56960,\n\t\t\tMaxHP           : 100760,\n\t\t\tTarget          : {\n\t\t\t\tID       : -1,\n\t\t\t\tOwnerID  : 0,\n\t\t\t\tName     : \"Uther\",\n\t\t\t\tEnmity   : 0,\n\t\t\t\tisMe     : false,\n\t\t\t\tHateRate : 0,\n\t\t\t\tJob      : 0,\n\t\t\t},\n\t\t\tEffects : [],\n\t\t},\n\t\t{\n\t\t\tID              : 1074087462,\n\t\t\tName            : \"Island Rail\",\n\t\t\tHateRate        : 100,\n\t\t\tOrder           : 0,\n\t\t\tisCurrentTarget : false,\n\t\t\tCurrentHP       : 80365,\n\t\t\tMaxHP           : 100760,\n\t\t\tTarget          : {\n\t\t\t\tID       : -2,\n\t\t\t\tOwnerID  : 0,\n\t\t\t\tName     : \"Ashor\",\n\t\t\t\tEnmity   : 0,\n\t\t\t\tisMe     : false,\n\t\t\t\tHateRate : 0,\n\t\t\t\tJob      : 0,\n\t\t\t},\n\t\t\tEffects : [],\n\t\t},\n\t],\n};\n\nexport default SampleAggroData;\n"
  },
  {
    "path": "src/constants/SampleGameData.js",
    "content": "const SampleGameData = {\n\ttype      : \"CombatData\",\n\tEncounter : {\n\t\tn                : \"\\n\",\n\t\tt                : \"\\t\",\n\t\ttitle            : \"King Thordan\",\n\t\tduration         : \"03:58\",\n\t\tDURATION         : \"238\",\n\t\tdamage           : \"1326301\",\n\t\t\"damage-m\"       : \"1.33\",\n\t\t\"damage-*\"       : \"1.33M\",\n\t\t\"DAMAGE-k\"       : \"1326\",\n\t\t\"DAMAGE-m\"       : \"1\",\n\t\t\"DAMAGE-b\"       : \"0\",\n\t\t\"DAMAGE-*\"       : \"1326K\",\n\t\tdps              : \"5572.69\",\n\t\t\"dps-*\"          : \"dps-*\",\n\t\tDPS              : \"5573\",\n\t\t\"DPS-k\"          : \"6\",\n\t\t\"DPS-m\"          : \"DPS-m\",\n\t\t\"DPS-*\"          : \"5572\",\n\t\tencdps           : \"5572.69\",\n\t\t\"encdps-*\"       : \"5.57K\",\n\t\tENCDPS           : \"5573\",\n\t\t\"ENCDPS-k\"       : \"6\",\n\t\t\"ENCDPS-m\"       : \"0\",\n\t\t\"ENCDPS-*\"       : \"5572\",\n\t\thits             : \"912\",\n\t\tcrithits         : \"128\",\n\t\t\"crithit%\"       : \"0%\",\n\t\tmisses           : \"0\",\n\t\thitfailed        : \"7\",\n\t\tswings           : \"919\",\n\t\ttohit            : \"NaN\",\n\t\tTOHIT            : \"NaN\",\n\t\tmaxhit           : \"YOU-Midare Setsugekka-14704\",\n\t\tMAXHIT           : \"YOU-14704\",\n\t\t\"maxhit-*\"       : \"YOU-Midare Setsugekka-14.70K\",\n\t\t\"MAXHIT-*\"       : \"YOU-14K\",\n\t\thealed           : \"561136\",\n\t\tenchps           : \"2357.71\",\n\t\t\"enchps-*\"       : \"2.36K\",\n\t\tENCHPS           : \"2358\",\n\t\t\"ENCHPS-k\"       : \"2\",\n\t\t\"ENCHPS-m\"       : \"0\",\n\t\t\"ENCHPS-*\"       : \"2357\",\n\t\theals            : \"330\",\n\t\tcritheals        : \"128\",\n\t\t\"critheal%\"      : \"0%\",\n\t\tcures            : \"0\",\n\t\tmaxheal          : \"Nicolaus Copernicus-Galvanize-7697\",\n\t\tMAXHEAL          : \"Nicolaus Copernicus-7697\",\n\t\tmaxhealward      : \"Nicolaus Copernicus-Galvanize-7697\",\n\t\tMAXHEALWARD      : \"Nicolaus Copernicus-7697\",\n\t\t\"maxheal-*\"      : \"Nicolaus Copernicus-Galvanize-7.70K\",\n\t\t\"MAXHEAL-*\"      : \"Nicolaus Copernicus-7697\",\n\t\t\"maxhealward-*\"  : \"Nicolaus Copernicus-Galvanize-7.70K\",\n\t\t\"MAXHEALWARD-*\"  : \"Nicolaus Copernicus-7697\",\n\t\tdamagetaken      : \"212198\",\n\t\t\"damagetaken-*\"  : \"212.20K\",\n\t\thealstaken       : \"561136\",\n\t\t\"healstaken-*\"   : \"561.14K\",\n\t\tpowerdrain       : \"0\",\n\t\t\"powerdrain-*\"   : \"0\",\n\t\tpowerheal        : \"30100\",\n\t\t\"powerheal-*\"    : \"30.10K\",\n\t\tkills            : \"0\",\n\t\tdeaths           : \"0\",\n\t\tCurrentZoneName  : \"The Singularity Reactor\",\n\t\tLast10DPS        : \"\",\n\t\tLast30DPS        : \"\",\n\t\tLast60DPS        : \"\",\n\t\tname             : \"Encounter\",\n\t\tJob              : \"ENC\",\n\t\tOverHealPct      : \"0%\",\n\t\tBlockPct         : \"0%\",\n\t\tDirectHitPct     : \"0%\",\n\t\tCritDirectHitPct : \"0%\",\n\t\t\"damage%\"        : \"100%\",\n\t\t\"healed%\"        : \"100%\",\n\t},\n\tCombatant : {\n\t\t\"Hattori Hanzo\" : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Hattori Hanzo\",\n\t\t\tduration           : \"03:58\",\n\t\t\tDURATION           : \"238\",\n\t\t\tdamage             : \"245752\",\n\t\t\t\"damage-m\"         : \"0.25\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"245.75K\",\n\t\t\t\"DAMAGE-k\"         : \"246\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"245K\",\n\t\t\t\"damage%\"          : \"18%\",\n\t\t\tdps                : \"1032.57\",\n\t\t\t\"dps-*\"            : \"1.03K\",\n\t\t\tDPS                : \"1033\",\n\t\t\t\"DPS-k\"            : \"1\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"1032\",\n\t\t\tencdps             : \"1032.57\",\n\t\t\t\"encdps-*\"         : \"1.03K\",\n\t\t\tENCDPS             : \"1033\",\n\t\t\t\"ENCDPS-k\"         : \"1\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"1032\",\n\t\t\thits               : \"120\",\n\t\t\tcrithits           : \"14\",\n\t\t\t\"crithit%\"         : \"12%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"120\",\n\t\t\ttohit              : \"100.00\",\n\t\t\tTOHIT              : \"100\",\n\t\t\tmaxhit             : \"Raiton-8908\",\n\t\t\tMAXHIT             : \"8908\",\n\t\t\t\"maxhit-*\"         : \"Raiton-8.91K\",\n\t\t\t\"MAXHIT-*\"         : \"8908\",\n\t\t\thealed             : \"0\",\n\t\t\t\"healed%\"          : \"0%\",\n\t\t\tenchps             : \"0.00\",\n\t\t\t\"enchps-*\"         : \"0\",\n\t\t\tENCHPS             : \"0\",\n\t\t\t\"ENCHPS-k\"         : \"0\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"0\",\n\t\t\tcritheals          : \"0\",\n\t\t\t\"critheal%\"        : \"0%\",\n\t\t\theals              : \"0\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"\",\n\t\t\tMAXHEAL            : \"\",\n\t\t\tmaxhealward        : \"\",\n\t\t\tMAXHEALWARD        : \"\",\n\t\t\t\"maxheal-*\"        : \"\",\n\t\t\t\"MAXHEAL-*\"        : \"\",\n\t\t\t\"maxhealward-*\"    : \"\",\n\t\t\t\"MAXHEALWARD-*\"    : \"\",\n\t\t\tdamagetaken        : \"26141\",\n\t\t\t\"damagetaken-*\"    : \"26.14K\",\n\t\t\thealstaken         : \"54975\",\n\t\t\t\"healstaken-*\"     : \"54.98K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"0\",\n\t\t\t\"powerheal-*\"      : \"0\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"660\",\n\t\t\tLast60DPS          : \"371\",\n\t\t\tJob                : \"Nin\",\n\t\t\tParryPct           : \"0%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"100.00\",\n\t\t\tOverHealPct        : \"0%\",\n\t\t\tDirectHitPct       : \"22%\",\n\t\t\tDirectHitCount     : \"26\",\n\t\t\tCritDirectHitCount : \"4\",\n\t\t\tCritDirectHitPct   : \"3%\",\n\t\t\toverHeal           : \"0\",\n\t\t\tdamageShield       : \"0\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 2653.87,\n\t\t\tenmity_percent     : \"13.00\",\n\t\t},\n\t\tYOU : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"YOU\",\n\t\t\tduration           : \"03:56\",\n\t\t\tDURATION           : \"236\",\n\t\t\tdamage             : \"235206\",\n\t\t\t\"damage-m\"         : \"0.24\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"235.21K\",\n\t\t\t\"DAMAGE-k\"         : \"235\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"235K\",\n\t\t\t\"damage%\"          : \"17%\",\n\t\t\tdps                : \"996.64\",\n\t\t\t\"dps-*\"            : \"996\",\n\t\t\tDPS                : \"997\",\n\t\t\t\"DPS-k\"            : \"1\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"996\",\n\t\t\tencdps             : \"988.26\",\n\t\t\t\"encdps-*\"         : \"988\",\n\t\t\tENCDPS             : \"988\",\n\t\t\t\"ENCDPS-k\"         : \"1\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"988\",\n\t\t\thits               : \"105\",\n\t\t\tcrithits           : \"23\",\n\t\t\t\"crithit%\"         : \"22%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"105\",\n\t\t\ttohit              : \"100.00\",\n\t\t\tTOHIT              : \"100\",\n\t\t\tmaxhit             : \"Midare Setsugekka-14704\",\n\t\t\tMAXHIT             : \"14704\",\n\t\t\t\"maxhit-*\"         : \"Midare Setsugekka-14.70K\",\n\t\t\t\"MAXHIT-*\"         : \"14K\",\n\t\t\thealed             : \"0\",\n\t\t\t\"healed%\"          : \"0%\",\n\t\t\tenchps             : \"0.00\",\n\t\t\t\"enchps-*\"         : \"0\",\n\t\t\tENCHPS             : \"0\",\n\t\t\t\"ENCHPS-k\"         : \"0\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"0\",\n\t\t\tcritheals          : \"0\",\n\t\t\t\"critheal%\"        : \"0%\",\n\t\t\theals              : \"0\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"\",\n\t\t\tMAXHEAL            : \"\",\n\t\t\tmaxhealward        : \"\",\n\t\t\tMAXHEALWARD        : \"\",\n\t\t\t\"maxheal-*\"        : \"\",\n\t\t\t\"MAXHEAL-*\"        : \"\",\n\t\t\t\"maxhealward-*\"    : \"\",\n\t\t\t\"MAXHEALWARD-*\"    : \"\",\n\t\t\tdamagetaken        : \"31935\",\n\t\t\t\"damagetaken-*\"    : \"31.94K\",\n\t\t\thealstaken         : \"62240\",\n\t\t\t\"healstaken-*\"     : \"62.24K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"0\",\n\t\t\t\"powerheal-*\"      : \"0\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"248\",\n\t\t\tLast60DPS          : \"124\",\n\t\t\tJob                : \"Sam\",\n\t\t\tParryPct           : \"0%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"100.00\",\n\t\t\tOverHealPct        : \"0%\",\n\t\t\tDirectHitPct       : \"35%\",\n\t\t\tDirectHitCount     : \"37\",\n\t\t\tCritDirectHitCount : \"7\",\n\t\t\tCritDirectHitPct   : \"7%\",\n\t\t\toverHeal           : \"0\",\n\t\t\tdamageShield       : \"0\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 2463.91,\n\t\t\tenmity_percent     : \"12.00\",\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Lindsey Stirling\",\n\t\t\tduration           : \"04:00\",\n\t\t\tDURATION           : \"240\",\n\t\t\tdamage             : \"207557\",\n\t\t\t\"damage-m\"         : \"0.21\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"207.56K\",\n\t\t\t\"DAMAGE-k\"         : \"208\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"207K\",\n\t\t\t\"damage%\"          : \"15%\",\n\t\t\tdps                : \"864.82\",\n\t\t\t\"dps-*\"            : \"864\",\n\t\t\tDPS                : \"865\",\n\t\t\t\"DPS-k\"            : \"1\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"864\",\n\t\t\tencdps             : \"872.09\",\n\t\t\t\"encdps-*\"         : \"872\",\n\t\t\tENCDPS             : \"872\",\n\t\t\t\"ENCDPS-k\"         : \"1\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"872\",\n\t\t\thits               : \"197\",\n\t\t\tcrithits           : \"20\",\n\t\t\t\"crithit%\"         : \"10%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"197\",\n\t\t\ttohit              : \"100.00\",\n\t\t\tTOHIT              : \"100\",\n\t\t\tmaxhit             : \"Straight Shot-3124\",\n\t\t\tMAXHIT             : \"3124\",\n\t\t\t\"maxhit-*\"         : \"Straight Shot-3.12K\",\n\t\t\t\"MAXHIT-*\"         : \"3124\",\n\t\t\thealed             : \"0\",\n\t\t\t\"healed%\"          : \"0%\",\n\t\t\tenchps             : \"0.00\",\n\t\t\t\"enchps-*\"         : \"0\",\n\t\t\tENCHPS             : \"0\",\n\t\t\t\"ENCHPS-k\"         : \"0\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"0\",\n\t\t\tcritheals          : \"0\",\n\t\t\t\"critheal%\"        : \"0%\",\n\t\t\theals              : \"0\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"\",\n\t\t\tMAXHEAL            : \"\",\n\t\t\tmaxhealward        : \"\",\n\t\t\tMAXHEALWARD        : \"\",\n\t\t\t\"maxheal-*\"        : \"\",\n\t\t\t\"MAXHEAL-*\"        : \"\",\n\t\t\t\"maxhealward-*\"    : \"\",\n\t\t\t\"MAXHEALWARD-*\"    : \"\",\n\t\t\tdamagetaken        : \"18697\",\n\t\t\t\"damagetaken-*\"    : \"18.70K\",\n\t\t\thealstaken         : \"56482\",\n\t\t\t\"healstaken-*\"     : \"56.48K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"0\",\n\t\t\t\"powerheal-*\"      : \"0\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"325\",\n\t\t\tLast60DPS          : \"287\",\n\t\t\tJob                : \"Brd\",\n\t\t\tParryPct           : \"0%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"100.00\",\n\t\t\tOverHealPct        : \"0%\",\n\t\t\tDirectHitPct       : \"26%\",\n\t\t\tDirectHitCount     : \"51\",\n\t\t\tCritDirectHitCount : \"7\",\n\t\t\tCritDirectHitPct   : \"4%\",\n\t\t\toverHeal           : \"0\",\n\t\t\tdamageShield       : \"0\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 1769.63,\n\t\t\tenmity_percent     : \"9.00\",\n\t\t},\n\t\tBeedle : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Beedle\",\n\t\t\tduration           : \"04:02\",\n\t\t\tDURATION           : \"242\",\n\t\t\tdamage             : \"188946\",\n\t\t\t\"damage-m\"         : \"0.19\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"188.95K\",\n\t\t\t\"DAMAGE-k\"         : \"189\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"188K\",\n\t\t\t\"damage%\"          : \"14%\",\n\t\t\tdps                : \"780.77\",\n\t\t\t\"dps-*\"            : \"780\",\n\t\t\tDPS                : \"781\",\n\t\t\t\"DPS-k\"            : \"1\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"780\",\n\t\t\tencdps             : \"793.89\",\n\t\t\t\"encdps-*\"         : \"793\",\n\t\t\tENCDPS             : \"794\",\n\t\t\t\"ENCDPS-k\"         : \"1\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"793\",\n\t\t\thits               : \"192\",\n\t\t\tcrithits           : \"35\",\n\t\t\t\"crithit%\"         : \"18%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"192\",\n\t\t\ttohit              : \"100.00\",\n\t\t\tTOHIT              : \"100\",\n\t\t\tmaxhit             : \"Empyreal Arrow-3902\",\n\t\t\tMAXHIT             : \"3902\",\n\t\t\t\"maxhit-*\"         : \"Empyreal Arrow-3.90K\",\n\t\t\t\"MAXHIT-*\"         : \"3902\",\n\t\t\thealed             : \"0\",\n\t\t\t\"healed%\"          : \"0%\",\n\t\t\tenchps             : \"0.00\",\n\t\t\t\"enchps-*\"         : \"0\",\n\t\t\tENCHPS             : \"0\",\n\t\t\t\"ENCHPS-k\"         : \"0\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"0\",\n\t\t\tcritheals          : \"0\",\n\t\t\t\"critheal%\"        : \"0%\",\n\t\t\theals              : \"0\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"\",\n\t\t\tMAXHEAL            : \"\",\n\t\t\tmaxhealward        : \"\",\n\t\t\tMAXHEALWARD        : \"\",\n\t\t\t\"maxheal-*\"        : \"\",\n\t\t\t\"MAXHEAL-*\"        : \"\",\n\t\t\t\"maxhealward-*\"    : \"\",\n\t\t\t\"MAXHEALWARD-*\"    : \"\",\n\t\t\tdamagetaken        : \"28198\",\n\t\t\t\"damagetaken-*\"    : \"28.20K\",\n\t\t\thealstaken         : \"61864\",\n\t\t\t\"healstaken-*\"     : \"61.86K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"0\",\n\t\t\t\"powerheal-*\"      : \"0\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"237\",\n\t\t\tLast60DPS          : \"134\",\n\t\t\tJob                : \"Brd\",\n\t\t\tParryPct           : \"100%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"100.00\",\n\t\t\tOverHealPct        : \"0%\",\n\t\t\tDirectHitPct       : \"15%\",\n\t\t\tDirectHitCount     : \"28\",\n\t\t\tCritDirectHitCount : \"4\",\n\t\t\tCritDirectHitPct   : \"2%\",\n\t\t\toverHeal           : \"0\",\n\t\t\tdamageShield       : \"0\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 1847.35,\n\t\t\tenmity_percent     : \"9.00\",\n\t\t},\n\t\tUther : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Uther\",\n\t\t\tduration           : \"03:58\",\n\t\t\tDURATION           : \"238\",\n\t\t\tdamage             : \"177958\",\n\t\t\t\"damage-m\"         : \"0.18\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"177.96K\",\n\t\t\t\"DAMAGE-k\"         : \"178\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"177K\",\n\t\t\t\"damage%\"          : \"13%\",\n\t\t\tdps                : \"747.72\",\n\t\t\t\"dps-*\"            : \"747\",\n\t\t\tDPS                : \"748\",\n\t\t\t\"DPS-k\"            : \"1\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"747\",\n\t\t\tencdps             : \"747.72\",\n\t\t\t\"encdps-*\"         : \"747\",\n\t\t\tENCDPS             : \"748\",\n\t\t\t\"ENCDPS-k\"         : \"1\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"747\",\n\t\t\thits               : \"143\",\n\t\t\tcrithits           : \"20\",\n\t\t\t\"crithit%\"         : \"14%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"143\",\n\t\t\ttohit              : \"100.00\",\n\t\t\tTOHIT              : \"100\",\n\t\t\tmaxhit             : \"Royal Authority-6755\",\n\t\t\tMAXHIT             : \"6755\",\n\t\t\t\"maxhit-*\"         : \"Royal Authority-6.76K\",\n\t\t\t\"MAXHIT-*\"         : \"6755\",\n\t\t\thealed             : \"0\",\n\t\t\t\"healed%\"          : \"0%\",\n\t\t\tenchps             : \"0.00\",\n\t\t\t\"enchps-*\"         : \"0\",\n\t\t\tENCHPS             : \"0\",\n\t\t\t\"ENCHPS-k\"         : \"0\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"0\",\n\t\t\tcritheals          : \"0\",\n\t\t\t\"critheal%\"        : \"0%\",\n\t\t\theals              : \"0\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"\",\n\t\t\tMAXHEAL            : \"\",\n\t\t\tmaxhealward        : \"\",\n\t\t\tMAXHEALWARD        : \"\",\n\t\t\t\"maxheal-*\"        : \"\",\n\t\t\t\"MAXHEAL-*\"        : \"\",\n\t\t\t\"maxhealward-*\"    : \"\",\n\t\t\t\"MAXHEALWARD-*\"    : \"\",\n\t\t\tdamagetaken        : \"19498\",\n\t\t\t\"damagetaken-*\"    : \"19.50K\",\n\t\t\thealstaken         : \"78112\",\n\t\t\t\"healstaken-*\"     : \"78.11K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"15500\",\n\t\t\t\"powerheal-*\"      : \"15.50K\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"367\",\n\t\t\tLast60DPS          : \"221\",\n\t\t\tJob                : \"Pld\",\n\t\t\tParryPct           : \"3%\",\n\t\t\tBlockPct           : \"41%\",\n\t\t\tIncToHit           : \"100.00\",\n\t\t\tOverHealPct        : \"0%\",\n\t\t\tDirectHitPct       : \"25%\",\n\t\t\tDirectHitCount     : \"35\",\n\t\t\tCritDirectHitCount : \"2\",\n\t\t\tCritDirectHitPct   : \"1%\",\n\t\t\toverHeal           : \"0\",\n\t\t\tdamageShield       : \"0\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 1917.07,\n\t\t\tenmity_percent     : \"100.00\",\n\t\t},\n\t\tAshor : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Ashor\",\n\t\t\tduration           : \"03:54\",\n\t\t\tDURATION           : \"234\",\n\t\t\tdamage             : \"174040\",\n\t\t\t\"damage-m\"         : \"0.17\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"174.04K\",\n\t\t\t\"DAMAGE-k\"         : \"174\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"174K\",\n\t\t\t\"damage%\"          : \"13%\",\n\t\t\tdps                : \"743.76\",\n\t\t\t\"dps-*\"            : \"743\",\n\t\t\tDPS                : \"744\",\n\t\t\t\"DPS-k\"            : \"1\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"743\",\n\t\t\tencdps             : \"731.26\",\n\t\t\t\"encdps-*\"         : \"731\",\n\t\t\tENCDPS             : \"731\",\n\t\t\t\"ENCDPS-k\"         : \"1\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"731\",\n\t\t\thits               : \"100\",\n\t\t\tcrithits           : \"12\",\n\t\t\t\"crithit%\"         : \"12%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"100\",\n\t\t\ttohit              : \"100.00\",\n\t\t\tTOHIT              : \"100\",\n\t\t\tmaxhit             : \"Souleater-5231\",\n\t\t\tMAXHIT             : \"5231\",\n\t\t\t\"maxhit-*\"         : \"Souleater-5.23K\",\n\t\t\t\"MAXHIT-*\"         : \"5231\",\n\t\t\thealed             : \"33148\",\n\t\t\t\"healed%\"          : \"5%\",\n\t\t\tenchps             : \"139.28\",\n\t\t\t\"enchps-*\"         : \"139\",\n\t\t\tENCHPS             : \"139\",\n\t\t\t\"ENCHPS-k\"         : \"0\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"139\",\n\t\t\tcritheals          : \"4\",\n\t\t\t\"critheal%\"        : \"31%\",\n\t\t\theals              : \"13\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"Souleater-3503\",\n\t\t\tMAXHEAL            : \"3503\",\n\t\t\tmaxhealward        : \"Souleater-3503\",\n\t\t\tMAXHEALWARD        : \"3503\",\n\t\t\t\"maxheal-*\"        : \"Souleater-3.50K\",\n\t\t\t\"MAXHEAL-*\"        : \"3.50K\",\n\t\t\t\"maxhealward-*\"    : \"Souleater-3.50K\",\n\t\t\t\"MAXHEALWARD-*\"    : \"3.50K\",\n\t\t\tdamagetaken        : \"31348\",\n\t\t\t\"damagetaken-*\"    : \"31.35K\",\n\t\t\thealstaken         : \"84451\",\n\t\t\t\"healstaken-*\"     : \"84.45K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"12600\",\n\t\t\t\"powerheal-*\"      : \"12.60K\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"555\",\n\t\t\tLast60DPS          : \"336\",\n\t\t\tJob                : \"Drk\",\n\t\t\tParryPct           : \"100%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"100.00\",\n\t\t\tOverHealPct        : \"0%\",\n\t\t\tDirectHitPct       : \"27%\",\n\t\t\tDirectHitCount     : \"27\",\n\t\t\tCritDirectHitCount : \"3\",\n\t\t\tCritDirectHitPct   : \"3%\",\n\t\t\toverHeal           : \"0\",\n\t\t\tdamageShield       : \"0\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 1711.77,\n\t\t\tenmity_percent     : \"20.00\",\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Sigmund Freud\",\n\t\t\tduration           : \"04:03\",\n\t\t\tDURATION           : \"243\",\n\t\t\tdamage             : \"96842\",\n\t\t\t\"damage-m\"         : \"0.10\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"96.84K\",\n\t\t\t\"DAMAGE-k\"         : \"97\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"96K\",\n\t\t\t\"damage%\"          : \"7%\",\n\t\t\tdps                : \"398.53\",\n\t\t\t\"dps-*\"            : \"398\",\n\t\t\tDPS                : \"399\",\n\t\t\t\"DPS-k\"            : \"0\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"398\",\n\t\t\tencdps             : \"406.90\",\n\t\t\t\"encdps-*\"         : \"406\",\n\t\t\tENCDPS             : \"407\",\n\t\t\t\"ENCDPS-k\"         : \"0\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"406\",\n\t\t\thits               : \"55\",\n\t\t\tcrithits           : \"4\",\n\t\t\t\"crithit%\"         : \"7%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"7\",\n\t\t\tswings             : \"62\",\n\t\t\ttohit              : \"88.71\",\n\t\t\tTOHIT              : \"89\",\n\t\t\tmaxhit             : \"Broil-5278\",\n\t\t\tMAXHIT             : \"5278\",\n\t\t\t\"maxhit-*\"         : \"Broil-5.28K\",\n\t\t\t\"MAXHIT-*\"         : \"5278\",\n\t\t\thealed             : \"196901\",\n\t\t\t\"healed%\"          : \"35%\",\n\t\t\tenchps             : \"827.32\",\n\t\t\t\"enchps-*\"         : \"827\",\n\t\t\tENCHPS             : \"827\",\n\t\t\t\"ENCHPS-k\"         : \"1\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"827\",\n\t\t\tcritheals          : \"17\",\n\t\t\t\"critheal%\"        : \"13%\",\n\t\t\theals              : \"131\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"Galvanize-5463\",\n\t\t\tMAXHEAL            : \"5463\",\n\t\t\tmaxhealward        : \"Galvanize-5463\",\n\t\t\tMAXHEALWARD        : \"5463\",\n\t\t\t\"maxheal-*\"        : \"Galvanize-5.46K\",\n\t\t\t\"MAXHEAL-*\"        : \"5.46K\",\n\t\t\t\"maxhealward-*\"    : \"Galvanize-5.46K\",\n\t\t\t\"MAXHEALWARD-*\"    : \"5.46K\",\n\t\t\tdamagetaken        : \"17438\",\n\t\t\t\"damagetaken-*\"    : \"17.44K\",\n\t\t\thealstaken         : \"75568\",\n\t\t\t\"healstaken-*\"     : \"75.57K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"1000\",\n\t\t\t\"powerheal-*\"      : \"1.00K\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"0\",\n\t\t\tLast30DPS          : \"167\",\n\t\t\tLast60DPS          : \"84\",\n\t\t\tJob                : \"Sch\",\n\t\t\tParryPct           : \"0%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"77.14\",\n\t\t\tOverHealPct        : \"66%\",\n\t\t\tDirectHitPct       : \"0%\",\n\t\t\tDirectHitCount     : \"0\",\n\t\t\tCritDirectHitCount : \"0\",\n\t\t\tCritDirectHitPct   : \"0%\",\n\t\t\toverHeal           : \"126426\",\n\t\t\tdamageShield       : \"5463\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 1258.43,\n\t\t\tenmity_percent     : \"9.00\",\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tn                  : \"\\n\",\n\t\t\tt                  : \"\\t\",\n\t\t\tname               : \"Nicolaus Copernicus\",\n\t\t\tduration           : \"03:56\",\n\t\t\tDURATION           : \"236\",\n\t\t\tdamage             : \"0\",\n\t\t\t\"damage-m\"         : \"0.00\",\n\t\t\t\"damage-b\"         : \"0.00\",\n\t\t\t\"damage-*\"         : \"0\",\n\t\t\t\"DAMAGE-k\"         : \"0\",\n\t\t\t\"DAMAGE-m\"         : \"0\",\n\t\t\t\"DAMAGE-b\"         : \"0\",\n\t\t\t\"DAMAGE-*\"         : \"0\",\n\t\t\t\"damage%\"          : \"0%\",\n\t\t\tdps                : \"0.00\",\n\t\t\t\"dps-*\"            : \"0\",\n\t\t\tDPS                : \"0\",\n\t\t\t\"DPS-k\"            : \"0\",\n\t\t\t\"DPS-m\"            : \"0\",\n\t\t\t\"DPS-*\"            : \"0\",\n\t\t\tencdps             : \"0.00\",\n\t\t\t\"encdps-*\"         : \"0\",\n\t\t\tENCDPS             : \"0\",\n\t\t\t\"ENCDPS-k\"         : \"0\",\n\t\t\t\"ENCDPS-m\"         : \"0\",\n\t\t\t\"ENCDPS-*\"         : \"0\",\n\t\t\thits               : \"0\",\n\t\t\tcrithits           : \"0\",\n\t\t\t\"crithit%\"         : \"0%\",\n\t\t\tcrittypes          : \"0.0%L - 0.0%F - 0.0%M\",\n\t\t\tmisses             : \"0\",\n\t\t\thitfailed          : \"0\",\n\t\t\tswings             : \"0\",\n\t\t\ttohit              : \"---\",\n\t\t\tTOHIT              : \"---\",\n\t\t\tmaxhit             : \"\",\n\t\t\tMAXHIT             : \"\",\n\t\t\t\"maxhit-*\"         : \"\",\n\t\t\t\"MAXHIT-*\"         : \"\",\n\t\t\thealed             : \"331087\",\n\t\t\t\"healed%\"          : \"59%\",\n\t\t\tenchps             : \"1391.12\",\n\t\t\t\"enchps-*\"         : \"1.39K\",\n\t\t\tENCHPS             : \"1391\",\n\t\t\t\"ENCHPS-k\"         : \"1\",\n\t\t\t\"ENCHPS-m\"         : \"0\",\n\t\t\t\"ENCHPS-*\"         : \"1391\",\n\t\t\tcritheals          : \"37\",\n\t\t\t\"critheal%\"        : \"20%\",\n\t\t\theals              : \"186\",\n\t\t\tcures              : \"0\",\n\t\t\tmaxheal            : \"Galvanize-7697\",\n\t\t\tMAXHEAL            : \"7697\",\n\t\t\tmaxhealward        : \"Galvanize-7697\",\n\t\t\tMAXHEALWARD        : \"7697\",\n\t\t\t\"maxheal-*\"        : \"Galvanize-7.70K\",\n\t\t\t\"MAXHEAL-*\"        : \"7.70K\",\n\t\t\t\"maxhealward-*\"    : \"Galvanize-7.70K\",\n\t\t\t\"MAXHEALWARD-*\"    : \"7.70K\",\n\t\t\tdamagetaken        : \"38943\",\n\t\t\t\"damagetaken-*\"    : \"38.94K\",\n\t\t\thealstaken         : \"87444\",\n\t\t\t\"healstaken-*\"     : \"87.44K\",\n\t\t\tpowerdrain         : \"0\",\n\t\t\t\"powerdrain-*\"     : \"0\",\n\t\t\tpowerheal          : \"1000\",\n\t\t\t\"powerheal-*\"      : \"1.00K\",\n\t\t\tkills              : \"0\",\n\t\t\tdeaths             : \"0\",\n\t\t\tthreatstr          : \"+(0)0/-(0)0\",\n\t\t\tthreatdelta        : \"0\",\n\t\t\tLast10DPS          : \"\",\n\t\t\tLast30DPS          : \"\",\n\t\t\tLast60DPS          : \"\",\n\t\t\tJob                : \"Sch\",\n\t\t\tParryPct           : \"100%\",\n\t\t\tBlockPct           : \"0%\",\n\t\t\tIncToHit           : \"97.22\",\n\t\t\tOverHealPct        : \"58%\",\n\t\t\tDirectHitPct       : \"0%\",\n\t\t\tDirectHitCount     : \"0\",\n\t\t\tCritDirectHitCount : \"0\",\n\t\t\tCritDirectHitPct   : \"0%\",\n\t\t\toverHeal           : \"145068\",\n\t\t\tdamageShield       : \"81876\",\n\t\t\tabsorbHeal         : \"0\",\n\t\t\tmax_enc_dps        : 0,\n\t\t\tenmity_percent     : \"5.00\",\n\t\t},\n\t},\n\tisActive : \"false\",\n};\n\nexport default SampleGameData;\n"
  },
  {
    "path": "src/constants/SampleHistoryData.js",
    "content": "const SampleHistoryData = {\n\t1596275439 : {\n\t\tEncounter : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t},\n\t1596275454 : {\n\t\tEncounter : {\n\t\t\tencdps : 11821.2,\n\t\t\tenchps : 1093.67,\n\t\t\tenctps : 397.07,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 2243.47,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 2085.6,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1891.53,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1700.33,\n\t\t\tenchps : 0,\n\t\t\tenctps : 327.67,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1518.4,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 1365.33,\n\t\t\tenchps : 155,\n\t\t\tenctps : 69.4,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 1016.53,\n\t\t\tenchps : 241.53,\n\t\t\tenctps : 0,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 697.13,\n\t\t\tenctps : 0,\n\t\t},\n\t},\n\t1596275469 : {\n\t\tEncounter : {\n\t\t\tencdps : 13106,\n\t\t\tenchps : 1321.4,\n\t\t\tenctps : 307.9,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 2561.63,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 2054.6,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1917.07,\n\t\t\tenchps : 0,\n\t\t\tenctps : 219.23,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1832.87,\n\t\t\tenchps : 0,\n\t\t\tenctps : 9.33,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1769.63,\n\t\t\tenchps : 0,\n\t\t\tenctps : 0,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 1711.77,\n\t\t\tenchps : 377.8,\n\t\t\tenctps : 69.27,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 1258.43,\n\t\t\tenchps : 193.53,\n\t\t\tenctps : 10.07,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 750.07,\n\t\t\tenctps : 0,\n\t\t},\n\t},\n\t1596275484 : {\n\t\tEncounter : {\n\t\t\tencdps : 12060.13,\n\t\t\tenchps : 1758.76,\n\t\t\tenctps : 672.76,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 2409.16,\n\t\t\tenchps : 0,\n\t\t\tenctps : 76.91,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 2375.62,\n\t\t\tenchps : 0,\n\t\t\tenctps : 72.84,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1719.2,\n\t\t\tenchps : 0,\n\t\t\tenctps : 146.16,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1670.6,\n\t\t\tenchps : 0,\n\t\t\tenctps : 12.53,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1599.91,\n\t\t\tenchps : 0,\n\t\t\tenctps : 6.2,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 1429.04,\n\t\t\tenchps : 301.44,\n\t\t\tenctps : 46.18,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 856.6,\n\t\t\tenchps : 260.69,\n\t\t\tenctps : 81.38,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1196.62,\n\t\t\tenctps : 230.56,\n\t\t},\n\t},\n\t1596275499 : {\n\t\tEncounter : {\n\t\t\tencdps : 11251.5,\n\t\t\tenchps : 2105.43,\n\t\t\tenctps : 995.35,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 2178.38,\n\t\t\tenchps : 0,\n\t\t\tenctps : 123.43,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 2170.63,\n\t\t\tenchps : 0,\n\t\t\tenctps : 117.17,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1597.93,\n\t\t\tenchps : 0,\n\t\t\tenctps : 180.83,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1588.87,\n\t\t\tenchps : 0,\n\t\t\tenctps : 46.47,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1551.52,\n\t\t\tenchps : 0,\n\t\t\tenctps : 44.23,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 1349.32,\n\t\t\tenchps : 264.33,\n\t\t\tenctps : 193.53,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 814.85,\n\t\t\tenchps : 304.77,\n\t\t\tenctps : 81.92,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1536.33,\n\t\t\tenctps : 207.77,\n\t\t},\n\t},\n\t1596275514 : {\n\t\tEncounter : {\n\t\t\tencdps : 10928.85,\n\t\t\tenchps : 2103.95,\n\t\t\tenctps : 1138.6,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 2120.44,\n\t\t\tenchps : 0,\n\t\t\tenctps : 149.71,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 2082.55,\n\t\t\tenchps : 0,\n\t\t\tenctps : 154.56,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1563.25,\n\t\t\tenchps : 0,\n\t\t\tenctps : 148.63,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1524.34,\n\t\t\tenchps : 0,\n\t\t\tenctps : 91.42,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1511.67,\n\t\t\tenchps : 0,\n\t\t\tenctps : 93.6,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 1317.27,\n\t\t\tenchps : 280.58,\n\t\t\tenctps : 159.07,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 809.33,\n\t\t\tenchps : 360.21,\n\t\t\tenctps : 120.22,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1463.16,\n\t\t\tenctps : 221.38,\n\t\t},\n\t},\n\t1596275529 : {\n\t\tEncounter : {\n\t\t\tencdps : 10928.85,\n\t\t\tenchps : 2543.04,\n\t\t\tenctps : 1139.45,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 2120.44,\n\t\t\tenchps : 0,\n\t\t\tenctps : 149.71,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 2082.55,\n\t\t\tenchps : 0,\n\t\t\tenctps : 154.56,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1563.25,\n\t\t\tenchps : 0,\n\t\t\tenctps : 148.63,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1524.34,\n\t\t\tenchps : 0,\n\t\t\tenctps : 91.42,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1511.67,\n\t\t\tenchps : 0,\n\t\t\tenctps : 93.6,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 1317.27,\n\t\t\tenchps : 280.58,\n\t\t\tenctps : 159.07,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 809.33,\n\t\t\tenchps : 441.03,\n\t\t\tenctps : 120.22,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1821.44,\n\t\t\tenctps : 222.23,\n\t\t},\n\t},\n\t1596275544 : {\n\t\tEncounter : {\n\t\t\tencdps : 7697.79,\n\t\t\tenchps : 1893.27,\n\t\t\tenctps : 1066.08,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1474.21,\n\t\t\tenchps : 0,\n\t\t\tenctps : 122.71,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1447.87,\n\t\t\tenchps : 0,\n\t\t\tenctps : 152.94,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1100.61,\n\t\t\tenchps : 0,\n\t\t\tenctps : 86.12,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1094.18,\n\t\t\tenchps : 0,\n\t\t\tenctps : 125.82,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1085.64,\n\t\t\tenchps : 0,\n\t\t\tenctps : 126.9,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 932.61,\n\t\t\tenchps : 195.07,\n\t\t\tenctps : 141.13,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 562.68,\n\t\t\tenchps : 369.74,\n\t\t\tenctps : 97.38,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1328.46,\n\t\t\tenctps : 213.07,\n\t\t},\n\t},\n\t1596275559 : {\n\t\tEncounter : {\n\t\t\tencdps : 7835.57,\n\t\t\tenchps : 2068.38,\n\t\t\tenctps : 965.01,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1511.53,\n\t\t\tenchps : 0,\n\t\t\tenctps : 138.45,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1388.29,\n\t\t\tenchps : 0,\n\t\t\tenctps : 112.11,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1226.93,\n\t\t\tenchps : 0,\n\t\t\tenctps : 79.98,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1127.8,\n\t\t\tenchps : 0,\n\t\t\tenctps : 114.8,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1084.84,\n\t\t\tenchps : 0,\n\t\t\tenctps : 112.42,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 974.01,\n\t\t\tenchps : 219.03,\n\t\t\tenctps : 125.83,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 522.17,\n\t\t\tenchps : 643.61,\n\t\t\tenctps : 90.03,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1205.74,\n\t\t\tenctps : 191.38,\n\t\t},\n\t},\n\t1596275574 : {\n\t\tEncounter : {\n\t\t\tencdps : 7458.24,\n\t\t\tenchps : 2101.67,\n\t\t\tenctps : 863.83,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1399.76,\n\t\t\tenchps : 0,\n\t\t\tenctps : 122.16,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1351.88,\n\t\t\tenchps : 0,\n\t\t\tenctps : 98.92,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1185.87,\n\t\t\tenchps : 0,\n\t\t\tenctps : 70.57,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1081.47,\n\t\t\tenchps : 0,\n\t\t\tenctps : 101.29,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1019.51,\n\t\t\tenchps : 0,\n\t\t\tenctps : 99.2,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 917.96,\n\t\t\tenchps : 193.26,\n\t\t\tenctps : 123.38,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 501.79,\n\t\t\tenchps : 769.11,\n\t\t\tenctps : 79.44,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1139.3,\n\t\t\tenctps : 168.87,\n\t\t},\n\t},\n\t1596275589 : {\n\t\tEncounter : {\n\t\t\tencdps : 7834.7,\n\t\t\tenchps : 2041.31,\n\t\t\tenctps : 926.31,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1500.48,\n\t\t\tenchps : 0,\n\t\t\tenctps : 124.27,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1424.86,\n\t\t\tenchps : 0,\n\t\t\tenctps : 102.55,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1216.37,\n\t\t\tenchps : 0,\n\t\t\tenctps : 71.55,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1118.97,\n\t\t\tenchps : 0,\n\t\t\tenctps : 119.43,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1030.99,\n\t\t\tenchps : 0,\n\t\t\tenctps : 105.72,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 970.12,\n\t\t\tenchps : 206.95,\n\t\t\tenctps : 131.83,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 572.91,\n\t\t\tenchps : 751.36,\n\t\t\tenctps : 83.09,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1083,\n\t\t\tenctps : 187.87,\n\t\t},\n\t},\n\t1596275604 : {\n\t\tEncounter : {\n\t\t\tencdps : 7834.7,\n\t\t\tenchps : 2344.91,\n\t\t\tenctps : 1090.76,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1500.48,\n\t\t\tenchps : 0,\n\t\t\tenctps : 164.44,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1424.86,\n\t\t\tenchps : 0,\n\t\t\tenctps : 142.6,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1216.37,\n\t\t\tenchps : 0,\n\t\t\tenctps : 91.21,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 1118.97,\n\t\t\tenchps : 0,\n\t\t\tenctps : 139.87,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 1030.99,\n\t\t\tenchps : 0,\n\t\t\tenctps : 105.72,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 970.12,\n\t\t\tenchps : 206.95,\n\t\t\tenctps : 156.21,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 572.91,\n\t\t\tenchps : 861.26,\n\t\t\tenctps : 83.09,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1276.7,\n\t\t\tenctps : 207.61,\n\t\t},\n\t},\n\t1596275620 : {\n\t\tEncounter : {\n\t\t\tencdps : 6505.48,\n\t\t\tenchps : 2331.3,\n\t\t\tenctps : 967.74,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1235.2,\n\t\t\tenchps : 0,\n\t\t\tenctps : 149.66,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1187.46,\n\t\t\tenchps : 0,\n\t\t\tenctps : 117.39,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1019.75,\n\t\t\tenchps : 0,\n\t\t\tenctps : 75.08,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 930.29,\n\t\t\tenchps : 0,\n\t\t\tenctps : 129.25,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 862.55,\n\t\t\tenchps : 0,\n\t\t\tenctps : 87.03,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 798.61,\n\t\t\tenchps : 170.36,\n\t\t\tenctps : 152.34,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 471.62,\n\t\t\tenchps : 733.75,\n\t\t\tenctps : 68.4,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1427.19,\n\t\t\tenctps : 188.59,\n\t\t},\n\t},\n\t1596275635 : {\n\t\tEncounter : {\n\t\t\tencdps : 6474.18,\n\t\t\tenchps : 2198.33,\n\t\t\tenctps : 907.57,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1180.15,\n\t\t\tenchps : 0,\n\t\t\tenctps : 140.35,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1170.72,\n\t\t\tenchps : 0,\n\t\t\tenctps : 110.09,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1024.94,\n\t\t\tenchps : 0,\n\t\t\tenctps : 70.41,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 942.11,\n\t\t\tenchps : 0,\n\t\t\tenctps : 121.21,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 865.06,\n\t\t\tenchps : 0,\n\t\t\tenctps : 81.62,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 815.46,\n\t\t\tenchps : 171.75,\n\t\t\tenctps : 142.87,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 475.75,\n\t\t\tenchps : 688.12,\n\t\t\tenctps : 64.15,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1338.45,\n\t\t\tenctps : 176.87,\n\t\t},\n\t},\n\t1596275650 : {\n\t\tEncounter : {\n\t\t\tencdps : 6474.18,\n\t\t\tenchps : 2212.8,\n\t\t\tenctps : 926.39,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1180.15,\n\t\t\tenchps : 0,\n\t\t\tenctps : 142.77,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1170.72,\n\t\t\tenchps : 0,\n\t\t\tenctps : 112.6,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1024.94,\n\t\t\tenchps : 0,\n\t\t\tenctps : 72.92,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 942.11,\n\t\t\tenchps : 0,\n\t\t\tenctps : 123.68,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 865.06,\n\t\t\tenchps : 0,\n\t\t\tenctps : 83.57,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 815.46,\n\t\t\tenchps : 171.75,\n\t\t\tenctps : 144.79,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 475.75,\n\t\t\tenchps : 695.93,\n\t\t\tenctps : 66.67,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1345.11,\n\t\t\tenctps : 179.39,\n\t\t},\n\t},\n\t1596275665 : {\n\t\tEncounter : {\n\t\t\tencdps : 6474.18,\n\t\t\tenchps : 2277.89,\n\t\t\tenctps : 1099.47,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 1180.15,\n\t\t\tenchps : 0,\n\t\t\tenctps : 165.47,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1170.72,\n\t\t\tenchps : 0,\n\t\t\tenctps : 135.45,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 1024.94,\n\t\t\tenchps : 0,\n\t\t\tenctps : 96.88,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 942.11,\n\t\t\tenchps : 0,\n\t\t\tenctps : 146.1,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 865.06,\n\t\t\tenchps : 0,\n\t\t\tenctps : 101.03,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 815.46,\n\t\t\tenchps : 171.75,\n\t\t\tenctps : 162.42,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 475.75,\n\t\t\tenchps : 730.61,\n\t\t\tenctps : 90.35,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1375.53,\n\t\t\tenctps : 201.78,\n\t\t},\n\t},\n\t1596275680 : {\n\t\tEncounter : {\n\t\t\tencdps : 5572.69,\n\t\t\tenchps : 2287.73,\n\t\t\tenctps : 891.59,\n\t\t},\n\t\t\"Hattori Hanzo\" : {\n\t\t\tencdps : 1032.57,\n\t\t\tenchps : 0,\n\t\t\tenctps : 109.84,\n\t\t},\n\t\tYOU : {\n\t\t\tencdps : 988.26,\n\t\t\tenchps : 0,\n\t\t\tenctps : 134.18,\n\t\t},\n\t\t\"Lindsey Stirling\" : {\n\t\t\tencdps : 872.09,\n\t\t\tenchps : 0,\n\t\t\tenctps : 78.56,\n\t\t},\n\t\tBeedle : {\n\t\t\tencdps : 793.89,\n\t\t\tenchps : 0,\n\t\t\tenctps : 118.48,\n\t\t},\n\t\tUther : {\n\t\t\tencdps : 747.72,\n\t\t\tenchps : 0,\n\t\t\tenctps : 81.92,\n\t\t},\n\t\tAshor : {\n\t\t\tencdps : 731.26,\n\t\t\tenchps : 139.28,\n\t\t\tenctps : 131.71,\n\t\t},\n\t\t\"Sigmund Freud\" : {\n\t\t\tencdps : 406.9,\n\t\t\tenchps : 787.38,\n\t\t\tenctps : 73.27,\n\t\t},\n\t\t\"Nicolaus Copernicus\" : {\n\t\t\tencdps : 0,\n\t\t\tenchps : 1361.08,\n\t\t\tenctps : 163.63,\n\t\t},\n\t},\n};\n\nexport default SampleHistoryData;\n"
  },
  {
    "path": "src/constants/SettingsSchema.js",
    "content": "import LocalizationService from \"../services/LocalizationService\";\n\nconst language_options = [\n\t{\n\t\tkey   : \"en\",\n\t\tvalue : \"en\",\n\t\ttext  : \"English\",\n\t},\n\t{\n\t\tkey   : \"cn\",\n\t\tvalue : \"cn\",\n\t\ttext  : \"中文 (Chinese)\",\n\t},\n\t{\n\t\tkey   : \"fr\",\n\t\tvalue : \"fr\",\n\t\ttext  : \"Français (French)\",\n\t},\n\t{\n\t\tkey   : \"de\",\n\t\tvalue : \"de\",\n\t\ttext  : \"Deutsch (German)\",\n\t},\n\t{\n\t\tkey   : \"jp\",\n\t\tvalue : \"jp\",\n\t\ttext  : \"日本語 (Japanese)\",\n\t},\n\t{\n\t\tkey   : \"kr\",\n\t\tvalue : \"kr\",\n\t\ttext  : \"한국어 (Korean)\",\n\t},\n\t{\n\t\tkey   : \"pt\",\n\t\tvalue : \"pt\",\n\t\ttext  : \"Português (Portuguese)\",\n\t},\n\t{\n\t\tkey   : \"ru\",\n\t\tvalue : \"ru\",\n\t\ttext  : \"Русский язык (Russian)\",\n\t},\n\t{\n\t\tkey   : \"es\",\n\t\tvalue : \"es\",\n\t\ttext  : \"Español (Spanish)\",\n\t},\n\t{\n\t\tkey   : \"ua\",\n\t\tvalue : \"ua\",\n\t\ttext  : \"Українська (Ukrainian)\",\n\t},\n];\nconst theme_options    = [\n\t{\n\t\tkey   : \"ffxiv-dark\",\n\t\tvalue : \"ffxiv-dark\",\n\t\ttext  : \"FFXIV Dark\",\n\t},\n\t{\n\t\tkey   : \"ffxiv-light\",\n\t\tvalue : \"ffxiv-light\",\n\t\ttext  : \"FFXIV Light\",\n\t},\n\t{\n\t\tkey   : \"ffxiv-classic\",\n\t\tvalue : \"ffxiv-classic\",\n\t\ttext  : \"FFXIV Classic\",\n\t},\n\t{\n\t\tkey   : \"ffxiv-clear-blue\",\n\t\tvalue : \"ffxiv-clear-blue\",\n\t\ttext  : \"FFXIV Clear Blue\",\n\t},\n];\n\nconst SettingsSchema = {\n\tall_before : {\n\t\tsections : [\n\t\t\t{\n\t\t\t\tpath     : \"interface\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.language\",\n\t\t\t\t\t\t\t\tlocale   : \"interface.language\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : language_options,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.player_name\",\n\t\t\t\t\t\t\t\ttype          : \"textbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.blur_job_icons\",\n\t\t\t\t\t\t\t\ttype          : \"checkbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.collapse_down\",\n\t\t\t\t\t\t\t\ttype          : \"checkbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.footer_when_collapsed\",\n\t\t\t\t\t\t\t\ttype          : \"checkbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.hide_top_bar\",\n\t\t\t\t\t\t\t\ttype          : \"checkbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"stats\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.auto_hide\",\n\t\t\t\t\t\t\t\ttype          : \"select\",\n\t\t\t\t\t\t\t\toptions       : () => LocalizationService.getAutoHideOptions(),\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.auto_hide_delay\",\n\t\t\t\t\t\t\t\ttype          : \"slider\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\trange   : \"min\",\n\t\t\t\t\t\t\t\tminimum : 0,\n\t\t\t\t\t\t\t\tmaximum : 600,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.display_job_names\",\n\t\t\t\t\t\t\t\ttype          : \"checkbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t],\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.top_right_rank\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.footer_dps\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.decimal_accuracy\",\n\t\t\t\t\t\t\t\ttype     : \"slider\",\n\t\t\t\t\t\t\t\trange    : \"min\",\n\t\t\t\t\t\t\t\tminimum  : 0,\n\t\t\t\t\t\t\t\tmaximum  : 2,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.shorten_thousands\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.opacity\",\n\t\t\t\t\t\t\t\ttype     : \"slider\",\n\t\t\t\t\t\t\t\trange    : \"min\",\n\t\t\t\t\t\t\t\tminimum  : 0,\n\t\t\t\t\t\t\t\tmaximum  : 100,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.zoom\",\n\t\t\t\t\t\t\t\ttype     : \"slider\",\n\t\t\t\t\t\t\t\trange    : \"min\",\n\t\t\t\t\t\t\t\tminimum  : 1,\n\t\t\t\t\t\t\t\tmaximum  : 500,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.text_scale\",\n\t\t\t\t\t\t\t\ttype     : \"slider\",\n\t\t\t\t\t\t\t\trange    : \"min\",\n\t\t\t\t\t\t\t\tminimum  : 1,\n\t\t\t\t\t\t\t\tmaximum  : 500,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.theme\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : theme_options,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path      : \"interface.minimal_theme\",\n\t\t\t\t\t\t\t\ttype          : \"checkbox\",\n\t\t\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\texclude_modes : [\n\t\t\t\t\t\t\t\"spells\",\n\t\t\t\t\t\t],\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.horizontal\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.horizontal_shrink\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"interface.horizontal_alignment\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getAlignmentOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tstats : {\n\t\tsections : [\n\t\t\t{\n\t\t\t\tpath     : \"metric-names\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"custom.metric_names\",\n\t\t\t\t\t\t\t\ttype     : \"MetricNameTable\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(true, true),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"tts\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"tts.language\",\n\t\t\t\t\t\t\t\tlocale   : \"interface.language\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : language_options,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"tts.rules\",\n\t\t\t\t\t\t\t\ttype     : \"TTSRulesTable\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getTTSRuleOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"player-table\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.table.short_names\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerShortNameOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.table.footer_at_top\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.table.percent_bars\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.table.prioritize_party\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_columns.dps\",\n\t\t\t\t\t\t\t\tlocale   : \"table_columns.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"sort_columns.dps\",\n\t\t\t\t\t\t\t\tlocale   : \"sort_columns.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : false,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.dps.show_footer\",\n\t\t\t\t\t\t\t\tlocale   : \"table_settings.dps.show_footer\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_columns.heal\",\n\t\t\t\t\t\t\t\tlocale   : \"table_columns.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"sort_columns.heal\",\n\t\t\t\t\t\t\t\tlocale   : \"sort_columns.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : false,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.heal.show_footer\",\n\t\t\t\t\t\t\t\tlocale   : \"table_settings.dps.show_footer\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_columns.tank\",\n\t\t\t\t\t\t\t\tlocale   : \"table_columns.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"sort_columns.tank\",\n\t\t\t\t\t\t\t\tlocale   : \"sort_columns.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : false,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.tank.show_footer\",\n\t\t\t\t\t\t\t\tlocale   : \"table_settings.dps.show_footer\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"player-detail\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"detail_data.dps\",\n\t\t\t\t\t\t\t\tlocale   : \"detail_data.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"detail_data.heal\",\n\t\t\t\t\t\t\t\tlocale   : \"detail_data.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"detail_data.tank\",\n\t\t\t\t\t\t\t\tlocale   : \"detail_data.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"raid-view\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"sort_columns.raid\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : false,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.raid.short_names\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerShortNameOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.raid.percent_bars\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_settings.general.raid.prioritize_party\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_columns.raid.dps\",\n\t\t\t\t\t\t\t\tlocale   : \"table_columns.raid.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_columns.raid.heal\",\n\t\t\t\t\t\t\t\tlocale   : \"table_columns.raid.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"table_columns.raid.tank\",\n\t\t\t\t\t\t\t\tlocale   : \"table_columns.raid.dps\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"discord\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tinfo     : () => LocalizationService.getDiscordWebhookInfo(),\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"discord.url\",\n\t\t\t\t\t\t\t\ttype     : \"textbox\",\n\t\t\t\t\t\t\t\tfluid    : true,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"discord.metrics\",\n\t\t\t\t\t\t\t\tlocale   : \"discord.metrics\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"discord.sort\",\n\t\t\t\t\t\t\t\tlocale   : \"discord.sort\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : false,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getPlayerDataTitles(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tspells : {\n\t\tsections : [\n\t\t\t{\n\t\t\t\tpath     : \"spells-mode\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.spells\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.spells\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getoGCDSkillOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.reverse_skill\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_skill\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_skill_static\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill_static\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.effects\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.effects\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getEffectOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.reverse_effect\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_effect\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_effect\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_effect_static\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill_static\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.tts_on_effect\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.tts_on_effect\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.dots\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.dots\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getEffectOptions(\"dot\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.reverse_dot\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_dot\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_dot\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_dot_static\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill_static\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.debuffs\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.debuffs\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getEffectOptions(\"debuff\"),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.reverse_debuff\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_debuff\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_debuff\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.always_debuff_static\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.always_skill_static\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.show_icon\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.use_tts\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.use_tts\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.tts_trigger\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellsTTSTriggerOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.warning_threshold\",\n\t\t\t\t\t\t\t\ttype     : \"slider\",\n\t\t\t\t\t\t\t\trange    : \"min\",\n\t\t\t\t\t\t\t\tminimum  : 0,\n\t\t\t\t\t\t\t\tmaximum  : 30,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.spells_per_row\",\n\t\t\t\t\t\t\t\ttype     : \"slider\",\n\t\t\t\t\t\t\t\trange    : \"min\",\n\t\t\t\t\t\t\t\tminimum  : 1,\n\t\t\t\t\t\t\t\tmaximum  : 20,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.layout\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellLayoutOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.invert_vertical\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.invert_horizontal\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"spells-mode-party\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_spells\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.spells\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getoGCDSkillOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_reverse_skill\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_tts_on_skill\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.party_tts_on_skill\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_effects\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.effects\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getEffectOptions(undefined, true),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_reverse_effect\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_effect\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_tts_on_effect\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.tts_on_effect\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_dots\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.dots\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getEffectOptions(\"dot\", true),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_reverse_dot\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_dot\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_debuffs\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.debuffs\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getEffectOptions(\"debuff\", true),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_reverse_debuff\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.reverse_debuff\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_use_tts\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.use_tts\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.party_zones\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\tmultiple : true,\n\t\t\t\t\t\t\t\tsearch   : true,\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getZoneOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"spells-designer\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.skill.warning\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.warning\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.skill.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.skill.indicator\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.indicator\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellDesignerIndicatorOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.effect.warning\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.warning\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.effect.border\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.effect.border\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.effect.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.effect.indicator\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.indicator\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellDesignerIndicatorOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.dot.warning\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.warning\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.dot.border\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.effect.border\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.dot.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.dot.indicator\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.indicator\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellDesignerIndicatorOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.debuff.warning\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.warning\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.debuff.border\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.effect.border\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.debuff.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.cooldown_bottom_left\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.debuff.indicator\",\n\t\t\t\t\t\t\t\tlocale   : \"spells_mode.designer.skill.indicator\",\n\t\t\t\t\t\t\t\ttype     : \"select\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellDesignerIndicatorOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.designer.general.show_hover_names\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tpath     : \"spells-ui\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tinfo     : () => LocalizationService.getSpellUIBuilderInfo(),\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.ui.use\",\n\t\t\t\t\t\t\t\ttype     : \"checkbox\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"spells_mode.ui.sections\",\n\t\t\t\t\t\t\t\ttype     : \"SpellsUITable\",\n\t\t\t\t\t\t\t\toptions  : () => LocalizationService.getSpellTrackingOptions(),\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tall_after : {\n\t\tsections : [\n\t\t\t{\n\t\t\t\tpath     : \"custom-css\",\n\t\t\t\tsections : [\n\t\t\t\t\t{\n\t\t\t\t\t\tsettings : [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tkey_path : \"custom.css\",\n\t\t\t\t\t\t\t\ttype     : \"code\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n};\n\nexport default SettingsSchema;\n"
  },
  {
    "path": "src/constants/SkillData.js",
    "content": "const oGCDSkills        = require(\"../data/game/ogcd-skills.json\");\nconst Effects           = require(\"../data/game/effects.json\");\nconst SkillIndirections = require(\"../data/game/skill-indirections.json\");\n\nexport default {\n\toGCDSkills,\n\tEffects,\n\tSkillIndirections,\n};\n"
  },
  {
    "path": "src/constants/ZoneData.js",
    "content": "const Instances = require(\"../data/game/instances.json\");\n\nexport default {\n\tInstances,\n};\n"
  },
  {
    "path": "src/constants/index.js",
    "content": "const calculateHealed = function(player) {\n\tlet value = player[\"healed%\"];\n\n\tif (value === \"--\") {\n\t\tvalue = \"0%\";\n\t}\n\n\treturn value;\n};\n\nconst calculateEffectiveHealed = function(player, players) {\n\tlet total_effective_heals  = 0;\n\tlet player_effective_heals = 0;\n\n\tfor (const tmp_player of players) {\n\t\tconst ratio           = 1 - (Number(String(tmp_player.OverHealPct || 0).replace(\"%\", \"\")) / 100);\n\t\tconst effective_heals = Number(tmp_player.healed) * ratio;\n\n\t\ttotal_effective_heals += effective_heals;\n\n\t\tif (tmp_player.name === player.name) {\n\t\t\tplayer_effective_heals = effective_heals;\n\t\t}\n\t}\n\n\tconst effective_ratio = (((total_effective_heals) ? (player_effective_heals / total_effective_heals) : 0) * 100).toFixed(0) + \"%\";\n\n\treturn effective_ratio;\n};\n\nconst calculateEffectiveHPS = function(player) {\n\tconst ratio = 1 - (Number(String(player.OverHealPct || 0).replace(\"%\", \"\")) / 100);\n\tconst hps   = Number(player.enchps) * ratio;\n\n\treturn hps;\n};\n\nconst calculateTankedDamagePercent = function(player, players) {\n\tlet total_damage_taken  = 0;\n\tlet player_damage_taken = 0;\n\n\tfor (const tmp_player of players) {\n\t\ttotal_damage_taken += Number(tmp_player.damagetaken);\n\n\t\tif (tmp_player.name === player.name) {\n\t\t\tplayer_damage_taken = Number(tmp_player.damagetaken);\n\t\t}\n\t}\n\n\tconst effective_ratio = (((total_damage_taken) ? (player_damage_taken / total_damage_taken) : 0) * 100).toFixed(0) + \"%\";\n\n\treturn effective_ratio;\n};\n\nconst calculateTankPerSecond = function(player, players, encounter) {\n\tconst duration = Number(encounter.DURATION) || 1;\n\n\treturn (Number(player.damagetaken) / duration).toFixed(2);\n};\n\nconst formatMaxHit = function(player, players, encounter, lang, only_number) {\n\tif (!player.maxhit) {\n\t\treturn \"N/A\";\n\t}\n\n\tconst parts = player.maxhit.split(\"-\");\n\tconst index = (parts[2]) ? 2 : 1;\n\n\tparts[index] = (!isNaN(parts[index])) ? (Number(parts[index])).toLocaleString() : parts[index];\n\n\tif (only_number) {\n\t\treturn parts[index];\n\t}\n\n\tparts.unshift(parts.pop());\n\n\tconst value = parts.join(\" - \");\n\n\treturn value;\n};\n\nconst formatNumericMaxHit = function(player) {\n\treturn formatMaxHit(player, undefined, undefined, undefined, true);\n};\n\nconst formatMaxHeal = function(player) {\n\tif (!player.maxheal) {\n\t\treturn \"N/A\";\n\t}\n\n\tconst parts = player.maxheal.split(\"-\");\n\tconst index = (parts[2]) ? 2 : 1;\n\n\tparts[index] = (!isNaN(parts[index])) ? (Number(parts[index])).toLocaleString() : parts[index];\n\n\tparts.unshift(parts.pop());\n\n\tconst value = parts.join(\" - \");\n\n\treturn value;\n};\n\nconst calculateHealthPercent = function(unit) {\n\treturn ((unit.CurrentHP / unit.MaxHP) * 100).toFixed(2);\n};\n\nconst calculateShieldPerSecond = function(player, players, encounter) {\n\tconst duration = Number(encounter.DURATION) || 1;\n\n\treturn (Number(player.damageShield) / duration).toFixed(2);\n};\n\nconst jobName = function(player, _players, _encounter, lang) {\n\tconst job = player.Job.toUpperCase();\n\n\treturn (GameJobs[job])\n\t\t? GameJobs[job][\"Name_\" + lang] || GameJobs[job].Name_en\n\t\t: \"N/A\";\n};\n\nconst GameJobs = {\n\tARC : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Waldläufer\",\n\t\tName_en : \"Archer\",\n\t\tName_fr : \"Archer\",\n\t\tName_jp : \"弓術士\",\n\t},\n\tGLA : {\n\t\trole    : \"tank\",\n\t\tName_de : \"Gladiator\",\n\t\tName_en : \"Gladiator\",\n\t\tName_fr : \"Gladiateur\",\n\t\tName_jp : \"剣術士\",\n\t},\n\tLNC : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Pikenier\",\n\t\tName_en : \"Lancer\",\n\t\tName_fr : \"Maître d'hast\",\n\t\tName_jp : \"槍術士\",\n\t},\n\tMRD : {\n\t\trole    : \"tank\",\n\t\tName_de : \"Marodeur\",\n\t\tName_en : \"Marauder\",\n\t\tName_fr : \"Maraudeur\",\n\t\tName_jp : \"斧術士\",\n\t},\n\tPGL : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Faustkämpfer\",\n\t\tName_en : \"Pugilist\",\n\t\tName_fr : \"Pugiliste\",\n\t\tName_jp : \"格闘士\",\n\t},\n\tACN : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Hermetiker\",\n\t\tName_en : \"Arcanist\",\n\t\tName_fr : \"Arcaniste\",\n\t\tName_jp : \"巴術士\",\n\t},\n\tCNJ : {\n\t\trole    : \"heal\",\n\t\tName_de : \"Druide\",\n\t\tName_en : \"Conjurer\",\n\t\tName_fr : \"Élémentaliste\",\n\t\tName_jp : \"幻術士\",\n\t},\n\tTHM : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Thaumaturg\",\n\t\tName_en : \"Thaumaturge\",\n\t\tName_fr : \"Occultiste\",\n\t\tName_jp : \"呪術士\",\n\t},\n\tROG : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Schurke\",\n\t\tName_en : \"Rogue\",\n\t\tName_fr : \"Surineur\",\n\t\tName_jp : \"双剣士\",\n\t},\n\tBRD : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Barde\",\n\t\tName_en : \"Bard\",\n\t\tName_fr : \"Barde\",\n\t\tName_jp : \"吟遊詩人\",\n\t},\n\tDRG : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Dragoon\",\n\t\tName_en : \"Dragoon\",\n\t\tName_fr : \"Chevalier Dragon\",\n\t\tName_jp : \"竜騎士\",\n\t},\n\tMNK : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Mönch\",\n\t\tName_en : \"Monk\",\n\t\tName_fr : \"Moine\",\n\t\tName_jp : \"モンク\",\n\t},\n\tPLD : {\n\t\trole    : \"tank\",\n\t\tName_de : \"Paladin\",\n\t\tName_en : \"Paladin\",\n\t\tName_fr : \"Paladin\",\n\t\tName_jp : \"ナイト\",\n\t},\n\tWAR : {\n\t\trole    : \"tank\",\n\t\tName_de : \"Krieger\",\n\t\tName_en : \"Warrior\",\n\t\tName_fr : \"Guerrier\",\n\t\tName_jp : \"戦士\",\n\t},\n\tBLM : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Schwarzmagier\",\n\t\tName_en : \"Black Mage\",\n\t\tName_fr : \"Mage Noir\",\n\t\tName_jp : \"黒魔道士\",\n\t},\n\tWHM : {\n\t\trole    : \"heal\",\n\t\tName_de : \"Weißmagier\",\n\t\tName_en : \"White Mage\",\n\t\tName_fr : \"Mage Blanc\",\n\t\tName_jp : \"白魔道士\",\n\t},\n\tSCH : {\n\t\trole    : \"heal\",\n\t\tName_de : \"Gelehrter\",\n\t\tName_en : \"Scholar\",\n\t\tName_fr : \"Érudit\",\n\t\tName_jp : \"学者\",\n\t},\n\tSMN : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Beschwörer\",\n\t\tName_en : \"Summoner\",\n\t\tName_fr : \"Invocateur\",\n\t\tName_jp : \"召喚士\",\n\t},\n\tNIN : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Ninja\",\n\t\tName_en : \"Ninja\",\n\t\tName_fr : \"Ninja\",\n\t\tName_jp : \"忍者\",\n\t},\n\tAST : {\n\t\trole    : \"heal\",\n\t\tName_de : \"Astrologe\",\n\t\tName_en : \"Astrologian\",\n\t\tName_fr : \"Astromancien\",\n\t\tName_jp : \"占星術師\",\n\t},\n\tDRK : {\n\t\trole    : \"tank\",\n\t\tName_de : \"Dunkelritter\",\n\t\tName_en : \"Dark Knight\",\n\t\tName_fr : \"Chevalier Noir\",\n\t\tName_jp : \"暗黒騎士\",\n\t},\n\tMCH : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Maschinist\",\n\t\tName_en : \"Machinist\",\n\t\tName_fr : \"Machiniste\",\n\t\tName_jp : \"機工士\",\n\t},\n\tRDM : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Rotmagier\",\n\t\tName_en : \"Red Mage\",\n\t\tName_fr : \"Mage Rouge\",\n\t\tName_jp : \"赤魔道士\",\n\t},\n\tSAM : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Samurai\",\n\t\tName_en : \"Samurai\",\n\t\tName_fr : \"Samouraï\",\n\t\tName_jp : \"侍\",\n\t},\n\tBLU : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Blaumagier\",\n\t\tName_en : \"Blue Mage\",\n\t\tName_fr : \"Mage Bleu\",\n\t\tName_jp : \"青魔道士\",\n\t},\n\tGNB : {\n\t\trole    : \"tank\",\n\t\tName_de : \"Revolverklinge\",\n\t\tName_en : \"Gunbreaker\",\n\t\tName_fr : \"Pistosabreur\",\n\t\tName_jp : \"ガンブレイカー\",\n\t},\n\tDNC : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Tänzer\",\n\t\tName_en : \"Dancer\",\n\t\tName_fr : \"Danseur\",\n\t\tName_jp : \"踊り子\",\n\t},\n\tRPR : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Schnitter\",\n\t\tName_en : \"Reaper\",\n\t\tName_fr : \"Faucheur\",\n\t\tName_jp : \"リーパー\",\n\t},\n\tSGE : {\n\t\trole    : \"heal\",\n\t\tName_de : \"Weiser\",\n\t\tName_en : \"Sage\",\n\t\tName_fr : \"Sage\",\n\t\tName_jp : \"賢者\",\n\t},\n\tVPR : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Viper\",\n\t\tName_en : \"Viper\",\n\t\tName_fr : \"Viper\",\n\t\tName_jp : \"ヴァイパー\",\n\t},\n\tPCT : {\n\t\trole    : \"dps\",\n\t\tName_de : \"Pictomancer\",\n\t\tName_en : \"Pictomancer\",\n\t\tName_fr : \"Pictomancer\",\n\t\tName_jp : \"ピクトマンサー\",\n\t},\n};\n\nconst GameJobsID = require(\"../data/game/jobs.json\");\n\nconst PlayerDataCustomValues = {\n\tjob_name           : jobName,\n\t\"healed%\"          : calculateHealed,\n\teffective_heal_pct : calculateEffectiveHealed,\n\teffective_hps      : calculateEffectiveHPS,\n\tdamage_taken_pct   : calculateTankedDamagePercent,\n\tmax_heal_format    : formatMaxHeal,\n\tmax_hit_format     : formatMaxHit,\n\tmax_hit_numeric    : formatNumericMaxHit,\n\tenctps             : calculateTankPerSecond,\n\tshield_per_second  : calculateShieldPerSecond,\n};\n\nconst MonsterDataCustomDataValues = {\n\thealth_percent : calculateHealthPercent,\n};\n\nconst PlayerDataTitles  = require(\"../data/locales/player-metrics.json\");\nconst MonsterDataTitles = require(\"../data/locales/monster-metrics.json\");\n\nconst PlayerMetricTypeData = {\n\tdps : [\n\t\t\"CritDirectHitPct\",\n\t\t\"crithit%\",\n\t\t\"damage\",\n\t\t\"damage%\",\n\t\t\"DirectHitPct\",\n\t\t\"encdps\",\n\t\t\"max_hit_format\",\n\t\t\"max_hit_numeric\",\n\t],\n\theal : [\n\t\t\"critheal%\",\n\t\t\"effective_heal_pct\",\n\t\t\"effective_hps\",\n\t\t\"enchps\",\n\t\t\"healed\",\n\t\t\"healed%\",\n\t\t\"max_heal_format\",\n\t\t\"OverHealPct\",\n\t],\n\ttank : [\n\t\t\"BlockPct\",\n\t\t\"ParryPct\",\n\t\t\"damage_taken_pct\",\n\t\t\"damagetaken\",\n\t\t\"deaths\",\n\t\t\"healstaken\",\n\t],\n};\n\nconst PlayerMetricFractionRules = {\n\tdeaths : {\n\t\tmin : 0,\n\t\tmax : 0,\n\t},\n};\n\nconst PlayerMetricsSummable = [\n\t\"encdps\",\n\t\"enchps\",\n\t\"damagetaken\",\n\t\"healstaken\",\n\t\"deaths\",\n\t\"heals\",\n];\n\nconst TTSRules = [\n\t\"critical_hp.tank\",\n\t\"critical_hp.dps\",\n\t\"critical_hp.heal\",\n\t\"critical_hp.all\",\n\t\"critical_mp.tank\",\n\t\"critical_mp.dps\",\n\t\"critical_mp.heal\",\n\t\"critical_mp.all\",\n\t\"aggro\",\n\t\"top.dps\",\n\t\"top.hps\",\n\t\"top.tps\",\n\t\"encounter.start\",\n\t\"encounter.end\",\n];\n\nconst AutoHideOptions = [\n\t\"disabled\",\n\t\"hide\",\n\t\"minimize_top_left\",\n\t\"minimize_top_right\",\n\t\"minimize_bottom_left\",\n\t\"minimize_bottom_right\",\n];\n\nexport default {\n\tGameJobs,\n\tGameJobsID,\n\tPlayerDataCustomValues,\n\tPlayerDataTitles,\n\tPlayerMetricTypeData,\n\tPlayerMetricFractionRules,\n\tPlayerMetricsSummable,\n\tMonsterDataCustomDataValues,\n\tMonsterDataTitles,\n\tTTSRules,\n\tAutoHideOptions,\n};\n"
  },
  {
    "path": "src/data/Settings.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateState } from \"../redux/actions/index\";\nimport localForage from \"localforage\";\nimport mergeWith from \"lodash.mergewith\";\n\nimport ObjectService from \"../services/ObjectService\";\nimport StringHelper from \"../helpers/StringHelper\";\n\nconst default_settings = {\n\tintrinsic : {\n\t\ttable_type      : \"dps\",\n\t\tcollapsed       : false,\n\t\tcurrent_version : null,\n\t\tlast_version    : null,\n\t\tplayer_blur     : false,\n\t},\n\tinterface : {\n\t\tplayer_name           : \"YOU\",\n\t\topacity               : 100,\n\t\tzoom                  : 100,\n\t\ttext_scale            : 100,\n\t\ttop_right_rank        : false,\n\t\tblur_job_icons        : false,\n\t\tcollapse_down         : false,\n\t\ttheme                 : \"ffxiv-dark\",\n\t\tminimal_theme         : false,\n\t\thorizontal            : false,\n\t\thorizontal_shrink     : false,\n\t\thorizontal_alignment  : \"left\",\n\t\tfooter_when_collapsed : false,\n\t\tfooter_dps            : false,\n\t\thide_top_bar          : false,\n\t\tdecimal_accuracy      : 2,\n\t\tshorten_thousands     : false,\n\t\tlanguage              : \"en\",\n\t\tauto_hide             : \"disabled\",\n\t\tauto_hide_delay       : 0,\n\t\tdisplay_job_names     : false,\n\t},\n\tcustom : {\n\t\tcss          : \"\",\n\t\tmetric_names : {},\n\t},\n\ttts : {\n\t\tlanguage : \"en\",\n\t\trules    : {\n\t\t\tcritical_hp : {\n\t\t\t\ttank : 0,\n\t\t\t\theal : 0,\n\t\t\t\tdps  : 0,\n\t\t\t\tall  : 0,\n\t\t\t},\n\t\t\tcritical_mp : {\n\t\t\t\ttank : 0,\n\t\t\t\theal : 0,\n\t\t\t\tdps  : 0,\n\t\t\t\tall  : 0,\n\t\t\t},\n\t\t\ttop : {\n\t\t\t\tdps : false,\n\t\t\t\thps : false,\n\t\t\t\ttps : false,\n\t\t\t},\n\t\t\taggro     : false,\n\t\t\tencounter : {\n\t\t\t\tstart : false,\n\t\t\t\tend   : false,\n\t\t\t},\n\t\t},\n\t},\n\ttable_settings : {\n\t\tgeneral : {\n\t\t\ttable : {\n\t\t\t\tshort_names      : \"no_short\",\n\t\t\t\tfooter_at_top    : false,\n\t\t\t\tpercent_bars     : true,\n\t\t\t\tprioritize_party : false,\n\t\t\t},\n\t\t\traid : {\n\t\t\t\tshort_names      : \"no_short\",\n\t\t\t\tpercent_bars     : true,\n\t\t\t\tprioritize_party : false,\n\t\t\t},\n\t\t},\n\t\tdps : {\n\t\t\tshow_footer : true,\n\t\t},\n\t\theal : {\n\t\t\tshow_footer : true,\n\t\t},\n\t\ttank : {\n\t\t\tshow_footer : true,\n\t\t},\n\t},\n\ttable_columns : {\n\t\tdps : [\n\t\t\t\"damage%\",\n\t\t\t\"encdps\",\n\t\t\t\"crithit%\",\n\t\t\t\"DirectHitPct\",\n\t\t\t\"CritDirectHitPct\",\n\t\t],\n\t\theal : [\n\t\t\t\"healed%\",\n\t\t\t\"effective_heal_pct\",\n\t\t\t\"enchps\",\n\t\t\t\"effective_hps\",\n\t\t\t\"OverHealPct\",\n\t\t\t\"critheal%\",\n\t\t],\n\t\ttank : [\n\t\t\t\"damage_taken_pct\",\n\t\t\t\"enctps\",\n\t\t\t\"damagetaken\",\n\t\t\t\"healstaken\",\n\t\t\t\"BlockPct\",\n\t\t\t\"ParryPct\",\n\t\t\t\"deaths\",\n\t\t],\n\t\traid : {\n\t\t\tdps : [\n\t\t\t\t\"encdps\",\n\t\t\t\t\"enchps\",\n\t\t\t],\n\t\t\theal : [\n\t\t\t\t\"enchps\",\n\t\t\t\t\"encdps\",\n\t\t\t],\n\t\t\ttank : [\n\t\t\t\t\"encdps\",\n\t\t\t\t\"enchps\",\n\t\t\t],\n\t\t},\n\t},\n\tsort_columns : {\n\t\tdps  : \"damage\",\n\t\theal : \"healed\",\n\t\ttank : \"damagetaken\",\n\t\traid : \"damage\",\n\t},\n\tdetail_data : {\n\t\tdps : [\n\t\t\t\"damage%\",\n\t\t\t\"encdps\",\n\t\t\t\"damage\",\n\t\t\t\"crithit%\",\n\t\t\t\"DirectHitPct\",\n\t\t\t\"CritDirectHitPct\",\n\t\t\t\"max_hit_format\",\n\t\t],\n\t\theal : [\n\t\t\t\"healed%\",\n\t\t\t\"effective_heal_pct\",\n\t\t\t\"enchps\",\n\t\t\t\"effective_hps\",\n\t\t\t\"healed\",\n\t\t\t\"OverHealPct\",\n\t\t\t\"critheal%\",\n\t\t\t\"max_heal_format\",\n\t\t],\n\t\ttank : [\n\t\t\t\"damage_taken_pct\",\n\t\t\t\"damagetaken\",\n\t\t\t\"enctps\",\n\t\t\t\"healstaken\",\n\t\t\t\"BlockPct\",\n\t\t\t\"deaths\",\n\t\t],\n\t},\n\tdiscord : {\n\t\turl     : \"\",\n\t\tmetrics : [\"encdps\", \"enchps\"],\n\t\tsort    : \"damage\",\n\t},\n\tspells_mode : {\n\t\tspells               : [],\n\t\teffects              : [],\n\t\tdots                 : [],\n\t\tdebuffs              : [],\n\t\tparty_spells         : [],\n\t\tparty_effects        : [],\n\t\tparty_dots           : [],\n\t\tparty_debuffs        : [],\n\t\treverse_skill        : false,\n\t\treverse_effect       : false,\n\t\treverse_dot          : false,\n\t\treverse_debuff       : false,\n\t\tparty_reverse_skill  : false,\n\t\tparty_reverse_effect : false,\n\t\tparty_reverse_dot    : false,\n\t\tparty_reverse_debuff : false,\n\t\talways_skill         : false,\n\t\talways_effect        : false,\n\t\talways_dot           : false,\n\t\talways_debuff        : false,\n\t\twarning_threshold    : 0,\n\t\tspells_per_row       : 1,\n\t\tshow_icon            : true,\n\t\tuse_tts              : false,\n\t\tparty_use_tts        : false,\n\t\ttts_on_effect        : false,\n\t\tparty_tts_on_skill   : false,\n\t\tparty_tts_on_effect  : false,\n\t\tparty_zones          : [],\n\t\ttts_trigger          : \"zero\",\n\t\tminimal_layout       : false,\n\t\tinvert_vertical      : false,\n\t\tinvert_horizontal    : false,\n\t\tdesigner             : {\n\t\t\tskill : {\n\t\t\t\twarning              : true,\n\t\t\t\tindicator            : \"ticking\",\n\t\t\t\tcooldown_bottom_left : false,\n\t\t\t},\n\t\t\teffect : {\n\t\t\t\tborder               : false,\n\t\t\t\twarning              : true,\n\t\t\t\tindicator            : \"ticking\",\n\t\t\t\tcooldown_bottom_left : false,\n\t\t\t},\n\t\t\tdot : {\n\t\t\t\tborder               : false,\n\t\t\t\twarning              : true,\n\t\t\t\tindicator            : \"ticking\",\n\t\t\t\tcooldown_bottom_left : false,\n\t\t\t},\n\t\t\tdebuff : {\n\t\t\t\tborder               : false,\n\t\t\t\twarning              : true,\n\t\t\t\tindicator            : \"ticking\",\n\t\t\t\tcooldown_bottom_left : false,\n\t\t\t},\n\t\t\tgeneral : {\n\t\t\t\tshow_hover_names : false,\n\t\t\t},\n\t\t},\n\t\tui : {\n\t\t\tuse      : false,\n\t\t\tsections : {},\n\t\t},\n\t},\n};\n\nclass Settings {\n\tloadSettings() {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tlocalForage.getItem(\"settings_cache\")\n\t\t\t\t.then(data => {\n\t\t\t\t\tconst result = this.mergeSettings(data);\n\n\t\t\t\t\tstore.dispatch(\n\t\t\t\t\t\tupdateState({\n\t\t\t\t\t\t\tkey   : \"settings\",\n\t\t\t\t\t\t\tvalue : this.settings,\n\t\t\t\t\t\t}),\n\t\t\t\t\t);\n\t\t\t\t\tresolve(result);\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n\n\tsaveSettings(force) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tif (!window.parser && !force) {\n\t\t\t\tresolve();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tlocalForage.setItem(\"settings_cache\", JSON.stringify(this.settings || default_settings))\n\t\t\t\t.then(() => {\n\t\t\t\t\tthis.saveToOverlayPlugin();\n\t\t\t\t\tresolve();\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n\n\tmergeSettings(data) {\n\t\tlet json                   = false;\n\t\tconst tmp_default_settings = { ...JSON.parse(JSON.stringify(default_settings)) };\n\t\tconst result               = {\n\t\t\tused_default : false,\n\t\t};\n\n\t\ttry {\n\t\t\tjson = JSON.parse(data);\n\t\t} catch {}\n\n\t\tif (!json) {\n\t\t\tjson = tmp_default_settings;\n\n\t\t\tresult.used_default = true;\n\t\t} else {\n\t\t\tjson = mergeWith(tmp_default_settings, json, (obj_val, src_val) => {\n\t\t\t\tif (Array.isArray(obj_val)) {\n\t\t\t\t\treturn (src_val) ? src_val : obj_val;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tthis.settings = json;\n\n\t\treturn result;\n\t}\n\n\timportSettings(settings_key) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tconst data = StringHelper.fromBinary(atob(settings_key));\n\n\t\t\tthis.mergeSettings(data);\n\t\t\tthis.saveSettings(true)\n\t\t\t\t.then(() => {\n\t\t\t\t\tstore.dispatch(\n\t\t\t\t\t\tupdateState({\n\t\t\t\t\t\t\tkey   : \"settings\",\n\t\t\t\t\t\t\tvalue : this.settings,\n\t\t\t\t\t\t}),\n\t\t\t\t\t);\n\t\t\t\t\tresolve();\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n\n\tgetSetting(key) {\n\t\treturn (key.indexOf(\".\") !== -1) ? ObjectService.getByKeyPath(this.settings, key) : this.settings[key] || default_settings[key];\n\t}\n\n\tsetSetting(key_path, value, skip_save) {\n\t\tObjectService.setByKeyPath(this.settings, key_path, value);\n\n\t\tif (!skip_save) {\n\t\t\tthis.saveSettings();\n\t\t}\n\t}\n\n\tgetExportKey() {\n\t\treturn btoa(StringHelper.toBinary(JSON.stringify(this.settings)));\n\t}\n\n\tgetOverlayPluginKey() {\n\t\treturn `ember-settings-${process.env.REACT_APP_ENV}`;\n\t}\n\n\tsaveToOverlayPlugin() {\n\t\tconst service = store.getState().plugin_service;\n\n\t\tif (!service.plugin_service.isNgld() || service.is_websocket) {\n\t\t\treturn false;\n\t\t}\n\n\t\tconst key     = this.getOverlayPluginKey();\n\t\tconst message = service.plugin_service.createMessage(\"saveData\", key, this.getExportKey());\n\n\t\tservice.callHandler(message);\n\t}\n\n\trestoreFromOverlayPlugin() {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tconst service = store.getState().plugin_service;\n\n\t\t\tif (!service.plugin_service.isNgld()) {\n\t\t\t\tresolve();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tconst key      = this.getOverlayPluginKey();\n\t\t\tconst message  = service.plugin_service.createMessage(\"loadData\", key);\n\t\t\tconst callback = data => {\n\t\t\t\tif (data === null || (typeof data === \"object\" && !data.data)) {\n\t\t\t\t\tservice.plugin_service.resetCallback();\n\t\t\t\t\tresolve();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tdata = JSON.parse((typeof data === \"object\") ? data.data || \"{}\" : data);\n\n\t\t\t\tif (data.$isNull) {\n\t\t\t\t\tservice.plugin_service.resetCallback();\n\t\t\t\t\treject(\"OverlayPlugin settings are null.\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (!data.key || data.key !== key) {\n\t\t\t\t\tservice.plugin_service.resetCallback();\n\t\t\t\t\tresolve();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (!data.data) {\n\t\t\t\t\tservice.plugin_service.resetCallback();\n\t\t\t\t\treject(\"OverlayPlugin settings have no restorable data.\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tthis\n\t\t\t\t\t.importSettings(data.data)\n\t\t\t\t\t.then(() => {\n\t\t\t\t\t\tservice.plugin_service.resetCallback();\n\t\t\t\t\t\tresolve();\n\t\t\t\t\t})\n\t\t\t\t\t.catch(e => {\n\t\t\t\t\t\tservice.plugin_service.resetCallback();\n\t\t\t\t\t\treject(e);\n\t\t\t\t\t});\n\t\t\t};\n\n\t\t\tservice\n\t\t\t\t.plugin_service\n\t\t\t\t.callHandler(message, callback);\n\t\t});\n\t}\n\n\trestoreFromOverlayPluginIfNecessary(necessary) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tif (!necessary) {\n\t\t\t\tresolve();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis\n\t\t\t\t.restoreFromOverlayPlugin()\n\t\t\t\t.then(() => {\n\t\t\t\t\tresolve();\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n}\n\nexport default new Settings();\n"
  },
  {
    "path": "src/data/game/buff-jobs.json",
    "content": "{\n\t\"Rampart\" : [\n\t\t\"tank\"\n\t],\n\t\"Arm's Length\" : [\n\t\t\"tank\",\n\t\t\"PGL\",\n\t\t\"MNK\",\n\t\t\"LNC\",\n\t\t\"DRG\",\n\t\t\"ROG\",\n\t\t\"NIN\",\n\t\t\"SAM\",\n\t\t\"ARC\",\n\t\t\"BRD\",\n\t\t\"MCH\",\n\t\t\"DNC\",\n\t\t\"RPR\"\n\t],\n\t\"Swiftcast\" : [\n\t\t\"heal\",\n\t\t\"THM\",\n\t\t\"BLM\",\n\t\t\"ACN\",\n\t\t\"SMN\",\n\t\t\"RDM\",\n\t\t\"BLM\",\n\t\t\"SGE\"\n\t],\n\t\"Lucid Dreaming\" : [\n\t\t\"heal\",\n\t\t\"THM\",\n\t\t\"BLM\",\n\t\t\"ACN\",\n\t\t\"SMN\",\n\t\t\"RDM\",\n\t\t\"BLM\",\n\t\t\"SGE\"\n\t],\n\t\"Surecast\" : [\n\t\t\"heal\",\n\t\t\"THM\",\n\t\t\"BLM\",\n\t\t\"ACN\",\n\t\t\"SMN\",\n\t\t\"RDM\",\n\t\t\"BLM\",\n\t\t\"SGE\"\n\t],\n\t\"Bloodbath\" : [\n\t\t\"PGL\",\n\t\t\"MNK\",\n\t\t\"LNC\",\n\t\t\"DRG\",\n\t\t\"ROG\",\n\t\t\"NIN\",\n\t\t\"SAM\",\n\t\t\"RPR\"\n\t],\n\t\"True North\" : [\n\t\t\"PGL\",\n\t\t\"MNK\",\n\t\t\"LNC\",\n\t\t\"DRG\",\n\t\t\"ROG\",\n\t\t\"NIN\",\n\t\t\"SAM\",\n\t\t\"RPR\"\n\t],\n\t\"Peloton\" : [\n\t\t\"ARC\",\n\t\t\"BRD\",\n\t\t\"MCH\",\n\t\t\"DNC\"\n\t],\n\t\"Fight or Flight\" : [\n\t\t\"GLD\",\n\t\t\"PLD\"\n\t],\n\t\"Sheltron\" : [\n\t\t\"PLD\"\n\t],\n\t\"Sentinel\" : [\n\t\t\"GLD\",\n\t\t\"PLD\"\n\t],\n\t\"Cover\" : [\n\t\t\"PLD\"\n\t],\n\t\"Hallowed Ground\" : [\n\t\t\"PLD\"\n\t],\n\t\"Sword Oath\" : [\n\t\t\"PLD\"\n\t],\n\t\"Requiescat\" : [\n\t\t\"PLD\"\n\t],\n\t\"Passage of Arms\" : [\n\t\t\"PLD\"\n\t],\n\t\"Berserk\" : [\n\t\t\"MRD\",\n\t\t\"WAR\"\n\t],\n\t\"Thrill of Battle\" : [\n\t\t\"MRD\",\n\t\t\"WAR\"\n\t],\n\t\"Vengeance\" : [\n\t\t\"MRD\",\n\t\t\"WAR\"\n\t],\n\t\"Holmgang\" : [\n\t\t\"MRD\",\n\t\t\"WAR\"\n\t],\n\t\"Storm's Eye\" : [\n\t\t\"MRD\",\n\t\t\"WAR\"\n\t],\n\t\"Nascent Chaos\" : [\n\t\t\"WAR\"\n\t],\n\t\"Raw Intuiton\" : [\n\t\t\"WAR\"\n\t],\n\t\"Shake It Off\" : [\n\t\t\"WAR\"\n\t],\n\t\"Inner Release\" : [\n\t\t\"WAR\"\n\t],\n\t\"Nascent Flash\" : [\n\t\t\"WAR\"\n\t],\n\t\"Darkside\" : [\n\t\t\"DRK\"\n\t],\n\t\"Blood Weapon\" : [\n\t\t\"DRK\"\n\t],\n\t\"Shadow Wall\" : [\n\t\t\"DRK\"\n\t],\n\t\"Dark Mind\" : [\n\t\t\"DRK\"\n\t],\n\t\"Living Dead\" : [\n\t\t\"DRK\"\n\t],\n\t\"Walking Dead\" : [\n\t\t\"DRK\"\n\t],\n\t\"Salted Earth\" : [\n\t\t\"DRK\"\n\t],\n\t\"Delirium\" : [\n\t\t\"DRK\"\n\t],\n\t\"Living Shadow\" : [\n\t\t\"DRK\"\n\t],\n\t\"No Mercy\" : [\n\t\t\"GNB\"\n\t],\n\t\"Brutal Shell\" : [\n\t\t\"GNB\"\n\t],\n\t\"Camouflage\" : [\n\t\t\"GNB\"\n\t],\n\t\"Nebula\" : [\n\t\t\"GNB\"\n\t],\n\t\"Superbolide\" : [\n\t\t\"GNB\"\n\t],\n\t\"Ready to Rip\" : [\n\t\t\"GNB\"\n\t],\n\t\"Ready to Tear\" : [\n\t\t\"GNB\"\n\t],\n\t\"Ready to Gouge\" : [\n\t\t\"GNB\"\n\t],\n\t\"Heart of Light\" : [\n\t\t\"GNB\"\n\t],\n\t\"Presence of Mind\" : [\n\t\t\"WHM\"\n\t],\n\t\"Thin Air\" : [\n\t\t\"WHM\"\n\t],\n\t\"Whispering Dawn\" : [\n\t\t\"SCH\"\n\t],\n\t\"Angel's Whisper\" : [\n\t\t\"SCH\"\n\t],\n\t\"Succor\" : [\n\t\t\"SCH\"\n\t],\n\t\"Fey Illumination\" : [\n\t\t\"SCH\"\n\t],\n\t\"Seraphic Illumination\" : [\n\t\t\"SCH\"\n\t],\n\t\"Sacred Soil\" : [\n\t\t\"SCH\"\n\t],\n\t\"Emergency Tactics\" : [\n\t\t\"SCH\"\n\t],\n\t\"Dissipation\" : [\n\t\t\"SCH\"\n\t],\n\t\"Excogitation\" : [\n\t\t\"SCH\"\n\t],\n\t\"Recitation\" : [\n\t\t\"SCH\"\n\t],\n\t\"Summon Seraph\" : [\n\t\t\"SCH\"\n\t],\n\t\"Consolation\" : [\n\t\t\"SCH\"\n\t],\n\t\"Seraphic Veil\" : [\n\t\t\"SCH\"\n\t],\n\t\"Lightspeed\" : [\n\t\t\"AST\"\n\t],\n\t\"Divination\" : [\n\t\t\"AST\"\n\t],\n\t\"Wheel of Fortune\" : [\n\t\t\"AST\"\n\t],\n\t\"Nocturnal Sect\" : [\n\t\t\"AST\"\n\t],\n\t\"Diurnal Sect\" : [\n\t\t\"AST\"\n\t],\n\t\"The Balance\" : [\n\t\t\"AST\"\n\t],\n\t\"The Arrow\" : [\n\t\t\"AST\"\n\t],\n\t\"The Spear\" : [\n\t\t\"AST\"\n\t],\n\t\"The Bole\" : [\n\t\t\"AST\"\n\t],\n\t\"The Ewer\" : [\n\t\t\"AST\"\n\t],\n\t\"The Spire\" : [\n\t\t\"AST\"\n\t],\n\t\"Lord of Crowns\" : [\n\t\t\"AST\"\n\t],\n\t\"Lady of Crowns\" : [\n\t\t\"AST\"\n\t],\n\t\"Raptor Form\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Coeurl Form\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Opo-opo Form\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Twin Snakes\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Mantra\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Perfect Balance\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Leaden Fist\" : [\n\t\t\"MNK\"\n\t],\n\t\"Formless Fist\" : [\n\t\t\"MNK\"\n\t],\n\t\"Riddle of Earth\" : [\n\t\t\"MNK\"\n\t],\n\t\"Riddle of Fire\" : [\n\t\t\"MNK\"\n\t],\n\t\"Six-sided Star\" : [\n\t\t\"MNK\"\n\t],\n\t\"Life Surge\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Disembowel\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Sharper Fang and Claw\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Lance Charge\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Dive Ready\" : [\n\t\t\"DRG\"\n\t],\n\t\"Enhanced Wheeling Thrust\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Battle Litany\" : [\n\t\t\"DRG\"\n\t],\n\t\"Blood of the Dragon\" : [\n\t\t\"DRG\"\n\t],\n\t\"Life of the Dragon\" : [\n\t\t\"DRG\"\n\t],\n\t\"Right Eye\" : [\n\t\t\"DRG\"\n\t],\n\t\"Shade Shift\" : [\n\t\t\"ROG\",\n\t\t\"NIN\"\n\t],\n\t\"Ten\" : [\n\t\t\"NIN\"\n\t],\n\t\"Chi\" : [\n\t\t\"NIN\"\n\t],\n\t\"Jin\" : [\n\t\t\"NIN\"\n\t],\n\t\"Kassatsu\" : [\n\t\t\"NIN\"\n\t],\n\t\"Assassinate Ready\" : [\n\t\t\"NIN\"\n\t],\n\t\"Ten Chi Jin\" : [\n\t\t\"NIN\"\n\t],\n\t\"Bunshin\" : [\n\t\t\"NIN\"\n\t],\n\t\"Huton\" : [\n\t\t\"NIN\"\n\t],\n\t\"Suiton\" : [\n\t\t\"NIN\"\n\t],\n\t\"Jinpu\" : [\n\t\t\"SAM\"\n\t],\n\t\"Third Eye\" : [\n\t\t\"SAM\"\n\t],\n\t\"Shifu\" : [\n\t\t\"SAM\"\n\t],\n\t\"Meikyo Shisui\" : [\n\t\t\"SAM\"\n\t],\n\t\"Enhanced Enpi\" : [\n\t\t\"SAM\"\n\t],\n\t\"Meditate\" : [\n\t\t\"SAM\"\n\t],\n\t\"Straight Shot Ready\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Raging Strikes\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Barrage\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Troubador\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Nature's Minne\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Reassemble\" : [\n\t\t\"MCH\"\n\t],\n\t\"Hypercharged\" : [\n\t\t\"MCH\"\n\t],\n\t\"Tactician\" : [\n\t\t\"MCH\"\n\t],\n\t\"Flourishing Cascade\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Fountain\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Windmill\" : [\n\t\t\"DNC\"\n\t],\n\t\"Standard Step\" : [\n\t\t\"DNC\"\n\t],\n\t\"Standard Finish\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Shower\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Fan Dance\" : [\n\t\t\"DNC\"\n\t],\n\t\"Shield Samba\" : [\n\t\t\"DNC\"\n\t],\n\t\"Devilment\" : [\n\t\t\"DNC\"\n\t],\n\t\"Technical Step\" : [\n\t\t\"DNC\"\n\t],\n\t\"Technical Finish\" : [\n\t\t\"DNC\"\n\t],\n\t\"Improvisation\" : [\n\t\t\"DNC\"\n\t],\n\t\"Umbral Ice\" : [\n\t\t\"THM\",\n\t\t\"BLM\"\n\t],\n\t\"Astral Fire\" : [\n\t\t\"THM\",\n\t\t\"BLM\"\n\t],\n\t\"Manaward\" : [\n\t\t\"THM\",\n\t\t\"BLM\"\n\t],\n\t\"Umbral Ice II\" : [\n\t\t\"BLM\"\n\t],\n\t\"Umbral Ice III\" : [\n\t\t\"BLM\"\n\t],\n\t\"Astral Fire II\" : [\n\t\t\"BLM\"\n\t],\n\t\"Astral Fire III\" : [\n\t\t\"BLM\"\n\t],\n\t\"Ley Lines\" : [\n\t\t\"BLM\"\n\t],\n\t\"Sharpcast\" : [\n\t\t\"BLM\"\n\t],\n\t\"Triplecast\" : [\n\t\t\"BLM\"\n\t],\n\t\"Thundercloud\" : [\n\t\t\"BLM\"\n\t],\n\t\"Firestarter\" : [\n\t\t\"BLM\"\n\t],\n\t\"Dreadwyrm Trance\" : [\n\t\t\"SMN\"\n\t],\n\t\"Firebird Trance\" : [\n\t\t\"SMN\"\n\t],\n\t\"Hellish Conduit\" : [\n\t\t\"SMN\"\n\t],\n\t\"Everlasting Flight\" : [\n\t\t\"SMN\"\n\t],\n\t\"Glittering Topaz\" : [\n\t\t\"SMN\"\n\t],\n\t\"Earthen Armor\" : [\n\t\t\"SMN\"\n\t],\n\t\"Verfire Ready\" : [\n\t\t\"RDM\"\n\t],\n\t\"Verstone Ready\" : [\n\t\t\"RDM\"\n\t],\n\t\"Acceleration\" : [\n\t\t\"RDM\"\n\t],\n\t\"Embolden\" : [\n\t\t\"RDM\"\n\t],\n\t\"Dualcast\" : [\n\t\t\"RDM\"\n\t],\n\t\"Manafication\" : [\n\t\t\"RDM\"\n\t],\n\t\"Aquaveil\" : [\n\t\t\"WHM\"\n\t],\n\t\"Protraction\" : [\n\t\t\"SCH\"\n\t],\n\t\"Expedience\" : [\n\t\t\"SCH\"\n\t],\n\t\"Desperate Measures\" : [\n\t\t\"SCH\"\n\t],\n\t\"Exaltation\" : [\n\t\t\"AST\"\n\t],\n\t\"Macrocosmos\" : [\n\t\t\"AST\"\n\t],\n\t\"Intervention\" : [\n\t\t\"PLD\"\n\t],\n\t\"Knight's Resolve\" : [\n\t\t\"PLD\"\n\t],\n\t\"Knight's Benediction\" : [\n\t\t\"PLD\"\n\t],\n\t\"Holy Sheltron\" : [\n\t\t\"PLD\"\n\t],\n\t\"Surging Tempest\" : [\n\t\t\"GLD\",\n\t\t\"WAR\"\n\t],\n\t\"Equilibrium\" : [\n\t\t\"WAR\"\n\t],\n\t\"Nascent Glint\" : [\n\t\t\"WAR\"\n\t],\n\t\"Stem the Flow\" : [\n\t\t\"WAR\"\n\t],\n\t\"Stem the Tide\" : [\n\t\t\"WAR\"\n\t],\n\t\"Bloodwhetting\" : [\n\t\t\"WAR\"\n\t],\n\t\"Oblation\" : [\n\t\t\"DRK\"\n\t],\n\t\"Ready to Blast\" : [\n\t\t\"GNB\"\n\t],\n\t\"Heart of Corundum\" : [\n\t\t\"GNB\"\n\t],\n\t\"Clarity of Corundum\" : [\n\t\t\"GNB\"\n\t],\n\t\"Catharsis of Corundum\" : [\n\t\t\"GNB\"\n\t],\n\t\"Disciplined Fist\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Riddle of Wind\" : [\n\t\t\"MNK\"\n\t],\n\t\"Power Surge\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Phantom Kamaitachi Ready\" : [\n\t\t\"NIN\"\n\t],\n\t\"Fleeting Raiju Ready\" : [\n\t\t\"NIN\"\n\t],\n\t\"Fugetsu\" : [\n\t\t\"SAM\"\n\t],\n\t\"Fuka\" : [\n\t\t\"SAM\"\n\t],\n\t\"Ogi Namikiri Ready\" : [\n\t\t\"SAM\"\n\t],\n\t\"Mage's Ballad\" : [\n\t\t\"BRD\"\n\t],\n\t\"Repertoire\" : [\n\t\t\"BRD\"\n\t],\n\t\"Army's Paeon\" : [\n\t\t\"BRD\"\n\t],\n\t\"Wanderer's Minuet\" : [\n\t\t\"BRD\"\n\t],\n\t\"The Wanderer's Minuet\" : [\n\t\t\"BRD\"\n\t],\n\t\"Blast Arrow Ready\" : [\n\t\t\"BRD\"\n\t],\n\t\"Radiant Finale\" : [\n\t\t\"BRD\"\n\t],\n\t\"Flourishing Symmetry\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Flow\" : [\n\t\t\"DNC\"\n\t],\n\t\"Threefold Fan Dance\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Starfall\" : [\n\t\t\"DNC\"\n\t],\n\t\"Flourishing Finish\" : [\n\t\t\"DNC\"\n\t],\n\t\"Improvised Finish\" : [\n\t\t\"DNC\"\n\t],\n\t\"Radiant Aegis\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Aethercharge\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Fire Attunement\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Further Ruin\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Earth Attunement\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Wind Attunement\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Searing Light\" : [\n\t\t\"SMN\"\n\t],\n\t\"Rekindle\" : [\n\t\t\"SMN\"\n\t],\n\t\"Magick Barrier\" : [\n\t\t\"RDM\"\n\t],\n\t\"Physis\" : [\n\t\t\"SGE\"\n\t],\n\t\"Eukrasian Diagnosis\" : [\n\t\t\"SGE\"\n\t],\n\t\"Differential Diagnosis\" : [\n\t\t\"SGE\"\n\t],\n\t\"Eukrasian Prognosis\" : [\n\t\t\"SGE\"\n\t],\n\t\"Soteria\" : [\n\t\t\"SGE\"\n\t],\n\t\"Kerachole\" : [\n\t\t\"SGE\"\n\t],\n\t\"Zoe\" : [\n\t\t\"SGE\"\n\t],\n\t\"Physis II\" : [\n\t\t\"SGE\"\n\t],\n\t\"Taurochole\" : [\n\t\t\"SGE\"\n\t],\n\t\"Holos\" : [\n\t\t\"SGE\"\n\t],\n\t\"Krasis\" : [\n\t\t\"SGE\"\n\t],\n\t\"Hell's Ingress\" : [\n\t\t\"RPR\"\n\t],\n\t\"Threshold\" : [\n\t\t\"RPR\"\n\t],\n\t\"Hell's Egress\" : [\n\t\t\"RPR\"\n\t],\n\t\"Arcane Crest\" : [\n\t\t\"RPR\"\n\t],\n\t\"Crest of Time Returned\" : [\n\t\t\"RPR\"\n\t],\n\t\"Soul Reaver\" : [\n\t\t\"RPR\"\n\t],\n\t\"Enhanced Gallows\" : [\n\t\t\"RPR\"\n\t],\n\t\"Enhanced Gibbet\" : [\n\t\t\"RPR\"\n\t],\n\t\"Arcane Circle\" : [\n\t\t\"RPR\"\n\t],\n\t\"Circle of Sacrifice\" : [\n\t\t\"RPR\"\n\t],\n\t\"Bloodsown Circle\" : [\n\t\t\"RPR\"\n\t],\n\t\"Enshroud\" : [\n\t\t\"RPR\"\n\t],\n\t\"Enhanced Void Reaping\" : [\n\t\t\"RPR\"\n\t],\n\n\t\"Goring Blade Ready\" : [\n\t\t\"GLD\",\n\t\t\"PLD\"\n\t],\n\t\"Divine Might\" : [\n\t\t\"PLD\"\n\t],\n\t\"Atonement Ready\" : [\n\t\t\"PLD\"\n\t],\n\t\"Confiteor Ready\" : [\n\t\t\"PLD\"\n\t],\n\t\"Supplication Ready\" : [\n\t\t\"PLD\"\n\t],\n\t\"Sepulchre Ready\" : [\n\t\t\"PLD\"\n\t],\n\t\"Blade of Honor Ready\" : [\n\t\t\"PLD\"\n\t],\n\n\t\"Inner Strength\" : [\n\t\t\"WAR\"\n\t],\n\t\"Primal Rend Ready\" : [\n\t\t\"WAR\"\n\t],\n\t\"Primal Ruination Ready\" : [\n\t\t\"WAR\"\n\t],\n\t\"Primeval Impulse\" : [\n\t\t\"WAR\"\n\t],\n\t\"Dark Arts\" : [\n\t\t\"DRK\"\n\t],\n\t\"Vigilant\" : [\n\t\t\"DRK\"\n\t],\n\t\"Ready to Break\" : [\n\t\t\"GNB\"\n\t],\n\t\"Ready to Raze\" : [\n\t\t\"GNB\"\n\t],\n\t\"Ready to Reign\" : [\n\t\t\"GNB\"\n\t],\n\t\"Raptor's Fury\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Coeurl's Fury\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Opo-opo's Fury\" : [\n\t\t\"PGL\",\n\t\t\"MNK\"\n\t],\n\t\"Raptor Chakra\" : [\n\t\t\"MNK\"\n\t],\n\t\"Coeurl Chakra\" : [\n\t\t\"MNK\"\n\t],\n\t\"Opo-opo Chakra\" : [\n\t\t\"MNK\"\n\t],\n\t\"Earth's Resolve\" : [\n\t\t\"MNK\"\n\t],\n\t\"Earth's Rumination\" : [\n\t\t\"MNK\"\n\t],\n\t\"Brotherhood\" : [\n\t\t\"MNK\"\n\t],\n\t\"Meditative Brotherhood\" : [\n\t\t\"MNK\"\n\t],\n\t\"Wind's Rumination\" : [\n\t\t\"MNK\"\n\t],\n\t\"Beast Chakra\" : [\n\t\t\"MNK\"\n\t],\n\t\"Fire's Rumination\" : [\n\t\t\"MNK\"\n\t],\n\t\"Dragon's Flight\" : [\n\t\t\"DRG\"\n\t],\n\t\"Nastrond Ready\" : [\n\t\t\"DRG\"\n\t],\n\t\"Draconian Fire\" : [\n\t\t\"DRG\"\n\t],\n\t\"Starcross Ready\" : [\n\t\t\"DRG\"\n\t],\n\t\"Kazematoi\" : [\n\t\t\"NIN\"\n\t],\n\t\"Higi\" : [\n\t\t\"NIN\"\n\t],\n\t\"Tenri Jindo Ready\" : [\n\t\t\"NIN\"\n\t],\n\t\"Meisui\" : [\n\t\t\"NIN\"\n\t],\n\t\"Raiju Ready\" : [\n\t\t\"NIN\"\n\t],\n\t\"Shadow Walker\" : [\n\t\t\"NIN\"\n\t],\n\t\"Getsu\" : [\n\t\t\"SAM\"\n\t],\n\t\"Ka\" : [\n\t\t\"SAM\"\n\t],\n\t\"Setsu\" : [\n\t\t\"SAM\"\n\t],\n\t\"Tendo\" : [\n\t\t\"SAM\"\n\t],\n\t\"Tsubame-gaeshi Ready\" : [\n\t\t\"SAM\"\n\t],\n\t\"Meditation\" : [\n\t\t\"SAM\"\n\t],\n\t\"Zanshin Ready\" : [\n\t\t\"SAM\"\n\t],\n\t\"Tengetsu's Foresight\" : [\n\t\t\"SAM\"\n\t],\n\t\"Enhanced Harpe\" : [\n\t\t\"RPR\"\n\t],\n\t\"Crest of Time Borrowed\" : [\n\t\t\"RPR\"\n\t],\n\t\"Executioner\" : [\n\t\t\"RPR\"\n\t],\n\t\"Oblatio\" : [\n\t\t\"RPR\"\n\t],\n\t\"Enhanced Cross Reaping\" : [\n\t\t\"RPR\"\n\t],\n\t\"Void Shroud\" : [\n\t\t\"RPR\"\n\t],\n\t\"Soulsow\" : [\n\t\t\"RPR\"\n\t],\n\t\"Ideal Host\" : [\n\t\t\"RPR\"\n\t],\n\t\"Perfectio Occulta\" : [\n\t\t\"RPR\"\n\t],\n\t\"Perfectio Parata\" : [\n\t\t\"RPR\"\n\t],\n\t\"Hunter's Instinct\" : [\n\t\t\"VPR\"\n\t],\n\t\"Swiftscaled\" : [\n\t\t\"VPR\"\n\t],\n\t\"Hindstung Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Hindsbane Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Flanksbane Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Flankstung Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Grimskin's Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Grimhunter's Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Rattling Coil\" : [\n\t\t\"VPR\"\n\t],\n\t\"Fellhunter's Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Fellskin's Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Hunter's Venom\" : [\n\t\t\"VPR\"\n\t],\n\t\"Poised for Twinfang\" : [\n\t\t\"VPR\"\n\t],\n\t\"Ready to Reawaken\" : [\n\t\t\"VPR\"\n\t],\n\t\"Anguine Tribute\" : [\n\t\t\"VPR\"\n\t],\n\t\"Poised for Twinblood\" : [\n\t\t\"VPR\"\n\t],\n\t\"Sacred Sight\" : [\n\t\t\"WHM\"\n\t],\n\t\"Confession\" : [\n\t\t\"WHM\"\n\t],\n\t\"Divine Grace\" : [\n\t\t\"WHM\"\n\t],\n\t\"Liturgy of the Bell\" : [\n\t\t\"WHM\"\n\t],\n\t\"Divine Aura\" : [\n\t\t\"WHM\"\n\t],\n\t\"Impact Imminent\" : [\n\t\t\"SCH\"\n\t],\n\t\"Divining\" : [\n\t\t\"AST\"\n\t],\n\t\"Earthly Dominance\" : [\n\t\t\"AST\"\n\t],\n\t\"Suntouched\" : [\n\t\t\"AST\"\n\t],\n\t\"Kardia\" : [\n\t\t\"SGE\"\n\t],\n\t\"Kardion\" : [\n\t\t\"SGE\"\n\t],\n\t\"Haimatinon\" : [\n\t\t\"SGE\"\n\t],\n\t\"Addersgall\" : [\n\t\t\"SGE\"\n\t],\n\t\"Panhaimatinon\" : [\n\t\t\"SGE\"\n\t],\n\t\"Eudaimonia\" : [\n\t\t\"SGE\"\n\t],\n\t\"Addersting\" : [\n\t\t\"SGE\"\n\t],\n\t\"Mage's Coda\" : [\n\t\t\"BRD\"\n\t],\n\t\"Resonant Arrow Ready\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Army's Coda\" : [\n\t\t\"BRD\"\n\t],\n\t\"Wanderer's Coda\" : [\n\t\t\"BRD\"\n\t],\n\t\"Radiant Encore Ready\" : [\n\t\t\"BRD\"\n\t],\n\t\"Overheated\" : [\n\t\t\"MCH\"\n\t],\n\t\"Full Metal Machinist\" : [\n\t\t\"MCH\"\n\t],\n\t\"Excavator Ready\" : [\n\t\t\"MCH\"\n\t],\n\t\"Last Dance Ready\" : [\n\t\t\"DNC\"\n\t],\n\t\"Closed Position\" : [\n\t\t\"DNC\"\n\t],\n\t\"Dance of the Dawn Ready\" : [\n\t\t\"DNC\"\n\t],\n\t\"Finishing Move Ready\" : [\n\t\t\"DNC\"\n\t],\n\t\"Fourfold Fan Dance\" : [\n\t\t\"DNC\"\n\t],\n\t\"Esprit\" : [\n\t\t\"DNC\"\n\t],\n\t\"Thunderhead\" : [\n\t\t\"BLM\"\n\t],\n\t\"Umbral Heart\" : [\n\t\t\"BLM\"\n\t],\n\t\"Paradox\" : [\n\t\t\"BLM\"\n\t],\n\t\"Astral Soul\" : [\n\t\t\"BLM\"\n\t],\n\t\"Polyglot\" : [\n\t\t\"BLM\"\n\t],\n\t\"Ruby Arcanum\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Topaz Arcanum\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Emerald Arcanum\" : [\n\t\t\"ARC\",\n\t\t\"SMN\"\n\t],\n\t\"Ifrit's Favor\" : [\n\t\t\"SMN\"\n\t],\n\t\"Garuda's Favor\" : [\n\t\t\"SMN\"\n\t],\n\t\"Ruby's Glimmer\" : [\n\t\t\"SMN\"\n\t],\n\t\"Titan's Favor\" : [\n\t\t\"SMN\"\n\t],\n\t\"Refulgent Lux\" : [\n\t\t\"SMN\"\n\t],\n\t\"Grand Impact Ready\" : [\n\t\t\"RDM\"\n\t],\n\t\"Thorned Flourish\" : [\n\t\t\"RDM\"\n\t],\n\t\"Magicked Swordplay\" : [\n\t\t\"RDM\"\n\t],\n\t\"Prefulgence Ready\" : [\n\t\t\"RDM\"\n\t],\n\t\"Aetherhues\" : [\n\t\t\"PCT\"\n\t],\n\t\"Aetherhues II\" : [\n\t\t\"PCT\"\n\t],\n\t\"White Paint\" : [\n\t\t\"PCT\"\n\t],\n\t\"Monochrome Tones\" : [\n\t\t\"PCT\"\n\t],\n\t\"Subtractive Spectrum\" : [\n\t\t\"PCT\"\n\t],\n\t\"Inspiration\" : [\n\t\t\"PCT\"\n\t],\n\t\"Hyperphantasia\" : [\n\t\t\"PCT\"\n\t],\n\t\"Rainbow Bright\" : [\n\t\t\"PCT\"\n\t],\n\t\"Starstruck\" : [\n\t\t\"PCT\"\n\t]\n}\n"
  },
  {
    "path": "src/data/game/debuff-jobs.json",
    "content": "{\n\t\"Doton Heavy\" : [\n\t\t\"NIN\"\n\t],\n\t\"Trick Attack\" : [\n\t\t\"ROG\",\n\t\t\"NIN\"\n\t],\n\t\"Death's Design\" : [\n\t\t\"RPR\"\n\t],\n\t\"Noxious Gnash\" : [\n\t\t\"VPR\"\n\t]\n}\n"
  },
  {
    "path": "src/data/game/dot-jobs.json",
    "content": "{\n\t\"Circle of Scorn\" : [\n\t\t\"PLD\"\n\t],\n\t\"Sonic Break\" : [\n\t\t\"GNB\"\n\t],\n\t\"Bow Shock\" : [\n\t\t\"GNB\"\n\t],\n\t\"Aero\" : [\n\t\t\"WHM\"\n\t],\n\t\"Aero II\" : [\n\t\t\"WHM\"\n\t],\n\t\"Dia\" : [\n\t\t\"WHM\"\n\t],\n\t\"Bio\" : [\n\t\t\"ACN\",\n\t\t\"SCH\"\n\t],\n\t\"Bio II\" : [\n\t\t\"ACN\",\n\t\t\"SCH\"\n\t],\n\t\"Biolysis\" : [\n\t\t\"SCH\"\n\t],\n\t\"Combust\" : [\n\t\t\"AST\"\n\t],\n\t\"Combust II\" : [\n\t\t\"AST\"\n\t],\n\t\"Collective Unconscious\" : [\n\t\t\"AST\"\n\t],\n\t\"Combust III\" : [\n\t\t\"AST\"\n\t],\n\t\"Chaos Thrust\" : [\n\t\t\"LNC\",\n\t\t\"DRG\"\n\t],\n\t\"Higanbana\" : [\n\t\t\"SAM\"\n\t],\n\t\"Kaeshi: Higanbana\" : [\n\t\t\"SAM\"\n\t],\n\t\"Windbite\" : [\n\t\t\"ARC\",\n\t\t\"BRD\"\n\t],\n\t\"Stormbite\" : [\n\t\t\"BRD\"\n\t],\n\t\"Flamethrower\" : [\n\t\t\"MCH\"\n\t],\n\t\"Bioblaster\" : [\n\t\t\"MCH\"\n\t],\n\t\"Thunder\" : [\n\t\t\"THM\",\n\t\t\"BLM\"\n\t],\n\t\"Thunder II\" : [\n\t\t\"THM\",\n\t\t\"BLM\"\n\t],\n\t\"Thunder III\" : [\n\t\t\"BLM\"\n\t],\n\t\"Thunder IV\" : [\n\t\t\"BLM\"\n\t],\n\t\"Miasma\" : [\n\t\t\"ACN\",\n\t\t\"SMN\"\n\t],\n\t\"Bio III\" : [\n\t\t\"SMN\"\n\t],\n\t\"Miasma III\" : [\n\t\t\"SMN\"\n\t],\n\t\"Inferno\" : [\n\t\t\"SMN\"\n\t],\n\t\"Blade of Valor\" : [\n\t\t\"PLD\"\n\t],\n\t\"Chaotic Spring\" : [\n\t\t\"DRG\"\n\t],\n\t\"Eukrasian Dosis\" : [\n\t\t\"SGE\"\n\t],\n\t\"Eukrasian Dosis II\" : [\n\t\t\"SGE\"\n\t],\n\t\"Eukrasian Dosis III\" : [\n\t\t\"SGE\"\n\t],\n\t\"Eukrasian Dyskrasia\" : [\n\t\t\"SGE\"\n\t],\n\t\"Baneful Impaction\" : [\n\t\t\"SCH\"\n\t],\n\t\"High Thunder\" : [\n\t\t\"BLM\"\n\t],\n\t\"High Thunder II\" : [\n\t\t\"BLM\"\n\t]\n}\n"
  },
  {
    "path": "src/data/game/effects.json",
    "content": "{\n\t\"1\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Petrification\",\n\t\t\t\t\"de\" : \"Stein\",\n\t\t\t\t\"fr\" : \"Pétrification\",\n\t\t\t\t\"jp\" : \"石化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep\",\n\t\t\t\t\"de\" : \"Schlaf\",\n\t\t\t\t\"fr\" : \"Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Daze\",\n\t\t\t\t\"de\" : \"Benommenheit\",\n\t\t\t\t\"fr\" : \"Évanouissement\",\n\t\t\t\t\"jp\" : \"気絶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amnesia\",\n\t\t\t\t\"de\" : \"Amnesie\",\n\t\t\t\t\"fr\" : \"Amnésie\",\n\t\t\t\t\"jp\" : \"アビリティ不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"6\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pacification\",\n\t\t\t\t\"de\" : \"Pacem\",\n\t\t\t\t\"fr\" : \"Pacification\",\n\t\t\t\t\"jp\" : \"ＷＳ不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silence\",\n\t\t\t\t\"de\" : \"Stumm\",\n\t\t\t\t\"fr\" : \"Silence\",\n\t\t\t\t\"jp\" : \"沈黙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"8\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confused\",\n\t\t\t\t\"de\" : \"Konfus\",\n\t\t\t\t\"fr\" : \"Confusion\",\n\t\t\t\t\"jp\" : \"混乱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Levitation\",\n\t\t\t\t\"de\" : \"Levitation\",\n\t\t\t\t\"fr\" : \"Lévitation\",\n\t\t\t\t\"jp\" : \"レビテト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"13\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blind\",\n\t\t\t\t\"de\" : \"Blind\",\n\t\t\t\t\"fr\" : \"Cécité\",\n\t\t\t\t\"jp\" : \"暗闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paralysis\",\n\t\t\t\t\"de\" : \"Paralyse\",\n\t\t\t\t\"fr\" : \"Paralysie\",\n\t\t\t\t\"jp\" : \"麻痺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"TP Bleed\",\n\t\t\t\t\"de\" : \"TP-Verlust\",\n\t\t\t\t\"fr\" : \"Saignée de PT\",\n\t\t\t\t\"jp\" : \"ＴＰ継続ダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"21\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost\",\n\t\t\t\t\"de\" : \"LP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PV\",\n\t\t\t\t\"jp\" : \"最大ＨＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Penalty\",\n\t\t\t\t\"de\" : \"LP-Malus\",\n\t\t\t\t\"fr\" : \"Malus de PV\",\n\t\t\t\t\"jp\" : \"最大ＨＰダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"MP Boost\",\n\t\t\t\t\"de\" : \"MP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PM\",\n\t\t\t\t\"jp\" : \"最大ＭＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"MP Penalty\",\n\t\t\t\t\"de\" : \"MP-Malus\",\n\t\t\t\t\"fr\" : \"Malus de PM\",\n\t\t\t\t\"jp\" : \"最大ＭＰダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attack Up\",\n\t\t\t\t\"de\" : \"Attacke-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus d'attaque\",\n\t\t\t\t\"jp\" : \"物理攻撃力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attack Down\",\n\t\t\t\t\"de\" : \"Attacke-Malus\",\n\t\t\t\t\"fr\" : \"Malus d'attaque\",\n\t\t\t\t\"jp\" : \"物理攻撃力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accuracy Up\",\n\t\t\t\t\"de\" : \"Präzisions-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de précision\",\n\t\t\t\t\"jp\" : \"命中率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"28\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accuracy Down\",\n\t\t\t\t\"de\" : \"Präzisions-Malus\",\n\t\t\t\t\"fr\" : \"Malus de précision\",\n\t\t\t\t\"jp\" : \"命中率ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defense Up\",\n\t\t\t\t\"de\" : \"Verteidigungs-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de défense\",\n\t\t\t\t\"jp\" : \"物理防御力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defense Down\",\n\t\t\t\t\"de\" : \"Verteidigungs-Malus\",\n\t\t\t\t\"fr\" : \"Malus de défense\",\n\t\t\t\t\"jp\" : \"物理防御力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Evasion Up\",\n\t\t\t\t\"de\" : \"Ausweich-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus d'esquive\",\n\t\t\t\t\"jp\" : \"回避力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"32\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Evasion Down\",\n\t\t\t\t\"de\" : \"Ausweich-Malus\",\n\t\t\t\t\"fr\" : \"Malus d'esquive\",\n\t\t\t\t\"jp\" : \"回避力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"33\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attack Magic Potency Up\",\n\t\t\t\t\"de\" : \"Offensivmagie-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de puissance magique\",\n\t\t\t\t\"jp\" : \"魔法攻撃力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attack Magic Potency Down\",\n\t\t\t\t\"de\" : \"Offensivmagie-Malus\",\n\t\t\t\t\"fr\" : \"Malus de puissance magique\",\n\t\t\t\t\"jp\" : \"魔法攻撃力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Potency Up\",\n\t\t\t\t\"de\" : \"Heilmagie-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de magie curative\",\n\t\t\t\t\"jp\" : \"魔法回復力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Potency Down\",\n\t\t\t\t\"de\" : \"Heilmagie-Malus\",\n\t\t\t\t\"fr\" : \"Malus de magie curative\",\n\t\t\t\t\"jp\" : \"魔法回復力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Defense Up\",\n\t\t\t\t\"de\" : \"Magieabwehr-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de défense magique\",\n\t\t\t\t\"jp\" : \"魔法防御力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"38\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Defense Down\",\n\t\t\t\t\"de\" : \"Magieabwehr-Malus\",\n\t\t\t\t\"fr\" : \"Malus de défense magique\",\n\t\t\t\t\"jp\" : \"魔法防御力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun Resistance\",\n\t\t\t\t\"de\" : \"Betäubungsresistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silence Resistance\",\n\t\t\t\t\"de\" : \"Stumm-Resistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Silence\",\n\t\t\t\t\"jp\" : \"沈黙無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crafting Facility\",\n\t\t\t\t\"de\" : \"Werkstattstimmung\",\n\t\t\t\t\"fr\" : \"Installation d'artisanat\",\n\t\t\t\t\"jp\" : \"製作設備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"42\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Echo\",\n\t\t\t\t\"de\" : \"Kraft des Transzendierens\",\n\t\t\t\t\"fr\" : \"L'Écho\",\n\t\t\t\t\"jp\" : \"超える力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Weakness\",\n\t\t\t\t\"de\" : \"Schwäche\",\n\t\t\t\t\"fr\" : \"Affaiblissement\",\n\t\t\t\t\"jp\" : \"衰弱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"44\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brink of Death\",\n\t\t\t\t\"de\" : \"Sterbenselend\",\n\t\t\t\t\"fr\" : \"Mourant\",\n\t\t\t\t\"jp\" : \"衰弱［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"45\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crafter's Grace\",\n\t\t\t\t\"de\" : \"Sternstunde der Handwerker\",\n\t\t\t\t\"fr\" : \"Grâce de l'artisan\",\n\t\t\t\t\"jp\" : \"経験値アップ（クラフター専用）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"46\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gatherer's Grace\",\n\t\t\t\t\"de\" : \"Sternstunde der Sammler\",\n\t\t\t\t\"fr\" : \"Grâce du récolteur\",\n\t\t\t\t\"jp\" : \"経験値アップ（ギャザラー専用）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"47\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sneak\",\n\t\t\t\t\"de\" : \"Verstohlenheit\",\n\t\t\t\t\"fr\" : \"Discrétion\",\n\t\t\t\t\"jp\" : \"スニーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"48\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Well Fed\",\n\t\t\t\t\"de\" : \"Gut gesättigt\",\n\t\t\t\t\"fr\" : \"Repu\",\n\t\t\t\t\"jp\" : \"食事\"\n\t\t\t}\n\t\t}\n\t},\n\t\"49\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medicated\",\n\t\t\t\t\"de\" : \"Stärkung\",\n\t\t\t\t\"fr\" : \"Médicamenté\",\n\t\t\t\t\"jp\" : \"強化薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"50\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sprint\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Sprint\",\n\t\t\t\t\"jp\" : \"スプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"51\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Strength Down\",\n\t\t\t\t\"de\" : \"Stärke-Malus\",\n\t\t\t\t\"fr\" : \"Malus de force\",\n\t\t\t\t\"jp\" : \"ＳＴＲダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"52\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vitality Down\",\n\t\t\t\t\"de\" : \"Konstitutions-Malus\",\n\t\t\t\t\"fr\" : \"Malus de vitalité\",\n\t\t\t\t\"jp\" : \"ＶＩＴダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"53\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Up\",\n\t\t\t\t\"de\" : \"Schadenswert +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"54\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Down\",\n\t\t\t\t\"de\" : \"Schadenswert -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique diminuée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"56\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"57\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Up\",\n\t\t\t\t\"de\" : \"Magieschaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"58\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Down\",\n\t\t\t\t\"de\" : \"Magieschaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"59\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique diminuée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"62\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"64\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"65\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Skill\",\n\t\t\t\t\"de\" : \"Kritisches Potenzial\",\n\t\t\t\t\"fr\" : \"Maîtrise critique\",\n\t\t\t\t\"jp\" : \"ウェポンスキル強化：クリティカル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"66\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Terror\",\n\t\t\t\t\"de\" : \"Terror\",\n\t\t\t\t\"fr\" : \"Terreur\",\n\t\t\t\t\"jp\" : \"恐怖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"68\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drainstrikes\",\n\t\t\t\t\"de\" : \"Auszehren\",\n\t\t\t\t\"fr\" : \"Coups drainants\",\n\t\t\t\t\"jp\" : \"オートアタック強化：ＨＰ吸収\"\n\t\t\t}\n\t\t}\n\t},\n\t\"69\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspirstrikes\",\n\t\t\t\t\"de\" : \"Auslaugen\",\n\t\t\t\t\"fr\" : \"Coups aspirants\",\n\t\t\t\t\"jp\" : \"オートアタック強化：ＴＰ吸収\"\n\t\t\t}\n\t\t}\n\t},\n\t\"70\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stunstrikes\",\n\t\t\t\t\"de\" : \"Ausschalten\",\n\t\t\t\t\"fr\" : \"Coups étourdissants\",\n\t\t\t\t\"jp\" : \"オートアタック強化：スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"71\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart\",\n\t\t\t\t\"de\" : \"Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart\",\n\t\t\t\t\"jp\" : \"ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"72\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Convalescence\",\n\t\t\t\t\"de\" : \"Konvaleszenz\",\n\t\t\t\t\"fr\" : \"Convalescence\",\n\t\t\t\t\"jp\" : \"コンバレセンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"73\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Awareness\",\n\t\t\t\t\"de\" : \"Achtsamkeit\",\n\t\t\t\t\"fr\" : \"Diligence\",\n\t\t\t\t\"jp\" : \"アウェアネス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"74\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GLD\",\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sentinel\",\n\t\t\t\t\"de\" : \"Sentinel\",\n\t\t\t\t\"fr\" : \"Sentinelle\",\n\t\t\t\t\"jp\" : \"センチネル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"75\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempered Will\",\n\t\t\t\t\"de\" : \"Eherner Wille\",\n\t\t\t\t\"fr\" : \"Volonté d'acier\",\n\t\t\t\t\"jp\" : \"鋼の意志\"\n\t\t\t}\n\t\t}\n\t},\n\t\"76\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GLD\",\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fight or Flight\",\n\t\t\t\t\"de\" : \"Verwegenheit\",\n\t\t\t\t\"fr\" : \"Combat acharné\",\n\t\t\t\t\"jp\" : \"ファイト・オア・フライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"77\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bulwark\",\n\t\t\t\t\"de\" : \"Bollwerk\",\n\t\t\t\t\"fr\" : \"Forteresse\",\n\t\t\t\t\"jp\" : \"ブルワーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"78\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sword Oath\",\n\t\t\t\t\"de\" : \"Schwert-Eid\",\n\t\t\t\t\"fr\" : \"Serment de l'épée\",\n\t\t\t\t\"jp\" : \"忠義の剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"79\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Iron Will\",\n\t\t\t\t\"de\" : \"Schild-Eid\",\n\t\t\t\t\"fr\" : \"Volonté de fer\",\n\t\t\t\t\"jp\" : \"アイアンウィル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"80\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cover\",\n\t\t\t\t\"de\" : \"Deckung\",\n\t\t\t\t\"fr\" : \"Couverture\",\n\t\t\t\t\"jp\" : \"かばう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"81\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Covered\",\n\t\t\t\t\"de\" : \"Gedeckt\",\n\t\t\t\t\"fr\" : \"Couvert\",\n\t\t\t\t\"jp\" : \"かばう［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"82\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hallowed Ground\",\n\t\t\t\t\"de\" : \"Heiliger Boden\",\n\t\t\t\t\"fr\" : \"Invincible\",\n\t\t\t\t\"jp\" : \"インビンシブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"83\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Foresight\",\n\t\t\t\t\"de\" : \"Vorahnung\",\n\t\t\t\t\"fr\" : \"Aguet\",\n\t\t\t\t\"jp\" : \"フォーサイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"84\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath\",\n\t\t\t\t\"de\" : \"Blutbad\",\n\t\t\t\t\"fr\" : \"Bain de sang\",\n\t\t\t\t\"jp\" : \"ブラッドバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"85\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Maim\",\n\t\t\t\t\"de\" : \"Verstümmelung\",\n\t\t\t\t\"fr\" : \"Mutilation\",\n\t\t\t\t\"jp\" : \"メイム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"86\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Berserk\",\n\t\t\t\t\"de\" : \"Tollwut\",\n\t\t\t\t\"fr\" : \"Berserk\",\n\t\t\t\t\"jp\" : \"バーサク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"87\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thrill of Battle\",\n\t\t\t\t\"de\" : \"Kampfrausch\",\n\t\t\t\t\"fr\" : \"Frisson de la bataille\",\n\t\t\t\t\"jp\" : \"スリル・オブ・バトル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"88\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holmgang\",\n\t\t\t\t\"de\" : \"Holmgang\",\n\t\t\t\t\"fr\" : \"Holmgang\",\n\t\t\t\t\"jp\" : \"ホルムギャング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"89\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vengeance\",\n\t\t\t\t\"de\" : \"Rache\",\n\t\t\t\t\"fr\" : \"Représailles\",\n\t\t\t\t\"jp\" : \"ヴェンジェンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"90\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Storm's Eye\",\n\t\t\t\t\"de\" : \"Sturmbrecher\",\n\t\t\t\t\"fr\" : \"Œil de la tempête\",\n\t\t\t\t\"jp\" : \"シュトルムブレハ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"91\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defiance\",\n\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\"fr\" : \"Défi\",\n\t\t\t\t\"jp\" : \"ディフェンダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"92\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unchained\",\n\t\t\t\t\"de\" : \"Entfesselt\",\n\t\t\t\t\"fr\" : \"Affranchissement\",\n\t\t\t\t\"jp\" : \"アンチェインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"93\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrath\",\n\t\t\t\t\"de\" : \"Zorn\",\n\t\t\t\t\"fr\" : \"Rage\",\n\t\t\t\t\"jp\" : \"ラース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"94\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrath II\",\n\t\t\t\t\"de\" : \"Zorn II\",\n\t\t\t\t\"fr\" : \"Rage II\",\n\t\t\t\t\"jp\" : \"ラースII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"95\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrath III\",\n\t\t\t\t\"de\" : \"Zorn III\",\n\t\t\t\t\"fr\" : \"Rage III\",\n\t\t\t\t\"jp\" : \"ラースIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"96\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrath IV\",\n\t\t\t\t\"de\" : \"Zorn IV\",\n\t\t\t\t\"fr\" : \"Rage IV\",\n\t\t\t\t\"jp\" : \"ラースIV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"97\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infuriated\",\n\t\t\t\t\"de\" : \"Zorn V\",\n\t\t\t\t\"fr\" : \"Rage V\",\n\t\t\t\t\"jp\" : \"ラースV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"98\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragon Kick\",\n\t\t\t\t\"de\" : \"Drachentritt\",\n\t\t\t\t\"fr\" : \"Tacle du dragon\",\n\t\t\t\t\"jp\" : \"双竜脚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"99\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Featherfoot\",\n\t\t\t\t\"de\" : \"Leichtfuß\",\n\t\t\t\t\"fr\" : \"Pieds légers\",\n\t\t\t\t\"jp\" : \"フェザーステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"100\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Internal Release\",\n\t\t\t\t\"de\" : \"Innere Gelöstheit\",\n\t\t\t\t\"fr\" : \"Relâchement intérieur\",\n\t\t\t\t\"jp\" : \"発勁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"101\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twin Snakes\",\n\t\t\t\t\"de\" : \"Doppelviper\",\n\t\t\t\t\"fr\" : \"Serpents jumeaux\",\n\t\t\t\t\"jp\" : \"双掌打\"\n\t\t\t}\n\t\t}\n\t},\n\t\"102\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mantra\",\n\t\t\t\t\"de\" : \"Mantra\",\n\t\t\t\t\"fr\" : \"Mantra\",\n\t\t\t\t\"jp\" : \"マントラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"103\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fists of Fire\",\n\t\t\t\t\"de\" : \"Sengende Aura\",\n\t\t\t\t\"fr\" : \"Poings de feu\",\n\t\t\t\t\"jp\" : \"紅蓮の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"104\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fists of Earth\",\n\t\t\t\t\"de\" : \"Steinerne Aura\",\n\t\t\t\t\"fr\" : \"Poings de terre\",\n\t\t\t\t\"jp\" : \"金剛の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"105\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fists of Wind\",\n\t\t\t\t\"de\" : \"Beflügelnde Aura\",\n\t\t\t\t\"fr\" : \"Poings de vent\",\n\t\t\t\t\"jp\" : \"疾風の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"106\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Touch of Death\",\n\t\t\t\t\"de\" : \"Hauch des Todes\",\n\t\t\t\t\"fr\" : \"Toucher mortel\",\n\t\t\t\t\"jp\" : \"秘孔拳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"107\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Opo-opo Form\",\n\t\t\t\t\"de\" : \"Opo-Opo-Form\",\n\t\t\t\t\"fr\" : \"Posture de l'opo-opo\",\n\t\t\t\t\"jp\" : \"壱の型：魔猿\"\n\t\t\t}\n\t\t}\n\t},\n\t\"108\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raptor Form\",\n\t\t\t\t\"de\" : \"Raptor-Form\",\n\t\t\t\t\"fr\" : \"Posture du raptor\",\n\t\t\t\t\"jp\" : \"弐の型：走竜\"\n\t\t\t}\n\t\t}\n\t},\n\t\"109\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Coeurl Form\",\n\t\t\t\t\"de\" : \"Coeurl-Form\",\n\t\t\t\t\"fr\" : \"Posture du coeurl\",\n\t\t\t\t\"jp\" : \"参の型：猛虎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"110\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfect Balance\",\n\t\t\t\t\"de\" : \"Improvisation\",\n\t\t\t\t\"fr\" : \"Équilibre parfait\",\n\t\t\t\t\"jp\" : \"踏鳴\"\n\t\t\t}\n\t\t}\n\t},\n\t\"111\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Greased Lightning\",\n\t\t\t\t\"de\" : \"Geölter Blitz\",\n\t\t\t\t\"fr\" : \"Vitesse de l'éclair\",\n\t\t\t\t\"jp\" : \"疾風迅雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"112\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Greased Lightning II\",\n\t\t\t\t\"de\" : \"Geölter Blitz II\",\n\t\t\t\t\"fr\" : \"Vitesse de l'éclair II\",\n\t\t\t\t\"jp\" : \"疾風迅雷II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"113\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Greased Lightning III\",\n\t\t\t\t\"de\" : \"Geölter Blitz III\",\n\t\t\t\t\"fr\" : \"Vitesse de l'éclair III\",\n\t\t\t\t\"jp\" : \"疾風迅雷III\"\n\t\t\t}\n\t\t}\n\t},\n\t\"114\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Keen Flurry\",\n\t\t\t\t\"de\" : \"Auge des Sturms\",\n\t\t\t\t\"fr\" : \"Volée défensive\",\n\t\t\t\t\"jp\" : \"キーンフラーリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"115\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy Thrust\",\n\t\t\t\t\"de\" : \"Gewaltiger Stoß\",\n\t\t\t\t\"fr\" : \"Percée puissante\",\n\t\t\t\t\"jp\" : \"ヘヴィスラスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"116\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Surge\",\n\t\t\t\t\"de\" : \"Vitalwallung\",\n\t\t\t\t\"fr\" : \"Souffle de vie\",\n\t\t\t\t\"jp\" : \"ライフサージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"117\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood for Blood\",\n\t\t\t\t\"de\" : \"Zahn um Zahn\",\n\t\t\t\t\"fr\" : \"Du sang pour du sang\",\n\t\t\t\t\"jp\" : \"捨身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"118\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chaos Thrust\",\n\t\t\t\t\"de\" : \"Chaotischer Tjost\",\n\t\t\t\t\"fr\" : \"Percée chaotique\",\n\t\t\t\t\"jp\" : \"桜華狂咲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"119\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phlebotomize\",\n\t\t\t\t\"de\" : \"Phlebotomie\",\n\t\t\t\t\"fr\" : \"Double percée\",\n\t\t\t\t\"jp\" : \"二段突き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"120\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Power Surge\",\n\t\t\t\t\"de\" : \"Drachenklaue\",\n\t\t\t\t\"fr\" : \"Souffle de puissance\",\n\t\t\t\t\"jp\" : \"竜槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"121\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disembowel\",\n\t\t\t\t\"de\" : \"Drachengriff\",\n\t\t\t\t\"fr\" : \"Éventration\",\n\t\t\t\t\"jp\" : \"ディセムボウル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"122\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Straight Shot Ready\",\n\t\t\t\t\"de\" : \"Direktschussbereit\",\n\t\t\t\t\"fr\" : \"Tir droit préparé\",\n\t\t\t\t\"jp\" : \"ストレートショット実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"123\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hawk's Eye\",\n\t\t\t\t\"de\" : \"Falkenauge\",\n\t\t\t\t\"fr\" : \"Œil de faucon\",\n\t\t\t\t\"jp\" : \"ホークアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"124\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Venomous Bite\",\n\t\t\t\t\"de\" : \"Infizierte Wunde\",\n\t\t\t\t\"fr\" : \"Morsure venimeuse\",\n\t\t\t\t\"jp\" : \"ベノムバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"125\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raging Strikes\",\n\t\t\t\t\"de\" : \"Wütende Attacke\",\n\t\t\t\t\"fr\" : \"Tir furieux\",\n\t\t\t\t\"jp\" : \"猛者の撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"126\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"127\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diversion\",\n\t\t\t\t\"de\" : \"Ablenkung\",\n\t\t\t\t\"fr\" : \"Diversion\",\n\t\t\t\t\"jp\" : \"ディヴァージョン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"128\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Barrage\",\n\t\t\t\t\"de\" : \"Sperrfeuer\",\n\t\t\t\t\"fr\" : \"Rafale de coups\",\n\t\t\t\t\"jp\" : \"乱れ撃ち\"\n\t\t\t}\n\t\t}\n\t},\n\t\"129\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windbite\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Morsure du vent\",\n\t\t\t\t\"jp\" : \"ウィンドバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"130\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Straight Shot\",\n\t\t\t\t\"de\" : \"Direkter Schuss\",\n\t\t\t\t\"fr\" : \"Tir droit\",\n\t\t\t\t\"jp\" : \"ストレートショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"131\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Downpour of Death\",\n\t\t\t\t\"de\" : \"Tödlicher Regen +\",\n\t\t\t\t\"fr\" : \"Déluge mortel\",\n\t\t\t\t\"jp\" : \"レイン・オブ・デス効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"132\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quicker Nock\",\n\t\t\t\t\"de\" : \"Pfeilsalve +\",\n\t\t\t\t\"fr\" : \"Salve fulgurante améliorée\",\n\t\t\t\t\"jp\" : \"クイックノック効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"133\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftsong\",\n\t\t\t\t\"de\" : \"Schmissiger Song\",\n\t\t\t\t\"fr\" : \"Chant rapide\",\n\t\t\t\t\"jp\" : \"スウィフトソング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"134\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftsong\",\n\t\t\t\t\"de\" : \"Schmissiger Song\",\n\t\t\t\t\"fr\" : \"Chant rapide\",\n\t\t\t\t\"jp\" : \"スウィフトソング：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"135\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mage's Ballad\",\n\t\t\t\t\"de\" : \"Ballade des Weisen\",\n\t\t\t\t\"fr\" : \"Ballade du mage\",\n\t\t\t\t\"jp\" : \"賢人のバラード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"136\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mage's Ballad\",\n\t\t\t\t\"de\" : \"Ballade des Weisen\",\n\t\t\t\t\"fr\" : \"Ballade du mage\",\n\t\t\t\t\"jp\" : \"賢人のバラード：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"137\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Paeon\",\n\t\t\t\t\"de\" : \"Hymne der Krieger\",\n\t\t\t\t\"fr\" : \"Péan martial\",\n\t\t\t\t\"jp\" : \"軍神のパイオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"138\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Paeon\",\n\t\t\t\t\"de\" : \"Hymne der Krieger\",\n\t\t\t\t\"fr\" : \"Péan martial\",\n\t\t\t\t\"jp\" : \"軍神のパイオン：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"139\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Foe Requiem\",\n\t\t\t\t\"de\" : \"Requiem der Feinde\",\n\t\t\t\t\"fr\" : \"Requiem ennemi\",\n\t\t\t\t\"jp\" : \"魔人のレクイエム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"140\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Foe Requiem\",\n\t\t\t\t\"de\" : \"Requiem der Feinde\",\n\t\t\t\t\"fr\" : \"Requiem ennemi\",\n\t\t\t\t\"jp\" : \"魔人のレクイエム：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"141\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle Voice\",\n\t\t\t\t\"de\" : \"Ode an die Seele\",\n\t\t\t\t\"fr\" : \"Voix de combat\",\n\t\t\t\t\"jp\" : \"バトルボイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"142\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"143\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aero\",\n\t\t\t\t\"de\" : \"Wind\",\n\t\t\t\t\"fr\" : \"Vent\",\n\t\t\t\t\"jp\" : \"エアロ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"144\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aero II\",\n\t\t\t\t\"de\" : \"Windra\",\n\t\t\t\t\"fr\" : \"Extra Vent\",\n\t\t\t\t\"jp\" : \"エアロラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"145\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cleric Stance\",\n\t\t\t\t\"de\" : \"Bußprediger\",\n\t\t\t\t\"fr\" : \"Prestance du prêtre\",\n\t\t\t\t\"jp\" : \"クルセードスタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"146\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protect\",\n\t\t\t\t\"de\" : \"Protes\",\n\t\t\t\t\"fr\" : \"Bouclier\",\n\t\t\t\t\"jp\" : \"プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"147\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protect\",\n\t\t\t\t\"de\" : \"Protes\",\n\t\t\t\t\"fr\" : \"Bouclier\",\n\t\t\t\t\"jp\" : \"プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"148\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raise\",\n\t\t\t\t\"de\" : \"Wiederbeleben\",\n\t\t\t\t\"fr\" : \"Vie\",\n\t\t\t\t\"jp\" : \"蘇生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"149\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"150\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medica II\",\n\t\t\t\t\"de\" : \"Resedra\",\n\t\t\t\t\"fr\" : \"Extra Médica\",\n\t\t\t\t\"jp\" : \"メディカラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"151\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stoneskin\",\n\t\t\t\t\"de\" : \"Steinhaut\",\n\t\t\t\t\"fr\" : \"Cuirasse\",\n\t\t\t\t\"jp\" : \"ストンスキン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"152\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stoneskin (Physical)\",\n\t\t\t\t\"de\" : \"Steinhaut (physisch)\",\n\t\t\t\t\"fr\" : \"Cuirasse (physique)\",\n\t\t\t\t\"jp\" : \"ストンスキン（物理攻撃）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"153\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stoneskin (Magical)\",\n\t\t\t\t\"de\" : \"Steinhaut (magisch)\",\n\t\t\t\t\"fr\" : \"Cuirasse (magique)\",\n\t\t\t\t\"jp\" : \"ストンスキン（魔法攻撃）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"154\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shroud of Saints\",\n\t\t\t\t\"de\" : \"Fispelstimme\",\n\t\t\t\t\"fr\" : \"Voile des saints\",\n\t\t\t\t\"jp\" : \"女神の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"155\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Freecure\",\n\t\t\t\t\"de\" : \"Vitra +\",\n\t\t\t\t\"fr\" : \"Extra Soin amélioré\",\n\t\t\t\t\"jp\" : \"ケアルラ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"156\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Overcure\",\n\t\t\t\t\"de\" : \"Vitaga +\",\n\t\t\t\t\"fr\" : \"Méga Soin amélioré\",\n\t\t\t\t\"jp\" : \"ケアルガ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"157\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Presence of Mind\",\n\t\t\t\t\"de\" : \"Geistesgegenwart\",\n\t\t\t\t\"fr\" : \"Présence d'esprit\",\n\t\t\t\t\"jp\" : \"神速魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"158\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Regen\",\n\t\t\t\t\"de\" : \"Regena\",\n\t\t\t\t\"fr\" : \"Récup\",\n\t\t\t\t\"jp\" : \"リジェネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"159\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Seal\",\n\t\t\t\t\"de\" : \"Göttliches Siegel\",\n\t\t\t\t\"fr\" : \"Sceau divin\",\n\t\t\t\t\"jp\" : \"ディヴァインシール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"160\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"heal\",\n\t\t\t\"THM\",\n\t\t\t\"BLM\",\n\t\t\t\"ACN\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"BLM\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surecast\",\n\t\t\t\t\"de\" : \"Unbeirrbarkeit\",\n\t\t\t\t\"fr\" : \"Stoïcisme\",\n\t\t\t\t\"jp\" : \"堅実魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"161\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder\",\n\t\t\t\t\"de\" : \"Blitz\",\n\t\t\t\t\"fr\" : \"Foudre\",\n\t\t\t\t\"jp\" : \"サンダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"162\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder II\",\n\t\t\t\t\"de\" : \"Blitzra\",\n\t\t\t\t\"fr\" : \"Extra Foudre\",\n\t\t\t\t\"jp\" : \"サンダラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"163\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder III\",\n\t\t\t\t\"de\" : \"Blitzga\",\n\t\t\t\t\"fr\" : \"Méga Foudre\",\n\t\t\t\t\"jp\" : \"サンダガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"164\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thundercloud\",\n\t\t\t\t\"de\" : \"Blitz +\",\n\t\t\t\t\"fr\" : \"Nuage d'orage\",\n\t\t\t\t\"jp\" : \"サンダー系魔法効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"165\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Firestarter\",\n\t\t\t\t\"de\" : \"Feuga +\",\n\t\t\t\t\"fr\" : \"Pyromane\",\n\t\t\t\t\"jp\" : \"ファイガ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"166\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Succor\",\n\t\t\t\t\"de\" : \"Kurieren +\",\n\t\t\t\t\"fr\" : \"Grand soulagement\",\n\t\t\t\t\"jp\" : \"士気高揚の策効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"167\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"heal\",\n\t\t\t\"THM\",\n\t\t\t\"BLM\",\n\t\t\t\"ACN\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"BLM\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftcast\",\n\t\t\t\t\"de\" : \"Spontaneität\",\n\t\t\t\t\"fr\" : \"Magie prompte\",\n\t\t\t\t\"jp\" : \"迅速魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"168\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manaward\",\n\t\t\t\t\"de\" : \"Mana-Schild\",\n\t\t\t\t\"fr\" : \"Barrière de mana\",\n\t\t\t\t\"jp\" : \"マバリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"169\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manawall\",\n\t\t\t\t\"de\" : \"Mana-Wand\",\n\t\t\t\t\"fr\" : \"Mur de mana\",\n\t\t\t\t\"jp\" : \"ウォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"170\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apocatastasis\",\n\t\t\t\t\"de\" : \"Apokatastasis\",\n\t\t\t\t\"fr\" : \"Apocatastase\",\n\t\t\t\t\"jp\" : \"アポカタスタシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"171\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ekpyrosis\",\n\t\t\t\t\"de\" : \"Ekpyrosis\",\n\t\t\t\t\"fr\" : \"Ekpyrosis\",\n\t\t\t\t\"jp\" : \"アポカタスタシス不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"172\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infirmity\",\n\t\t\t\t\"de\" : \"Gebrechlichkeit\",\n\t\t\t\t\"fr\" : \"Infirmité\",\n\t\t\t\t\"jp\" : \"虚弱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"173\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Fire\",\n\t\t\t\t\"de\" : \"Lichtfeuer\",\n\t\t\t\t\"fr\" : \"Feu astral\",\n\t\t\t\t\"jp\" : \"アストラルファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"174\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Fire II\",\n\t\t\t\t\"de\" : \"Lichtfeuer II\",\n\t\t\t\t\"fr\" : \"Feu astral II\",\n\t\t\t\t\"jp\" : \"アストラルファイアII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"175\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Fire III\",\n\t\t\t\t\"de\" : \"Lichtfeuer III\",\n\t\t\t\t\"fr\" : \"Feu astral III\",\n\t\t\t\t\"jp\" : \"アストラルファイアIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"176\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Ice\",\n\t\t\t\t\"de\" : \"Schatteneis\",\n\t\t\t\t\"fr\" : \"Glace ombrale\",\n\t\t\t\t\"jp\" : \"アンブラルブリザード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"177\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Ice II\",\n\t\t\t\t\"de\" : \"Schatteneis II\",\n\t\t\t\t\"fr\" : \"Glace ombrale II\",\n\t\t\t\t\"jp\" : \"アンブラルブリザードII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"178\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Ice III\",\n\t\t\t\t\"de\" : \"Schatteneis III\",\n\t\t\t\t\"fr\" : \"Glace ombrale III\",\n\t\t\t\t\"jp\" : \"アンブラルブリザードIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"179\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ACN\",\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bio\",\n\t\t\t\t\"de\" : \"Bio\",\n\t\t\t\t\"fr\" : \"Bactérie\",\n\t\t\t\t\"jp\" : \"バイオ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"180\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ACN\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miasma\",\n\t\t\t\t\"de\" : \"Miasma\",\n\t\t\t\t\"fr\" : \"Miasmes\",\n\t\t\t\t\"jp\" : \"ミアズマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"181\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disease\",\n\t\t\t\t\"de\" : \"Krankheit\",\n\t\t\t\t\"fr\" : \"Maladie\",\n\t\t\t\t\"jp\" : \"病気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"182\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Virus\",\n\t\t\t\t\"de\" : \"Virus\",\n\t\t\t\t\"fr\" : \"Virus\",\n\t\t\t\t\"jp\" : \"ウイルス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"183\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fever\",\n\t\t\t\t\"de\" : \"Geistesvirus\",\n\t\t\t\t\"fr\" : \"Virus de l'esprit\",\n\t\t\t\t\"jp\" : \"マインドウイルス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"184\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustain\",\n\t\t\t\t\"de\" : \"Erhaltung\",\n\t\t\t\t\"fr\" : \"Transfusion\",\n\t\t\t\t\"jp\" : \"サステイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"185\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye for an Eye\",\n\t\t\t\t\"de\" : \"Auge um Auge\",\n\t\t\t\t\"fr\" : \"Œil pour œil\",\n\t\t\t\t\"jp\" : \"アイ・フォー・アイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"186\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye for an Eye\",\n\t\t\t\t\"de\" : \"Auge um Auge\",\n\t\t\t\t\"fr\" : \"Œil pour œil\",\n\t\t\t\t\"jp\" : \"アイ・フォー・アイ：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"187\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rouse\",\n\t\t\t\t\"de\" : \"Aufmuntern\",\n\t\t\t\t\"fr\" : \"Stimulation\",\n\t\t\t\t\"jp\" : \"ラウズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"188\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miasma II\",\n\t\t\t\t\"de\" : \"Miasra\",\n\t\t\t\t\"fr\" : \"Extra Miasmes\",\n\t\t\t\t\"jp\" : \"ミアズラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"189\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ACN\",\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bio II\",\n\t\t\t\t\"de\" : \"Biora\",\n\t\t\t\t\"fr\" : \"Extra Bactérie\",\n\t\t\t\t\"jp\" : \"バイオラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"190\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Flare\",\n\t\t\t\t\"de\" : \"Schattenflamme\",\n\t\t\t\t\"fr\" : \"Éruption ténébreuse\",\n\t\t\t\t\"jp\" : \"シャドウフレア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"191\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Malady\",\n\t\t\t\t\"de\" : \"Pestilenz\",\n\t\t\t\t\"fr\" : \"Infection\",\n\t\t\t\t\"jp\" : \"瘴気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"192\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spur\",\n\t\t\t\t\"de\" : \"Ansporn\",\n\t\t\t\t\"fr\" : \"Encouragement\",\n\t\t\t\t\"jp\" : \"スパー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"193\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"194\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield Wall\",\n\t\t\t\t\"de\" : \"Schutzschild\",\n\t\t\t\t\"fr\" : \"Mur protecteur\",\n\t\t\t\t\"jp\" : \"シールドウォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"195\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stronghold\",\n\t\t\t\t\"de\" : \"Bastion\",\n\t\t\t\t\"fr\" : \"Citadelle\",\n\t\t\t\t\"jp\" : \"ストロングホールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"196\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Last Bastion\",\n\t\t\t\t\"de\" : \"Letzte Bastion\",\n\t\t\t\t\"fr\" : \"Dernier bastion\",\n\t\t\t\t\"jp\" : \"ラストバスティオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"197\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blaze Spikes\",\n\t\t\t\t\"de\" : \"Feuerstachel\",\n\t\t\t\t\"fr\" : \"Pointes de feu\",\n\t\t\t\t\"jp\" : \"ブレイズスパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"198\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Spikes\",\n\t\t\t\t\"de\" : \"Eisstachel\",\n\t\t\t\t\"fr\" : \"Pointes de glace\",\n\t\t\t\t\"jp\" : \"アイススパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"199\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shock Spikes\",\n\t\t\t\t\"de\" : \"Schockstachel\",\n\t\t\t\t\"fr\" : \"Pointes de foudre\",\n\t\t\t\t\"jp\" : \"ショックスパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"200\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"202\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"203\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boost\",\n\t\t\t\t\"de\" : \"Akkumulation\",\n\t\t\t\t\"fr\" : \"Accumulation\",\n\t\t\t\t\"jp\" : \"力溜め\"\n\t\t\t}\n\t\t}\n\t},\n\t\"204\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enfire\",\n\t\t\t\t\"de\" : \"Runenwaffe: Feuer\",\n\t\t\t\t\"fr\" : \"EndoFeu\",\n\t\t\t\t\"jp\" : \"魔法剣・火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"205\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enblizzard\",\n\t\t\t\t\"de\" : \"Runenwaffe: Eis\",\n\t\t\t\t\"fr\" : \"EndoGlace\",\n\t\t\t\t\"jp\" : \"魔法剣・氷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"206\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enaero\",\n\t\t\t\t\"de\" : \"Runenwaffe: Wind\",\n\t\t\t\t\"fr\" : \"EndoVent\",\n\t\t\t\t\"jp\" : \"魔法剣・風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"207\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enstone\",\n\t\t\t\t\"de\" : \"Runenwaffe: Erde\",\n\t\t\t\t\"fr\" : \"EndoPierre\",\n\t\t\t\t\"jp\" : \"魔法剣・土\"\n\t\t\t}\n\t\t}\n\t},\n\t\"208\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enthunder\",\n\t\t\t\t\"de\" : \"Runenwaffe: Blitz\",\n\t\t\t\t\"fr\" : \"EndoFoudre\",\n\t\t\t\t\"jp\" : \"魔法剣・雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"209\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enwater\",\n\t\t\t\t\"de\" : \"Runenwaffe: Wasser\",\n\t\t\t\t\"fr\" : \"EndoEau\",\n\t\t\t\t\"jp\" : \"魔法剣・水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"210\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"211\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sharpened Knife\",\n\t\t\t\t\"de\" : \"Gewetztes Messer\",\n\t\t\t\t\"fr\" : \"Couteau aiguisé\",\n\t\t\t\t\"jp\" : \"研がれた包丁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"213\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pacification\",\n\t\t\t\t\"de\" : \"Besänftigung\",\n\t\t\t\t\"fr\" : \"Tranquillisation\",\n\t\t\t\t\"jp\" : \"懐柔状態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"214\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Agitation\",\n\t\t\t\t\"de\" : \"Aufstachelung\",\n\t\t\t\t\"fr\" : \"Énervement\",\n\t\t\t\t\"jp\" : \"懐柔失敗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"216\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paralysis\",\n\t\t\t\t\"de\" : \"Paralyse\",\n\t\t\t\t\"fr\" : \"Paralysie\",\n\t\t\t\t\"jp\" : \"麻痺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"217\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triangulate\",\n\t\t\t\t\"de\" : \"Geodäsie\",\n\t\t\t\t\"fr\" : \"Forestier\",\n\t\t\t\t\"jp\" : \"トライアングレート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"218\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Rate Up\",\n\t\t\t\t\"de\" : \"Sammelrate erhöht\",\n\t\t\t\t\"fr\" : \"Récolte améliorée\",\n\t\t\t\t\"jp\" : \"採集獲得率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"219\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Yield Up\",\n\t\t\t\t\"de\" : \"Sammelgewinn erhöht\",\n\t\t\t\t\"fr\" : \"Récolte abondante\",\n\t\t\t\t\"jp\" : \"採集獲得数アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"220\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Fortune Up\",\n\t\t\t\t\"de\" : \"Sammelglück erhöht\",\n\t\t\t\t\"fr\" : \"Récolte de qualité\",\n\t\t\t\t\"jp\" : \"採集HQ獲得率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"221\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Truth of Forests\",\n\t\t\t\t\"de\" : \"Flurenthüllung\",\n\t\t\t\t\"fr\" : \"Science des végétaux\",\n\t\t\t\t\"jp\" : \"トゥルー・オブ・フォレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"222\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Truth of Mountains\",\n\t\t\t\t\"de\" : \"Tellurische Enthüllung\",\n\t\t\t\t\"fr\" : \"Science des minéraux\",\n\t\t\t\t\"jp\" : \"トゥルー・オブ・ミネラル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"223\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Byregot's Ward\",\n\t\t\t\t\"de\" : \"Byregots Segen\",\n\t\t\t\t\"fr\" : \"Grâce de Byregot\",\n\t\t\t\t\"jp\" : \"ビエルゴの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"224\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nophica's Ward\",\n\t\t\t\t\"de\" : \"Nophicas Segen\",\n\t\t\t\t\"fr\" : \"Grâce de Nophica\",\n\t\t\t\t\"jp\" : \"ノフィカの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"225\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prospect\",\n\t\t\t\t\"de\" : \"Prospektion\",\n\t\t\t\t\"fr\" : \"Prospecteur\",\n\t\t\t\t\"jp\" : \"プロスペクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"226\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"227\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seduced\",\n\t\t\t\t\"de\" : \"Versuchung\",\n\t\t\t\t\"fr\" : \"Séduction\",\n\t\t\t\t\"jp\" : \"誘惑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"228\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Menphina's Ward\",\n\t\t\t\t\"de\" : \"Menphinas Segen\",\n\t\t\t\t\"fr\" : \"Grâce de Menphina\",\n\t\t\t\t\"jp\" : \"メネフィナの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"229\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nald'thal's Ward\",\n\t\t\t\t\"de\" : \"Nald'thals Segen\",\n\t\t\t\t\"fr\" : \"Grâce de Nald'thal\",\n\t\t\t\t\"jp\" : \"ナルザルの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"230\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Llymlaen's Ward\",\n\t\t\t\t\"de\" : \"Llymlaens Segen\",\n\t\t\t\t\"fr\" : \"Grâce de Llymlaen\",\n\t\t\t\t\"jp\" : \"リムレーンの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"231\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thaliak's Ward\",\n\t\t\t\t\"de\" : \"Thaliaks Segen\",\n\t\t\t\t\"fr\" : \"Grâce de Thaliak\",\n\t\t\t\t\"jp\" : \"サリャクの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"232\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Preparation\",\n\t\t\t\t\"de\" : \"Vorausplanung\",\n\t\t\t\t\"fr\" : \"Préparation\",\n\t\t\t\t\"jp\" : \"プレパレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"233\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arbor Call\",\n\t\t\t\t\"de\" : \"Ruf des Waldes\",\n\t\t\t\t\"fr\" : \"Dendrologie\",\n\t\t\t\t\"jp\" : \"アーバーコール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"234\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lay of the Land\",\n\t\t\t\t\"de\" : \"Bodenbefund\",\n\t\t\t\t\"fr\" : \"Géologie\",\n\t\t\t\t\"jp\" : \"ランドサーベイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"235\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"236\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Choco Beak\",\n\t\t\t\t\"de\" : \"Chocobo-Schnabel\",\n\t\t\t\t\"fr\" : \"Choco-bec\",\n\t\t\t\t\"jp\" : \"チョコビーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"237\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Choco Regen\",\n\t\t\t\t\"de\" : \"Chocobo-Regena\",\n\t\t\t\t\"fr\" : \"Choco-récup\",\n\t\t\t\t\"jp\" : \"チョコリジェネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"238\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Choco Surge\",\n\t\t\t\t\"de\" : \"Chocobo-Quelle\",\n\t\t\t\t\"fr\" : \"Choco-ardeur\",\n\t\t\t\t\"jp\" : \"チョコサージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"239\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Echo\",\n\t\t\t\t\"de\" : \"Kraft des Transzendierens\",\n\t\t\t\t\"fr\" : \"L'Écho\",\n\t\t\t\t\"jp\" : \"超える力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"240\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"241\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of Light\",\n\t\t\t\t\"de\" : \"Gnade des Lichts\",\n\t\t\t\t\"fr\" : \"Bénédiction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"242\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arbor Call II\",\n\t\t\t\t\"de\" : \"Ruf des Waldes II\",\n\t\t\t\t\"fr\" : \"Dendrologie II\",\n\t\t\t\t\"jp\" : \"アーバーコールII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"243\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lay of the Land II\",\n\t\t\t\t\"de\" : \"Bodenbefund II\",\n\t\t\t\t\"fr\" : \"Géologie II\",\n\t\t\t\t\"jp\" : \"ランドサーベイII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"244\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fracture\",\n\t\t\t\t\"de\" : \"Knochenbrecher\",\n\t\t\t\t\"fr\" : \"Fracture\",\n\t\t\t\t\"jp\" : \"フラクチャー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"245\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sanction\",\n\t\t\t\t\"de\" : \"Ermächtigung\",\n\t\t\t\t\"fr\" : \"Sanction\",\n\t\t\t\t\"jp\" : \"サンクション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"246\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Demolish\",\n\t\t\t\t\"de\" : \"Demolieren\",\n\t\t\t\t\"fr\" : \"Démolition\",\n\t\t\t\t\"jp\" : \"破砕拳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"247\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rain of Death\",\n\t\t\t\t\"de\" : \"Tödlicher Regen\",\n\t\t\t\t\"fr\" : \"Pluie mortelle\",\n\t\t\t\t\"jp\" : \"レイン・オブ・デス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"248\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Circle of Scorn\",\n\t\t\t\t\"de\" : \"Kreis der Verachtung\",\n\t\t\t\t\"fr\" : \"Cercle du destin\",\n\t\t\t\t\"jp\" : \"サークル・オブ・ドゥーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"249\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flaming Arrow\",\n\t\t\t\t\"de\" : \"Flammenpfeil\",\n\t\t\t\t\"fr\" : \"Flèche enflammée\",\n\t\t\t\t\"jp\" : \"フレイミングアロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"250\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"251\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Quiet\",\n\t\t\t\t\"de\" : \"Innere Ruhe\",\n\t\t\t\t\"fr\" : \"Calme intérieur\",\n\t\t\t\t\"jp\" : \"インナークワイエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"252\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waste Not\",\n\t\t\t\t\"de\" : \"Nachhaltigkeit\",\n\t\t\t\t\"fr\" : \"Parcimonie\",\n\t\t\t\t\"jp\" : \"倹約\"\n\t\t\t}\n\t\t}\n\t},\n\t\"253\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Steady Hand\",\n\t\t\t\t\"de\" : \"Ruhige Hand\",\n\t\t\t\t\"fr\" : \"Main sûre\",\n\t\t\t\t\"jp\" : \"ステディハンド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"254\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Great Strides\",\n\t\t\t\t\"de\" : \"Große Schritte\",\n\t\t\t\t\"fr\" : \"Grands progrès\",\n\t\t\t\t\"jp\" : \"グレートストライド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"255\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ingenuity\",\n\t\t\t\t\"de\" : \"Einfallsreichtum\",\n\t\t\t\t\"fr\" : \"Ingéniosité\",\n\t\t\t\t\"jp\" : \"工面算段\"\n\t\t\t}\n\t\t}\n\t},\n\t\"256\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ingenuity II\",\n\t\t\t\t\"de\" : \"Einfallsreichtum II\",\n\t\t\t\t\"fr\" : \"Ingéniosité II\",\n\t\t\t\t\"jp\" : \"工面算段II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"257\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waste Not II\",\n\t\t\t\t\"de\" : \"Nachhaltigkeit II\",\n\t\t\t\t\"fr\" : \"Parcimonie pérenne\",\n\t\t\t\t\"jp\" : \"長期倹約\"\n\t\t\t}\n\t\t}\n\t},\n\t\"258\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manipulation\",\n\t\t\t\t\"de\" : \"Manipulation\",\n\t\t\t\t\"fr\" : \"Manipulation\",\n\t\t\t\t\"jp\" : \"マニピュレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"259\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Innovation\",\n\t\t\t\t\"de\" : \"Innovation\",\n\t\t\t\t\"fr\" : \"Innovation\",\n\t\t\t\t\"jp\" : \"イノベーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"260\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reclaim\",\n\t\t\t\t\"de\" : \"Reklamation\",\n\t\t\t\t\"fr\" : \"Récupération\",\n\t\t\t\t\"jp\" : \"リクレイム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"261\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Comfort Zone\",\n\t\t\t\t\"de\" : \"Komfortzone\",\n\t\t\t\t\"fr\" : \"Zone de confort\",\n\t\t\t\t\"jp\" : \"コンファートゾーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"262\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Steady Hand II\",\n\t\t\t\t\"de\" : \"Ruhige Hand II\",\n\t\t\t\t\"fr\" : \"Main sûre II\",\n\t\t\t\t\"jp\" : \"ステディハンドII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"263\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"264\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flesh Wound\",\n\t\t\t\t\"de\" : \"Fleischwunde\",\n\t\t\t\t\"fr\" : \"Blessure physique\",\n\t\t\t\t\"jp\" : \"切傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"265\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stab Wound\",\n\t\t\t\t\"de\" : \"Stichwunde\",\n\t\t\t\t\"fr\" : \"Perforation\",\n\t\t\t\t\"jp\" : \"刺傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"266\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Prellung\",\n\t\t\t\t\"fr\" : \"Concussion\",\n\t\t\t\t\"jp\" : \"打撲傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"267\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"268\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frostbite\",\n\t\t\t\t\"de\" : \"Erfrierung\",\n\t\t\t\t\"fr\" : \"Gelure\",\n\t\t\t\t\"jp\" : \"凍傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"269\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"270\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sludge\",\n\t\t\t\t\"de\" : \"Schlamm\",\n\t\t\t\t\"fr\" : \"Emboué\",\n\t\t\t\t\"jp\" : \"汚泥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"271\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"272\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"273\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"274\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recuperation\",\n\t\t\t\t\"de\" : \"Segnung\",\n\t\t\t\t\"fr\" : \"Rétablissement\",\n\t\t\t\t\"jp\" : \"治癒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"275\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison +1\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"276\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Voice of Valor\",\n\t\t\t\t\"de\" : \"Lob des Kämpen\",\n\t\t\t\t\"fr\" : \"Voix de la valeur\",\n\t\t\t\t\"jp\" : \"勇戦の誉れ：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"277\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Voice of Fortitude\",\n\t\t\t\t\"de\" : \"Stimme der Stärke\",\n\t\t\t\t\"fr\" : \"Voix de la ténacité\",\n\t\t\t\t\"jp\" : \"堅忍の誉れ：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"278\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Relentless March\",\n\t\t\t\t\"de\" : \"無敵の進撃マーチ：効果\",\n\t\t\t\t\"fr\" : \"Marche implacable\",\n\t\t\t\t\"jp\" : \"無敵の進撃マーチ：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"279\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"283\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"290\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"291\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hundred Fists\",\n\t\t\t\t\"de\" : \"100 Fäuste\",\n\t\t\t\t\"fr\" : \"Cent poings\",\n\t\t\t\t\"jp\" : \"百烈拳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"293\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Skill Speed Up\",\n\t\t\t\t\"de\" : \"Schnelligkeit +\",\n\t\t\t\t\"fr\" : \"Bonus de vivacité\",\n\t\t\t\t\"jp\" : \"スキルスピード上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"294\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell Speed Up\",\n\t\t\t\t\"de\" : \"Zaubertempo +\",\n\t\t\t\t\"fr\" : \"Bonus de célérité\",\n\t\t\t\t\"jp\" : \"スペルスピード上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"296\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hysteria\",\n\t\t\t\t\"de\" : \"Panik\",\n\t\t\t\t\"fr\" : \"Hystérie\",\n\t\t\t\t\"jp\" : \"恐慌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"297\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Galvanize\",\n\t\t\t\t\"de\" : \"Dynamisieren\",\n\t\t\t\t\"fr\" : \"Réconfort\",\n\t\t\t\t\"jp\" : \"鼓舞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"298\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Soil\",\n\t\t\t\t\"de\" : \"Geweihte Erde\",\n\t\t\t\t\"fr\" : \"Dogme de survie\",\n\t\t\t\t\"jp\" : \"野戦治療の陣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"299\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Soil\",\n\t\t\t\t\"de\" : \"Geweihte Erde\",\n\t\t\t\t\"fr\" : \"Dogme de survie\",\n\t\t\t\t\"jp\" : \"野戦治療の陣：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"300\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"301\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Strikes\",\n\t\t\t\t\"de\" : \"Kritische Attacke\",\n\t\t\t\t\"fr\" : \"Coups critiques\",\n\t\t\t\t\"jp\" : \"クリティカル攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"302\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gold Lung\",\n\t\t\t\t\"de\" : \"Galle\",\n\t\t\t\t\"fr\" : \"Poumons bilieux\",\n\t\t\t\t\"jp\" : \"黄毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"303\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burrs\",\n\t\t\t\t\"de\" : \"Klettenpilz\",\n\t\t\t\t\"fr\" : \"Bardanes\",\n\t\t\t\t\"jp\" : \"粘菌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"304\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherflow\",\n\t\t\t\t\"de\" : \"Ätherfluss\",\n\t\t\t\t\"fr\" : \"Flux d'éther\",\n\t\t\t\t\"jp\" : \"エーテルフロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"305\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Dragon's Curse\",\n\t\t\t\t\"de\" : \"Bann des Drachen\",\n\t\t\t\t\"fr\" : \"Malédiction du dragon\",\n\t\t\t\t\"jp\" : \"竜の呪縛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"306\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Dragon\",\n\t\t\t\t\"de\" : \"Kraft des Drachen\",\n\t\t\t\t\"fr\" : \"Dragon intérieur\",\n\t\t\t\t\"jp\" : \"竜の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"307\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Voice of Valor\",\n\t\t\t\t\"de\" : \"Lob des Kämpen\",\n\t\t\t\t\"fr\" : \"Voix de la valeur\",\n\t\t\t\t\"jp\" : \"勇戦の誉れ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"308\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Voice of Fortitude\",\n\t\t\t\t\"de\" : \"Stimme der Stärke\",\n\t\t\t\t\"fr\" : \"Voix de la ténacité\",\n\t\t\t\t\"jp\" : \"堅忍の誉れ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"309\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Relentless March\",\n\t\t\t\t\"de\" : \"Marsch ohne Rücksicht\",\n\t\t\t\t\"fr\" : \"Marche implacable\",\n\t\t\t\t\"jp\" : \"無敵の進撃マーチ（仮）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"310\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Curl\",\n\t\t\t\t\"de\" : \"Einrollen\",\n\t\t\t\t\"fr\" : \"Pelotonnement\",\n\t\t\t\t\"jp\" : \"かたまり\"\n\t\t\t}\n\t\t}\n\t},\n\t\"311\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earthen Ward\",\n\t\t\t\t\"de\" : \"Erdengewahrsam\",\n\t\t\t\t\"fr\" : \"Barrière terrestre\",\n\t\t\t\t\"jp\" : \"大地の守り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"312\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Razed Earth\",\n\t\t\t\t\"de\" : \"Gaias Zorn\",\n\t\t\t\t\"fr\" : \"Fureur tellurique\",\n\t\t\t\t\"jp\" : \"大地の怒り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"313\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Shield\",\n\t\t\t\t\"de\" : \"Glühender Schild\",\n\t\t\t\t\"fr\" : \"Bouclier radiant\",\n\t\t\t\t\"jp\" : \"光輝の盾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"314\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inferno\",\n\t\t\t\t\"de\" : \"Inferno\",\n\t\t\t\t\"fr\" : \"Flammes de l'enfer\",\n\t\t\t\t\"jp\" : \"地獄の火炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"315\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Whispering Dawn\",\n\t\t\t\t\"de\" : \"Erhebendes Flüstern\",\n\t\t\t\t\"fr\" : \"Murmure de l'aurore\",\n\t\t\t\t\"jp\" : \"光の囁き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"316\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Covenant\",\n\t\t\t\t\"de\" : \"Feenverheißung\",\n\t\t\t\t\"fr\" : \"Alliance féerique\",\n\t\t\t\t\"jp\" : \"フェイコヴナント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"317\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Illumination\",\n\t\t\t\t\"de\" : \"Illumination\",\n\t\t\t\t\"fr\" : \"Illumination féerique\",\n\t\t\t\t\"jp\" : \"フェイイルミネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"318\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Glow\",\n\t\t\t\t\"de\" : \"Sprühender Glanz\",\n\t\t\t\t\"fr\" : \"Lueur féerique\",\n\t\t\t\t\"jp\" : \"フェイグロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"319\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Light\",\n\t\t\t\t\"de\" : \"Feenlicht\",\n\t\t\t\t\"fr\" : \"Lumière féerique\",\n\t\t\t\t\"jp\" : \"フェイライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"321\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gungnir\",\n\t\t\t\t\"de\" : \"Gungnir\",\n\t\t\t\t\"fr\" : \"Gungnir\",\n\t\t\t\t\"jp\" : \"グングニルの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"322\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystal Veil\",\n\t\t\t\t\"de\" : \"Kristallschleier\",\n\t\t\t\t\"fr\" : \"Voile cristallin\",\n\t\t\t\t\"jp\" : \"クリスタルヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"323\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reduced Immunity\",\n\t\t\t\t\"de\" : \"Schwache Immunabwehr\",\n\t\t\t\t\"fr\" : \"Immunité réduite\",\n\t\t\t\t\"jp\" : \"免疫低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"325\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"326\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Charge\",\n\t\t\t\t\"de\" : \"Statische Ladung\",\n\t\t\t\t\"fr\" : \"Charge électrique\",\n\t\t\t\t\"jp\" : \"帯電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"327\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Charge\",\n\t\t\t\t\"de\" : \"Eisige Ladung\",\n\t\t\t\t\"fr\" : \"Charge glacée\",\n\t\t\t\t\"jp\" : \"帯氷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"328\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of the Mountain\",\n\t\t\t\t\"de\" : \"Herz des Felsgotts\",\n\t\t\t\t\"fr\" : \"Cœur de la montagne\",\n\t\t\t\t\"jp\" : \"岩神の心石\"\n\t\t\t}\n\t\t}\n\t},\n\t\"329\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Modification\",\n\t\t\t\t\"de\" : \"Fortifikationsprogramm 1\",\n\t\t\t\t\"fr\" : \"Récupération robotique\",\n\t\t\t\t\"jp\" : \"自己強化プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"330\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"331\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique diminuée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"332\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"333\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Allagan Rot\",\n\t\t\t\t\"de\" : \"Allagische Fäulnis\",\n\t\t\t\t\"fr\" : \"Pourriture allagoise\",\n\t\t\t\t\"jp\" : \"アラガンロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"334\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Allagan Immunity\",\n\t\t\t\t\"de\" : \"Allagische Immunität\",\n\t\t\t\t\"fr\" : \"Anticorps allagois\",\n\t\t\t\t\"jp\" : \"アラガンロット抗体\"\n\t\t\t}\n\t\t}\n\t},\n\t\"335\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Firestream\",\n\t\t\t\t\"de\" : \"Feuerstrahlen\",\n\t\t\t\t\"fr\" : \"Courants de feu\",\n\t\t\t\t\"jp\" : \"ファイアストリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"336\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sequence AB1\",\n\t\t\t\t\"de\" : \"Sequenz AB1\",\n\t\t\t\t\"fr\" : \"Séquence AB1\",\n\t\t\t\t\"jp\" : \"対打撃プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"337\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sequence AP1\",\n\t\t\t\t\"de\" : \"Sequenz AP1\",\n\t\t\t\t\"fr\" : \"Séquence AP1\",\n\t\t\t\t\"jp\" : \"対突撃プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"338\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sequence AS1\",\n\t\t\t\t\"de\" : \"Sequenz AS1\",\n\t\t\t\t\"fr\" : \"Séquence AS1\",\n\t\t\t\t\"jp\" : \"対斬撃プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"339\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"340\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Field\",\n\t\t\t\t\"de\" : \"Physisches Feld\",\n\t\t\t\t\"fr\" : \"Champ physique\",\n\t\t\t\t\"jp\" : \"対物理障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"341\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Field\",\n\t\t\t\t\"de\" : \"Magisches Feld\",\n\t\t\t\t\"fr\" : \"Champ éthéré\",\n\t\t\t\t\"jp\" : \"対魔法障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"342\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Spray\",\n\t\t\t\t\"de\" : \"Reflektorschild\",\n\t\t\t\t\"fr\" : \"Réplique\",\n\t\t\t\t\"jp\" : \"応射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"345\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recharge\",\n\t\t\t\t\"de\" : \"Aufladung\",\n\t\t\t\t\"fr\" : \"Recharge\",\n\t\t\t\t\"jp\" : \"魔力供給\"\n\t\t\t}\n\t\t}\n\t},\n\t\"346\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waxen Flesh\",\n\t\t\t\t\"de\" : \"Wächserne Haut\",\n\t\t\t\t\"fr\" : \"Chair fondue\",\n\t\t\t\t\"jp\" : \"帯炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"347\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pox\",\n\t\t\t\t\"de\" : \"Pocken\",\n\t\t\t\t\"fr\" : \"Vérole\",\n\t\t\t\t\"jp\" : \"ポックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"348\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disseminate\",\n\t\t\t\t\"de\" : \"Aussäen\",\n\t\t\t\t\"fr\" : \"Dissémination\",\n\t\t\t\t\"jp\" : \"ディスセミネイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"349\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Steel Scales\",\n\t\t\t\t\"de\" : \"Stahlschuppen\",\n\t\t\t\t\"fr\" : \"Écailles d'acier\",\n\t\t\t\t\"jp\" : \"スチールスケール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"350\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"351\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rancor\",\n\t\t\t\t\"de\" : \"Groll\",\n\t\t\t\t\"fr\" : \"Rancune\",\n\t\t\t\t\"jp\" : \"怨み\"\n\t\t\t}\n\t\t}\n\t},\n\t\"352\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spjot\",\n\t\t\t\t\"de\" : \"Gungnirs Zauber\",\n\t\t\t\t\"fr\" : \"Spjot\",\n\t\t\t\t\"jp\" : \"グングニルの魔力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"353\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brave New World\",\n\t\t\t\t\"de\" : \"Startbonus\",\n\t\t\t\t\"fr\" : \"Un nouveau monde\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：ビギナーボーナス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"354\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Live off the Land\",\n\t\t\t\t\"de\" : \"Sammelgeschick-Bonus\",\n\t\t\t\t\"fr\" : \"Vivre de la terre\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：獲得力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"355\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"What You See\",\n\t\t\t\t\"de\" : \"Expertise-Bonus\",\n\t\t\t\t\"fr\" : \"Avoir le coup d'œil\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：技術力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"356\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eat from the Hand\",\n\t\t\t\t\"de\" : \"Kunstfertigkeits-Bonus\",\n\t\t\t\t\"fr\" : \"La main qui nourrit\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：作業精度アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"357\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Control\",\n\t\t\t\t\"de\" : \"Kontrolle-Bonus\",\n\t\t\t\t\"fr\" : \"Passer maître\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：加工精度アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"358\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Snowman\",\n\t\t\t\t\"de\" : \"Schneemann\",\n\t\t\t\t\"fr\" : \"Bonhomme de neige\",\n\t\t\t\t\"jp\" : \"雪だるま\"\n\t\t\t}\n\t\t}\n\t},\n\t\"359\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Fire\",\n\t\t\t\t\"de\" : \"Feenfeuer\",\n\t\t\t\t\"fr\" : \"Feu follet\",\n\t\t\t\t\"jp\" : \"妖炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"360\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meat and Mead\",\n\t\t\t\t\"de\" : \"Längere Nahrungseffekte\",\n\t\t\t\t\"fr\" : \"À boire et à manger\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：食事効果時間延長\"\n\t\t\t}\n\t\t}\n\t},\n\t\"361\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"That Which Binds Us\",\n\t\t\t\t\"de\" : \"Bindungsbonus\",\n\t\t\t\t\"fr\" : \"Union parfaite\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：錬精度上昇量アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"362\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Proper Care\",\n\t\t\t\t\"de\" : \"Verminderter Verschleiß\",\n\t\t\t\t\"fr\" : \"Protections protégées\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：装備品劣化低減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"364\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reduced Rates\",\n\t\t\t\t\"de\" : \"Vergünstigter Teleport\",\n\t\t\t\t\"fr\" : \"Prix d'ami\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：テレポ割引\"\n\t\t\t}\n\t\t}\n\t},\n\t\"365\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Heat of Battle\",\n\t\t\t\t\"de\" : \"Kampfroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Feu du combat\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：討伐経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"366\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Man's Best Friend\",\n\t\t\t\t\"de\" : \"Mitstreiterroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Meilleur ami de l'homme\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：バディ経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"367\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth and Water\",\n\t\t\t\t\"de\" : \"Sammelroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Terre et eau\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：採集経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"368\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Helping Hand\",\n\t\t\t\t\"de\" : \"Syntheseroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Être en bonnes mains\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：製作経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"369\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Viscous Aetheroplasm\",\n\t\t\t\t\"de\" : \"Ätheroplasma\",\n\t\t\t\t\"fr\" : \"Éthéroplasma\",\n\t\t\t\t\"jp\" : \"吸着爆雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"370\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Siren Song\",\n\t\t\t\t\"de\" : \"Sirenengesang\",\n\t\t\t\t\"fr\" : \"Chant de la sirène\",\n\t\t\t\t\"jp\" : \"セイレーンの歌声\"\n\t\t\t}\n\t\t}\n\t},\n\t\"371\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zombification\",\n\t\t\t\t\"de\" : \"Zombie\",\n\t\t\t\t\"fr\" : \"Zombification\",\n\t\t\t\t\"jp\" : \"ゾンビー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"372\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brood Rage\",\n\t\t\t\t\"de\" : \"Brutrage\",\n\t\t\t\t\"fr\" : \"Colère maternelle\",\n\t\t\t\t\"jp\" : \"母鳥の怒り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"373\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blight\",\n\t\t\t\t\"de\" : \"Unheilbar\",\n\t\t\t\t\"fr\" : \"Insoignabilité\",\n\t\t\t\t\"jp\" : \"被回復無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"374\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corrupted Crystal\",\n\t\t\t\t\"de\" : \"Denaturierter Kristall\",\n\t\t\t\t\"fr\" : \"Cristaux corrompus\",\n\t\t\t\t\"jp\" : \"偏属性クリスタル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"375\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Suppuration\",\n\t\t\t\t\"de\" : \"Verbrennung\",\n\t\t\t\t\"fr\" : \"Morsure du feu\",\n\t\t\t\t\"jp\" : \"熱傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"376\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Searing Wind\",\n\t\t\t\t\"de\" : \"Gluthitze\",\n\t\t\t\t\"fr\" : \"Fournaise\",\n\t\t\t\t\"jp\" : \"灼熱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"377\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infernal Fetters\",\n\t\t\t\t\"de\" : \"Infernofesseln\",\n\t\t\t\t\"fr\" : \"Chaînes infernales\",\n\t\t\t\t\"jp\" : \"炎獄の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"379\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thermal Low\",\n\t\t\t\t\"de\" : \"Tiefdruck\",\n\t\t\t\t\"fr\" : \"Basse pression\",\n\t\t\t\t\"jp\" : \"低気圧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"380\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thermal High\",\n\t\t\t\t\"de\" : \"Hochdruck\",\n\t\t\t\t\"fr\" : \"Haute pression\",\n\t\t\t\t\"jp\" : \"高気圧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"381\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sword Oath\",\n\t\t\t\t\"de\" : \"Schwert-Eid\",\n\t\t\t\t\"fr\" : \"Serment de l'épée\",\n\t\t\t\t\"jp\" : \"忠義の剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"383\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Growing\",\n\t\t\t\t\"de\" : \"Wachstumsschub\",\n\t\t\t\t\"fr\" : \"En pleine croissance\",\n\t\t\t\t\"jp\" : \"生長中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"384\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full-grown\",\n\t\t\t\t\"de\" : \"Ausgewachsen\",\n\t\t\t\t\"fr\" : \"Mature\",\n\t\t\t\t\"jp\" : \"成形\"\n\t\t\t}\n\t\t}\n\t},\n\t\"385\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fool's Tightrope\",\n\t\t\t\t\"de\" : \"Trügerisches Trapez\",\n\t\t\t\t\"fr\" : \"Fantaisie du funambule\",\n\t\t\t\t\"jp\" : \"幻覚：一本橋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"386\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unfooled\",\n\t\t\t\t\"de\" : \"Durchblick\",\n\t\t\t\t\"fr\" : \"Illusion dissipée\",\n\t\t\t\t\"jp\" : \"幻覚破り：一本橋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"387\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fool's Tumble\",\n\t\t\t\t\"de\" : \"Trügerischer Sturz\",\n\t\t\t\t\"fr\" : \"Acrophobie illusoire\",\n\t\t\t\t\"jp\" : \"墜落幻覚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"388\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fool's Figure\",\n\t\t\t\t\"de\" : \"Spiegelbild\",\n\t\t\t\t\"fr\" : \"Fantaisie du changelin\",\n\t\t\t\t\"jp\" : \"幻覚：自己変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"389\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Skewer\",\n\t\t\t\t\"de\" : \"Spieß\",\n\t\t\t\t\"fr\" : \"Embrochement\",\n\t\t\t\t\"jp\" : \"スキュアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"390\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Growing\",\n\t\t\t\t\"de\" : \"Wachstumsschub\",\n\t\t\t\t\"fr\" : \"En pleine croissance\",\n\t\t\t\t\"jp\" : \"生長中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"391\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full-grown\",\n\t\t\t\t\"de\" : \"Ausgewachsen\",\n\t\t\t\t\"fr\" : \"Mature\",\n\t\t\t\t\"jp\" : \"成形\"\n\t\t\t}\n\t\t}\n\t},\n\t\"392\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Royal Guard\",\n\t\t\t\t\"de\" : \"Eid der Leibgardisten\",\n\t\t\t\t\"fr\" : \"Garde royale\",\n\t\t\t\t\"jp\" : \"ロイヤルガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"393\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Iron Will\",\n\t\t\t\t\"de\" : \"Schild-Eid\",\n\t\t\t\t\"fr\" : \"Volonté de fer\",\n\t\t\t\t\"jp\" : \"アイアンウィル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"394\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"395\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Down\",\n\t\t\t\t\"de\" : \"Schadenswert -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"396\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concentration\",\n\t\t\t\t\"de\" : \"Gleichmut\",\n\t\t\t\t\"fr\" : \"Concentration\",\n\t\t\t\t\"jp\" : \"集中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"397\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Safeguard\",\n\t\t\t\t\"de\" : \"Einstimmung\",\n\t\t\t\t\"fr\" : \"Sauvegarde\",\n\t\t\t\t\"jp\" : \"堅守\"\n\t\t\t}\n\t\t}\n\t},\n\t\"398\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Realignment\",\n\t\t\t\t\"de\" : \"Astralkörper\",\n\t\t\t\t\"fr\" : \"Alignement astral\",\n\t\t\t\t\"jp\" : \"アストラル体\"\n\t\t\t}\n\t\t}\n\t},\n\t\"399\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corporeal Return\",\n\t\t\t\t\"de\" : \"Wiederkunft\",\n\t\t\t\t\"fr\" : \"Retour corporel\",\n\t\t\t\t\"jp\" : \"生還\"\n\t\t\t}\n\t\t}\n\t},\n\t\"400\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Charge\",\n\t\t\t\t\"de\" : \"Laden\",\n\t\t\t\t\"fr\" : \"Charge électrique\",\n\t\t\t\t\"jp\" : \"蓄電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"402\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thrown for a Loop\",\n\t\t\t\t\"de\" : \"Blinde Wut\",\n\t\t\t\t\"fr\" : \"Acharnement aveugle\",\n\t\t\t\t\"jp\" : \"有頂天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"403\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"404\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transporting\",\n\t\t\t\t\"de\" : \"Transport\",\n\t\t\t\t\"fr\" : \"Charge\",\n\t\t\t\t\"jp\" : \"運搬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"406\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"407\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dust Poisoning\",\n\t\t\t\t\"de\" : \"Staubvergiftung\",\n\t\t\t\t\"fr\" : \"Empoisonnement cristallin\",\n\t\t\t\t\"jp\" : \"粉塵中毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"408\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Storm's Path\",\n\t\t\t\t\"de\" : \"Sturmkeil\",\n\t\t\t\t\"fr\" : \"Couperet de justice\",\n\t\t\t\t\"jp\" : \"シュトルムヴィント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"409\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holmgang\",\n\t\t\t\t\"de\" : \"Holmgang\",\n\t\t\t\t\"fr\" : \"Holmgang\",\n\t\t\t\t\"jp\" : \"ホルムギャング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"410\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Antibody\",\n\t\t\t\t\"de\" : \"Antikörper\",\n\t\t\t\t\"fr\" : \"Réaction antivirale\",\n\t\t\t\t\"jp\" : \"ウイルス抗体\"\n\t\t\t}\n\t\t}\n\t},\n\t\"411\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Beast\",\n\t\t\t\t\"de\" : \"Tier in dir\",\n\t\t\t\t\"fr\" : \"Bête intérieure\",\n\t\t\t\t\"jp\" : \"原初の魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"412\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hover\",\n\t\t\t\t\"de\" : \"Schweben\",\n\t\t\t\t\"fr\" : \"Élévation\",\n\t\t\t\t\"jp\" : \"滞空\"\n\t\t\t}\n\t\t}\n\t},\n\t\"413\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mark Up\",\n\t\t\t\t\"de\" : \"Wolfsmarken-Bonus\",\n\t\t\t\t\"fr\" : \"Marque des vainqueurs\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：対人戦績アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"414\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seal Sweetener\",\n\t\t\t\t\"de\" : \"Staatstaler-Bonus\",\n\t\t\t\t\"fr\" : \"Solde accrue\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：軍票アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"415\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Regain\",\n\t\t\t\t\"de\" : \"Erholen\",\n\t\t\t\t\"fr\" : \"Regain\",\n\t\t\t\t\"jp\" : \"ＴＰ継続回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"416\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transparent\",\n\t\t\t\t\"de\" : \"Transparenz\",\n\t\t\t\t\"fr\" : \"Transparence\",\n\t\t\t\t\"jp\" : \"透明\"\n\t\t\t}\n\t\t}\n\t},\n\t\"417\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protect\",\n\t\t\t\t\"de\" : \"Protes\",\n\t\t\t\t\"fr\" : \"Bouclier\",\n\t\t\t\t\"jp\" : \"プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"418\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transcendent\",\n\t\t\t\t\"de\" : \"Temporäre Unverwundbarkeit\",\n\t\t\t\t\"fr\" : \"Résurrection récente\",\n\t\t\t\t\"jp\" : \"生還\"\n\t\t\t}\n\t\t}\n\t},\n\t\"419\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Misty Veil\",\n\t\t\t\t\"de\" : \"Nebelschleier\",\n\t\t\t\t\"fr\" : \"Voile de brume\",\n\t\t\t\t\"jp\" : \"ミスティヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"420\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"422\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Magic Down\",\n\t\t\t\t\"de\" : \"Heilmagie -\",\n\t\t\t\t\"fr\" : \"Malus de soin\",\n\t\t\t\t\"jp\" : \"回復魔法効果低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"423\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nightmare\",\n\t\t\t\t\"de\" : \"Albtraum\",\n\t\t\t\t\"fr\" : \"Cauchemar\",\n\t\t\t\t\"jp\" : \"悪夢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"424\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diabolic Curse\",\n\t\t\t\t\"de\" : \"Diabolischer Fluch\",\n\t\t\t\t\"fr\" : \"Maléfice du néant\",\n\t\t\t\t\"jp\" : \"ヴォイドの呪詛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"425\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eerie Air\",\n\t\t\t\t\"de\" : \"Diabolische Aura\",\n\t\t\t\t\"fr\" : \"Présence du néant\",\n\t\t\t\t\"jp\" : \"ヴォイドの妖気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"426\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Noctoshield\",\n\t\t\t\t\"de\" : \"Nachtschild\",\n\t\t\t\t\"fr\" : \"Nocto-bouclier\",\n\t\t\t\t\"jp\" : \"ノクトシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"427\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow+\",\n\t\t\t\t\"de\" : \"Gemach +\",\n\t\t\t\t\"fr\" : \"Lenteur +\",\n\t\t\t\t\"jp\" : \"スロウ＋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"428\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste+\",\n\t\t\t\t\"de\" : \"Hast +\",\n\t\t\t\t\"fr\" : \"Hâte +\",\n\t\t\t\t\"jp\" : \"ヘイスト＋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"429\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scale Flakes\",\n\t\t\t\t\"de\" : \"Erosionsstaub\",\n\t\t\t\t\"fr\" : \"Poussière érosive\",\n\t\t\t\t\"jp\" : \"妖鱗粉\"\n\t\t\t}\n\t\t}\n\t},\n\t\"430\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Misery\",\n\t\t\t\t\"de\" : \"Kummer\",\n\t\t\t\t\"fr\" : \"Désolation\",\n\t\t\t\t\"jp\" : \"悲嘆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"431\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Water Resistance Down\",\n\t\t\t\t\"de\" : \"Wasserresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à l'eau réduite\",\n\t\t\t\t\"jp\" : \"水属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"432\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Briny Mirror\",\n\t\t\t\t\"de\" : \"Wassermembran\",\n\t\t\t\t\"fr\" : \"Reflets d'eau libérés\",\n\t\t\t\t\"jp\" : \"水鏡飛散\"\n\t\t\t}\n\t\t}\n\t},\n\t\"433\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Briny Veil\",\n\t\t\t\t\"de\" : \"Wasserspiegelung\",\n\t\t\t\t\"fr\" : \"Reflet d'eau\",\n\t\t\t\t\"jp\" : \"水鏡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"435\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Demon Eye\",\n\t\t\t\t\"de\" : \"Dämonenauge\",\n\t\t\t\t\"fr\" : \"Œil diabolique\",\n\t\t\t\t\"jp\" : \"悪魔の瞳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"437\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stone Curse\",\n\t\t\t\t\"de\" : \"Steinfluch\",\n\t\t\t\t\"fr\" : \"Piège de pierre\",\n\t\t\t\t\"jp\" : \"石化の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"438\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Minimum\",\n\t\t\t\t\"de\" : \"Wicht\",\n\t\t\t\t\"fr\" : \"Mini\",\n\t\t\t\t\"jp\" : \"ミニマム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"439\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toad\",\n\t\t\t\t\"de\" : \"Frosch\",\n\t\t\t\t\"fr\" : \"Crapaud\",\n\t\t\t\t\"jp\" : \"トード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"440\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Minimum\",\n\t\t\t\t\"de\" : \"Wicht\",\n\t\t\t\t\"fr\" : \"Mini\",\n\t\t\t\t\"jp\" : \"ミニマム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"441\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toad\",\n\t\t\t\t\"de\" : \"Frosch\",\n\t\t\t\t\"fr\" : \"Crapaud\",\n\t\t\t\t\"jp\" : \"トード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"443\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"444\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"445\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thorny Vine\",\n\t\t\t\t\"de\" : \"Dornenranken\",\n\t\t\t\t\"fr\" : \"Sarment de ronces\",\n\t\t\t\t\"jp\" : \"茨の蔓\"\n\t\t\t}\n\t\t}\n\t},\n\t\"446\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honey-glazed\",\n\t\t\t\t\"de\" : \"Honigsüß\",\n\t\t\t\t\"fr\" : \"Mielleux\",\n\t\t\t\t\"jp\" : \"蜂蜜\"\n\t\t\t}\n\t\t}\n\t},\n\t\"447\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Potent Acid\",\n\t\t\t\t\"de\" : \"Konzentrierte Säure\",\n\t\t\t\t\"fr\" : \"Acide corrosif\",\n\t\t\t\t\"jp\" : \"強酸\"\n\t\t\t}\n\t\t}\n\t},\n\t\"448\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swarmed\",\n\t\t\t\t\"de\" : \"Umschwärmt\",\n\t\t\t\t\"fr\" : \"Essaim\",\n\t\t\t\t\"jp\" : \"スウォーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"449\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stung\",\n\t\t\t\t\"de\" : \"Gestochen\",\n\t\t\t\t\"fr\" : \"Dard\",\n\t\t\t\t\"jp\" : \"蜂刺症\"\n\t\t\t}\n\t\t}\n\t},\n\t\"450\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Petrification Resistance\",\n\t\t\t\t\"de\" : \"Steinresistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Pétrification\",\n\t\t\t\t\"jp\" : \"石化無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"451\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cursed Voice\",\n\t\t\t\t\"de\" : \"Stimme der Verwünschung\",\n\t\t\t\t\"fr\" : \"Voix du maléfice\",\n\t\t\t\t\"jp\" : \"呪詛の声\"\n\t\t\t}\n\t\t}\n\t},\n\t\"452\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cursed Shriek\",\n\t\t\t\t\"de\" : \"Schrei der Verwünschung\",\n\t\t\t\t\"fr\" : \"Cri du maléfice\",\n\t\t\t\t\"jp\" : \"呪詛の叫声\"\n\t\t\t}\n\t\t}\n\t},\n\t\"453\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Allagan Venom\",\n\t\t\t\t\"de\" : \"Allagisches Gift\",\n\t\t\t\t\"fr\" : \"Venin allagois\",\n\t\t\t\t\"jp\" : \"アラガンポイズン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"454\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Allagan Field\",\n\t\t\t\t\"de\" : \"Allagisches Feld\",\n\t\t\t\t\"fr\" : \"Champ allagois\",\n\t\t\t\t\"jp\" : \"アラガンフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"455\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Languishing\",\n\t\t\t\t\"de\" : \"Ermattung\",\n\t\t\t\t\"fr\" : \"Agonie vitale\",\n\t\t\t\t\"jp\" : \"生気減退\"\n\t\t\t}\n\t\t}\n\t},\n\t\"456\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Penalty\",\n\t\t\t\t\"de\" : \"LP-Malus\",\n\t\t\t\t\"fr\" : \"PV maximum réduits\",\n\t\t\t\t\"jp\" : \"最大ＨＰダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"457\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind+\",\n\t\t\t\t\"de\" : \"Fessel +\",\n\t\t\t\t\"fr\" : \"Entrave +\",\n\t\t\t\t\"jp\" : \"バインド＋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"458\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raven Blight\",\n\t\t\t\t\"de\" : \"Pestschwinge\",\n\t\t\t\t\"fr\" : \"Bile de rapace\",\n\t\t\t\t\"jp\" : \"凶鳥毒気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"459\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Normal Stance\",\n\t\t\t\t\"de\" : \"Normales Verhalten\",\n\t\t\t\t\"fr\" : \"Posture normale\",\n\t\t\t\t\"jp\" : \"ノーマルスタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"460\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aggressive Stance\",\n\t\t\t\t\"de\" : \"Aggressives Verhalten\",\n\t\t\t\t\"fr\" : \"Posture d'attaque\",\n\t\t\t\t\"jp\" : \"アタッカースタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"461\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Subversive Stance\",\n\t\t\t\t\"de\" : \"Hemmendes Verhalten\",\n\t\t\t\t\"fr\" : \"Posture de diversion\",\n\t\t\t\t\"jp\" : \"ジャマースタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"462\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Garrote Twist\",\n\t\t\t\t\"de\" : \"Leicht fixierbar\",\n\t\t\t\t\"fr\" : \"Sangle accélérée\",\n\t\t\t\t\"jp\" : \"拘束加速\"\n\t\t\t}\n\t\t}\n\t},\n\t\"464\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Firescorched\",\n\t\t\t\t\"de\" : \"Feuerhorn\",\n\t\t\t\t\"fr\" : \"Corne-de-feu\",\n\t\t\t\t\"jp\" : \"ファイアホーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"465\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Icebitten\",\n\t\t\t\t\"de\" : \"Eisklaue\",\n\t\t\t\t\"fr\" : \"Griffe-de-glace\",\n\t\t\t\t\"jp\" : \"アイスクロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"466\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderstruck\",\n\t\t\t\t\"de\" : \"Donnerschwinge\",\n\t\t\t\t\"fr\" : \"Aile-de-foudre\",\n\t\t\t\t\"jp\" : \"サンダーウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"467\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Briny Veil\",\n\t\t\t\t\"de\" : \"Wasserspiegelung\",\n\t\t\t\t\"fr\" : \"Reflet d'eau\",\n\t\t\t\t\"jp\" : \"水鏡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"469\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High and Mighty\",\n\t\t\t\t\"de\" : \"Absoluter Herrscher\",\n\t\t\t\t\"fr\" : \"Monarchie absolue\",\n\t\t\t\t\"jp\" : \"極王\"\n\t\t\t}\n\t\t}\n\t},\n\t\"470\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pombination\",\n\t\t\t\t\"de\" : \"Pombination\",\n\t\t\t\t\"fr\" : \"Mogtimisation\",\n\t\t\t\t\"jp\" : \"モグビネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"471\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Moglight Resistance Down\",\n\t\t\t\t\"de\" : \"Mogryschatten-Aversion\",\n\t\t\t\t\"fr\" : \"Nyctophobie mog\",\n\t\t\t\t\"jp\" : \"モグ闇過敏症\"\n\t\t\t}\n\t\t}\n\t},\n\t\"472\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mogdark Resistance Down\",\n\t\t\t\t\"de\" : \"Moglicht-Empfindlichkeit\",\n\t\t\t\t\"fr\" : \"Photophobie mog\",\n\t\t\t\t\"jp\" : \"モグ光過敏症\"\n\t\t\t}\n\t\t}\n\t},\n\t\"473\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bemoggled\",\n\t\t\t\t\"de\" : \"Tohuwabohu-Wahn\",\n\t\t\t\t\"fr\" : \"Tournis mog\",\n\t\t\t\t\"jp\" : \"モグルグル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"474\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Royal Rouse\",\n\t\t\t\t\"de\" : \"Mogul-Fanfare\",\n\t\t\t\t\"fr\" : \"Mogtivation\",\n\t\t\t\t\"jp\" : \"闘魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"475\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slippery Prey\",\n\t\t\t\t\"de\" : \"Unmarkierbar\",\n\t\t\t\t\"fr\" : \"Marquage impossible\",\n\t\t\t\t\"jp\" : \"マーキング対象外\"\n\t\t\t}\n\t\t}\n\t},\n\t\"476\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gloam\",\n\t\t\t\t\"de\" : \"Dämmerlicht\",\n\t\t\t\t\"fr\" : \"Voile ombreux\",\n\t\t\t\t\"jp\" : \"薄闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"477\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mantle of the Whorl\",\n\t\t\t\t\"de\" : \"Wogenmantel\",\n\t\t\t\t\"fr\" : \"Manteau du Déchaîneur\",\n\t\t\t\t\"jp\" : \"水神のマント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"478\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veil of the Whorl\",\n\t\t\t\t\"de\" : \"Wogenschleier\",\n\t\t\t\t\"fr\" : \"Voile du Déchaîneur\",\n\t\t\t\t\"jp\" : \"水神のヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"479\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"480\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste+\",\n\t\t\t\t\"de\" : \"Hast +\",\n\t\t\t\t\"fr\" : \"Hâte +\",\n\t\t\t\t\"jp\" : \"ヘイスト＋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"481\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sprint\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Sprint\",\n\t\t\t\t\"jp\" : \"スプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"482\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paralysis\",\n\t\t\t\t\"de\" : \"Paralyse\",\n\t\t\t\t\"fr\" : \"Paralysie\",\n\t\t\t\t\"jp\" : \"麻痺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"483\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost\",\n\t\t\t\t\"de\" : \"LP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PV\",\n\t\t\t\t\"jp\" : \"最大ＨＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"484\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ink\",\n\t\t\t\t\"de\" : \"Toxische Tinte\",\n\t\t\t\t\"fr\" : \"Sépia venimeux\",\n\t\t\t\t\"jp\" : \"毒墨\"\n\t\t\t}\n\t\t}\n\t},\n\t\"485\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"486\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Watery Grave\",\n\t\t\t\t\"de\" : \"Wasserkäfig\",\n\t\t\t\t\"fr\" : \"Geôle aqueuse\",\n\t\t\t\t\"jp\" : \"水牢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"487\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"488\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shade Shift\",\n\t\t\t\t\"de\" : \"Superkniff\",\n\t\t\t\t\"fr\" : \"Décalage d'ombre\",\n\t\t\t\t\"jp\" : \"残影\"\n\t\t\t}\n\t\t}\n\t},\n\t\"489\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kiss of the Wasp\",\n\t\t\t\t\"de\" : \"Wespenkuss\",\n\t\t\t\t\"fr\" : \"Baiser de guêpe\",\n\t\t\t\t\"jp\" : \"蜂毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"490\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kiss of the Viper\",\n\t\t\t\t\"de\" : \"Vipernkuss\",\n\t\t\t\t\"fr\" : \"Baiser de vipère\",\n\t\t\t\t\"jp\" : \"蛇毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"491\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dancing Edge\",\n\t\t\t\t\"de\" : \"Tanzende Schneide\",\n\t\t\t\t\"fr\" : \"Lame dansante\",\n\t\t\t\t\"jp\" : \"舞踏刃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"492\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutilation\",\n\t\t\t\t\"de\" : \"Verstümmeln\",\n\t\t\t\t\"fr\" : \"Attaque mutilante\",\n\t\t\t\t\"jp\" : \"無双旋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"493\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"494\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"495\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Goad\",\n\t\t\t\t\"de\" : \"Dampf\",\n\t\t\t\t\"fr\" : \"Aiguillonnement\",\n\t\t\t\t\"jp\" : \"叱咤\"\n\t\t\t}\n\t\t}\n\t},\n\t\"496\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mudra\",\n\t\t\t\t\"de\" : \"Mudra\",\n\t\t\t\t\"fr\" : \"Mudrâ\",\n\t\t\t\t\"jp\" : \"印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"497\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kassatsu\",\n\t\t\t\t\"de\" : \"Kassatsu\",\n\t\t\t\t\"fr\" : \"Kassatsu\",\n\t\t\t\t\"jp\" : \"活殺自在\"\n\t\t\t}\n\t\t}\n\t},\n\t\"498\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infirmity\",\n\t\t\t\t\"de\" : \"Gebrechlichkeit\",\n\t\t\t\t\"fr\" : \"Infirmité\",\n\t\t\t\t\"jp\" : \"虚弱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"500\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Huton\",\n\t\t\t\t\"de\" : \"Huton\",\n\t\t\t\t\"fr\" : \"Fûton\",\n\t\t\t\t\"jp\" : \"風遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"501\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doton\",\n\t\t\t\t\"de\" : \"Doton\",\n\t\t\t\t\"fr\" : \"Doton\",\n\t\t\t\t\"jp\" : \"土遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"502\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doton Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"503\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"505\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"506\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vertigo\",\n\t\t\t\t\"de\" : \"Schwindel\",\n\t\t\t\t\"fr\" : \"Vertige\",\n\t\t\t\t\"jp\" : \"目眩\"\n\t\t\t}\n\t\t}\n\t},\n\t\"507\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Suiton\",\n\t\t\t\t\"de\" : \"Suiton\",\n\t\t\t\t\"fr\" : \"Suiton\",\n\t\t\t\t\"jp\" : \"水遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"508\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Fang\",\n\t\t\t\t\"de\" : \"Schattenfang\",\n\t\t\t\t\"fr\" : \"Croc d'ombre\",\n\t\t\t\t\"jp\" : \"影牙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"509\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherochemical Bomb\",\n\t\t\t\t\"de\" : \"Ätherochemischer Sprengkörper\",\n\t\t\t\t\"fr\" : \"Magismobombe\",\n\t\t\t\t\"jp\" : \"魔爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"511\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Toad\",\n\t\t\t\t\"de\" : \"Knallfrosch\",\n\t\t\t\t\"fr\" : \"Pyrocrapaud\",\n\t\t\t\t\"jp\" : \"ファイアトード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"512\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electroconductivity\",\n\t\t\t\t\"de\" : \"Elektrokonduktivität\",\n\t\t\t\t\"fr\" : \"Électroconductivité\",\n\t\t\t\t\"jp\" : \"導電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"513\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Static Condensation\",\n\t\t\t\t\"de\" : \"Statische Ladung\",\n\t\t\t\t\"fr\" : \"Charge électrostatique\",\n\t\t\t\t\"jp\" : \"蓄電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"516\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chaos\",\n\t\t\t\t\"de\" : \"Chaos\",\n\t\t\t\t\"fr\" : \"Chaos\",\n\t\t\t\t\"jp\" : \"混沌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"517\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surge Protection\",\n\t\t\t\t\"de\" : \"Überspannungsschutz\",\n\t\t\t\t\"fr\" : \"Parafoudre\",\n\t\t\t\t\"jp\" : \"避雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"518\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reflect\",\n\t\t\t\t\"de\" : \"Reflexion\",\n\t\t\t\t\"fr\" : \"Miroir\",\n\t\t\t\t\"jp\" : \"リフレク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"519\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Counter\",\n\t\t\t\t\"de\" : \"Konter\",\n\t\t\t\t\"fr\" : \"Riposte\",\n\t\t\t\t\"jp\" : \"カウンター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"520\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Up\",\n\t\t\t\t\"de\" : \"Feuerresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au feu accrue\",\n\t\t\t\t\"jp\" : \"火属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"521\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Water Resistance Up\",\n\t\t\t\t\"de\" : \"Wasserresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance à l'eau accrue\",\n\t\t\t\t\"jp\" : \"水属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"522\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind Resistance Up\",\n\t\t\t\t\"de\" : \"Windresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au vent accrue\",\n\t\t\t\t\"jp\" : \"風属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"523\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Up\",\n\t\t\t\t\"de\" : \"Blitzresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre accrue\",\n\t\t\t\t\"jp\" : \"雷属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"524\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth Resistance Up\",\n\t\t\t\t\"de\" : \"Erdresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance à la terre accrue\",\n\t\t\t\t\"jp\" : \"土属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"525\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Resistance Up\",\n\t\t\t\t\"de\" : \"Eisresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance à la glace accrue\",\n\t\t\t\t\"jp\" : \"氷属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"526\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frost Blade\",\n\t\t\t\t\"de\" : \"Frostklinge\",\n\t\t\t\t\"fr\" : \"Lame glaciale\",\n\t\t\t\t\"jp\" : \"凍てつく剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"527\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frost Brand\",\n\t\t\t\t\"de\" : \"Froststab\",\n\t\t\t\t\"fr\" : \"Bâton glacial\",\n\t\t\t\t\"jp\" : \"凍てつく杖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"528\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frost Bow\",\n\t\t\t\t\"de\" : \"Frostbogen\",\n\t\t\t\t\"fr\" : \"Arc glacial\",\n\t\t\t\t\"jp\" : \"凍てつく弓\"\n\t\t\t}\n\t\t}\n\t},\n\t\"529\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"536\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion EXP Up\",\n\t\t\t\t\"de\" : \"Sternstunde der Mitstreiter\",\n\t\t\t\t\"fr\" : \"Compagnon d'expérience\",\n\t\t\t\t\"jp\" : \"バディ強化：経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"537\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion EXP Up II\",\n\t\t\t\t\"de\" : \"Sternstunde der Mitstreiter II\",\n\t\t\t\t\"fr\" : \"Compagnon d'expérience II\",\n\t\t\t\t\"jp\" : \"バディ強化：経験値アップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"538\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Attack Up\",\n\t\t\t\t\"de\" : \"Mitstreiter-Attackebonus\",\n\t\t\t\t\"fr\" : \"Compagnon d'attaque\",\n\t\t\t\t\"jp\" : \"バディ強化：攻撃力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"539\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Attack Up II\",\n\t\t\t\t\"de\" : \"Mitstreiter-Attackebonus II\",\n\t\t\t\t\"fr\" : \"Compagnon d'attaque II\",\n\t\t\t\t\"jp\" : \"バディ強化：攻撃力アップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"540\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Healing Potency Up\",\n\t\t\t\t\"de\" : \"Mitstreiter-Heilmagiebonus\",\n\t\t\t\t\"fr\" : \"Compagnon attentionné\",\n\t\t\t\t\"jp\" : \"バディ強化：魔法回復力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"541\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Healing Potency Up II\",\n\t\t\t\t\"de\" : \"Mitstreiter-Heilmagiebonus II\",\n\t\t\t\t\"fr\" : \"Compagnon attentioné II\",\n\t\t\t\t\"jp\" : \"バディ強化：魔法回復力アップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"542\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Maximum HP Up\",\n\t\t\t\t\"de\" : \"Mitstreiter-LP-Bonus\",\n\t\t\t\t\"fr\" : \"Compagnon gaillard\",\n\t\t\t\t\"jp\" : \"バディ強化：最大ＨＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"543\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Maximum HP Up II\",\n\t\t\t\t\"de\" : \"Mitstreiter-LP-Bonus II\",\n\t\t\t\t\"fr\" : \"Compagnon gaillard II\",\n\t\t\t\t\"jp\" : \"バディ強化：最大ＨＰアップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"544\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Enmity Up\",\n\t\t\t\t\"de\" : \"Provokativer Mitstreiter\",\n\t\t\t\t\"fr\" : \"Compagnon boutefeu\",\n\t\t\t\t\"jp\" : \"バディ強化：敵視アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"545\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Companion Enmity Up II\",\n\t\t\t\t\"de\" : \"Provokativer Mitstreiter II\",\n\t\t\t\t\"fr\" : \"Compagnon boutefeu II\",\n\t\t\t\t\"jp\" : \"バディ強化：敵視アップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"546\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enervation\",\n\t\t\t\t\"de\" : \"Schöner Salat\",\n\t\t\t\t\"fr\" : \"Dans les choux\",\n\t\t\t\t\"jp\" : \"攻防低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"547\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Production\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Herstellung\",\n\t\t\t\t\"fr\" : \"Installation: production\",\n\t\t\t\t\"jp\" : \"製作施設：部材工作\"\n\t\t\t}\n\t\t}\n\t},\n\t\"548\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Finishing\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Veredelung\",\n\t\t\t\t\"fr\" : \"Installation: finition\",\n\t\t\t\t\"jp\" : \"製作施設：精密工作\"\n\t\t\t}\n\t\t}\n\t},\n\t\"549\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Detailing\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Feinarbeit\",\n\t\t\t\t\"fr\" : \"Installation: minutie\",\n\t\t\t\t\"jp\" : \"製作施設：難関工作\"\n\t\t\t}\n\t\t}\n\t},\n\t\"550\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Production II\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Herstellung II\",\n\t\t\t\t\"fr\" : \"Installation: production II\",\n\t\t\t\t\"jp\" : \"製作施設：部材工作II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"551\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Specialization\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Spezialisierung\",\n\t\t\t\t\"fr\" : \"Installation: spécialité\",\n\t\t\t\t\"jp\" : \"製作施設：専門工作\"\n\t\t\t}\n\t\t}\n\t},\n\t\"552\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Specialization II\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Spezialisierung II\",\n\t\t\t\t\"fr\" : \"Installation: spécialité II\",\n\t\t\t\t\"jp\" : \"製作施設：専門工作II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"553\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Detailing II\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Feinarbeit II\",\n\t\t\t\t\"fr\" : \"Installation: minutie II\",\n\t\t\t\t\"jp\" : \"製作施設：難関工作II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"554\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Facility Access: Finishing II\",\n\t\t\t\t\"de\" : \"Arbeitsstätte: Veredelung II\",\n\t\t\t\t\"fr\" : \"Installation: finition II\",\n\t\t\t\t\"jp\" : \"製作施設：精密工作II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"555\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Spray\",\n\t\t\t\t\"de\" : \"Reflektorschild\",\n\t\t\t\t\"fr\" : \"Réplique\",\n\t\t\t\t\"jp\" : \"応射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"556\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Spray\",\n\t\t\t\t\"de\" : \"Reflektorschild\",\n\t\t\t\t\"fr\" : \"Réplique\",\n\t\t\t\t\"jp\" : \"応射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"557\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Spray\",\n\t\t\t\t\"de\" : \"Reflektorschild\",\n\t\t\t\t\"fr\" : \"Réplique\",\n\t\t\t\t\"jp\" : \"応射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"558\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Spray\",\n\t\t\t\t\"de\" : \"Reflektorschild\",\n\t\t\t\t\"fr\" : \"Réplique\",\n\t\t\t\t\"jp\" : \"応射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"559\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"560\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"561\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"562\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"563\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"564\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"565\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"566\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"567\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Six Fulms Under\",\n\t\t\t\t\"de\" : \"Versinkend\",\n\t\t\t\t\"fr\" : \"Enfoncement\",\n\t\t\t\t\"jp\" : \"沈下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"568\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fisher's Intuition\",\n\t\t\t\t\"de\" : \"Petri Heil\",\n\t\t\t\t\"fr\" : \"Instinct du pêcheur\",\n\t\t\t\t\"jp\" : \"漁師の直感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"569\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slime\",\n\t\t\t\t\"de\" : \"Schleim\",\n\t\t\t\t\"fr\" : \"Mucus\",\n\t\t\t\t\"jp\" : \"粘液\"\n\t\t\t}\n\t\t}\n\t},\n\t\"570\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In the Line of Fire\",\n\t\t\t\t\"de\" : \"In der Schusslinie\",\n\t\t\t\t\"fr\" : \"Dans la ligne de tir\",\n\t\t\t\t\"jp\" : \"エイム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"571\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blind\",\n\t\t\t\t\"de\" : \"Blind\",\n\t\t\t\t\"fr\" : \"Cécité\",\n\t\t\t\t\"jp\" : \"暗闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"572\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Down\",\n\t\t\t\t\"de\" : \"Hiebresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant réduite\",\n\t\t\t\t\"jp\" : \"斬属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"573\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Down\",\n\t\t\t\t\"de\" : \"Schlagresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au contondant réduite\",\n\t\t\t\t\"jp\" : \"打属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"574\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Erratic Blaster\",\n\t\t\t\t\"de\" : \"Erratischer Puls\",\n\t\t\t\t\"fr\" : \"Électrochoc imprévisible\",\n\t\t\t\t\"jp\" : \"エラティックブラスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"576\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down\",\n\t\t\t\t\"de\" : \"Blitzresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"577\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Barofield\",\n\t\t\t\t\"de\" : \"Baro-Feld\",\n\t\t\t\t\"fr\" : \"Barotraumatisme\",\n\t\t\t\t\"jp\" : \"バロフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"578\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In the Headlights\",\n\t\t\t\t\"de\" : \"Hauptkopf\",\n\t\t\t\t\"fr\" : \"À portée de tête\",\n\t\t\t\t\"jp\" : \"メインヘッド耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"579\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Strikes\",\n\t\t\t\t\"de\" : \"Kritische Attacke\",\n\t\t\t\t\"fr\" : \"Coups critiques\",\n\t\t\t\t\"jp\" : \"クリティカル攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"582\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique diminuée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"583\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique diminuée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"584\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Energy Field\",\n\t\t\t\t\"de\" : \"Abwehrfeld\",\n\t\t\t\t\"fr\" : \"Champ défensif\",\n\t\t\t\t\"jp\" : \"防御フィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"585\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Energy Field Down\",\n\t\t\t\t\"de\" : \"Anti-Abwehrfeld\",\n\t\t\t\t\"fr\" : \"Anti-champ défensif\",\n\t\t\t\t\"jp\" : \"対防御フィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"586\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost\",\n\t\t\t\t\"de\" : \"LP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PV\",\n\t\t\t\t\"jp\" : \"最大ＨＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"587\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forked Lightning\",\n\t\t\t\t\"de\" : \"Gabelblitz\",\n\t\t\t\t\"fr\" : \"Éclair ramifié\",\n\t\t\t\t\"jp\" : \"フォークライトニング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"588\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revelation Resistance Down\",\n\t\t\t\t\"de\" : \"Offenbarungs-Resistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à Révélation réduite\",\n\t\t\t\t\"jp\" : \"リヴァレーション耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"591\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bluefire\",\n\t\t\t\t\"de\" : \"Blaufeuer\",\n\t\t\t\t\"fr\" : \"Flamme bleue\",\n\t\t\t\t\"jp\" : \"青碧の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"592\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ring of Fire\",\n\t\t\t\t\"de\" : \"Flammenwand\",\n\t\t\t\t\"fr\" : \"Vortex de feu\",\n\t\t\t\t\"jp\" : \"炎渦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"594\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harvest\",\n\t\t\t\t\"de\" : \"Seelensog\",\n\t\t\t\t\"fr\" : \"Buveur d'âme\",\n\t\t\t\t\"jp\" : \"吸魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"595\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cloak of Death\",\n\t\t\t\t\"de\" : \"Sog der Verzehrung\",\n\t\t\t\t\"fr\" : \"Remous de la vie\",\n\t\t\t\t\"jp\" : \"霊泉禍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"596\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Suffocated Will\",\n\t\t\t\t\"de\" : \"Drachenopfer\",\n\t\t\t\t\"fr\" : \"Aura du Dragon-dieu\",\n\t\t\t\t\"jp\" : \"龍圧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"600\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique diminuée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"601\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique diminuée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"603\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mummification\",\n\t\t\t\t\"de\" : \"Azeymas Jünger\",\n\t\t\t\t\"fr\" : \"Pion d'Azeyma\",\n\t\t\t\t\"jp\" : \"アーゼマの使徒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"605\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frostbite\",\n\t\t\t\t\"de\" : \"Erfrierung\",\n\t\t\t\t\"fr\" : \"Gelure\",\n\t\t\t\t\"jp\" : \"凍傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"606\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frozen\",\n\t\t\t\t\"de\" : \"Überfroren\",\n\t\t\t\t\"fr\" : \"Glaciation\",\n\t\t\t\t\"jp\" : \"凍結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"607\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Snowball\",\n\t\t\t\t\"de\" : \"Schneeball\",\n\t\t\t\t\"fr\" : \"Boule de neige\",\n\t\t\t\t\"jp\" : \"雪玉\"\n\t\t\t}\n\t\t}\n\t},\n\t\"610\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Petrification\",\n\t\t\t\t\"de\" : \"Stein\",\n\t\t\t\t\"fr\" : \"Pétrification\",\n\t\t\t\t\"jp\" : \"石化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"611\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invigoration\",\n\t\t\t\t\"de\" : \"Schwippdischwapp\",\n\t\t\t\t\"fr\" : \"Bonne humeur\",\n\t\t\t\t\"jp\" : \"気分上々\"\n\t\t\t}\n\t\t}\n\t},\n\t\"613\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imp\",\n\t\t\t\t\"de\" : \"Flusskobold\",\n\t\t\t\t\"fr\" : \"Kappa\",\n\t\t\t\t\"jp\" : \"カッパ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"614\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hidden\",\n\t\t\t\t\"de\" : \"Versteckt\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"615\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hidden\",\n\t\t\t\t\"de\" : \"Versteckt\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"616\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invisible\",\n\t\t\t\t\"de\" : \"Unsichtbar\",\n\t\t\t\t\"fr\" : \"Invisible\",\n\t\t\t\t\"jp\" : \"インビジブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"617\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Irradiated\",\n\t\t\t\t\"de\" : \"Erstrahlend\",\n\t\t\t\t\"fr\" : \"Irradiation\",\n\t\t\t\t\"jp\" : \"帯光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"618\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Area of Influence Up\",\n\t\t\t\t\"de\" : \"Erweiterter Radius\",\n\t\t\t\t\"fr\" : \"Aire d'effet augmentée\",\n\t\t\t\t\"jp\" : \"アクション効果範囲拡大\"\n\t\t\t}\n\t\t}\n\t},\n\t\"619\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"620\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pacification\",\n\t\t\t\t\"de\" : \"Pacem\",\n\t\t\t\t\"fr\" : \"Pacification\",\n\t\t\t\t\"jp\" : \"ＷＳ不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"621\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down\",\n\t\t\t\t\"de\" : \"Feuerresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite\",\n\t\t\t\t\"jp\" : \"火属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"622\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rotting Lungs\",\n\t\t\t\t\"de\" : \"Verrottende Lunge\",\n\t\t\t\t\"fr\" : \"Gaz putride\",\n\t\t\t\t\"jp\" : \"ロットガス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"623\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disease\",\n\t\t\t\t\"de\" : \"Krankheit\",\n\t\t\t\t\"fr\" : \"Maladie\",\n\t\t\t\t\"jp\" : \"病気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"625\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"627\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neurolink\",\n\t\t\t\t\"de\" : \"Neurolink\",\n\t\t\t\t\"fr\" : \"Neurolien\",\n\t\t\t\t\"jp\" : \"拘束装置\"\n\t\t\t}\n\t\t}\n\t},\n\t\"628\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"629\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infirmity\",\n\t\t\t\t\"de\" : \"Gebrechlichkeit\",\n\t\t\t\t\"fr\" : \"Infirmité\",\n\t\t\t\t\"jp\" : \"虚弱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"630\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"631\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tireless\",\n\t\t\t\t\"de\" : \"Beflügelt\",\n\t\t\t\t\"fr\" : \"Infatigable\",\n\t\t\t\t\"jp\" : \"体力消耗無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"632\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frenzied\",\n\t\t\t\t\"de\" : \"Raserei\",\n\t\t\t\t\"fr\" : \"Fébrilité\",\n\t\t\t\t\"jp\" : \"興奮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"633\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lamed\",\n\t\t\t\t\"de\" : \"Lahmt\",\n\t\t\t\t\"fr\" : \"Panique\",\n\t\t\t\t\"jp\" : \"動揺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"634\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silenced\",\n\t\t\t\t\"de\" : \"Stille\",\n\t\t\t\t\"fr\" : \"Silence\",\n\t\t\t\t\"jp\" : \"アビリティ使用不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"635\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Distracted\",\n\t\t\t\t\"de\" : \"Verwirrung\",\n\t\t\t\t\"fr\" : \"Choc\",\n\t\t\t\t\"jp\" : \"アイテム使用不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"638\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"639\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyretic\",\n\t\t\t\t\"de\" : \"Pyretisch\",\n\t\t\t\t\"fr\" : \"Pyromanie\",\n\t\t\t\t\"jp\" : \"ヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"640\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison Resistance Up\",\n\t\t\t\t\"de\" : \"Giftresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au poison accrue\",\n\t\t\t\t\"jp\" : \"毒耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"641\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Choco Reflect\",\n\t\t\t\t\"de\" : \"Chocobo-Reflexion\",\n\t\t\t\t\"fr\" : \"Chocoboomerang\",\n\t\t\t\t\"jp\" : \"弱体効果反射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"642\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"643\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"644\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chicken\",\n\t\t\t\t\"de\" : \"Huhn\",\n\t\t\t\t\"fr\" : \"Poulet\",\n\t\t\t\t\"jp\" : \"ニワトリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"645\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Digesting\",\n\t\t\t\t\"de\" : \"Verdauung\",\n\t\t\t\t\"fr\" : \"Digestion\",\n\t\t\t\t\"jp\" : \"消化中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"646\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abandonment\",\n\t\t\t\t\"de\" : \"Verlassen\",\n\t\t\t\t\"fr\" : \"Isolement\",\n\t\t\t\t\"jp\" : \"孤独感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"647\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Atrophy\",\n\t\t\t\t\"de\" : \"Atrophie\",\n\t\t\t\t\"fr\" : \"Épuisement\",\n\t\t\t\t\"jp\" : \"フィジカルダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"648\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"649\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attack Up\",\n\t\t\t\t\"de\" : \"Attacke-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus d'attaque\",\n\t\t\t\t\"jp\" : \"物理攻撃力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"650\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attack Magic Potency Up\",\n\t\t\t\t\"de\" : \"Offensivmagie-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de puissance magique\",\n\t\t\t\t\"jp\" : \"魔法攻撃力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"651\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"652\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP & MP Boost\",\n\t\t\t\t\"de\" : \"LP-/MP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PV et PM\",\n\t\t\t\t\"jp\" : \"最大ＨＰアップ＆最大ＭＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"653\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle High\",\n\t\t\t\t\"de\" : \"Euphorie\",\n\t\t\t\t\"fr\" : \"Ivresse du combat\",\n\t\t\t\t\"jp\" : \"戦意高揚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"654\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle Fever\",\n\t\t\t\t\"de\" : \"Raserei\",\n\t\t\t\t\"fr\" : \"Fièvre du combat\",\n\t\t\t\t\"jp\" : \"戦意高揚［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"655\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aegis Boon\",\n\t\t\t\t\"de\" : \"Ägidensegen\",\n\t\t\t\t\"fr\" : \"Égide\",\n\t\t\t\t\"jp\" : \"イージスブーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"656\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"657\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"658\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"659\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blight\",\n\t\t\t\t\"de\" : \"Pesthauch\",\n\t\t\t\t\"fr\" : \"Supplice\",\n\t\t\t\t\"jp\" : \"クラウダ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"661\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Double\",\n\t\t\t\t\"de\" : \"Doppel\",\n\t\t\t\t\"fr\" : \"Double\",\n\t\t\t\t\"jp\" : \"ダブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"662\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triple\",\n\t\t\t\t\"de\" : \"Tripel\",\n\t\t\t\t\"fr\" : \"Triple\",\n\t\t\t\t\"jp\" : \"トリプル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"663\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Red Light\",\n\t\t\t\t\"de\" : \"Stillgestanden\",\n\t\t\t\t\"fr\" : \"Halte!\",\n\t\t\t\t\"jp\" : \"動くな！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"664\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"665\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slippery Prey\",\n\t\t\t\t\"de\" : \"Unmarkierbar\",\n\t\t\t\t\"fr\" : \"Marquage impossible\",\n\t\t\t\t\"jp\" : \"マーキング対象外\"\n\t\t\t}\n\t\t}\n\t},\n\t\"666\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"669\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Speed Up\",\n\t\t\t\t\"de\" : \"Geschwindigkeit +\",\n\t\t\t\t\"fr\" : \"Vitesse de déplacement accrue\",\n\t\t\t\t\"jp\" : \"移動速度上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"670\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down\",\n\t\t\t\t\"de\" : \"Feuerresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite\",\n\t\t\t\t\"jp\" : \"火属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"671\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"672\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"673\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nanoparticles\",\n\t\t\t\t\"de\" : \"Schrumpfstaub\",\n\t\t\t\t\"fr\" : \"Nanoparticules\",\n\t\t\t\t\"jp\" : \"圧縮粒子\"\n\t\t\t}\n\t\t}\n\t},\n\t\"676\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concealed\",\n\t\t\t\t\"de\" : \"Verborgen\",\n\t\t\t\t\"fr\" : \"Camouflage\",\n\t\t\t\t\"jp\" : \"潜伏\"\n\t\t\t}\n\t\t}\n\t},\n\t\"678\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tailwind\",\n\t\t\t\t\"de\" : \"Rückenwind\",\n\t\t\t\t\"fr\" : \"Vent arrière\",\n\t\t\t\t\"jp\" : \"帯風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"679\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windwall\",\n\t\t\t\t\"de\" : \"Windmauer\",\n\t\t\t\t\"fr\" : \"Mur de vent\",\n\t\t\t\t\"jp\" : \"風壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"680\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Directional Parry\",\n\t\t\t\t\"de\" : \"Gerichtete Parade\",\n\t\t\t\t\"fr\" : \"Parade directionnelle\",\n\t\t\t\t\"jp\" : \"受け流し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"681\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Offensive Optimization\",\n\t\t\t\t\"de\" : \"Offensivhaltung\",\n\t\t\t\t\"fr\" : \"Optimisation offensive\",\n\t\t\t\t\"jp\" : \"攻撃形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"682\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defensive Optimization\",\n\t\t\t\t\"de\" : \"Defensivhaltung\",\n\t\t\t\t\"fr\" : \"Optimisation défensive\",\n\t\t\t\t\"jp\" : \"防御形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"683\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of Earth\",\n\t\t\t\t\"de\" : \"Segen der Erde\",\n\t\t\t\t\"fr\" : \"Bénédiction de la terre\",\n\t\t\t\t\"jp\" : \"土の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"684\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of Fire\",\n\t\t\t\t\"de\" : \"Segen des Feuers\",\n\t\t\t\t\"fr\" : \"Bénédiction du feu\",\n\t\t\t\t\"jp\" : \"火の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"685\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind Resistance Down\",\n\t\t\t\t\"de\" : \"Windresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au vent réduite\",\n\t\t\t\t\"jp\" : \"風属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"686\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"687\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"688\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hypercharge\",\n\t\t\t\t\"de\" : \"Hyperladung\",\n\t\t\t\t\"fr\" : \"Hypercharge\",\n\t\t\t\t\"jp\" : \"ハイパーチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"689\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mana Capacitor\",\n\t\t\t\t\"de\" : \"Mana-Kondensator\",\n\t\t\t\t\"fr\" : \"Condensateur d'éther\",\n\t\t\t\t\"jp\" : \"マナキャパシター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"690\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Muscle Activator\",\n\t\t\t\t\"de\" : \"Muskelaktivator\",\n\t\t\t\t\"fr\" : \"Activateur de muscle\",\n\t\t\t\t\"jp\" : \"マッスルアクティベーター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"694\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hard Marked\",\n\t\t\t\t\"de\" : \"Zielwechsel unmöglich\",\n\t\t\t\t\"fr\" : \"Transmission de cible impossible\",\n\t\t\t\t\"jp\" : \"指定変更不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"695\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"696\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"697\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Magic Down\",\n\t\t\t\t\"de\" : \"Heilmagie -\",\n\t\t\t\t\"fr\" : \"Malus de soin\",\n\t\t\t\t\"jp\" : \"回復魔法効果低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"700\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Throttle\",\n\t\t\t\t\"de\" : \"Erstickung\",\n\t\t\t\t\"fr\" : \"Suffocation\",\n\t\t\t\t\"jp\" : \"窒息\"\n\t\t\t}\n\t\t}\n\t},\n\t\"704\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Draconian Light\",\n\t\t\t\t\"de\" : \"Schutz des Auges\",\n\t\t\t\t\"fr\" : \"Lumière draconique\",\n\t\t\t\t\"jp\" : \"竜眼の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"705\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"706\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Luminous Aetheroplasm\",\n\t\t\t\t\"de\" : \"Luminiszentes Ätheroplasma\",\n\t\t\t\t\"fr\" : \"Éthéroplasma lumineux\",\n\t\t\t\t\"jp\" : \"光性爆雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"707\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Decree Nisi A\",\n\t\t\t\t\"de\" : \"Vorläufiges Urteil α\",\n\t\t\t\t\"fr\" : \"Peine provisoire α\",\n\t\t\t\t\"jp\" : \"仮判決α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"708\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Decree Nisi B\",\n\t\t\t\t\"de\" : \"Vorläufiges Urteil β\",\n\t\t\t\t\"fr\" : \"Peine provisoire β\",\n\t\t\t\t\"jp\" : \"仮判決β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"709\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy Feet\",\n\t\t\t\t\"de\" : \"Schwerfälliger Schritt\",\n\t\t\t\t\"fr\" : \"Gravité\",\n\t\t\t\t\"jp\" : \"鈍足\"\n\t\t\t}\n\t\t}\n\t},\n\t\"711\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporary Insanity\",\n\t\t\t\t\"de\" : \"Plötzliche Panik\",\n\t\t\t\t\"fr\" : \"Fulguration\",\n\t\t\t\t\"jp\" : \"心神喪失\"\n\t\t\t}\n\t\t}\n\t},\n\t\"712\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempered Will\",\n\t\t\t\t\"de\" : \"Eherner Wille\",\n\t\t\t\t\"fr\" : \"Volonté d'acier\",\n\t\t\t\t\"jp\" : \"鋼の意志\"\n\t\t\t}\n\t\t}\n\t},\n\t\"714\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"715\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Staggered\",\n\t\t\t\t\"de\" : \"Schwankend\",\n\t\t\t\t\"fr\" : \"Chancellement\",\n\t\t\t\t\"jp\" : \"よろめき\"\n\t\t\t}\n\t\t}\n\t},\n\t\"716\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Turbulence\",\n\t\t\t\t\"de\" : \"Turbulenzen\",\n\t\t\t\t\"fr\" : \"Turbulence\",\n\t\t\t\t\"jp\" : \"乱気流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"717\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Will of the Wind\",\n\t\t\t\t\"de\" : \"Herrschaft des Windes\",\n\t\t\t\t\"fr\" : \"Domination du vent\",\n\t\t\t\t\"jp\" : \"風の支配\"\n\t\t\t}\n\t\t}\n\t},\n\t\"718\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Will of the Water\",\n\t\t\t\t\"de\" : \"Herrschaft des Wassers\",\n\t\t\t\t\"fr\" : \"Domination de l'eau\",\n\t\t\t\t\"jp\" : \"水の支配\"\n\t\t\t}\n\t\t}\n\t},\n\t\"719\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Whaleback\",\n\t\t\t\t\"de\" : \"In Schusslinie\",\n\t\t\t\t\"fr\" : \"Attaque directe\",\n\t\t\t\t\"jp\" : \"直接攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"720\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Up\",\n\t\t\t\t\"de\" : \"Hiebresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant accrue\",\n\t\t\t\t\"jp\" : \"斬属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"721\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Piercing Resistance Up\",\n\t\t\t\t\"de\" : \"Stichresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au perforant accrue\",\n\t\t\t\t\"jp\" : \"突属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"722\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Up\",\n\t\t\t\t\"de\" : \"Schlagresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au contondant accrue\",\n\t\t\t\t\"jp\" : \"打属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"723\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherochemical Bomb\",\n\t\t\t\t\"de\" : \"Ätherochemischer Sprengkörper\",\n\t\t\t\t\"fr\" : \"Magismobombe\",\n\t\t\t\t\"jp\" : \"魔爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"724\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Strength Down\",\n\t\t\t\t\"de\" : \"Stärke-Malus\",\n\t\t\t\t\"fr\" : \"Malus de force\",\n\t\t\t\t\"jp\" : \"ＳＴＲダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"725\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Goring Blade\",\n\t\t\t\t\"de\" : \"Ausweiden\",\n\t\t\t\t\"fr\" : \"Lame étripante\",\n\t\t\t\t\"jp\" : \"ゴアブレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"726\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Veil\",\n\t\t\t\t\"de\" : \"Heiliger Quell\",\n\t\t\t\t\"fr\" : \"Voile divin\",\n\t\t\t\t\"jp\" : \"ディヴァインヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"727\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Veil\",\n\t\t\t\t\"de\" : \"Heiliger Quell (Barriere)\",\n\t\t\t\t\"fr\" : \"Voile divin\",\n\t\t\t\t\"jp\" : \"ディヴァインヴェール［バリア］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"728\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sheltron\",\n\t\t\t\t\"de\" : \"Schiltron\",\n\t\t\t\t\"fr\" : \"Schiltron\",\n\t\t\t\t\"jp\" : \"シェルトロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"729\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deliverance\",\n\t\t\t\t\"de\" : \"Erlöser\",\n\t\t\t\t\"fr\" : \"Délivrance\",\n\t\t\t\t\"jp\" : \"デストロイヤー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"730\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abandon\",\n\t\t\t\t\"de\" : \"Abkehr\",\n\t\t\t\t\"fr\" : \"Abandonnement\",\n\t\t\t\t\"jp\" : \"アバンドン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"731\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abandon II\",\n\t\t\t\t\"de\" : \"Abkehr II\",\n\t\t\t\t\"fr\" : \"Abandonnement II\",\n\t\t\t\t\"jp\" : \"アバンドンII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"732\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abandon III\",\n\t\t\t\t\"de\" : \"Abkehr III\",\n\t\t\t\t\"fr\" : \"Abandonnement III\",\n\t\t\t\t\"jp\" : \"アバンドンIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"733\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abandon IV\",\n\t\t\t\t\"de\" : \"Abkehr IV\",\n\t\t\t\t\"fr\" : \"Abandonnement IV\",\n\t\t\t\t\"jp\" : \"アバンドンIV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"734\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Uncontrollable\",\n\t\t\t\t\"de\" : \"Abkehr V\",\n\t\t\t\t\"fr\" : \"Abandonnement V\",\n\t\t\t\t\"jp\" : \"アバンドンV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"735\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raw Intuition\",\n\t\t\t\t\"de\" : \"Urinstinkt\",\n\t\t\t\t\"fr\" : \"Intuition pure\",\n\t\t\t\t\"jp\" : \"原初の直感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"736\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood of the Dragon\",\n\t\t\t\t\"de\" : \"Drachenherz\",\n\t\t\t\t\"fr\" : \"Sang du dragon\",\n\t\t\t\t\"jp\" : \"蒼の竜血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"737\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ley Lines\",\n\t\t\t\t\"de\" : \"Ley-Linien\",\n\t\t\t\t\"fr\" : \"Manalignements\",\n\t\t\t\t\"jp\" : \"黒魔紋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"738\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Circle of Power\",\n\t\t\t\t\"de\" : \"Ley-Linien\",\n\t\t\t\t\"fr\" : \"Manalignements\",\n\t\t\t\t\"jp\" : \"黒魔紋：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"739\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asylum\",\n\t\t\t\t\"de\" : \"Refugium\",\n\t\t\t\t\"fr\" : \"Asile\",\n\t\t\t\t\"jp\" : \"アサイラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"740\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadowskin\",\n\t\t\t\t\"de\" : \"Schattenhaut\",\n\t\t\t\t\"fr\" : \"Peau d'ombre\",\n\t\t\t\t\"jp\" : \"シャドウスキン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"741\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scourge\",\n\t\t\t\t\"de\" : \"Geißel\",\n\t\t\t\t\"fr\" : \"Fatalité\",\n\t\t\t\t\"jp\" : \"スカージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"742\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood Weapon\",\n\t\t\t\t\"de\" : \"Blutwaffe\",\n\t\t\t\t\"fr\" : \"Arme de sang\",\n\t\t\t\t\"jp\" : \"ブラッドウェポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"743\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grit\",\n\t\t\t\t\"de\" : \"Zähigkeit\",\n\t\t\t\t\"fr\" : \"Férocité\",\n\t\t\t\t\"jp\" : \"グリットスタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"744\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Dance\",\n\t\t\t\t\"de\" : \"Dunkler Tanz\",\n\t\t\t\t\"fr\" : \"Danse ténébreuse\",\n\t\t\t\t\"jp\" : \"ダークダンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"745\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood Price\",\n\t\t\t\t\"de\" : \"Blutzoll\",\n\t\t\t\t\"fr\" : \"Prix du sang\",\n\t\t\t\t\"jp\" : \"ブラッドプライス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"746\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Mind\",\n\t\t\t\t\"de\" : \"Dunkler Geist\",\n\t\t\t\t\"fr\" : \"Esprit ténébreux\",\n\t\t\t\t\"jp\" : \"ダークマインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"747\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Wall\",\n\t\t\t\t\"de\" : \"Schattenwand\",\n\t\t\t\t\"fr\" : \"Mur d'ombre\",\n\t\t\t\t\"jp\" : \"シャドウウォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"748\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delirium\",\n\t\t\t\t\"de\" : \"Delirium\",\n\t\t\t\t\"fr\" : \"Délirium\",\n\t\t\t\t\"jp\" : \"デリリアムブレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"749\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salted Earth\",\n\t\t\t\t\"de\" : \"Salzige Erde\",\n\t\t\t\t\"fr\" : \"Terre salée\",\n\t\t\t\t\"jp\" : \"ソルトアース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"750\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Victim\",\n\t\t\t\t\"de\" : \"Einziger Überlebender\",\n\t\t\t\t\"fr\" : \"Autre victime\",\n\t\t\t\t\"jp\" : \"ソウルサバイバー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"751\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Darkside\",\n\t\t\t\t\"de\" : \"Dunkle Seite\",\n\t\t\t\t\"fr\" : \"Ténèbres intérieures\",\n\t\t\t\t\"jp\" : \"暗黒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"752\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Arts\",\n\t\t\t\t\"de\" : \"Dunkle Künste\",\n\t\t\t\t\"fr\" : \"Arts ténébreux\",\n\t\t\t\t\"jp\" : \"ダークアーツ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"753\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reprisal\",\n\t\t\t\t\"de\" : \"Reflexion\",\n\t\t\t\t\"fr\" : \"Rétorsion\",\n\t\t\t\t\"jp\" : \"リプライザル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"754\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Rate Up (Limited)\",\n\t\t\t\t\"de\" : \"Sammelrate erhöht (Limit)\",\n\t\t\t\t\"fr\" : \"Récolte améliorée (limitée)\",\n\t\t\t\t\"jp\" : \"採集獲得率アップ：限定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"755\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Fortune Up (Limited)\",\n\t\t\t\t\"de\" : \"Sammelglück erhöht (Limit)\",\n\t\t\t\t\"fr\" : \"Récolte de qualité (limitée)\",\n\t\t\t\t\"jp\" : \"採集HQ獲得率アップ：限定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"756\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Yield Up (Limited)\",\n\t\t\t\t\"de\" : \"Sammelgewinn erhöht (Limit)\",\n\t\t\t\t\"fr\" : \"Récolte abondante (limitée)\",\n\t\t\t\t\"jp\" : \"採集獲得数アップ：限定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"757\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scrutiny\",\n\t\t\t\t\"de\" : \"Prüfender Blick\",\n\t\t\t\t\"fr\" : \"Inspection rigoureuse\",\n\t\t\t\t\"jp\" : \"集中検分\"\n\t\t\t}\n\t\t}\n\t},\n\t\"758\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Utmost Caution\",\n\t\t\t\t\"de\" : \"Äußerste Sorgfalt\",\n\t\t\t\t\"fr\" : \"Attention maximale\",\n\t\t\t\t\"jp\" : \"コーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"759\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gift of the Land II\",\n\t\t\t\t\"de\" : \"Bessere Chancen II\",\n\t\t\t\t\"fr\" : \"Récolte fertile II\",\n\t\t\t\t\"jp\" : \"獲得数ボーナス発生率アップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"760\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Single Mind\",\n\t\t\t\t\"de\" : \"Fünf Sinne\",\n\t\t\t\t\"fr\" : \"Esprit résolu\",\n\t\t\t\t\"jp\" : \"シングルマインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"761\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Snagging\",\n\t\t\t\t\"de\" : \"Reißen\",\n\t\t\t\t\"fr\" : \"Casaquage\",\n\t\t\t\t\"jp\" : \"引掛釣り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"762\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fish Eyes\",\n\t\t\t\t\"de\" : \"Fischaugen\",\n\t\t\t\t\"fr\" : \"Yeux de poisson\",\n\t\t\t\t\"jp\" : \"フィッシュアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"763\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chum\",\n\t\t\t\t\"de\" : \"Streuköder\",\n\t\t\t\t\"fr\" : \"Amorçage\",\n\t\t\t\t\"jp\" : \"撒き餌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"764\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inefficient Hooking\",\n\t\t\t\t\"de\" : \"Schlechter Anschlag\",\n\t\t\t\t\"fr\" : \"Chances de ferrage réduites\",\n\t\t\t\t\"jp\" : \"フッキング成功率低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"765\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Catch and Release\",\n\t\t\t\t\"de\" : \"Fangen und Freilassen\",\n\t\t\t\t\"fr\" : \"Pêche et remise à l'eau\",\n\t\t\t\t\"jp\" : \"最小サイズ向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"766\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anthropomorph\",\n\t\t\t\t\"de\" : \"Anthropomimesis\",\n\t\t\t\t\"fr\" : \"Anthropomorphie\",\n\t\t\t\t\"jp\" : \"人形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"767\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chiromorph\",\n\t\t\t\t\"de\" : \"Chiromimesis\",\n\t\t\t\t\"fr\" : \"Chiromorphie\",\n\t\t\t\t\"jp\" : \"手形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"768\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anemomorph\",\n\t\t\t\t\"de\" : \"Hydromimesis\",\n\t\t\t\t\"fr\" : \"Hélicomorphie\",\n\t\t\t\t\"jp\" : \"竜巻形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"769\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burning Chains\",\n\t\t\t\t\"de\" : \"Brennende Ketten\",\n\t\t\t\t\"fr\" : \"Chaînes brûlantes\",\n\t\t\t\t\"jp\" : \"炎の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"773\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enliven\",\n\t\t\t\t\"de\" : \"Überschwang\",\n\t\t\t\t\"fr\" : \"Remotivation\",\n\t\t\t\t\"jp\" : \"奮起\"\n\t\t\t}\n\t\t}\n\t},\n\t\"775\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"776\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"777\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of the Void\",\n\t\t\t\t\"de\" : \"Nichtssegen\",\n\t\t\t\t\"fr\" : \"Bénédiction du néant\",\n\t\t\t\t\"jp\" : \"ヴォイドの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"778\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earthen Accord\",\n\t\t\t\t\"de\" : \"Irdischer Pakt\",\n\t\t\t\t\"fr\" : \"Accord terrestre\",\n\t\t\t\t\"jp\" : \"土の契り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"780\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resonant\",\n\t\t\t\t\"de\" : \"Übernatürliche Kraft\",\n\t\t\t\t\"fr\" : \"Résonnant\",\n\t\t\t\t\"jp\" : \"超越者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"782\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unbridled\",\n\t\t\t\t\"de\" : \"Entfesselte Klinge\",\n\t\t\t\t\"fr\" : \"Pouvoir déchaîné\",\n\t\t\t\t\"jp\" : \"妖刀解放\"\n\t\t\t}\n\t\t}\n\t},\n\t\"783\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"784\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Voidblood\",\n\t\t\t\t\"de\" : \"Nichtsblut\",\n\t\t\t\t\"fr\" : \"Sang du néant\",\n\t\t\t\t\"jp\" : \"妖異の血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"785\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nymian Plague\",\n\t\t\t\t\"de\" : \"Nym-Pest\",\n\t\t\t\t\"fr\" : \"Lèpre du tomberry\",\n\t\t\t\t\"jp\" : \"トンベリ病\"\n\t\t\t}\n\t\t}\n\t},\n\t\"786\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle Litany\",\n\t\t\t\t\"de\" : \"Litanei der Schlacht\",\n\t\t\t\t\"fr\" : \"Litanie combattante\",\n\t\t\t\t\"jp\" : \"バトルリタニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"787\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silhouette\",\n\t\t\t\t\"de\" : \"Schattenwandler\",\n\t\t\t\t\"fr\" : \"Silhouette\",\n\t\t\t\t\"jp\" : \"影渡［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"788\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadewalker\",\n\t\t\t\t\"de\" : \"Schattenwandler\",\n\t\t\t\t\"fr\" : \"Manipulateur d'ombre\",\n\t\t\t\t\"jp\" : \"影渡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"789\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smoke Screen\",\n\t\t\t\t\"de\" : \"Rauchschwaden\",\n\t\t\t\t\"fr\" : \"Écran de fumée\",\n\t\t\t\t\"jp\" : \"煙玉\"\n\t\t\t}\n\t\t}\n\t},\n\t\"790\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Duality\",\n\t\t\t\t\"de\" : \"Dualität\",\n\t\t\t\t\"fr\" : \"Dualité\",\n\t\t\t\t\"jp\" : \"一双\"\n\t\t\t}\n\t\t}\n\t},\n\t\"791\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dissipation\",\n\t\t\t\t\"de\" : \"Dissipation\",\n\t\t\t\t\"fr\" : \"Dissipation\",\n\t\t\t\t\"jp\" : \"転化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"792\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Emergency Tactics\",\n\t\t\t\t\"de\" : \"Apotropaion\",\n\t\t\t\t\"fr\" : \"Stratagème de l'urgence\",\n\t\t\t\t\"jp\" : \"応急戦術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"793\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"First Chakra\",\n\t\t\t\t\"de\" : \"Erstes Schatten-Chakra\",\n\t\t\t\t\"fr\" : \"Premier chakra\",\n\t\t\t\t\"jp\" : \"闘気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"794\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Second Chakra\",\n\t\t\t\t\"de\" : \"Zweites Schatten-Chakra\",\n\t\t\t\t\"fr\" : \"Deuxième chakra\",\n\t\t\t\t\"jp\" : \"闘気II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"795\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Third Chakra\",\n\t\t\t\t\"de\" : \"Drittes Schatten-Chakra\",\n\t\t\t\t\"fr\" : \"Troisième chakra\",\n\t\t\t\t\"jp\" : \"闘気III\"\n\t\t\t}\n\t\t}\n\t},\n\t\"796\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fourth Chakra\",\n\t\t\t\t\"de\" : \"Viertes Schatten-Chakra\",\n\t\t\t\t\"fr\" : \"Quatrième chakra\",\n\t\t\t\t\"jp\" : \"闘気IV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"797\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fifth Chakra\",\n\t\t\t\t\"de\" : \"Fünftes Schatten-Chakra\",\n\t\t\t\t\"fr\" : \"Cinquième chakra\",\n\t\t\t\t\"jp\" : \"闘気V\"\n\t\t\t}\n\t\t}\n\t},\n\t\"798\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aero III\",\n\t\t\t\t\"de\" : \"Windga\",\n\t\t\t\t\"fr\" : \"Méga Vent\",\n\t\t\t\t\"jp\" : \"エアロガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"799\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Wind\",\n\t\t\t\t\"de\" : \"Feenwind\",\n\t\t\t\t\"fr\" : \"Vent féerique\",\n\t\t\t\t\"jp\" : \"フェイウィンド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"801\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"802\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fang and Claw Bared\",\n\t\t\t\t\"de\" : \"Fang und Klaue\",\n\t\t\t\t\"fr\" : \"Croc-et-griffe préparé\",\n\t\t\t\t\"jp\" : \"竜牙竜爪実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"803\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wheel in Motion\",\n\t\t\t\t\"de\" : \"Fächerstoß\",\n\t\t\t\t\"fr\" : \"Percée tournante préparée\",\n\t\t\t\t\"jp\" : \"竜尾大車輪実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"804\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"805\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collector's Glove\",\n\t\t\t\t\"de\" : \"Sammlergespür\",\n\t\t\t\t\"fr\" : \"Gant de collectionneur\",\n\t\t\t\t\"jp\" : \"収集品採集\"\n\t\t\t}\n\t\t}\n\t},\n\t\"807\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aethertrail Attunement\",\n\t\t\t\t\"de\" : \"Bahamut-Äther\",\n\t\t\t\t\"fr\" : \"Éther de Bahamut\",\n\t\t\t\t\"jp\" : \"バハムートエーテル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"808\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dreadwyrm Trance\",\n\t\t\t\t\"de\" : \"Bahamut-Trance\",\n\t\t\t\t\"fr\" : \"Transe-Bahamut\",\n\t\t\t\t\"jp\" : \"トランス・バハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"810\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Living Dead\",\n\t\t\t\t\"de\" : \"Totenerweckung\",\n\t\t\t\t\"fr\" : \"Mort-vivant\",\n\t\t\t\t\"jp\" : \"リビングデッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"811\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Walking Dead\",\n\t\t\t\t\"de\" : \"Erweckter\",\n\t\t\t\t\"fr\" : \"Marcheur des limbes\",\n\t\t\t\t\"jp\" : \"ウォーキングデッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"812\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique diminuée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"813\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Dance\",\n\t\t\t\t\"de\" : \"Dunkler Tanz\",\n\t\t\t\t\"fr\" : \"Danse ténébreuse\",\n\t\t\t\t\"jp\" : \"ダークダンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"814\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Unleash\",\n\t\t\t\t\"de\" : \"Entfesselung\",\n\t\t\t\t\"fr\" : \"Déchaînement déchaîné\",\n\t\t\t\t\"jp\" : \"アンリーシュ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"815\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Benefic II\",\n\t\t\t\t\"de\" : \"Harmonie\",\n\t\t\t\t\"fr\" : \"Bienfaisance II bénéfique\",\n\t\t\t\t\"jp\" : \"ベネフィラ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"816\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Royal Road\",\n\t\t\t\t\"de\" : \"Königsweg der Stärke\",\n\t\t\t\t\"fr\" : \"Voie royale améliorée\",\n\t\t\t\t\"jp\" : \"ロイヤルロード：効果量増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"817\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expanded Royal Road\",\n\t\t\t\t\"de\" : \"Königsweg der Umsicht\",\n\t\t\t\t\"fr\" : \"Voie royale élargie\",\n\t\t\t\t\"jp\" : \"ロイヤルロード：効果範囲化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"818\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Extended Royal Road\",\n\t\t\t\t\"de\" : \"Königsweg der Geduld\",\n\t\t\t\t\"fr\" : \"Voie royale doublée\",\n\t\t\t\t\"jp\" : \"ロイヤルロード：効果時間増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"819\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Down\",\n\t\t\t\t\"de\" : \"Hiebresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant réduite\",\n\t\t\t\t\"jp\" : \"斬属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"820\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Piercing Resistance Down\",\n\t\t\t\t\"de\" : \"Stichresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au perforant réduite\",\n\t\t\t\t\"jp\" : \"突属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"821\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Down\",\n\t\t\t\t\"de\" : \"Schlagresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au contondant réduite\",\n\t\t\t\t\"jp\" : \"打属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"825\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Twelve's Bounty\",\n\t\t\t\t\"de\" : \"Gunst der Zwölf\",\n\t\t\t\t\"fr\" : \"Bénédiction des Douze\",\n\t\t\t\t\"jp\" : \"十二神の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"826\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Card Drawn\",\n\t\t\t\t\"de\" : \"Gezogene Karte\",\n\t\t\t\t\"fr\" : \"Tirage\",\n\t\t\t\t\"jp\" : \"ドロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"827\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Royal Road\",\n\t\t\t\t\"de\" : \"Königsweg\",\n\t\t\t\t\"fr\" : \"Voie royale\",\n\t\t\t\t\"jp\" : \"ロイヤルロード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"828\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Card Held\",\n\t\t\t\t\"de\" : \"Abgelegte Karte\",\n\t\t\t\t\"fr\" : \"Ajout\",\n\t\t\t\t\"jp\" : \"キープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"829\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Balance\",\n\t\t\t\t\"de\" : \"Kraft der Waage\",\n\t\t\t\t\"fr\" : \"La Balance\",\n\t\t\t\t\"jp\" : \"アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"830\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Bole\",\n\t\t\t\t\"de\" : \"Kraft der Eiche\",\n\t\t\t\t\"fr\" : \"Le Tronc\",\n\t\t\t\t\"jp\" : \"世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"831\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Arrow\",\n\t\t\t\t\"de\" : \"Kraft des Pfeils\",\n\t\t\t\t\"fr\" : \"La Flèche\",\n\t\t\t\t\"jp\" : \"オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"832\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spear\",\n\t\t\t\t\"de\" : \"Kraft des Speers\",\n\t\t\t\t\"fr\" : \"L'Épieu\",\n\t\t\t\t\"jp\" : \"ハルオーネの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"833\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Ewer\",\n\t\t\t\t\"de\" : \"Kraft des Krugs\",\n\t\t\t\t\"fr\" : \"L'Aiguière\",\n\t\t\t\t\"jp\" : \"サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"834\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spire\",\n\t\t\t\t\"de\" : \"Kraft des Turms\",\n\t\t\t\t\"fr\" : \"La Tour\",\n\t\t\t\t\"jp\" : \"ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"835\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected Benefic\",\n\t\t\t\t\"de\" : \"Harmonischer Orbis\",\n\t\t\t\t\"fr\" : \"Bienfaisance aspectée\",\n\t\t\t\t\"jp\" : \"アスペクト・ベネフィク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"836\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected Helios\",\n\t\t\t\t\"de\" : \"Aspektierter Helios\",\n\t\t\t\t\"fr\" : \"Hélios aspecté\",\n\t\t\t\t\"jp\" : \"アスペクト・ヘリオス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"837\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Field\",\n\t\t\t\t\"de\" : \"Nocturnales Feld\",\n\t\t\t\t\"fr\" : \"Champ nocturne\",\n\t\t\t\t\"jp\" : \"ノクターナルフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"838\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Combust\",\n\t\t\t\t\"de\" : \"Konjunktion\",\n\t\t\t\t\"fr\" : \"Conjonction supérieure\",\n\t\t\t\t\"jp\" : \"コンバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"839\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Sect\",\n\t\t\t\t\"de\" : \"Diurnal\",\n\t\t\t\t\"fr\" : \"Thème diurne\",\n\t\t\t\t\"jp\" : \"ダイアーナルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"840\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Sect\",\n\t\t\t\t\"de\" : \"Nocturnal\",\n\t\t\t\t\"fr\" : \"Thème nocturne\",\n\t\t\t\t\"jp\" : \"ノクターナルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"841\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightspeed\",\n\t\t\t\t\"de\" : \"Lichtgeschwindigkeit\",\n\t\t\t\t\"fr\" : \"Vitesse de la lumière\",\n\t\t\t\t\"jp\" : \"ライトスピード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"842\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Luminiferous Aether\",\n\t\t\t\t\"de\" : \"Lichtäther\",\n\t\t\t\t\"fr\" : \"Éther luminifère\",\n\t\t\t\t\"jp\" : \"ルミナスエーテル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"843\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Combust II\",\n\t\t\t\t\"de\" : \"Konjunktion II\",\n\t\t\t\t\"fr\" : \"Conjonction supérieure II\",\n\t\t\t\t\"jp\" : \"コンバラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"844\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disabled\",\n\t\t\t\t\"de\" : \"Inakt\",\n\t\t\t\t\"fr\" : \"Invalidation\",\n\t\t\t\t\"jp\" : \"ドンアク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"845\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synastry\",\n\t\t\t\t\"de\" : \"Synastrie\",\n\t\t\t\t\"fr\" : \"Synastrie\",\n\t\t\t\t\"jp\" : \"シナストリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"846\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synastry\",\n\t\t\t\t\"de\" : \"Synastrie\",\n\t\t\t\t\"fr\" : \"Synastrie\",\n\t\t\t\t\"jp\" : \"シナストリー［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"847\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collective Unconscious\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif\",\n\t\t\t\t\"jp\" : \"運命の輪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"848\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collective Unconscious\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif\",\n\t\t\t\t\"jp\" : \"運命の輪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"849\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collective Unconscious\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif (effet)\",\n\t\t\t\t\"jp\" : \"運命の輪：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"850\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Angler's Fortune\",\n\t\t\t\t\"de\" : \"Großfischen\",\n\t\t\t\t\"fr\" : \"Énorme pêche\",\n\t\t\t\t\"jp\" : \"ラージサイズ釣り上げ率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"851\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reassembled\",\n\t\t\t\t\"de\" : \"Justiert\",\n\t\t\t\t\"fr\" : \"Réassemblage\",\n\t\t\t\t\"jp\" : \"整備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"852\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Promotion\",\n\t\t\t\t\"de\" : \"Umwandlung\",\n\t\t\t\t\"fr\" : \"Sous-promotion\",\n\t\t\t\t\"jp\" : \"プロモーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"853\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rapid Fire\",\n\t\t\t\t\"de\" : \"Schnellfeuer\",\n\t\t\t\t\"fr\" : \"Feu rapide\",\n\t\t\t\t\"jp\" : \"ラピッドファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"854\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lead Shot\",\n\t\t\t\t\"de\" : \"Parabelschuss\",\n\t\t\t\t\"fr\" : \"Tir de plombs\",\n\t\t\t\t\"jp\" : \"レッドショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"855\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Shot\",\n\t\t\t\t\"de\" : \"Explosivgeschoss\",\n\t\t\t\t\"fr\" : \"Tir déchaîné\",\n\t\t\t\t\"jp\" : \"ホットショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"856\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Slug Shot\",\n\t\t\t\t\"de\" : \"Verbessertes Flintenlaufgeschoss\",\n\t\t\t\t\"fr\" : \"Tir de balle amélioré\",\n\t\t\t\t\"jp\" : \"スラッグショット効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"857\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cleaner Shot\",\n\t\t\t\t\"de\" : \"Verbesserter Sauberer Schuss\",\n\t\t\t\t\"fr\" : \"Tir net amélioré\",\n\t\t\t\t\"jp\" : \"クリーンショット効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"858\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gauss Barrel\",\n\t\t\t\t\"de\" : \"Gauß-Laufaufsatz\",\n\t\t\t\t\"fr\" : \"Canon Gauss\",\n\t\t\t\t\"jp\" : \"ガウスバレル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"859\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rent Mind\",\n\t\t\t\t\"de\" : \"Zerrüttet\",\n\t\t\t\t\"fr\" : \"Brise-esprit\",\n\t\t\t\t\"jp\" : \"マインドブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"860\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dismantled\",\n\t\t\t\t\"de\" : \"Zerlegt\",\n\t\t\t\t\"fr\" : \"Brise-arme\",\n\t\t\t\t\"jp\" : \"ウェポンブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"861\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wildfire\",\n\t\t\t\t\"de\" : \"Wildfeuer\",\n\t\t\t\t\"fr\" : \"Flambée\",\n\t\t\t\t\"jp\" : \"ワイルドファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"862\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ammunition Loaded\",\n\t\t\t\t\"de\" : \"Spezialprojektil geladen\",\n\t\t\t\t\"fr\" : \"Munitions spéciales\",\n\t\t\t\t\"jp\" : \"特殊弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"863\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Land Waker\",\n\t\t\t\t\"de\" : \"Erdbrecher\",\n\t\t\t\t\"fr\" : \"Terre vierge\",\n\t\t\t\t\"jp\" : \"原初の大地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"864\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Force\",\n\t\t\t\t\"de\" : \"Dunkle Macht\",\n\t\t\t\t\"fr\" : \"Force des ténèbres\",\n\t\t\t\t\"jp\" : \"ダークフォース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"865\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Wanderer's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Wanderers\",\n\t\t\t\t\"fr\" : \"Menuet du Vagabond\",\n\t\t\t\t\"jp\" : \"旅神のメヌエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"866\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Warden's Paean\",\n\t\t\t\t\"de\" : \"Päan des Hüters\",\n\t\t\t\t\"fr\" : \"Péon du Contemplateur\",\n\t\t\t\t\"jp\" : \"時神のピーアン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"867\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sharpcast\",\n\t\t\t\t\"de\" : \"Augmentierung\",\n\t\t\t\t\"fr\" : \"Dynamisation\",\n\t\t\t\t\"jp\" : \"激成魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"868\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enochian\",\n\t\t\t\t\"de\" : \"Henochisch\",\n\t\t\t\t\"fr\" : \"Énochien\",\n\t\t\t\t\"jp\" : \"エノキアン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"869\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Carnal Chill\",\n\t\t\t\t\"de\" : \"Greifbares Grauen\",\n\t\t\t\t\"fr\" : \"Froideur charnelle\",\n\t\t\t\t\"jp\" : \"カーナルチル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"870\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Push Back\",\n\t\t\t\t\"de\" : \"Abstoßung\",\n\t\t\t\t\"fr\" : \"Repoussée\",\n\t\t\t\t\"jp\" : \"プッシュバック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"871\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Name of the Elements\",\n\t\t\t\t\"de\" : \" Name der Elemente\",\n\t\t\t\t\"fr\" : \"Nom des éléments\",\n\t\t\t\t\"jp\" : \"アート・オブ・エレメンタル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"877\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nameless\",\n\t\t\t\t\"de\" : \"Namenlos\",\n\t\t\t\t\"fr\" : \"Sans nom\",\n\t\t\t\t\"jp\" : \"アート不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"878\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Maker's Mark\",\n\t\t\t\t\"de\" : \"Kunst des Kundigen\",\n\t\t\t\t\"fr\" : \"Marque du fabricant\",\n\t\t\t\t\"jp\" : \"堅実の心得\"\n\t\t\t}\n\t\t}\n\t},\n\t\"879\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crafter's Soul\",\n\t\t\t\t\"de\" : \"Seele des Handwerkers\",\n\t\t\t\t\"fr\" : \"Âme d'artisan\",\n\t\t\t\t\"jp\" : \"職人の魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"880\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Whistle\",\n\t\t\t\t\"de\" : \"Trällern\",\n\t\t\t\t\"fr\" : \"Siffler en travaillant\",\n\t\t\t\t\"jp\" : \"仕事唄\"\n\t\t\t}\n\t\t}\n\t},\n\t\"893\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"894\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind Resistance Down\",\n\t\t\t\t\"de\" : \"Windresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au vent réduite\",\n\t\t\t\t\"jp\" : \"風属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"895\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"896\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"897\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Regen\",\n\t\t\t\t\"de\" : \"○削除予定\",\n\t\t\t\t\"fr\" : \"○削除予定\",\n\t\t\t\t\"jp\" : \"○削除予定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"898\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down\",\n\t\t\t\t\"de\" : \"Blitzresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"899\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique diminuée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"900\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporal Displacement\",\n\t\t\t\t\"de\" : \"Zeitriss\",\n\t\t\t\t\"fr\" : \"Arrêt du temps\",\n\t\t\t\t\"jp\" : \"時間停止\"\n\t\t\t}\n\t\t}\n\t},\n\t\"901\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetters\",\n\t\t\t\t\"de\" : \"Gefesselt\",\n\t\t\t\t\"fr\" : \"Attache\",\n\t\t\t\t\"jp\" : \"拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"902\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jackpot\",\n\t\t\t\t\"de\" : \"MGP-Bonus\",\n\t\t\t\t\"fr\" : \"Gros lot\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：MGPアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"903\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collectable Synthesis\",\n\t\t\t\t\"de\" : \"Sammlerstück-Synthese\",\n\t\t\t\t\"fr\" : \"Synthèse collectionnable\",\n\t\t\t\t\"jp\" : \"収集品製作\"\n\t\t\t}\n\t\t}\n\t},\n\t\"905\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thin Ice\",\n\t\t\t\t\"de\" : \"Überfroren\",\n\t\t\t\t\"fr\" : \"Glaciation\",\n\t\t\t\t\"jp\" : \"凍結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"906\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Darkness\",\n\t\t\t\t\"de\" : \"Dunkelheit\",\n\t\t\t\t\"fr\" : \"Pouvoir des ténèbres\",\n\t\t\t\t\"jp\" : \"暗黒の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"907\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcanum Blessing\",\n\t\t\t\t\"de\" : \"Kraft der Arkana\",\n\t\t\t\t\"fr\" : \"Bénédiction des arcanes\",\n\t\t\t\t\"jp\" : \"アルカナの祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"908\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aethertrail Attunement\",\n\t\t\t\t\"de\" : \"Bahamut-Äther\",\n\t\t\t\t\"fr\" : \"Éther de Bahamut\",\n\t\t\t\t\"jp\" : \"バハムートエーテル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"909\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refresh\",\n\t\t\t\t\"de\" : \"MP-Regeneration\",\n\t\t\t\t\"fr\" : \"Recharge\",\n\t\t\t\t\"jp\" : \"MP持続回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"910\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"912\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"913\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Balance Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Waage\",\n\t\t\t\t\"fr\" : \"Tirage: la Balance\",\n\t\t\t\t\"jp\" : \"ドロー：アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"914\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bole Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Eiche\",\n\t\t\t\t\"fr\" : \"Tirage: le Tronc\",\n\t\t\t\t\"jp\" : \"ドロー：世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"915\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arrow Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Pfeil\",\n\t\t\t\t\"fr\" : \"Tirage: la Flèche\",\n\t\t\t\t\"jp\" : \"ドロー：オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"916\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spear Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Speer\",\n\t\t\t\t\"fr\" : \"Tirage: l'Épieu\",\n\t\t\t\t\"jp\" : \"ドロー：ハルオーネの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"917\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ewer Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Krug\",\n\t\t\t\t\"fr\" : \"Tirage: l'Aiguière\",\n\t\t\t\t\"jp\" : \"ドロー：サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"918\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spire Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Turm\",\n\t\t\t\t\"fr\" : \"Tirage: la Tour\",\n\t\t\t\t\"jp\" : \"ドロー：ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"919\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heightened Visibility\",\n\t\t\t\t\"de\" : \"Durchblick\",\n\t\t\t\t\"fr\" : \"Décèlement\",\n\t\t\t\t\"jp\" : \"看破\"\n\t\t\t}\n\t\t}\n\t},\n\t\"920\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Balance Held\",\n\t\t\t\t\"de\" : \"Abgelegt: Waage\",\n\t\t\t\t\"fr\" : \"Ajout: la Balance\",\n\t\t\t\t\"jp\" : \"キープ：アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"921\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bole Held\",\n\t\t\t\t\"de\" : \"Abgelegt: Eiche\",\n\t\t\t\t\"fr\" : \"Ajout: le Tronc\",\n\t\t\t\t\"jp\" : \"キープ：世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"922\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arrow Held\",\n\t\t\t\t\"de\" : \"Abgelegt: Pfeil\",\n\t\t\t\t\"fr\" : \"Ajout: la Flèche\",\n\t\t\t\t\"jp\" : \"キープ：オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"923\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spear Held\",\n\t\t\t\t\"de\" : \"Abgelegt: Speer\",\n\t\t\t\t\"fr\" : \"Ajout: l'Épieu\",\n\t\t\t\t\"jp\" : \"キープ：ハルオーネの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"924\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ewer Held\",\n\t\t\t\t\"de\" : \"Abgelegt: Krug\",\n\t\t\t\t\"fr\" : \"Ajout: l'Aiguière\",\n\t\t\t\t\"jp\" : \"キープ：サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"925\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spire Held\",\n\t\t\t\t\"de\" : \"Abgelegt: Turm\",\n\t\t\t\t\"fr\" : \"Ajout: la Tour\",\n\t\t\t\t\"jp\" : \"キープ：ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"926\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep\",\n\t\t\t\t\"de\" : \"Schlaf\",\n\t\t\t\t\"fr\" : \"Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"927\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nectar\",\n\t\t\t\t\"de\" : \"Blütenhonig\",\n\t\t\t\t\"fr\" : \"Nectar\",\n\t\t\t\t\"jp\" : \"花蜜\"\n\t\t\t}\n\t\t}\n\t},\n\t\"928\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Black Menace\",\n\t\t\t\t\"de\" : \"Dunkle Drohung\",\n\t\t\t\t\"fr\" : \"Menace fulgurante\",\n\t\t\t\t\"jp\" : \"ブラックメナス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"929\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"931\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Down\",\n\t\t\t\t\"de\" : \"Schlagresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au contondant réduite\",\n\t\t\t\t\"jp\" : \"打属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"933\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Potency Down\",\n\t\t\t\t\"de\" : \"Heilmagie-Malus\",\n\t\t\t\t\"fr\" : \"Malus de magie curative\",\n\t\t\t\t\"jp\" : \"魔法回復力ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"934\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"937\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unwilling Host\",\n\t\t\t\t\"de\" : \"Infestation\",\n\t\t\t\t\"fr\" : \"Parasite\",\n\t\t\t\t\"jp\" : \"寄生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"938\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Throttle\",\n\t\t\t\t\"de\" : \"Erstickung\",\n\t\t\t\t\"fr\" : \"Suffocation\",\n\t\t\t\t\"jp\" : \"窒息\"\n\t\t\t}\n\t\t}\n\t},\n\t\"939\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Out of the Action\",\n\t\t\t\t\"de\" : \"Außer Gefecht\",\n\t\t\t\t\"fr\" : \"Actions bloquées\",\n\t\t\t\t\"jp\" : \"アクション実行不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"941\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ranged Resistance\",\n\t\t\t\t\"de\" : \"Immun gegen Fernattacken\",\n\t\t\t\t\"fr\" : \"Invincibilité à distance\",\n\t\t\t\t\"jp\" : \"遠隔無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"942\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Resistance\",\n\t\t\t\t\"de\" : \"Immun gegen Magieattacken\",\n\t\t\t\t\"fr\" : \"Invincibilité magique\",\n\t\t\t\t\"jp\" : \"魔法無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"943\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light of Ascalon\",\n\t\t\t\t\"de\" : \"Askalons Schutz\",\n\t\t\t\t\"fr\" : \"Égide d'Ascalon\",\n\t\t\t\t\"jp\" : \"聖剣の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"944\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sword of the Heavens\",\n\t\t\t\t\"de\" : \"Azurklinge\",\n\t\t\t\t\"fr\" : \"Épée de l'Azur\",\n\t\t\t\t\"jp\" : \"蒼天の剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"945\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield of the Heavens\",\n\t\t\t\t\"de\" : \"Azurschild\",\n\t\t\t\t\"fr\" : \"Bouclier de l'Azur\",\n\t\t\t\t\"jp\" : \"蒼天の盾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"946\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Legs of the Spider\",\n\t\t\t\t\"de\" : \"Spinne\",\n\t\t\t\t\"fr\" : \"Forme d'araignée\",\n\t\t\t\t\"jp\" : \"蜘蛛形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"947\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wings of the Raptor\",\n\t\t\t\t\"de\" : \"Vogel\",\n\t\t\t\t\"fr\" : \"Forme d'oiseau\",\n\t\t\t\t\"jp\" : \"鳥形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"948\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shocking Counter\",\n\t\t\t\t\"de\" : \"Blitzkonter\",\n\t\t\t\t\"fr\" : \"Riposte de foudre\",\n\t\t\t\t\"jp\" : \"雷属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"949\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burning Counter\",\n\t\t\t\t\"de\" : \"Feuerkonter\",\n\t\t\t\t\"fr\" : \"Riposte de feu\",\n\t\t\t\t\"jp\" : \"火属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"950\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Freezing Counter\",\n\t\t\t\t\"de\" : \"Eiskonter\",\n\t\t\t\t\"fr\" : \"Riposte de glace\",\n\t\t\t\t\"jp\" : \"氷属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"951\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cutting Counter\",\n\t\t\t\t\"de\" : \"Windkonter\",\n\t\t\t\t\"fr\" : \"Riposte de vent\",\n\t\t\t\t\"jp\" : \"風属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"952\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burying Counter\",\n\t\t\t\t\"de\" : \"Erdkonter\",\n\t\t\t\t\"fr\" : \"Riposte de terre\",\n\t\t\t\t\"jp\" : \"土属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"953\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drowning Counter\",\n\t\t\t\t\"de\" : \"Wasserkonter\",\n\t\t\t\t\"fr\" : \"Riposte d'eau\",\n\t\t\t\t\"jp\" : \"水属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"954\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unrelenting Counter\",\n\t\t\t\t\"de\" : \"Elementloser Konter\",\n\t\t\t\t\"fr\" : \"Riposte neutre\",\n\t\t\t\t\"jp\" : \"無属性反撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"955\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Potency Up\",\n\t\t\t\t\"de\" : \"Heilmagie-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de magie curative\",\n\t\t\t\t\"jp\" : \"回復魔法効果上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"956\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wheel of Fortune\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif\",\n\t\t\t\t\"jp\" : \"運命の輪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"959\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Strings of the Marionette\",\n\t\t\t\t\"de\" : \"Anthropomimesis\",\n\t\t\t\t\"fr\" : \"Forme d'humain\",\n\t\t\t\t\"jp\" : \"人形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"960\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyretic\",\n\t\t\t\t\"de\" : \"Pyretisch\",\n\t\t\t\t\"fr\" : \"Chaleur\",\n\t\t\t\t\"jp\" : \"ヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"961\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seized\",\n\t\t\t\t\"de\" : \"Umklammert\",\n\t\t\t\t\"fr\" : \"Étreinte mortelle\",\n\t\t\t\t\"jp\" : \"捕獲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"962\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"ATK Up\",\n\t\t\t\t\"de\" : \"ATT +\",\n\t\t\t\t\"fr\" : \"Bonus d'attaque\",\n\t\t\t\t\"jp\" : \"ATK上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"963\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"ATK Down\",\n\t\t\t\t\"de\" : \"ATT -\",\n\t\t\t\t\"fr\" : \"Malus d'attaque\",\n\t\t\t\t\"jp\" : \"ATK低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"964\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"DEF Up\",\n\t\t\t\t\"de\" : \"ABW +\",\n\t\t\t\t\"fr\" : \"Bonus de défense\",\n\t\t\t\t\"jp\" : \"DEF上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"965\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"DEF Down\",\n\t\t\t\t\"de\" : \"ABW -\",\n\t\t\t\t\"fr\" : \"Malus de défense\",\n\t\t\t\t\"jp\" : \"DEF低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"966\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"SPD Up\",\n\t\t\t\t\"de\" : \"GSW +\",\n\t\t\t\t\"fr\" : \"Bonus de vitesse\",\n\t\t\t\t\"jp\" : \"SPD上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"967\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"SPD Down\",\n\t\t\t\t\"de\" : \"GSW -\",\n\t\t\t\t\"fr\" : \"Malus de vitesse\",\n\t\t\t\t\"jp\" : \"SPD低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"968\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcana Breaker\",\n\t\t\t\t\"de\" : \"Arkana-Stein\",\n\t\t\t\t\"fr\" : \"Destruction arcanique\",\n\t\t\t\t\"jp\" : \"アルカナ特効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"969\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"970\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critter Resistance\",\n\t\t\t\t\"de\" : \"Tier-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux créatures\",\n\t\t\t\t\"jp\" : \"アニマル無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"971\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Monster Resistance\",\n\t\t\t\t\"de\" : \"Monster-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux monstres\",\n\t\t\t\t\"jp\" : \"モンスター無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"972\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poppet Resistance\",\n\t\t\t\t\"de\" : \"Puppen-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux poupées\",\n\t\t\t\t\"jp\" : \"ドール無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"973\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gadget Resistance\",\n\t\t\t\t\"de\" : \"Apparat-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux mécanismes\",\n\t\t\t\t\"jp\" : \"ガジェット無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"974\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critter Vulnerability\",\n\t\t\t\t\"de\" : \"Tier-Schwäche\",\n\t\t\t\t\"fr\" : \"Allergie aux créatures\",\n\t\t\t\t\"jp\" : \"アニマル弱点\"\n\t\t\t}\n\t\t}\n\t},\n\t\"975\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Monster Vulnerability\",\n\t\t\t\t\"de\" : \"Monster-Schwäche\",\n\t\t\t\t\"fr\" : \"Allergie aux monstres\",\n\t\t\t\t\"jp\" : \"モンスター弱点\"\n\t\t\t}\n\t\t}\n\t},\n\t\"976\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poppet Vulnerability\",\n\t\t\t\t\"de\" : \"Puppen-Schwäche\",\n\t\t\t\t\"fr\" : \"Allergie aux poupées\",\n\t\t\t\t\"jp\" : \"ドール弱点\"\n\t\t\t}\n\t\t}\n\t},\n\t\"977\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forced Withdrawal\",\n\t\t\t\t\"de\" : \"Rückruf\",\n\t\t\t\t\"fr\" : \"Allergie aux mécanismes\",\n\t\t\t\t\"jp\" : \"強制帰還\"\n\t\t\t}\n\t\t}\n\t},\n\t\"978\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"ATK & DEF Up\",\n\t\t\t\t\"de\" : \"Schlachttrabant\",\n\t\t\t\t\"fr\" : \"Bonus d'attaque et de défense\",\n\t\t\t\t\"jp\" : \"攻防上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"979\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Over Time\",\n\t\t\t\t\"de\" : \"Schleichender Schaden\",\n\t\t\t\t\"fr\" : \"Dégâts périodiques\",\n\t\t\t\t\"jp\" : \"スリップダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"980\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expanded Attack\",\n\t\t\t\t\"de\" : \"Flächenwirkung\",\n\t\t\t\t\"fr\" : \"Aire d'effet\",\n\t\t\t\t\"jp\" : \"範囲攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"981\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"982\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critter Resistance\",\n\t\t\t\t\"de\" : \"Tier-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux créatures\",\n\t\t\t\t\"jp\" : \"アニマル無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"983\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Monster Resistance\",\n\t\t\t\t\"de\" : \"Monster-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux monstres\",\n\t\t\t\t\"jp\" : \"モンスター無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"984\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poppet Resistance\",\n\t\t\t\t\"de\" : \"Puppen-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux poupées\",\n\t\t\t\t\"jp\" : \"ドール無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"985\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gadget Resistance\",\n\t\t\t\t\"de\" : \"Apparat-Resistenz\",\n\t\t\t\t\"fr\" : \"Immunité aux mécanismes\",\n\t\t\t\t\"jp\" : \"ガジェット無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"986\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fixiert\",\n\t\t\t\t\"fr\" : \"Immobilité\",\n\t\t\t\t\"jp\" : \"移動不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"987\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trapper\",\n\t\t\t\t\"de\" : \"Fallensteller\",\n\t\t\t\t\"fr\" : \"Piégeage\",\n\t\t\t\t\"jp\" : \"特殊技［トラップ］化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"988\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paralysis\",\n\t\t\t\t\"de\" : \"Paralyse\",\n\t\t\t\t\"fr\" : \"Paralysie\",\n\t\t\t\t\"jp\" : \"麻痺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"989\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"991\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seduced\",\n\t\t\t\t\"de\" : \"Versuchung\",\n\t\t\t\t\"fr\" : \"Séduction\",\n\t\t\t\t\"jp\" : \"誘惑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"992\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Offense Kit\",\n\t\t\t\t\"de\" : \"Offensiv-Set\",\n\t\t\t\t\"fr\" : \"Stimulant offensif\",\n\t\t\t\t\"jp\" : \"オフェンスキット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"993\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defense Kit\",\n\t\t\t\t\"de\" : \"Defensiv-Set\",\n\t\t\t\t\"fr\" : \"Stimulant défensif\",\n\t\t\t\t\"jp\" : \"ディフェンスキット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"995\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Headache\",\n\t\t\t\t\"de\" : \"Erschütterung\",\n\t\t\t\t\"fr\" : \"Traumatisme\",\n\t\t\t\t\"jp\" : \"衝撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"996\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Schädel-Hirn-Trauma\",\n\t\t\t\t\"fr\" : \"Commotion cérébrale\",\n\t\t\t\t\"jp\" : \"脳しんとう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"997\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Schädel-Hirn-Trauma\",\n\t\t\t\t\"fr\" : \"Commotion cérébrale\",\n\t\t\t\t\"jp\" : \"脳しんとう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"998\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bigbulge Goblixer\",\n\t\t\t\t\"de\" : \"Gobtrank für Stark\",\n\t\t\t\t\"fr\" : \"Gobsérum de force\",\n\t\t\t\t\"jp\" : \"ゴブリポーション：マッスル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"999\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftkicks Goblixer\",\n\t\t\t\t\"de\" : \"Gobtrank für Schnell\",\n\t\t\t\t\"fr\" : \"Gobsérum de vitesse\",\n\t\t\t\t\"jp\" : \"ゴブリポーション：スピード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1000\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blankface Goblixer\",\n\t\t\t\t\"de\" : \"Gobtrank für Schleichen\",\n\t\t\t\t\"fr\" : \"Gobsérum de furtivité\",\n\t\t\t\t\"jp\" : \"ゴブリポーション：ステルス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1001\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Goblixer Overgulp\",\n\t\t\t\t\"de\" : \"Gobtrank-Überdosis\",\n\t\t\t\t\"fr\" : \"Dépendance\",\n\t\t\t\t\"jp\" : \"ゴブリポーション中毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1002\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Goblixer Grumblygut\",\n\t\t\t\t\"de\" : \"Nebenwirkungen\",\n\t\t\t\t\"fr\" : \"Effet secondaire\",\n\t\t\t\t\"jp\" : \"ゴブリポーション副作用\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1003\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bigbulge Biggerbrain\",\n\t\t\t\t\"de\" : \"Superwissenschaftler\",\n\t\t\t\t\"fr\" : \"Scientifique super musclé\",\n\t\t\t\t\"jp\" : \"マッチョサイエンティスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1005\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Force Against Might\",\n\t\t\t\t\"de\" : \"Physik-Kraftfeld\",\n\t\t\t\t\"fr\" : \"Champ de force physique\",\n\t\t\t\t\"jp\" : \"フォースフィールド：物理特化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1006\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Force Against Magic\",\n\t\t\t\t\"de\" : \"Magie-Kraftfeld\",\n\t\t\t\t\"fr\" : \"Champ de force magique\",\n\t\t\t\t\"jp\" : \"フォースフィールド：魔法特化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1007\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invisible\",\n\t\t\t\t\"de\" : \"Unsichtbar\",\n\t\t\t\t\"fr\" : \"Invisible\",\n\t\t\t\t\"jp\" : \"インビジブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1008\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nohurts Goblixer\",\n\t\t\t\t\"de\" : \"Gobtrank für Sund\",\n\t\t\t\t\"fr\" : \"Gobsérum de soin\",\n\t\t\t\t\"jp\" : \"ゴブリポーション：ヒール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1012\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Wire\",\n\t\t\t\t\"de\" : \"Hochstimmung\",\n\t\t\t\t\"fr\" : \"Excitation\",\n\t\t\t\t\"jp\" : \"ハイテンション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1013\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reverse\",\n\t\t\t\t\"de\" : \"Verkehrung der Magi\",\n\t\t\t\t\"fr\" : \"Inversion\",\n\t\t\t\t\"jp\" : \"リバース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1014\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1015\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seed of Life\",\n\t\t\t\t\"de\" : \"Funke des Lebens\",\n\t\t\t\t\"fr\" : \"Vie\",\n\t\t\t\t\"jp\" : \"ライフ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1016\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1017\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Up\",\n\t\t\t\t\"de\" : \"Schadenswert +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1018\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Up\",\n\t\t\t\t\"de\" : \"Schadenswert +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1019\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Up\",\n\t\t\t\t\"de\" : \"Magieschaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1020\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Allied Arithmeticks\",\n\t\t\t\t\"de\" : \"Biomathematische Multiplikation\",\n\t\t\t\t\"fr\" : \"Calcul bionumérique\",\n\t\t\t\t\"jp\" : \"算術：味方数\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1023\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Compressed Water\",\n\t\t\t\t\"de\" : \"Wasserkompression\",\n\t\t\t\t\"fr\" : \"Compression aqueuse\",\n\t\t\t\t\"jp\" : \"水属性圧縮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1024\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Compressed Lightning\",\n\t\t\t\t\"de\" : \"Blitzkompression\",\n\t\t\t\t\"fr\" : \"Compression électrique\",\n\t\t\t\t\"jp\" : \"雷属性圧縮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1025\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Water Resistance Down II\",\n\t\t\t\t\"de\" : \"Wasserresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à l'eau réduite+\",\n\t\t\t\t\"jp\" : \"水属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1026\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down II\",\n\t\t\t\t\"de\" : \"Blitzresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite+\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1027\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Punishment\",\n\t\t\t\t\"de\" : \"Letzte Züchtigung\",\n\t\t\t\t\"fr\" : \"Punition ultime\",\n\t\t\t\t\"jp\" : \"最後の体罰\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1028\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Direct Attack\",\n\t\t\t\t\"de\" : \"In Schusslinie\",\n\t\t\t\t\"fr\" : \"Attaque directe\",\n\t\t\t\t\"jp\" : \"直接攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1029\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Decree Nisi A\",\n\t\t\t\t\"de\" : \"Letztes Vorläufiges Urteil α\",\n\t\t\t\t\"fr\" : \"Peine provisoire α ultime\",\n\t\t\t\t\"jp\" : \"最後の仮判決α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1030\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Decree Nisi B\",\n\t\t\t\t\"de\" : \"Letztes Vorläufiges Urteil β\",\n\t\t\t\t\"fr\" : \"Peine provisoire β ultime\",\n\t\t\t\t\"jp\" : \"最後の仮判決β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1038\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Flight\",\n\t\t\t\t\"de\" : \"Letzte Windbestattung\",\n\t\t\t\t\"fr\" : \"Éventement funéraire\",\n\t\t\t\t\"jp\" : \"最後の風葬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1039\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brilliant Conviction\",\n\t\t\t\t\"de\" : \"Wille des Lichts\",\n\t\t\t\t\"fr\" : \"Conviction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1040\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brilliant Conviction\",\n\t\t\t\t\"de\" : \"Wille des Lichts\",\n\t\t\t\t\"fr\" : \"Conviction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1041\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brilliant Conviction\",\n\t\t\t\t\"de\" : \"Wille des Lichts\",\n\t\t\t\t\"fr\" : \"Conviction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1042\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Direct Attack\",\n\t\t\t\t\"de\" : \"In Schusslinie\",\n\t\t\t\t\"fr\" : \"Attaque directe\",\n\t\t\t\t\"jp\" : \"直接攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1043\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Direct Attack\",\n\t\t\t\t\"de\" : \"In Schusslinie\",\n\t\t\t\t\"fr\" : \"Attaque directe\",\n\t\t\t\t\"jp\" : \"直接攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1044\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magnetic Levitation\",\n\t\t\t\t\"de\" : \"Magnetschwebe\",\n\t\t\t\t\"fr\" : \"Lévitation magnétique\",\n\t\t\t\t\"jp\" : \"磁気浮上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1045\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gradual Zombification\",\n\t\t\t\t\"de\" : \"Zombifikation\",\n\t\t\t\t\"fr\" : \"Zombification progressive\",\n\t\t\t\t\"jp\" : \"徐々にゾンビー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1046\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concentrated Poison\",\n\t\t\t\t\"de\" : \"Starkes Gift\",\n\t\t\t\t\"fr\" : \"Poison concentré\",\n\t\t\t\t\"jp\" : \"劇毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1047\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confused\",\n\t\t\t\t\"de\" : \"Konfus\",\n\t\t\t\t\"fr\" : \"Confusion\",\n\t\t\t\t\"jp\" : \"混乱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1048\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Direct Attack\",\n\t\t\t\t\"de\" : \"In Schusslinie\",\n\t\t\t\t\"fr\" : \"Attaque directe\",\n\t\t\t\t\"jp\" : \"直接攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1050\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"EXP Bonus\",\n\t\t\t\t\"de\" : \"Routine-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de points d'expérience\",\n\t\t\t\t\"jp\" : \"経験値ボーナス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1052\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind Resistance Down II\",\n\t\t\t\t\"de\" : \"Windresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au vent réduite+\",\n\t\t\t\t\"jp\" : \"風属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1053\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth Resistance Down II\",\n\t\t\t\t\"de\" : \"Erdresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la terre réduite+\",\n\t\t\t\t\"jp\" : \"土属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1056\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mimic\",\n\t\t\t\t\"de\" : \"Windschatten\",\n\t\t\t\t\"fr\" : \"Mime\",\n\t\t\t\t\"jp\" : \"ものまね\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1057\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Feather Field\",\n\t\t\t\t\"de\" : \"Daunenpuffer\",\n\t\t\t\t\"fr\" : \"Champ de plumes\",\n\t\t\t\t\"jp\" : \"フェザーフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1058\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Super Sprint\",\n\t\t\t\t\"de\" : \"Super-Sprint\",\n\t\t\t\t\"fr\" : \"Super sprint\",\n\t\t\t\t\"jp\" : \"スーパーダッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1061\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Priority Aetheryte Pass\",\n\t\t\t\t\"de\" : \"Vergünstigter Teleport\",\n\t\t\t\t\"fr\" : \"Téléportation au rabais\",\n\t\t\t\t\"jp\" : \"テレポ割引\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1066\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bitter Hate\",\n\t\t\t\t\"de\" : \"Bitterer Hass\",\n\t\t\t\t\"fr\" : \"Haine amère\",\n\t\t\t\t\"jp\" : \"邪竜の怨念\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1068\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assimilation\",\n\t\t\t\t\"de\" : \"Assimilation\",\n\t\t\t\t\"fr\" : \"Assimilation progressive\",\n\t\t\t\t\"jp\" : \"徐々に浸食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1069\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assimilated\",\n\t\t\t\t\"de\" : \"Assimiliert\",\n\t\t\t\t\"fr\" : \"Assimilation\",\n\t\t\t\t\"jp\" : \"浸食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1070\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cube\",\n\t\t\t\t\"de\" : \"Kubus\",\n\t\t\t\t\"fr\" : \"Cube\",\n\t\t\t\t\"jp\" : \"立方体状態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1071\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyramid\",\n\t\t\t\t\"de\" : \"Pyramide\",\n\t\t\t\t\"fr\" : \"Pyramide\",\n\t\t\t\t\"jp\" : \"三角錐状態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1072\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration Bomb\",\n\t\t\t\t\"de\" : \"Beschleunigungsbombe\",\n\t\t\t\t\"fr\" : \"Bombe à accélération\",\n\t\t\t\t\"jp\" : \"加速度爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1074\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1075\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Man\",\n\t\t\t\t\"de\" : \"Drachenreiter\",\n\t\t\t\t\"fr\" : \"Cœur d'homme\",\n\t\t\t\t\"jp\" : \"竜人形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1076\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Dragon\",\n\t\t\t\t\"de\" : \"Drache\",\n\t\t\t\t\"fr\" : \"Cœur de dragon\",\n\t\t\t\t\"jp\" : \"邪竜形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1077\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Chain\",\n\t\t\t\t\"de\" : \"Blitzkette\",\n\t\t\t\t\"fr\" : \"Chaîne d'éclairs\",\n\t\t\t\t\"jp\" : \"雷の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1078\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Priority Seal Allowance\",\n\t\t\t\t\"de\" : \"Staatstaler-Bonus\",\n\t\t\t\t\"fr\" : \"Solde accrue\",\n\t\t\t\t\"jp\" : \"軍票アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1079\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gold Saucer VIP Card\",\n\t\t\t\t\"de\" : \"MGP-Bonus\",\n\t\t\t\t\"fr\" : \"Gros lot\",\n\t\t\t\t\"jp\" : \"MGPアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1080\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squadron Battle Manual\",\n\t\t\t\t\"de\" : \"Kampfroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Feu du combat\",\n\t\t\t\t\"jp\" : \"討伐経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1081\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squadron Survival Manual\",\n\t\t\t\t\"de\" : \"Sammelroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Terre et eau\",\n\t\t\t\t\"jp\" : \"採集経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1082\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squadron Engineering Manual\",\n\t\t\t\t\"de\" : \"Syntheseroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Être en bonnes mains\",\n\t\t\t\t\"jp\" : \"製作経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1083\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squadron Spiritbonding Manual\",\n\t\t\t\t\"de\" : \"Bindungsbonus\",\n\t\t\t\t\"fr\" : \"Union parfaite\",\n\t\t\t\t\"jp\" : \"錬精度上昇量アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1084\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rationing\",\n\t\t\t\t\"de\" : \"Längere Nahrungseffekte\",\n\t\t\t\t\"fr\" : \"À boire et à manger\",\n\t\t\t\t\"jp\" : \"食事効果時間延長\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1085\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squadron Gear Maintenance Manual\",\n\t\t\t\t\"de\" : \"Verminderter Verschleiß\",\n\t\t\t\t\"fr\" : \"Protections protégées\",\n\t\t\t\t\"jp\" : \"装備品劣化低減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1086\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squadron Enlistment Manual\",\n\t\t\t\t\"de\" : \"Mehr Bewerbungen\",\n\t\t\t\t\"fr\" : \"Grand embrigadement\",\n\t\t\t\t\"jp\" : \"志願兵出現率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1087\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accursed Pox\",\n\t\t\t\t\"de\" : \"Verwünschung\",\n\t\t\t\t\"fr\" : \"Maléfice\",\n\t\t\t\t\"jp\" : \"呪詛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1091\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1093\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP & MP Boost\",\n\t\t\t\t\"de\" : \"LP-/MP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PV et PM\",\n\t\t\t\t\"jp\" : \"最大ＨＰアップ＆最大ＭＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1098\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Surge\",\n\t\t\t\t\"de\" : \"Ätherwelle\",\n\t\t\t\t\"fr\" : \"Transmission d'éther\",\n\t\t\t\t\"jp\" : \"エーテル放射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1099\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Potency Up\",\n\t\t\t\t\"de\" : \"Heilmagie-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de magie curative\",\n\t\t\t\t\"jp\" : \"回復魔法効果上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1100\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1101\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toad\",\n\t\t\t\t\"de\" : \"Frosch\",\n\t\t\t\t\"fr\" : \"Crapaud\",\n\t\t\t\t\"jp\" : \"トード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1102\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chicken\",\n\t\t\t\t\"de\" : \"Huhn\",\n\t\t\t\t\"fr\" : \"Poulet\",\n\t\t\t\t\"jp\" : \"ニワトリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1103\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imp\",\n\t\t\t\t\"de\" : \"Flusskobold\",\n\t\t\t\t\"fr\" : \"Kappa\",\n\t\t\t\t\"jp\" : \"カッパ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1104\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Obfuscated\",\n\t\t\t\t\"de\" : \"Getarnt\",\n\t\t\t\t\"fr\" : \"Offuscation\",\n\t\t\t\t\"jp\" : \"隠れ身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1105\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pumpkin\",\n\t\t\t\t\"de\" : \"Kürbis\",\n\t\t\t\t\"fr\" : \"Citrouille\",\n\t\t\t\t\"jp\" : \"カボチャ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1106\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Obfuscated\",\n\t\t\t\t\"de\" : \"Getarnt\",\n\t\t\t\t\"fr\" : \"Offuscation\",\n\t\t\t\t\"jp\" : \"隠れ身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1107\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1108\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hidden\",\n\t\t\t\t\"de\" : \"Versteckt\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1109\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Impervious\",\n\t\t\t\t\"de\" : \"Spezialresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance spéciale\",\n\t\t\t\t\"jp\" : \"特殊耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1112\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Speed Up\",\n\t\t\t\t\"de\" : \"Geschwindigkeit +\",\n\t\t\t\t\"fr\" : \"Vitesse de déplacement accrue\",\n\t\t\t\t\"jp\" : \"移動速度上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1113\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Out of the Action\",\n\t\t\t\t\"de\" : \"Außer Gefecht\",\n\t\t\t\t\"fr\" : \"Actions bloquées\",\n\t\t\t\t\"jp\" : \"アクション実行不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1114\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disease\",\n\t\t\t\t\"de\" : \"Krankheit\",\n\t\t\t\t\"fr\" : \"Maladie\",\n\t\t\t\t\"jp\" : \"病気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1115\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eternal Doom\",\n\t\t\t\t\"de\" : \"Lebender Toter\",\n\t\t\t\t\"fr\" : \"Peine de mort-vivant\",\n\t\t\t\t\"jp\" : \"死霊の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1116\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1118\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Passenger\",\n\t\t\t\t\"de\" : \"Pilot\",\n\t\t\t\t\"fr\" : \"Embarquement\",\n\t\t\t\t\"jp\" : \"搭乗中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1119\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporal Displacement\",\n\t\t\t\t\"de\" : \"Zeitstillstand\",\n\t\t\t\t\"fr\" : \"Stase temporelle\",\n\t\t\t\t\"jp\" : \"時間停止\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1125\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Directional Invincibility\",\n\t\t\t\t\"de\" : \"Lateralschild\",\n\t\t\t\t\"fr\" : \"Invulnérabilité directionnelle.\",\n\t\t\t\t\"jp\" : \"特定方向無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1129\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Main Hull Operational\",\n\t\t\t\t\"de\" : \"Rumpf vollständig\",\n\t\t\t\t\"fr\" : \"Torse régénéré\",\n\t\t\t\t\"jp\" : \"胴体完成\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1130\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Arm Operational\",\n\t\t\t\t\"de\" : \"Rechter Arm vollständig\",\n\t\t\t\t\"fr\" : \"Bras droit régénéré\",\n\t\t\t\t\"jp\" : \"右腕完成\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1131\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Arm Operational\",\n\t\t\t\t\"de\" : \"Linker Arm vollständig\",\n\t\t\t\t\"fr\" : \"Bras gauche régénéré\",\n\t\t\t\t\"jp\" : \"左腕完成\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1132\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Extreme Caution\",\n\t\t\t\t\"de\" : \"Auf Bewährung\",\n\t\t\t\t\"fr\" : \"Liberté réduite\",\n\t\t\t\t\"jp\" : \"行動注意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1134\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imp\",\n\t\t\t\t\"de\" : \"Flusskobold\",\n\t\t\t\t\"fr\" : \"Kappa\",\n\t\t\t\t\"jp\" : \"カッパ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1135\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sunseal\",\n\t\t\t\t\"de\" : \"Sonnensiegel\",\n\t\t\t\t\"fr\" : \"Marque solaire\",\n\t\t\t\t\"jp\" : \"太陽の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1136\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Moonseal\",\n\t\t\t\t\"de\" : \"Mondsiegel\",\n\t\t\t\t\"fr\" : \"Marque lunaire\",\n\t\t\t\t\"jp\" : \"月の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1137\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down II\",\n\t\t\t\t\"de\" : \"Feuerresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite+\",\n\t\t\t\t\"jp\" : \"火属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1138\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1139\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1140\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raise\",\n\t\t\t\t\"de\" : \"Wiederbeleben\",\n\t\t\t\t\"fr\" : \"Vie\",\n\t\t\t\t\"jp\" : \"蘇生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1141\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1145\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Keen Edge\",\n\t\t\t\t\"de\" : \"Zweischneidig\",\n\t\t\t\t\"fr\" : \"Double tranchant\",\n\t\t\t\t\"jp\" : \"諸刃の剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1146\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riled\",\n\t\t\t\t\"de\" : \"Kämpferisch\",\n\t\t\t\t\"fr\" : \"Combativité\",\n\t\t\t\t\"jp\" : \"闘志\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1147\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Links\",\n\t\t\t\t\"de\" : \"Schattenfessel\",\n\t\t\t\t\"fr\" : \"Chaînes d'ombre\",\n\t\t\t\t\"jp\" : \"影の足枷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1148\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Limb\",\n\t\t\t\t\"de\" : \"Schattenhand\",\n\t\t\t\t\"fr\" : \"Mains d'ombre\",\n\t\t\t\t\"jp\" : \"影の手\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1149\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wolf's Heart Kit\",\n\t\t\t\t\"de\" : \"Wolfsherz-Set\",\n\t\t\t\t\"fr\" : \"Stimulant cœur-de-loup\",\n\t\t\t\t\"jp\" : \"ウルフハートキット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1151\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fae Cloak\",\n\t\t\t\t\"de\" : \"Fae-Mantel\",\n\t\t\t\t\"fr\" : \"Charme anti-Pixie\",\n\t\t\t\t\"jp\" : \"妖精除け\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1152\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Darksight\",\n\t\t\t\t\"de\" : \"Thancreds Eulenblick\",\n\t\t\t\t\"fr\" : \"Yeux de chat\",\n\t\t\t\t\"jp\" : \"暗視\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1154\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beastking's Boon\",\n\t\t\t\t\"de\" : \"Schutz des Königs\",\n\t\t\t\t\"fr\" : \"Bénédiction du Roi bestial\",\n\t\t\t\t\"jp\" : \"獣王の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1155\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Enhancement\",\n\t\t\t\t\"de\" : \"Ätherverstärkung\",\n\t\t\t\t\"fr\" : \"Renforcement éthéréen\",\n\t\t\t\t\"jp\" : \"エーテル強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1156\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Up\",\n\t\t\t\t\"de\" : \"Magieschaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1157\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Water Resistance Down II\",\n\t\t\t\t\"de\" : \"Wasserresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à l'eau réduite+\",\n\t\t\t\t\"jp\" : \"水属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1158\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nose for Battle\",\n\t\t\t\t\"de\" : \"Lust auf Zoff\",\n\t\t\t\t\"fr\" : \"Flair du combat\",\n\t\t\t\t\"jp\" : \"戦いの気配\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1159\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infinite Anguish\",\n\t\t\t\t\"de\" : \"Siegel der Qual\",\n\t\t\t\t\"fr\" : \"Agonie infinie\",\n\t\t\t\t\"jp\" : \"苦悶の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1160\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enfeebled\",\n\t\t\t\t\"de\" : \"Debilitans\",\n\t\t\t\t\"fr\" : \"Anémie\",\n\t\t\t\t\"jp\" : \"弱化の試薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1161\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1163\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stroke of Genius\",\n\t\t\t\t\"de\" : \"Genialer Funke\",\n\t\t\t\t\"fr\" : \"Coup de génie\",\n\t\t\t\t\"jp\" : \"魔匠の閃き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1164\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manipulation\",\n\t\t\t\t\"de\" : \"Manipulation\",\n\t\t\t\t\"fr\" : \"Manipulation\",\n\t\t\t\t\"jp\" : \"マニピュレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1165\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Initial Preparations\",\n\t\t\t\t\"de\" : \"Fulminanter Start\",\n\t\t\t\t\"fr\" : \"Préparatifs initiaux\",\n\t\t\t\t\"jp\" : \"初手仕込\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1166\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fathom\",\n\t\t\t\t\"de\" : \"Ausloten\",\n\t\t\t\t\"fr\" : \"Sondage\",\n\t\t\t\t\"jp\" : \"ファゾム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1167\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shark Eye\",\n\t\t\t\t\"de\" : \"Hai-Auge\",\n\t\t\t\t\"fr\" : \"Œil de requin\",\n\t\t\t\t\"jp\" : \"シャークアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1168\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shark Eye II\",\n\t\t\t\t\"de\" : \"Hai-Auge II\",\n\t\t\t\t\"fr\" : \"Œil de requin II\",\n\t\t\t\t\"jp\" : \"シャークアイII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1169\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veteran Trade\",\n\t\t\t\t\"de\" : \"Artenvielfalt\",\n\t\t\t\t\"fr\" : \"Métier de vétéran\",\n\t\t\t\t\"jp\" : \"ベテラントレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1170\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bountiful Catch\",\n\t\t\t\t\"de\" : \"Reicher Fang\",\n\t\t\t\t\"fr\" : \"Prise abondante\",\n\t\t\t\t\"jp\" : \"バウンティフルキャッチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1171\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nature's Bounty\",\n\t\t\t\t\"de\" : \"Großes Füllhorn\",\n\t\t\t\t\"fr\" : \"Trésor de la nature\",\n\t\t\t\t\"jp\" : \"ネイチャーバウンティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1172\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salvage\",\n\t\t\t\t\"de\" : \"Flaschenpost\",\n\t\t\t\t\"fr\" : \"Ramassage sous-marin\",\n\t\t\t\t\"jp\" : \"サルベージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1173\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Truth of Oceans\",\n\t\t\t\t\"de\" : \"Jungfräuliches Meer\",\n\t\t\t\t\"fr\" : \"Science des océans\",\n\t\t\t\t\"jp\" : \"トゥルー・オブ・オーシャン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1174\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intervention\",\n\t\t\t\t\"de\" : \"Intervention\",\n\t\t\t\t\"fr\" : \"Intervention\",\n\t\t\t\t\"jp\" : \"インターベンション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1175\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Passage of Arms\",\n\t\t\t\t\"de\" : \"Waffengang\",\n\t\t\t\t\"fr\" : \"Passe d'armes\",\n\t\t\t\t\"jp\" : \"パッセージ・オブ・アームズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1176\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arms Up\",\n\t\t\t\t\"de\" : \"Waffengang\",\n\t\t\t\t\"fr\" : \"Armes dressées\",\n\t\t\t\t\"jp\" : \"パッセージ・オブ・アームズ：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1177\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Release\",\n\t\t\t\t\"de\" : \"Urbefreiung\",\n\t\t\t\t\"fr\" : \"Relâchement bestial\",\n\t\t\t\t\"jp\" : \"原初の解放\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1178\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blackest Night\",\n\t\t\t\t\"de\" : \"Schwärzeste Nacht\",\n\t\t\t\t\"fr\" : \"Nuit noirissime\",\n\t\t\t\t\"jp\" : \"ブラックナイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1179\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Earth\",\n\t\t\t\t\"de\" : \"Steinernes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme de la terre\",\n\t\t\t\t\"jp\" : \"金剛の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1180\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth's Resolve\",\n\t\t\t\t\"de\" : \"Steinerne Klarheit\",\n\t\t\t\t\"fr\" : \"Détermination de la terre\",\n\t\t\t\t\"jp\" : \"金剛の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1181\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Fire\",\n\t\t\t\t\"de\" : \"Flammendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du feu\",\n\t\t\t\t\"jp\" : \"紅蓮の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1182\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meditative Brotherhood\",\n\t\t\t\t\"de\" : \"Meditative Bruderschaft\",\n\t\t\t\t\"fr\" : \"Fraternité méditative\",\n\t\t\t\t\"jp\" : \"桃園結義：闘気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1183\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Eye\",\n\t\t\t\t\"de\" : \"Rechtes Drachenauge\",\n\t\t\t\t\"fr\" : \"Œil droit\",\n\t\t\t\t\"jp\" : \"竜の右眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1184\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Eye\",\n\t\t\t\t\"de\" : \"Linkes Drachenauge\",\n\t\t\t\t\"fr\" : \"Œil gauche\",\n\t\t\t\t\"jp\" : \"竜の左眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1185\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brotherhood\",\n\t\t\t\t\"de\" : \"Bruderschaft\",\n\t\t\t\t\"fr\" : \"Fraternité combattante\",\n\t\t\t\t\"jp\" : \"桃園結義：攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1186\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ten Chi Jin\",\n\t\t\t\t\"de\" : \"Ten Chi Jin\",\n\t\t\t\t\"fr\" : \"Ten Chi Jin\",\n\t\t\t\t\"jp\" : \"天地人\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1187\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour's Ballad\",\n\t\t\t\t\"de\" : \"Ballade des Troubadours\",\n\t\t\t\t\"fr\" : \"Ballade du troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール：バラード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1188\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Up\",\n\t\t\t\t\"de\" : \"Kritische Treffer +\",\n\t\t\t\t\"fr\" : \"Critiques augmentés\",\n\t\t\t\t\"jp\" : \"クリティカル上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1189\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour's Paeon\",\n\t\t\t\t\"de\" : \"Päan des Troubadours\",\n\t\t\t\t\"fr\" : \"Péan du troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール：パイオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1190\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Troubadours\",\n\t\t\t\t\"fr\" : \"Menuet du troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール：メヌエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1191\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart\",\n\t\t\t\t\"de\" : \"Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart\",\n\t\t\t\t\"jp\" : \"ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1192\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Convalescence\",\n\t\t\t\t\"de\" : \"Konvaleszenz\",\n\t\t\t\t\"fr\" : \"Convalescence\",\n\t\t\t\t\"jp\" : \"コンバレセンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1193\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reprisal\",\n\t\t\t\t\"de\" : \"Reflexion\",\n\t\t\t\t\"fr\" : \"Rétorsion\",\n\t\t\t\t\"jp\" : \"リプライザル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1194\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anticipation\",\n\t\t\t\t\"de\" : \"Vorausahnung\",\n\t\t\t\t\"fr\" : \"Anticipation\",\n\t\t\t\t\"jp\" : \"見切り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1195\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Feint\",\n\t\t\t\t\"de\" : \"Zermürben\",\n\t\t\t\t\"fr\" : \"Restreinte\",\n\t\t\t\t\"jp\" : \"牽制\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1196\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Palisade\",\n\t\t\t\t\"de\" : \"Palisade\",\n\t\t\t\t\"fr\" : \"Palissade\",\n\t\t\t\t\"jp\" : \"パリセード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1197\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tactician\",\n\t\t\t\t\"de\" : \"Taktiker\",\n\t\t\t\t\"fr\" : \"Tacticien\",\n\t\t\t\t\"jp\" : \"タクティシャン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1198\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refresh\",\n\t\t\t\t\"de\" : \"Erfrischung\",\n\t\t\t\t\"fr\" : \"Revigoration\",\n\t\t\t\t\"jp\" : \"リフレッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1199\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Peloton\",\n\t\t\t\t\"de\" : \"Peloton\",\n\t\t\t\t\"fr\" : \"Peloton\",\n\t\t\t\t\"jp\" : \"プロトン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1200\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Caustic Bite\",\n\t\t\t\t\"de\" : \"Kaustischer Biss\",\n\t\t\t\t\"fr\" : \"Morsure caustique\",\n\t\t\t\t\"jp\" : \"コースティックバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1201\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stormbite\",\n\t\t\t\t\"de\" : \"Sturmbiss\",\n\t\t\t\t\"fr\" : \"Morsure de la tempête\",\n\t\t\t\t\"jp\" : \"ストームバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1202\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nature's Minne\",\n\t\t\t\t\"de\" : \"Nophicas Minne\",\n\t\t\t\t\"fr\" : \"Minne de la nature\",\n\t\t\t\t\"jp\" : \"地神のミンネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1203\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Addle\",\n\t\t\t\t\"de\" : \"Stumpfsinn\",\n\t\t\t\t\"fr\" : \"Embrouillement\",\n\t\t\t\t\"jp\" : \"アドル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1204\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"heal\",\n\t\t\t\"THM\",\n\t\t\t\"BLM\",\n\t\t\t\"ACN\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"BLM\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lucid Dreaming\",\n\t\t\t\t\"de\" : \"Klartraum\",\n\t\t\t\t\"fr\" : \"Rêve lucide\",\n\t\t\t\t\"jp\" : \"ルーシッドドリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1205\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flamethrower\",\n\t\t\t\t\"de\" : \"Flammenwerfer\",\n\t\t\t\t\"fr\" : \"Lance-flammes\",\n\t\t\t\t\"jp\" : \"フレイムスロアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1206\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wheel of Fortune\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif (effet)\",\n\t\t\t\t\"jp\" : \"運命の輪：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1207\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Largesse\",\n\t\t\t\t\"de\" : \"Huld\",\n\t\t\t\t\"fr\" : \"Largesse\",\n\t\t\t\t\"jp\" : \"慈愛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1208\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1209\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\",\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arm's Length\",\n\t\t\t\t\"de\" : \"Abtausch\",\n\t\t\t\t\"fr\" : \"Portée de bras\",\n\t\t\t\t\"jp\" : \"アームズレングス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1210\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder IV\",\n\t\t\t\t\"de\" : \"Blitzka\",\n\t\t\t\t\"fr\" : \"Giga Foudre\",\n\t\t\t\t\"jp\" : \"サンダジャ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1211\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triplecast\",\n\t\t\t\t\"de\" : \"Tripelzauber\",\n\t\t\t\t\"fr\" : \"Triple sort\",\n\t\t\t\t\"jp\" : \"三連魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1212\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Further Ruin\",\n\t\t\t\t\"de\" : \"Verbessertes Ruinra\",\n\t\t\t\t\"fr\" : \"Extra Ruine renforcée\",\n\t\t\t\t\"jp\" : \"ルインラ強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1213\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Devotion\",\n\t\t\t\t\"de\" : \"Hingabe\",\n\t\t\t\t\"fr\" : \"Dévouement\",\n\t\t\t\t\"jp\" : \"エギの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1214\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bio III\",\n\t\t\t\t\"de\" : \"Bioga\",\n\t\t\t\t\"fr\" : \"Méga Bactérie\",\n\t\t\t\t\"jp\" : \"バイオガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1215\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miasma III\",\n\t\t\t\t\"de\" : \"Miasga\",\n\t\t\t\t\"fr\" : \"Méga Miasmes\",\n\t\t\t\t\"jp\" : \"ミアズガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1216\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Load-bearing\",\n\t\t\t\t\"de\" : \"Schwer beladen\",\n\t\t\t\t\"fr\" : \"Charge lourde\",\n\t\t\t\t\"jp\" : \"重運搬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1217\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thin Air\",\n\t\t\t\t\"de\" : \"Ex Machina\",\n\t\t\t\t\"fr\" : \"Sponte\",\n\t\t\t\t\"jp\" : \"シンエアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1218\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Benison\",\n\t\t\t\t\"de\" : \"Göttlicher Segen\",\n\t\t\t\t\"fr\" : \"Faveur divine\",\n\t\t\t\t\"jp\" : \"ディヴァインベニゾン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1219\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confession\",\n\t\t\t\t\"de\" : \"Bekenntnis\",\n\t\t\t\t\"fr\" : \"Indulgence plénière\",\n\t\t\t\t\"jp\" : \"インドゥルゲンティア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1220\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Excogitation\",\n\t\t\t\t\"de\" : \"Weise Voraussicht\",\n\t\t\t\t\"fr\" : \"Traité de l'excogitation\",\n\t\t\t\t\"jp\" : \"深謀遠慮の策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1221\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Stratagem\",\n\t\t\t\t\"de\" : \"Kritische Strategie\",\n\t\t\t\t\"fr\" : \"Stratagèmes entrelacés\",\n\t\t\t\t\"jp\" : \"連環計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1222\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Union\",\n\t\t\t\t\"de\" : \"Feenbund\",\n\t\t\t\t\"fr\" : \"Union féérique\",\n\t\t\t\t\"jp\" : \"フェイユニオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1223\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Union\",\n\t\t\t\t\"de\" : \"Feenbund\",\n\t\t\t\t\"fr\" : \"Union féérique\",\n\t\t\t\t\"jp\" : \"フェイユニオン［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1224\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earthly Dominance\",\n\t\t\t\t\"de\" : \"Irdische Herrschaft\",\n\t\t\t\t\"fr\" : \"Domination terrestre\",\n\t\t\t\t\"jp\" : \"星の支配者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1225\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1226\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1227\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Yukikaze\",\n\t\t\t\t\"de\" : \"Yukikaze\",\n\t\t\t\t\"fr\" : \"Yukikaze\",\n\t\t\t\t\"jp\" : \"雪風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1228\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Higanbana\",\n\t\t\t\t\"de\" : \"Higanbana\",\n\t\t\t\t\"fr\" : \"Higanbana\",\n\t\t\t\t\"jp\" : \"彼岸花\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1229\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kaiten\",\n\t\t\t\t\"de\" : \"Klinge: Kaiten\",\n\t\t\t\t\"fr\" : \"Kaiten\",\n\t\t\t\t\"jp\" : \"必殺剣・回天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1230\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recuperation\",\n\t\t\t\t\"de\" : \"Segnung\",\n\t\t\t\t\"fr\" : \"Rétablissement\",\n\t\t\t\t\"jp\" : \"治癒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1231\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meditate\",\n\t\t\t\t\"de\" : \"Meditieren\",\n\t\t\t\t\"fr\" : \"Mokusô\",\n\t\t\t\t\"jp\" : \"黙想\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1232\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Third Eye\",\n\t\t\t\t\"de\" : \"Drittes Auge\",\n\t\t\t\t\"fr\" : \"Troisième œil\",\n\t\t\t\t\"jp\" : \"心眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1233\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meikyo Shisui\",\n\t\t\t\t\"de\" : \"Meikyo Shisui\",\n\t\t\t\t\"fr\" : \"Meikyô Shisui\",\n\t\t\t\t\"jp\" : \"明鏡止水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1234\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Verfire Ready\",\n\t\t\t\t\"de\" : \"Erzfeuer-bereit\",\n\t\t\t\t\"fr\" : \"VerFeu préparé\",\n\t\t\t\t\"jp\" : \"ヴァルファイア実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1235\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Verstone Ready\",\n\t\t\t\t\"de\" : \"Erzstein-bereit\",\n\t\t\t\t\"fr\" : \"VerTerre préparée\",\n\t\t\t\t\"jp\" : \"ヴァルストーン実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1236\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Enpi\",\n\t\t\t\t\"de\" : \"Verbessertes Enpi\",\n\t\t\t\t\"fr\" : \"Enpi amélioré\",\n\t\t\t\t\"jp\" : \"燕飛効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1237\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Scatter\",\n\t\t\t\t\"de\" : \"Verbessertes Zerstreuen\",\n\t\t\t\t\"fr\" : \"Éparpillement amélioré\",\n\t\t\t\t\"jp\" : \"スキャッター効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1238\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration\",\n\t\t\t\t\"de\" : \"Präparation\",\n\t\t\t\t\"fr\" : \"Accélération\",\n\t\t\t\t\"jp\" : \"アクセラレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1239\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Embolden\",\n\t\t\t\t\"de\" : \"Ermutigen\",\n\t\t\t\t\"fr\" : \"Enhardissement\",\n\t\t\t\t\"jp\" : \"エンボルデン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1240\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chiten\",\n\t\t\t\t\"de\" : \"Hissatsu: Chiten\",\n\t\t\t\t\"fr\" : \"Hissatsu: Chiten\",\n\t\t\t\t\"jp\" : \"必殺剣・地天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1241\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Monomachy\",\n\t\t\t\t\"de\" : \"Duell\",\n\t\t\t\t\"fr\" : \"Monomachie\",\n\t\t\t\t\"jp\" : \"モノマキー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1243\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dive Ready\",\n\t\t\t\t\"de\" : \"Sprungbereit\",\n\t\t\t\t\"fr\" : \"Piqué mirage préparé\",\n\t\t\t\t\"jp\" : \"ミラージュダイブ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1244\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Wind\",\n\t\t\t\t\"de\" : \"Stürmendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du vent\",\n\t\t\t\t\"jp\" : \"疾風の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1247\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Balance\",\n\t\t\t\t\"de\" : \"Neutral (Diurnal)\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité (diurne)\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト［日］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1248\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Giant Dominance\",\n\t\t\t\t\"de\" : \"Planetare Herrschaft\",\n\t\t\t\t\"fr\" : \"Domination stellaire\",\n\t\t\t\t\"jp\" : \"巨星の支配者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1249\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dualcast\",\n\t\t\t\t\"de\" : \"Doppelzauber\",\n\t\t\t\t\"fr\" : \"Chaîne de sorts\",\n\t\t\t\t\"jp\" : \"連続魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1250\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True North\",\n\t\t\t\t\"de\" : \"Neuausrichtung\",\n\t\t\t\t\"fr\" : \"Vrai Nord\",\n\t\t\t\t\"jp\" : \"トゥルーノース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1251\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Turret Reset\",\n\t\t\t\t\"de\" : \"Gyrocopter-Kalibrierung\",\n\t\t\t\t\"fr\" : \"Réinitialisation d'auto-tourelle\",\n\t\t\t\t\"jp\" : \"タレット再起動中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1252\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eyes Open\",\n\t\t\t\t\"de\" : \"Offene Augen\",\n\t\t\t\t\"fr\" : \"Yeux ouverts\",\n\t\t\t\t\"jp\" : \"開眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1253\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1254\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1255\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down II\",\n\t\t\t\t\"de\" : \"Feuerresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite+\",\n\t\t\t\t\"jp\" : \"火属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1257\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forced March\",\n\t\t\t\t\"de\" : \"Zwangsmarsch\",\n\t\t\t\t\"fr\" : \"Marche forcée\",\n\t\t\t\t\"jp\" : \"強制移動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1259\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Old\",\n\t\t\t\t\"de\" : \"Alt\",\n\t\t\t\t\"fr\" : \"Vieillissement\",\n\t\t\t\t\"jp\" : \"オールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1262\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Fortune Up II (Limited)\",\n\t\t\t\t\"de\" : \"Sammelglück erhöht II (Limit)\",\n\t\t\t\t\"fr\" : \"Récolte de qualité II (limitée)\",\n\t\t\t\t\"jp\" : \"採集HQ獲得率アップ：限定II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1263\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1264\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brilliant Conviction\",\n\t\t\t\t\"de\" : \"Wille des Lichts\",\n\t\t\t\t\"fr\" : \"Conviction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1265\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brilliant Conviction\",\n\t\t\t\t\"de\" : \"Wille des Lichts\",\n\t\t\t\t\"fr\" : \"Conviction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1266\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transparent II\",\n\t\t\t\t\"de\" : \"Supertransparenz\",\n\t\t\t\t\"fr\" : \"Transparence+\",\n\t\t\t\t\"jp\" : \"透明［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1267\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Affixed\",\n\t\t\t\t\"de\" : \"Angekrallt\",\n\t\t\t\t\"fr\" : \"Étreinte\",\n\t\t\t\t\"jp\" : \"しがみつき\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1268\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Event\",\n\t\t\t\t\"de\" : \"In Ereignis\",\n\t\t\t\t\"fr\" : \"Événement\",\n\t\t\t\t\"jp\" : \"イベント中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1269\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Extreme Caution\",\n\t\t\t\t\"de\" : \"Auf Bewährung\",\n\t\t\t\t\"fr\" : \"Liberté réduite\",\n\t\t\t\t\"jp\" : \"行動注意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1270\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Churning\",\n\t\t\t\t\"de\" : \"Schäumend\",\n\t\t\t\t\"fr\" : \"Agitation\",\n\t\t\t\t\"jp\" : \"禍泡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1272\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Down II\",\n\t\t\t\t\"de\" : \"Hiebresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant réduite+\",\n\t\t\t\t\"jp\" : \"斬属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1273\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sinking\",\n\t\t\t\t\"de\" : \"Sinkend\",\n\t\t\t\t\"fr\" : \"Enfoncement\",\n\t\t\t\t\"jp\" : \"埋没\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1275\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Convergence\",\n\t\t\t\t\"de\" : \"Feuerkonvergenz\",\n\t\t\t\t\"fr\" : \"Convergence de feu\",\n\t\t\t\t\"jp\" : \"火炎以外反射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1276\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Convergence\",\n\t\t\t\t\"de\" : \"Eiskonvergenz\",\n\t\t\t\t\"fr\" : \"Convergence de glace\",\n\t\t\t\t\"jp\" : \"氷結以外反射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1277\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Convergence\",\n\t\t\t\t\"de\" : \"Blitzkonvergenz\",\n\t\t\t\t\"fr\" : \"Convergence de foudre\",\n\t\t\t\t\"jp\" : \"雷撃以外反射\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1278\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected to Fire\",\n\t\t\t\t\"de\" : \"Feueraspektiert\",\n\t\t\t\t\"fr\" : \"Polarisation de feu\",\n\t\t\t\t\"jp\" : \"火炎属性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1279\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected to Ice\",\n\t\t\t\t\"de\" : \"Eisaspektiert\",\n\t\t\t\t\"fr\" : \"Polarisation de glace\",\n\t\t\t\t\"jp\" : \"氷結属性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1280\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected to Lightning\",\n\t\t\t\t\"de\" : \"Blitzaspektiert\",\n\t\t\t\t\"fr\" : \"Polarisation de foudre\",\n\t\t\t\t\"jp\" : \"雷撃属性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1281\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Empowered Rahu\",\n\t\t\t\t\"de\" : \"Rahu-Kräftigung\",\n\t\t\t\t\"fr\" : \"Rahu renforcé\",\n\t\t\t\t\"jp\" : \"ラフ強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1282\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Empowered Ketu\",\n\t\t\t\t\"de\" : \"Ketoh-Kräftigung\",\n\t\t\t\t\"fr\" : \"Ketu renforcé\",\n\t\t\t\t\"jp\" : \"ケトゥ強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1283\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confused\",\n\t\t\t\t\"de\" : \"Konfus\",\n\t\t\t\t\"fr\" : \"Confusion\",\n\t\t\t\t\"jp\" : \"混乱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1285\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Fortune Up II\",\n\t\t\t\t\"de\" : \"Sammelglück erhöht II\",\n\t\t\t\t\"fr\" : \"Récolte de qualité II\",\n\t\t\t\t\"jp\" : \"採集HQ獲得率アップII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1286\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gathering Yield Up II\",\n\t\t\t\t\"de\" : \"Sammelgewinn erhöht II (Limit)\",\n\t\t\t\t\"fr\" : \"Récolte abondante II (limitée)\",\n\t\t\t\t\"jp\" : \"採集獲得数アップ：限定II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1288\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twist of Fate\",\n\t\t\t\t\"de\" : \"FATE-Bonus\",\n\t\t\t\t\"fr\" : \"ALÉA de l'expérience\",\n\t\t\t\t\"jp\" : \"F.A.T.E.報酬アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1289\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twist of Fate\",\n\t\t\t\t\"de\" : \"FATE-Bonus\",\n\t\t\t\t\"fr\" : \"ALÉA de l'expérience\",\n\t\t\t\t\"jp\" : \"F.A.T.E.報酬アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1290\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vril\",\n\t\t\t\t\"de\" : \"Vril\",\n\t\t\t\t\"fr\" : \"Vril\",\n\t\t\t\t\"jp\" : \"ラクシュミエーテル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1291\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ruination\",\n\t\t\t\t\"de\" : \"Ruinierung\",\n\t\t\t\t\"fr\" : \"Ruinance\",\n\t\t\t\t\"jp\" : \"ルイネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1292\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Piggy\",\n\t\t\t\t\"de\" : \"Schweinchen\",\n\t\t\t\t\"fr\" : \"Porcelet\",\n\t\t\t\t\"jp\" : \"ポーキー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1293\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1294\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1295\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1296\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1297\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Embolden\",\n\t\t\t\t\"de\" : \"Ermutigen\",\n\t\t\t\t\"fr\" : \"Enhardissement\",\n\t\t\t\t\"jp\" : \"エンボルデン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1298\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fugetsu\",\n\t\t\t\t\"de\" : \"Fugetsu\",\n\t\t\t\t\"fr\" : \"Fûgetsu\",\n\t\t\t\t\"jp\" : \"風月\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1299\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fuka\",\n\t\t\t\t\"de\" : \"Fuka\",\n\t\t\t\t\"fr\" : \"Fûka\",\n\t\t\t\t\"jp\" : \"風花\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1300\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cover\",\n\t\t\t\t\"de\" : \"Deckung\",\n\t\t\t\t\"fr\" : \"Couverture\",\n\t\t\t\t\"jp\" : \"かばう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1301\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Covered\",\n\t\t\t\t\"de\" : \"Gedeckt\",\n\t\t\t\t\"fr\" : \"Couvert\",\n\t\t\t\t\"jp\" : \"かばう［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1302\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hallowed Ground\",\n\t\t\t\t\"de\" : \"Heiliger Boden\",\n\t\t\t\t\"fr\" : \"Invincible\",\n\t\t\t\t\"jp\" : \"インビンシブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1303\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Release\",\n\t\t\t\t\"de\" : \"Urbefreiung\",\n\t\t\t\t\"fr\" : \"Relâchement bestial\",\n\t\t\t\t\"jp\" : \"原初の解放\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1304\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holmgang\",\n\t\t\t\t\"de\" : \"Holmgang\",\n\t\t\t\t\"fr\" : \"Holmgang\",\n\t\t\t\t\"jp\" : \"ホルムギャング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1305\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holmgang\",\n\t\t\t\t\"de\" : \"Holmgang\",\n\t\t\t\t\"fr\" : \"Holmgang\",\n\t\t\t\t\"jp\" : \"ホルムギャング[被]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1306\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sole Survivor\",\n\t\t\t\t\"de\" : \"Einziger Überlebender\",\n\t\t\t\t\"fr\" : \"Seul survivant\",\n\t\t\t\t\"jp\" : \"ソウルサバイバー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1307\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Spikes\",\n\t\t\t\t\"de\" : \"Eisstachel\",\n\t\t\t\t\"fr\" : \"Pointes de glace\",\n\t\t\t\t\"jp\" : \"アイススパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1308\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blackest Night\",\n\t\t\t\t\"de\" : \"Schwärzeste Nacht\",\n\t\t\t\t\"fr\" : \"Nuit noirissime\",\n\t\t\t\t\"jp\" : \"ブラックナイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1309\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Demolish\",\n\t\t\t\t\"de\" : \"Demolieren\",\n\t\t\t\t\"fr\" : \"Démolition\",\n\t\t\t\t\"jp\" : \"破砕拳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1310\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Earth\",\n\t\t\t\t\"de\" : \"Steinernes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme de la terre\",\n\t\t\t\t\"jp\" : \"金剛の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1311\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth's Reply\",\n\t\t\t\t\"de\" : \"Steinerne Klarheit\",\n\t\t\t\t\"fr\" : \"Détermination de la terre\",\n\t\t\t\t\"jp\" : \"金剛の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1312\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chaos Thrust\",\n\t\t\t\t\"de\" : \"Chaotischer Tjost\",\n\t\t\t\t\"fr\" : \"Percée chaotique\",\n\t\t\t\t\"jp\" : \"桜華狂咲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1313\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Fang\",\n\t\t\t\t\"de\" : \"Schattenfang\",\n\t\t\t\t\"fr\" : \"Croc d'ombre\",\n\t\t\t\t\"jp\" : \"影牙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1314\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assassinated\",\n\t\t\t\t\"de\" : \"Meuchelsprung\",\n\t\t\t\t\"fr\" : \"Assassinement\",\n\t\t\t\t\"jp\" : \"終撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1315\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kakuremi\",\n\t\t\t\t\"de\" : \"Kakuremi\",\n\t\t\t\t\"fr\" : \"Kakuremi\",\n\t\t\t\t\"jp\" : \"隠身の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1316\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hidden\",\n\t\t\t\t\"de\" : \"Versteckt\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1317\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Three Mudra\",\n\t\t\t\t\"de\" : \"Tri-Mudra\",\n\t\t\t\t\"fr\" : \"Trimudrâ\",\n\t\t\t\t\"jp\" : \"三印自在\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1318\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Yukikaze\",\n\t\t\t\t\"de\" : \"Yukikaze\",\n\t\t\t\t\"fr\" : \"Yukikaze\",\n\t\t\t\t\"jp\" : \"雪風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1319\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Higanbana\",\n\t\t\t\t\"de\" : \"Higanbana\",\n\t\t\t\t\"fr\" : \"Higanbana\",\n\t\t\t\t\"jp\" : \"彼岸花\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1320\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meikyo Shisui\",\n\t\t\t\t\"de\" : \"Meikyo Shisui\",\n\t\t\t\t\"fr\" : \"Meikyô Shisui\",\n\t\t\t\t\"jp\" : \"明鏡止水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1321\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Caustic Bite\",\n\t\t\t\t\"de\" : \"Kaustischer Biss\",\n\t\t\t\t\"fr\" : \"Morsure caustique\",\n\t\t\t\t\"jp\" : \"コースティックバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1322\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stormbite\",\n\t\t\t\t\"de\" : \"Sturmbiss\",\n\t\t\t\t\"fr\" : \"Morsure de la tempête\",\n\t\t\t\t\"jp\" : \"ストームバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1323\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wildfire\",\n\t\t\t\t\"de\" : \"Wildfeuer\",\n\t\t\t\t\"fr\" : \"Flambée\",\n\t\t\t\t\"jp\" : \"ワイルドファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1324\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder\",\n\t\t\t\t\"de\" : \"Blitz\",\n\t\t\t\t\"fr\" : \"Foudre\",\n\t\t\t\t\"jp\" : \"サンダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1325\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"heal\",\n\t\t\t\"THM\",\n\t\t\t\"BLM\",\n\t\t\t\"ACN\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"BLM\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftcast\",\n\t\t\t\t\"de\" : \"Spontaneität\",\n\t\t\t\t\"fr\" : \"Magie prompte\",\n\t\t\t\t\"jp\" : \"迅速魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1326\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bio III\",\n\t\t\t\t\"de\" : \"Bioga\",\n\t\t\t\t\"fr\" : \"Méga Bactérie\",\n\t\t\t\t\"jp\" : \"バイオガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1327\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miasma III\",\n\t\t\t\t\"de\" : \"Miasga\",\n\t\t\t\t\"fr\" : \"Méga Miasmes\",\n\t\t\t\t\"jp\" : \"ミアズガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1328\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1329\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Withering\",\n\t\t\t\t\"de\" : \"Siechen\",\n\t\t\t\t\"fr\" : \"Flétrissure\",\n\t\t\t\t\"jp\" : \"ウィザー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1330\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Regen\",\n\t\t\t\t\"de\" : \"Regena\",\n\t\t\t\t\"fr\" : \"Récup\",\n\t\t\t\t\"jp\" : \"リジェネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1331\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Galvanize\",\n\t\t\t\t\"de\" : \"Dynamisieren\",\n\t\t\t\t\"fr\" : \"Réconfort\",\n\t\t\t\t\"jp\" : \"鼓舞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1332\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chanchala\",\n\t\t\t\t\"de\" : \"Chanchala\",\n\t\t\t\t\"fr\" : \"Chanchala\",\n\t\t\t\t\"jp\" : \"チャンチャラー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1333\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye for an Eye\",\n\t\t\t\t\"de\" : \"Auge um Auge\",\n\t\t\t\t\"fr\" : \"Œil pour œil\",\n\t\t\t\t\"jp\" : \"アイ・フォー・アイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1334\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye for an Eye\",\n\t\t\t\t\"de\" : \"Auge um Auge\",\n\t\t\t\t\"fr\" : \"Œil pour œil\",\n\t\t\t\t\"jp\" : \"アイ・フォー・アイ：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1335\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abridged\",\n\t\t\t\t\"de\" : \"Kurzfassung\",\n\t\t\t\t\"fr\" : \"Incantation abrégée\",\n\t\t\t\t\"jp\" : \"略式詠唱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1336\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synastry\",\n\t\t\t\t\"de\" : \"Synastrie\",\n\t\t\t\t\"fr\" : \"Synastrie\",\n\t\t\t\t\"jp\" : \"シナストリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1337\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synastry\",\n\t\t\t\t\"de\" : \"Synastrie\",\n\t\t\t\t\"fr\" : \"Synastrie\",\n\t\t\t\t\"jp\" : \"シナストリー[被]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1338\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Balance\",\n\t\t\t\t\"de\" : \"Waage\",\n\t\t\t\t\"fr\" : \"La Balance\",\n\t\t\t\t\"jp\" : \"アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1339\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Bole\",\n\t\t\t\t\"de\" : \"Eiche\",\n\t\t\t\t\"fr\" : \"Le Tronc\",\n\t\t\t\t\"jp\" : \"世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1340\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Ewer\",\n\t\t\t\t\"de\" : \"Krug\",\n\t\t\t\t\"fr\" : \"L'Aiguière\",\n\t\t\t\t\"jp\" : \"サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1341\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spire\",\n\t\t\t\t\"de\" : \"Turm\",\n\t\t\t\t\"fr\" : \"La Tour\",\n\t\t\t\t\"jp\" : \"ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1342\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sprint\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Sprint\",\n\t\t\t\t\"jp\" : \"スプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1343\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1344\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1345\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1346\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1347\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silence\",\n\t\t\t\t\"de\" : \"Stumm\",\n\t\t\t\t\"fr\" : \"Silence\",\n\t\t\t\t\"jp\" : \"沈黙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1348\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep\",\n\t\t\t\t\"de\" : \"Schlaf\",\n\t\t\t\t\"fr\" : \"Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1349\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun Resistance\",\n\t\t\t\t\"de\" : \"Betäubungsresistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1350\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy Resistance\",\n\t\t\t\t\"de\" : \"Gewicht-Resistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1351\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind Resistance\",\n\t\t\t\t\"de\" : \"Fessel-Resistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Entrave\",\n\t\t\t\t\"jp\" : \"バインド無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1352\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow Resistance\",\n\t\t\t\t\"de\" : \"Gemach-Resistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1353\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silence Resistance\",\n\t\t\t\t\"de\" : \"Stumm-Resistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Silence\",\n\t\t\t\t\"jp\" : \"沈黙無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1354\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep Resistance\",\n\t\t\t\t\"de\" : \"Schlafresistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1355\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Knockback Penalty\",\n\t\t\t\t\"de\" : \"Rückstoß unwirksam\",\n\t\t\t\t\"fr\" : \"Résistance aux projections/attractions\",\n\t\t\t\t\"jp\" : \"ノックバック無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1356\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imp\",\n\t\t\t\t\"de\" : \"Flusskobold\",\n\t\t\t\t\"fr\" : \"Kappa\",\n\t\t\t\t\"jp\" : \"カッパ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1357\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gravity Flip\",\n\t\t\t\t\"de\" : \"Gravitationsumkehr\",\n\t\t\t\t\"fr\" : \"Inversion de gravité\",\n\t\t\t\t\"jp\" : \"重力反転\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1358\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elevated\",\n\t\t\t\t\"de\" : \"Erhöht\",\n\t\t\t\t\"fr\" : \"Élévation\",\n\t\t\t\t\"jp\" : \"高度固定：高\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1359\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gradual Petrification\",\n\t\t\t\t\"de\" : \"Steinwerdung\",\n\t\t\t\t\"fr\" : \"Pétrification graduelle\",\n\t\t\t\t\"jp\" : \"徐々に石化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1360\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unstable Gravity\",\n\t\t\t\t\"de\" : \"Schwerkraftschwankung\",\n\t\t\t\t\"fr\" : \"Gravité instable\",\n\t\t\t\t\"jp\" : \"グラビティバースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1361\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magitek Levitation\",\n\t\t\t\t\"de\" : \"Magitek-Levitation\",\n\t\t\t\t\"fr\" : \"魔導レビテト\",\n\t\t\t\t\"jp\" : \"魔導レビテト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1362\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Veil\",\n\t\t\t\t\"de\" : \"Heiliger Quell\",\n\t\t\t\t\"fr\" : \"Voile divin\",\n\t\t\t\t\"jp\" : \"ディヴァインヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1364\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Wind\",\n\t\t\t\t\"de\" : \"Stürmendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du vent\",\n\t\t\t\t\"jp\" : \"疾風の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1365\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thundercloud\",\n\t\t\t\t\"de\" : \"Blitzga-bereit\",\n\t\t\t\t\"fr\" : \"Nuage d'orage\",\n\t\t\t\t\"jp\" : \"サンダー系魔法効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1366\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Levitation\",\n\t\t\t\t\"de\" : \"Levitation\",\n\t\t\t\t\"fr\" : \"Lévitation\",\n\t\t\t\t\"jp\" : \"レビテト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1367\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Impactful\",\n\t\t\t\t\"de\" : \"Impaktbereit\",\n\t\t\t\t\"fr\" : \"Impact préparé\",\n\t\t\t\t\"jp\" : \"インパクト詠唱可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1368\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Requiescat\",\n\t\t\t\t\"de\" : \"Requiescat\",\n\t\t\t\t\"fr\" : \"Requiescat\",\n\t\t\t\t\"jp\" : \"レクイエスカット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1369\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Requiescat\",\n\t\t\t\t\"de\" : \"Requiescat\",\n\t\t\t\t\"fr\" : \"Requiescat\",\n\t\t\t\t\"jp\" : \"レクイエスカット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1370\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rage of Halone\",\n\t\t\t\t\"de\" : \"Halones Groll\",\n\t\t\t\t\"fr\" : \"Rage de Halone\",\n\t\t\t\t\"jp\" : \"レイジ・オブ・ハルオーネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1371\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Butcher's Block\",\n\t\t\t\t\"de\" : \"Fleischerbeil\",\n\t\t\t\t\"fr\" : \"Billot du boucher\",\n\t\t\t\t\"jp\" : \"ボーラアクス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1372\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Power Slash\",\n\t\t\t\t\"de\" : \"Kraftschlitzer\",\n\t\t\t\t\"fr\" : \"Taillade puissante\",\n\t\t\t\t\"jp\" : \"パワースラッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1374\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Target Right\",\n\t\t\t\t\"de\" : \"Zielbereich rechts\",\n\t\t\t\t\"fr\" : \"Portée de main droite\",\n\t\t\t\t\"jp\" : \"ターゲッティング：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1375\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Target Left\",\n\t\t\t\t\"de\" : \"Zielbereich links\",\n\t\t\t\t\"fr\" : \"Portée de main gauche\",\n\t\t\t\t\"jp\" : \"ターゲッティング：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1376\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kyoshin\",\n\t\t\t\t\"de\" : \"Vergrößertes Ich\",\n\t\t\t\t\"fr\" : \"Kyoshin\",\n\t\t\t\t\"jp\" : \"巨身の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1378\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dualcast\",\n\t\t\t\t\"de\" : \"Doppelzauber\",\n\t\t\t\t\"fr\" : \"Chaîne de sorts\",\n\t\t\t\t\"jp\" : \"連続魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1379\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Almagest\",\n\t\t\t\t\"de\" : \"Almagest\",\n\t\t\t\t\"fr\" : \"Almageste\",\n\t\t\t\t\"jp\" : \"アルマゲスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1382\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beyond Death\",\n\t\t\t\t\"de\" : \"Jenseits des Jenseits\",\n\t\t\t\t\"fr\" : \"Outre-mort\",\n\t\t\t\t\"jp\" : \"死の超越\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1383\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Penalty\",\n\t\t\t\t\"de\" : \"LP-Malus\",\n\t\t\t\t\"fr\" : \"PV maximum réduits\",\n\t\t\t\t\"jp\" : \"最大ＨＰダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1384\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration Bomb\",\n\t\t\t\t\"de\" : \"Beschleunigungsbombe\",\n\t\t\t\t\"fr\" : \"Bombe à accélération\",\n\t\t\t\t\"jp\" : \"加速度爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1385\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Off-balance\",\n\t\t\t\t\"de\" : \"Gleichgewichtsverlust\",\n\t\t\t\t\"fr\" : \"Perte d'équilibre\",\n\t\t\t\t\"jp\" : \"ノックバック確定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1386\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sludge\",\n\t\t\t\t\"de\" : \"Schlamm\",\n\t\t\t\t\"fr\" : \"Emboué\",\n\t\t\t\t\"jp\" : \"汚泥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1387\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Altered States\",\n\t\t\t\t\"de\" : \"Veränderte Reichweite\",\n\t\t\t\t\"fr\" : \"Portée d'action changée\",\n\t\t\t\t\"jp\" : \"アクション効果範囲変更\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1388\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ashen\",\n\t\t\t\t\"de\" : \"Stygische Asche\",\n\t\t\t\t\"fr\" : \"Cendres stygiennes\",\n\t\t\t\t\"jp\" : \"火車の灰\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1390\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Levitation\",\n\t\t\t\t\"de\" : \"Levitation\",\n\t\t\t\t\"fr\" : \"Lévitation\",\n\t\t\t\t\"jp\" : \"レビテト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1392\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shining Moonstone\",\n\t\t\t\t\"de\" : \"Glanzmondstein\",\n\t\t\t\t\"fr\" : \"Hécatolite scintillante\",\n\t\t\t\t\"jp\" : \"ムーンストーンの輝き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1393\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dualcast\",\n\t\t\t\t\"de\" : \"Doppelzauber\",\n\t\t\t\t\"fr\" : \"Chaîne de sorts\",\n\t\t\t\t\"jp\" : \"連続魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1394\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Limp\",\n\t\t\t\t\"de\" : \"Lahm\",\n\t\t\t\t\"fr\" : \"Boitement\",\n\t\t\t\t\"jp\" : \"移動速度低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1395\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield Oath\",\n\t\t\t\t\"de\" : \"Schild-Eid\",\n\t\t\t\t\"fr\" : \"Serment du bouclier\",\n\t\t\t\t\"jp\" : \"忠義の盾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1396\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defiance\",\n\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\"fr\" : \"Défi\",\n\t\t\t\t\"jp\" : \"ディフェンダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1397\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grit\",\n\t\t\t\t\"de\" : \"Zähigkeit\",\n\t\t\t\t\"fr\" : \"Férocité\",\n\t\t\t\t\"jp\" : \"グリットスタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1398\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Beast\",\n\t\t\t\t\"de\" : \"Tier in dir\",\n\t\t\t\t\"fr\" : \"Bête intérieure\",\n\t\t\t\t\"jp\" : \"原初の魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1399\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetters\",\n\t\t\t\t\"de\" : \"Gefesselt\",\n\t\t\t\t\"fr\" : \"Attache\",\n\t\t\t\t\"jp\" : \"拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1401\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enervation\",\n\t\t\t\t\"de\" : \"Kampftauglichkeit -\",\n\t\t\t\t\"fr\" : \"Capacité de combat réduite\",\n\t\t\t\t\"jp\" : \"攻防低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1402\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1403\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightspeed\",\n\t\t\t\t\"de\" : \"Lichtgeschwindigkeit\",\n\t\t\t\t\"fr\" : \"Vitesse de la lumière\",\n\t\t\t\t\"jp\" : \"ライトスピード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1404\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Benison\",\n\t\t\t\t\"de\" : \"Göttlicher Segen\",\n\t\t\t\t\"fr\" : \"Faveur divine\",\n\t\t\t\t\"jp\" : \"ディヴァインベニゾン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1405\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disabled\",\n\t\t\t\t\"de\" : \"Inakt\",\n\t\t\t\t\"fr\" : \"Invalidation\",\n\t\t\t\t\"jp\" : \"ドンアク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1406\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Stratagem\",\n\t\t\t\t\"de\" : \"Kritische Strategie\",\n\t\t\t\t\"fr\" : \"Stratagèmes entrelacés\",\n\t\t\t\t\"jp\" : \"連環計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1407\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Barrage\",\n\t\t\t\t\"de\" : \"Sperrfeuer\",\n\t\t\t\t\"fr\" : \"Rafale de coups\",\n\t\t\t\t\"jp\" : \"乱れ撃ち\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1408\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cometeor\",\n\t\t\t\t\"de\" : \"Cometeor\",\n\t\t\t\t\"fr\" : \"Cométéore\",\n\t\t\t\t\"jp\" : \"コメテオ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1409\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Terminal Velocity\",\n\t\t\t\t\"de\" : \"Terminierung\",\n\t\t\t\t\"fr\" : \"Vitesse terminale\",\n\t\t\t\t\"jp\" : \"ターミナルベロシティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1410\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chanchala\",\n\t\t\t\t\"de\" : \"Chanchala\",\n\t\t\t\t\"fr\" : \"Chanchala\",\n\t\t\t\t\"jp\" : \"チャンチャラー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1411\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Road to 90\",\n\t\t\t\t\"de\" : \"Routine-Bonus\",\n\t\t\t\t\"fr\" : \"En route vers 90\",\n\t\t\t\t\"jp\" : \"Lv90経験値ブースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1412\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1413\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Fire\",\n\t\t\t\t\"de\" : \"Flammendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du feu\",\n\t\t\t\t\"jp\" : \"紅蓮の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1414\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle Litany\",\n\t\t\t\t\"de\" : \"Litanei der Schlacht\",\n\t\t\t\t\"fr\" : \"Litanie combattante\",\n\t\t\t\t\"jp\" : \"バトルリタニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1415\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protect\",\n\t\t\t\t\"de\" : \"Protes\",\n\t\t\t\t\"fr\" : \"Bouclier\",\n\t\t\t\t\"jp\" : \"プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1416\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grounded\",\n\t\t\t\t\"de\" : \"Erniedrigt\",\n\t\t\t\t\"fr\" : \"Abaissement\",\n\t\t\t\t\"jp\" : \"高度固定：低\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1417\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stone Curse\",\n\t\t\t\t\"de\" : \"Steinfluch\",\n\t\t\t\t\"fr\" : \"Piège de pierre\",\n\t\t\t\t\"jp\" : \"石化の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1418\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abandonment\",\n\t\t\t\t\"de\" : \"Verlassen\",\n\t\t\t\t\"fr\" : \"Isolement\",\n\t\t\t\t\"jp\" : \"孤独感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1420\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mounted\",\n\t\t\t\t\"de\" : \"Am Steuer\",\n\t\t\t\t\"fr\" : \"Manœuvre de machine\",\n\t\t\t\t\"jp\" : \"搭乗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1421\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Craven\",\n\t\t\t\t\"de\" : \"Huhn\",\n\t\t\t\t\"fr\" : \"Poulet pétochard\",\n\t\t\t\t\"jp\" : \"チキン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1422\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporary Misdirection\",\n\t\t\t\t\"de\" : \"Plötzliche Panik\",\n\t\t\t\t\"fr\" : \"Démence\",\n\t\t\t\t\"jp\" : \"心神喪失\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1423\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1424\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Commandment: Flee\",\n\t\t\t\t\"de\" : \"Wort Gottes: Hinfort!\",\n\t\t\t\t\"fr\" : \"Révélation: Ne cesse pas de te mouvoir!\",\n\t\t\t\t\"jp\" : \"神の啓示：行動し続けよ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1425\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Commandment: Turn\",\n\t\t\t\t\"de\" : \"Wort Gottes: Sieh weg!\",\n\t\t\t\t\"fr\" : \"Révélation: Détourne ton regard!\",\n\t\t\t\t\"jp\" : \"神の啓示：見るなかれ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1426\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unnerved\",\n\t\t\t\t\"de\" : \"Entmutigung\",\n\t\t\t\t\"fr\" : \"Perte de courage\",\n\t\t\t\t\"jp\" : \"ブレイブダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1427\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drenched\",\n\t\t\t\t\"de\" : \"Nässe\",\n\t\t\t\t\"fr\" : \"Trempé\",\n\t\t\t\t\"jp\" : \"水濡れ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1430\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Legendary Resolve\",\n\t\t\t\t\"de\" : \"Mythischer Endkampf\",\n\t\t\t\t\"fr\" : \"Combat épique\",\n\t\t\t\t\"jp\" : \"神話決戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1431\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tower Defense\",\n\t\t\t\t\"de\" : \"Turmfeld\",\n\t\t\t\t\"fr\" : \"Barrière des tours\",\n\t\t\t\t\"jp\" : \"タワーフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1432\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tower Defense\",\n\t\t\t\t\"de\" : \"Turmfeld\",\n\t\t\t\t\"fr\" : \"Barrière des tours\",\n\t\t\t\t\"jp\" : \"タワーフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1433\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1434\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mana Hypersensitivity\",\n\t\t\t\t\"de\" : \"Magieempfindlichkeit\",\n\t\t\t\t\"fr\" : \"Hypersensibilité à la mana\",\n\t\t\t\t\"jp\" : \"魔力過敏症\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1435\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Piercing Resistance Down II\",\n\t\t\t\t\"de\" : \"Stichresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au perforant réduite+\",\n\t\t\t\t\"jp\" : \"突属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1436\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phoenix's Blessing\",\n\t\t\t\t\"de\" : \"Stärke des Phönix\",\n\t\t\t\t\"fr\" : \"Protection de Phénix\",\n\t\t\t\t\"jp\" : \"フェニックスの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1437\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lohs Daih\",\n\t\t\t\t\"de\" : \"Lohs Daih\",\n\t\t\t\t\"fr\" : \"Lohs Daih\",\n\t\t\t\t\"jp\" : \"ロース・ダイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1438\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resonant\",\n\t\t\t\t\"de\" : \"Übernatürliche Kraft\",\n\t\t\t\t\"fr\" : \"Résonnant\",\n\t\t\t\t\"jp\" : \"超越者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1439\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Independent Tactics\",\n\t\t\t\t\"de\" : \"Strategie: Frei\",\n\t\t\t\t\"fr\" : \"Stratégie libre\",\n\t\t\t\t\"jp\" : \"作戦：自由\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1440\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Offensive Tactics\",\n\t\t\t\t\"de\" : \"Strategie: Offensiv\",\n\t\t\t\t\"fr\" : \"Stratégie offensive\",\n\t\t\t\t\"jp\" : \"作戦：攻勢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1441\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defensive Tactics\",\n\t\t\t\t\"de\" : \"Strategie: Defensiv\",\n\t\t\t\t\"fr\" : \"Stratégie défensive\",\n\t\t\t\t\"jp\" : \"作戦：守勢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1442\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Balanced Tactics\",\n\t\t\t\t\"de\" : \"Strategie: Ausgeglichen\",\n\t\t\t\t\"fr\" : \"Stratégie standard\",\n\t\t\t\t\"jp\" : \"作戦：定石\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1443\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Clockwork\",\n\t\t\t\t\"de\" : \"Marionette\",\n\t\t\t\t\"fr\" : \"Mécanisme automatique\",\n\t\t\t\t\"jp\" : \"カラクリ仕掛け\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1444\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magitek Field\",\n\t\t\t\t\"de\" : \"Magitek-Feld\",\n\t\t\t\t\"fr\" : \"Champ de force magitek\",\n\t\t\t\t\"jp\" : \"魔導フィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1445\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Deceiver\",\n\t\t\t\t\"de\" : \"Maske der Lüge\",\n\t\t\t\t\"fr\" : \"Masque du faux Dieu\",\n\t\t\t\t\"jp\" : \"偽りの仮面\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1446\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Upholder\",\n\t\t\t\t\"de\" : \"Maske der Wahrheit\",\n\t\t\t\t\"fr\" : \"Masque du vrai Dieu\",\n\t\t\t\t\"jp\" : \"真なる仮面\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1447\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental EXP Up\",\n\t\t\t\t\"de\" : \"Elementarroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus d'expérience élémentaire\",\n\t\t\t\t\"jp\" : \"エレメンタル経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1448\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1449\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Troubadours\",\n\t\t\t\t\"fr\" : \"Menuet du troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール：メヌエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1450\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour's Paeon\",\n\t\t\t\t\"de\" : \"Päan des Troubadours\",\n\t\t\t\t\"fr\" : \"Péan du troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール：パイオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1451\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lord of Crowns\",\n\t\t\t\t\"de\" : \"König der Kronen\",\n\t\t\t\t\"fr\" : \"Roi des couronnes\",\n\t\t\t\t\"jp\" : \"クラウンロード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1452\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lady of Crowns\",\n\t\t\t\t\"de\" : \"Königin der Kronen\",\n\t\t\t\t\"fr\" : \"Reine des couronnes\",\n\t\t\t\t\"jp\" : \"クラウンレディ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1453\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Eye\",\n\t\t\t\t\"de\" : \"Rechtes Drachenauge\",\n\t\t\t\t\"fr\" : \"Œil droit\",\n\t\t\t\t\"jp\" : \"竜の右眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1454\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Eye\",\n\t\t\t\t\"de\" : \"Linkes Drachenauge\",\n\t\t\t\t\"fr\" : \"Œil gauche\",\n\t\t\t\t\"jp\" : \"竜の左眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1455\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flamethrower\",\n\t\t\t\t\"de\" : \"Flammenwerfer\",\n\t\t\t\t\"fr\" : \"Lance-flammes\",\n\t\t\t\t\"jp\" : \"フレイムスロアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1456\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thrill of War\",\n\t\t\t\t\"de\" : \"Schlachtrausch\",\n\t\t\t\t\"fr\" : \"Frisson de la guerre\",\n\t\t\t\t\"jp\" : \"スリル・オブ・ウォー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1457\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shake It Off\",\n\t\t\t\t\"de\" : \"Abschütteln\",\n\t\t\t\t\"fr\" : \"Débarrassage\",\n\t\t\t\t\"jp\" : \"シェイクオフ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1458\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flamethrower Flames\",\n\t\t\t\t\"de\" : \"Flammenwerfer\",\n\t\t\t\t\"fr\" : \"Cible de Lance-flammes\",\n\t\t\t\t\"jp\" : \"フレイムスロアー：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1459\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1461\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Blessing: EXP\",\n\t\t\t\t\"de\" : \"Elementarer Segen: Routine\",\n\t\t\t\t\"fr\" : \"Bénédiction des esprits: bonus d'expérience\",\n\t\t\t\t\"jp\" : \"精霊の加護：経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1463\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Blessing: Damage\",\n\t\t\t\t\"de\" : \"Elementarer Segen: Schaden\",\n\t\t\t\t\"fr\" : \"Bénédiction des esprits: bonus de combativité\",\n\t\t\t\t\"jp\" : \"精霊の加護：戦闘能力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1465\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soaring\",\n\t\t\t\t\"de\" : \"Motivation\",\n\t\t\t\t\"fr\" : \"Tension\",\n\t\t\t\t\"jp\" : \"テンション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1466\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stab Wound\",\n\t\t\t\t\"de\" : \"Stichwunde\",\n\t\t\t\t\"fr\" : \"Perforation\",\n\t\t\t\t\"jp\" : \"刺傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1467\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Yellow Paint\",\n\t\t\t\t\"de\" : \"Gelbe Farbe\",\n\t\t\t\t\"fr\" : \"Peinture jaune\",\n\t\t\t\t\"jp\" : \"黄色の絵の具\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1468\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blue Paint\",\n\t\t\t\t\"de\" : \"Blaue Farbe\",\n\t\t\t\t\"fr\" : \"Peinture bleue\",\n\t\t\t\t\"jp\" : \"水色の絵の具\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1469\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Black Paint\",\n\t\t\t\t\"de\" : \"Schwarze Farbe\",\n\t\t\t\t\"fr\" : \"Peinture noire\",\n\t\t\t\t\"jp\" : \"黒色の絵の具\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1470\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Red Paint\",\n\t\t\t\t\"de\" : \"Rote Farbe\",\n\t\t\t\t\"fr\" : \"Peinture rouge\",\n\t\t\t\t\"jp\" : \"赤色の絵の具\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1471\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Last Kiss\",\n\t\t\t\t\"de\" : \"Letzter Kuss\",\n\t\t\t\t\"fr\" : \"Baiser fatal\",\n\t\t\t\t\"jp\" : \"死の口づけ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1473\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cemented\",\n\t\t\t\t\"de\" : \"Zement\",\n\t\t\t\t\"fr\" : \"Cimentation\",\n\t\t\t\t\"jp\" : \"セメント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1474\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Filthy\",\n\t\t\t\t\"de\" : \"Dreck\",\n\t\t\t\t\"fr\" : \"Embourbement\",\n\t\t\t\t\"jp\" : \"汚泥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1475\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aether Rot\",\n\t\t\t\t\"de\" : \"Ätherfäule\",\n\t\t\t\t\"fr\" : \"Pourriture éthéréenne\",\n\t\t\t\t\"jp\" : \"エーテルロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1476\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aether Rot Immunity\",\n\t\t\t\t\"de\" : \"Ätherfäule-Immunität\",\n\t\t\t\t\"fr\" : \"Anticorps éthéréen\",\n\t\t\t\t\"jp\" : \"エーテルロット抗体\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1480\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unrelenting Anguish\",\n\t\t\t\t\"de\" : \"Pandämonium\",\n\t\t\t\t\"fr\" : \"Douleur continuelle\",\n\t\t\t\t\"jp\" : \"無間地獄\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1481\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ominous Wind\",\n\t\t\t\t\"de\" : \"Unheilvoller Wind\",\n\t\t\t\t\"fr\" : \"Vent mauvais\",\n\t\t\t\t\"jp\" : \"祟り風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1482\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mana Charge\",\n\t\t\t\t\"de\" : \"Mana-Aufladung\",\n\t\t\t\t\"fr\" : \"Concentration de mana\",\n\t\t\t\t\"jp\" : \"マジックチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1483\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Charged\",\n\t\t\t\t\"de\" : \"Feuga-Aufladung\",\n\t\t\t\t\"fr\" : \"Méga Feu chargé\",\n\t\t\t\t\"jp\" : \"チャージ：ファイガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1484\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blizzard Charged\",\n\t\t\t\t\"de\" : \"Eisga-Aufladung\",\n\t\t\t\t\"fr\" : \"Méga Glace chargée\",\n\t\t\t\t\"jp\" : \"チャージ：ブリザガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1485\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder Charged\",\n\t\t\t\t\"de\" : \"Blitzga-Aufladung\",\n\t\t\t\t\"fr\" : \"Méga Foudre chargée\",\n\t\t\t\t\"jp\" : \"チャージ：サンダガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1486\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jester's Antics\",\n\t\t\t\t\"de\" : \"Narrenspiel\",\n\t\t\t\t\"fr\" : \"Bouffon menteur\",\n\t\t\t\t\"jp\" : \"虚偽の道化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1487\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jester's Truths\",\n\t\t\t\t\"de\" : \"Narrensicher\",\n\t\t\t\t\"fr\" : \"Bouffon honnête\",\n\t\t\t\t\"jp\" : \"真実の道化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1488\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Incurable\",\n\t\t\t\t\"de\" : \"Unheilbar\",\n\t\t\t\t\"fr\" : \"Inguérissable\",\n\t\t\t\t\"jp\" : \"ＨＰ回復無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1489\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ultros Simulation\",\n\t\t\t\t\"de\" : \"Ultros-Kampfprogramm\",\n\t\t\t\t\"fr\" : \"Programme Orthros\",\n\t\t\t\t\"jp\" : \"オルトロス・プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1490\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Force Simulation\",\n\t\t\t\t\"de\" : \"Luftwaffen-Kampfprogramm\",\n\t\t\t\t\"fr\" : \"Programme force aérienne\",\n\t\t\t\t\"jp\" : \"エアフォース・プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1491\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dadaluma Simulation\",\n\t\t\t\t\"de\" : \"Dadarma-Kampfprogramm\",\n\t\t\t\t\"fr\" : \"Programme Dadaluma\",\n\t\t\t\t\"jp\" : \"ダダルマー・プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1492\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bibliotaph Simulation\",\n\t\t\t\t\"de\" : \"Bibliotaph-Kampfprogramm\",\n\t\t\t\t\"fr\" : \"Programme bibliotaphe\",\n\t\t\t\t\"jp\" : \"ビブリオタフ・プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1493\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Virus\",\n\t\t\t\t\"de\" : \"Virus\",\n\t\t\t\t\"fr\" : \"Programme virus\",\n\t\t\t\t\"jp\" : \"ウィルス・プログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1494\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Face in the Crowd\",\n\t\t\t\t\"de\" : \"Superfan\",\n\t\t\t\t\"fr\" : \"Fan club\",\n\t\t\t\t\"jp\" : \"公演参加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1496\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vanished\",\n\t\t\t\t\"de\" : \"Verschwunden\",\n\t\t\t\t\"fr\" : \"Invisibilité\",\n\t\t\t\t\"jp\" : \"バニシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1498\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shocked\",\n\t\t\t\t\"de\" : \"Schock\",\n\t\t\t\t\"fr\" : \"Commotion\",\n\t\t\t\t\"jp\" : \"ショック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1503\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Medal\",\n\t\t\t\t\"de\" : \"Leichtmetall\",\n\t\t\t\t\"fr\" : \"Médailles légères\",\n\t\t\t\t\"jp\" : \"ライトメダル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1504\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Medal\",\n\t\t\t\t\"de\" : \"Leichtmetall\",\n\t\t\t\t\"fr\" : \"Médailles légères\",\n\t\t\t\t\"jp\" : \"ライトメダル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1505\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Medal\",\n\t\t\t\t\"de\" : \"Leichtmetall\",\n\t\t\t\t\"fr\" : \"Médailles légères\",\n\t\t\t\t\"jp\" : \"ライトメダル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1506\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Medal\",\n\t\t\t\t\"de\" : \"Leichtmetall\",\n\t\t\t\t\"fr\" : \"Médailles légères\",\n\t\t\t\t\"jp\" : \"ライトメダル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1507\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pollen\",\n\t\t\t\t\"de\" : \"Giftpollen\",\n\t\t\t\t\"fr\" : \"Poison violent\",\n\t\t\t\t\"jp\" : \"猛毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1508\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1509\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1510\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep\",\n\t\t\t\t\"de\" : \"Schlaf\",\n\t\t\t\t\"fr\" : \"Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1511\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Petrification\",\n\t\t\t\t\"de\" : \"Stein\",\n\t\t\t\t\"fr\" : \"Pétrification\",\n\t\t\t\t\"jp\" : \"石化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1515\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hover\",\n\t\t\t\t\"de\" : \"Schweben\",\n\t\t\t\t\"fr\" : \"Élévation\",\n\t\t\t\t\"jp\" : \"滞空\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1516\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cemented\",\n\t\t\t\t\"de\" : \"Zement\",\n\t\t\t\t\"fr\" : \"Cimentation\",\n\t\t\t\t\"jp\" : \"セメント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1517\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Up\",\n\t\t\t\t\"de\" : \"Feuerresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance au feu accrue\",\n\t\t\t\t\"jp\" : \"火属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1518\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"King of the Skies\",\n\t\t\t\t\"de\" : \"König der Lüfte\",\n\t\t\t\t\"fr\" : \"Roi des cieux\",\n\t\t\t\t\"jp\" : \"空の王者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1520\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mounted\",\n\t\t\t\t\"de\" : \"Aufgesessen\",\n\t\t\t\t\"fr\" : \"Chevauchée\",\n\t\t\t\t\"jp\" : \"乗り攻防\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1521\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"気絶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1522\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"気絶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1523\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste+\",\n\t\t\t\t\"de\" : \"Hast +\",\n\t\t\t\t\"fr\" : \"Hâte +\",\n\t\t\t\t\"jp\" : \"ヘイスト＋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1524\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blind\",\n\t\t\t\t\"de\" : \"Blind\",\n\t\t\t\t\"fr\" : \"Cécité\",\n\t\t\t\t\"jp\" : \"暗闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1526\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thermal High\",\n\t\t\t\t\"de\" : \"Hochdruck\",\n\t\t\t\t\"fr\" : \"Haute pression\",\n\t\t\t\t\"jp\" : \"高気圧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1527\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accursed Flame\",\n\t\t\t\t\"de\" : \"Fluchflamme\",\n\t\t\t\t\"fr\" : \"Flammes maudites\",\n\t\t\t\t\"jp\" : \"呪いの炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1528\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherially Charged\",\n\t\t\t\t\"de\" : \"Ätheraufladung\",\n\t\t\t\t\"fr\" : \"Charge éthérée\",\n\t\t\t\t\"jp\" : \"エーテル供給\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1529\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Woken\",\n\t\t\t\t\"de\" : \"Ätherüberladung\",\n\t\t\t\t\"fr\" : \"Éveil éthéré\",\n\t\t\t\t\"jp\" : \"覚醒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1530\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beyond Limits\",\n\t\t\t\t\"de\" : \"Ätherhyperladung\",\n\t\t\t\t\"fr\" : \"Transcendance\",\n\t\t\t\t\"jp\" : \"限界突破\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1531\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down the Rabbit Hole\",\n\t\t\t\t\"de\" : \"Immer dem Hasen nach\",\n\t\t\t\t\"fr\" : \"Lapinou!\",\n\t\t\t\t\"jp\" : \"財宝誘導\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1532\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Viscous Aetheroplasm\",\n\t\t\t\t\"de\" : \"Ätheroplasma\",\n\t\t\t\t\"fr\" : \"Éthéroplasma\",\n\t\t\t\t\"jp\" : \"吸着爆雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1534\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Role-playing\",\n\t\t\t\t\"de\" : \"Rollenwechsel\",\n\t\t\t\t\"fr\" : \"Jeu de rôle\",\n\t\t\t\t\"jp\" : \"ロールプレイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1535\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full Moon\",\n\t\t\t\t\"de\" : \"Vollmond\",\n\t\t\t\t\"fr\" : \"Force de la pleine lune\",\n\t\t\t\t\"jp\" : \"満月流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1536\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"New Moon\",\n\t\t\t\t\"de\" : \"Neumond\",\n\t\t\t\t\"fr\" : \"Force de la nouvelle lune\",\n\t\t\t\t\"jp\" : \"新月流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1537\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood Moon\",\n\t\t\t\t\"de\" : \"Blutmond\",\n\t\t\t\t\"fr\" : \"Force du désespoir\",\n\t\t\t\t\"jp\" : \"死刀流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1540\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veil of Shadow\",\n\t\t\t\t\"de\" : \"Schattenschleier\",\n\t\t\t\t\"fr\" : \"Résistance à la pleine lune\",\n\t\t\t\t\"jp\" : \"満月耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1541\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veil of Light\",\n\t\t\t\t\"de\" : \"Lichtschleier\",\n\t\t\t\t\"fr\" : \"Résistance à la nouvelle lune\",\n\t\t\t\t\"jp\" : \"新月耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1542\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haunt\",\n\t\t\t\t\"de\" : \"Verfolgung\",\n\t\t\t\t\"fr\" : \"Cauchemar corporel\",\n\t\t\t\t\"jp\" : \"思念体\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1543\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haunt\",\n\t\t\t\t\"de\" : \"Verfolgung\",\n\t\t\t\t\"fr\" : \"Cauchemar corporel\",\n\t\t\t\t\"jp\" : \"思念体\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1544\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1545\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1546\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Odder\",\n\t\t\t\t\"de\" : \"Geottert\",\n\t\t\t\t\"fr\" : \"Loutre choute\",\n\t\t\t\t\"jp\" : \"ウソウソ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1547\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Indomitable Spirit\",\n\t\t\t\t\"de\" : \"Eiserner Kampfeswille\",\n\t\t\t\t\"fr\" : \"Volonté inflexible\",\n\t\t\t\t\"jp\" : \"不屈の闘志\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1548\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sprint\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Sprint\",\n\t\t\t\t\"jp\" : \"スプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1550\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magnetic Lysis +\",\n\t\t\t\t\"de\" : \"Positives Magnetfeld\",\n\t\t\t\t\"fr\" : \"Charge positive\",\n\t\t\t\t\"jp\" : \"磁場崩壊【＋】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1551\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magnetic Lysis -\",\n\t\t\t\t\"de\" : \"Negatives Magnetfeld\",\n\t\t\t\t\"fr\" : \"Charge négative\",\n\t\t\t\t\"jp\" : \"磁場崩壊【－】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1552\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magnetic Levitation\",\n\t\t\t\t\"de\" : \"Magnetschwebe\",\n\t\t\t\t\"fr\" : \"Lévitation magnétique\",\n\t\t\t\t\"jp\" : \"磁気浮上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1553\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The One Dragon\",\n\t\t\t\t\"de\" : \"Absoluter Drache\",\n\t\t\t\t\"fr\" : \"Dragon ultime\",\n\t\t\t\t\"jp\" : \"絶対竜\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1554\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Borne Heart\",\n\t\t\t\t\"de\" : \"Freies Herz\",\n\t\t\t\t\"fr\" : \"Faiblesse apparente\",\n\t\t\t\t\"jp\" : \"心核露出\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1555\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heartless\",\n\t\t\t\t\"de\" : \"Herzlos\",\n\t\t\t\t\"fr\" : \"Cœur brisé\",\n\t\t\t\t\"jp\" : \"心核破壊\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1556\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Threatened\",\n\t\t\t\t\"de\" : \"Bedroht\",\n\t\t\t\t\"fr\" : \"Exacerbation \",\n\t\t\t\t\"jp\" : \"驚異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1558\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost +1\",\n\t\t\t\t\"de\" : \"LP-Bonus +1\",\n\t\t\t\t\"fr\" : \"Bonus de PV (+1)\",\n\t\t\t\t\"jp\" : \"最大ＨＰ＋1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1559\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost +2\",\n\t\t\t\t\"de\" : \"LP-Bonus +2\",\n\t\t\t\t\"fr\" : \"Bonus de PV (+2)\",\n\t\t\t\t\"jp\" : \"最大ＨＰ＋2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1560\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost +3\",\n\t\t\t\t\"de\" : \"LP-Bonus +3\",\n\t\t\t\t\"fr\" : \"Bonus de PV (+3)\",\n\t\t\t\t\"jp\" : \"最大ＨＰ＋3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1561\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost +4\",\n\t\t\t\t\"de\" : \"LP-Bonus +4\",\n\t\t\t\t\"fr\" : \"Bonus de PV (+4)\",\n\t\t\t\t\"jp\" : \"最大ＨＰ＋4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1562\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Computation Mode\",\n\t\t\t\t\"de\" : \"Standardmodul\",\n\t\t\t\t\"fr\" : \"Module d'arithmétique\",\n\t\t\t\t\"jp\" : \"算術チップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1563\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tartarus Mode\",\n\t\t\t\t\"de\" : \"Tartarus-Modul\",\n\t\t\t\t\"fr\" : \"Module Tartaros\",\n\t\t\t\t\"jp\" : \"タルタロスチップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1564\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Annihilation Mode\",\n\t\t\t\t\"de\" : \"Auslöschungsmodul\",\n\t\t\t\t\"fr\" : \"Module Exterminator\",\n\t\t\t\t\"jp\" : \"ジェノサイドチップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1565\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Computation Boost\",\n\t\t\t\t\"de\" : \"Verbesserte Rechenleistung\",\n\t\t\t\t\"fr\" : \"Bonne réponse\",\n\t\t\t\t\"jp\" : \"算術正解\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1567\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primal Rage\",\n\t\t\t\t\"de\" : \"Primae-Wahn\",\n\t\t\t\t\"fr\" : \"Patronage primordial\",\n\t\t\t\t\"jp\" : \"召喚獣の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1569\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auspicious\",\n\t\t\t\t\"de\" : \"Temporäre Metamorphose\",\n\t\t\t\t\"fr\" : \"Métamorphose Zuijû\",\n\t\t\t\t\"jp\" : \"瑞獣化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1570\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1571\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporal Barrier\",\n\t\t\t\t\"de\" : \"Lauf der Zeit\",\n\t\t\t\t\"fr\" : \"Barrière anti-stase\",\n\t\t\t\t\"jp\" : \"時間停止無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1572\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1575\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brotherly Love\",\n\t\t\t\t\"de\" : \"Brüderliche Bande\",\n\t\t\t\t\"fr\" : \"Amour fraternel\",\n\t\t\t\t\"jp\" : \"兄弟の絆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1577\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1578\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Searing Wind\",\n\t\t\t\t\"de\" : \"Gluthitze\",\n\t\t\t\t\"fr\" : \"Fournaise\",\n\t\t\t\t\"jp\" : \"灼熱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1579\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thin Ice\",\n\t\t\t\t\"de\" : \"Glatteis\",\n\t\t\t\t\"fr\" : \"Verglas\",\n\t\t\t\t\"jp\" : \"氷床\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1580\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thin Ice\",\n\t\t\t\t\"de\" : \"Glatteis\",\n\t\t\t\t\"fr\" : \"Verglas\",\n\t\t\t\t\"jp\" : \"氷床\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1581\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Adaptation\",\n\t\t\t\t\"de\" : \"Adaption\",\n\t\t\t\t\"fr\" : \"Adaptation\",\n\t\t\t\t\"jp\" : \"環境適応\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1582\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutation\",\n\t\t\t\t\"de\" : \"Mutation\",\n\t\t\t\t\"fr\" : \"Mutation\",\n\t\t\t\t\"jp\" : \"突然変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1583\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental EXP Up\",\n\t\t\t\t\"de\" : \"Elementarroutine-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus d'expérience élémentaire\",\n\t\t\t\t\"jp\" : \"エレメンタル経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1584\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Komainu's Favor\",\n\t\t\t\t\"de\" : \"Komainus Gunst\",\n\t\t\t\t\"fr\" : \"Grâce de Koma-inu\",\n\t\t\t\t\"jp\" : \"コマイヌの神通力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1585\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inugami's Favor\",\n\t\t\t\t\"de\" : \"Inugamis Gunst\",\n\t\t\t\t\"fr\" : \"Grâce d'Inugami\",\n\t\t\t\t\"jp\" : \"イヌガミの神通力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1586\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Senri's Favor\",\n\t\t\t\t\"de\" : \"Senris Gunst\",\n\t\t\t\t\"fr\" : \"Grâce de Senri\",\n\t\t\t\t\"jp\" : \"センリの神通力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1587\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Harmony\",\n\t\t\t\t\"de\" : \"Elementare Harmonie\",\n\t\t\t\t\"fr\" : \"Harmonie élémentaire\",\n\t\t\t\t\"jp\" : \"静魔薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1588\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutation\",\n\t\t\t\t\"de\" : \"Mutation\",\n\t\t\t\t\"fr\" : \"Mutation\",\n\t\t\t\t\"jp\" : \"突然変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1589\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutation\",\n\t\t\t\t\"de\" : \"Mutation\",\n\t\t\t\t\"fr\" : \"Mutation\",\n\t\t\t\t\"jp\" : \"突然変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1590\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light in the Dark\",\n\t\t\t\t\"de\" : \"Zwielichtige Flammen\",\n\t\t\t\t\"fr\" : \"Lumière du néant\",\n\t\t\t\t\"jp\" : \"炎の妖異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1591\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Woken\",\n\t\t\t\t\"de\" : \"Ätherüberladung\",\n\t\t\t\t\"fr\" : \"Éveil éthéré\",\n\t\t\t\t\"jp\" : \"覚醒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1592\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1593\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Adaptation\",\n\t\t\t\t\"de\" : \"Adaption\",\n\t\t\t\t\"fr\" : \"Adaptation\",\n\t\t\t\t\"jp\" : \"環境適応\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1594\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hundred Fists\",\n\t\t\t\t\"de\" : \"100 Fäuste\",\n\t\t\t\t\"fr\" : \"Cent poings\",\n\t\t\t\t\"jp\" : \"百烈拳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1595\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1597\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1598\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutation\",\n\t\t\t\t\"de\" : \"Mutation\",\n\t\t\t\t\"fr\" : \"Mutation\",\n\t\t\t\t\"jp\" : \"突然変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1599\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyretic\",\n\t\t\t\t\"de\" : \"Pyretisch\",\n\t\t\t\t\"fr\" : \"Pyromanie\",\n\t\t\t\t\"jp\" : \"ヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1600\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Entropy\",\n\t\t\t\t\"de\" : \"Chaosflammen\",\n\t\t\t\t\"fr\" : \"Flammes du chaos\",\n\t\t\t\t\"jp\" : \"混沌の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1601\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamic Fluid\",\n\t\t\t\t\"de\" : \"Chaosspritzer\",\n\t\t\t\t\"fr\" : \"Eaux du chaos\",\n\t\t\t\t\"jp\" : \"混沌の水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1602\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Headwind\",\n\t\t\t\t\"de\" : \"Chaosböen\",\n\t\t\t\t\"fr\" : \"Vent du chaos\",\n\t\t\t\t\"jp\" : \"混沌の風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1603\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tailwind\",\n\t\t\t\t\"de\" : \"Chaossturm\",\n\t\t\t\t\"fr\" : \"Vent contraire du chaos\",\n\t\t\t\t\"jp\" : \"混沌の逆風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1604\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accretion\",\n\t\t\t\t\"de\" : \"Chaossumpf\",\n\t\t\t\t\"fr\" : \"Bourbier du chaos\",\n\t\t\t\t\"jp\" : \"混沌の泥土\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1605\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primordial Crust\",\n\t\t\t\t\"de\" : \"Chaoserde\",\n\t\t\t\t\"fr\" : \"Terre du chaos\",\n\t\t\t\t\"jp\" : \"混沌の土\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1606\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Muddy\",\n\t\t\t\t\"de\" : \"Schlammverschmiert\",\n\t\t\t\t\"fr\" : \"Bain de boue\",\n\t\t\t\t\"jp\" : \"泥まみれ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1608\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1609\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1610\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Landborne\",\n\t\t\t\t\"de\" : \"Kraft der Erde\",\n\t\t\t\t\"fr\" : \"Force terrestre\",\n\t\t\t\t\"jp\" : \"地の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1611\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Bulwark\",\n\t\t\t\t\"de\" : \"Magische Barriere\",\n\t\t\t\t\"fr\" : \"Barrière magique\",\n\t\t\t\t\"jp\" : \"魔法障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1613\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burning Soul\",\n\t\t\t\t\"de\" : \"Glühen der Seele\",\n\t\t\t\t\"fr\" : \"Étincellement de l'âme\",\n\t\t\t\t\"jp\" : \"魂の輝き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1615\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crumbling Bulwark\",\n\t\t\t\t\"de\" : \"Zerstörung der magischen Barriere\",\n\t\t\t\t\"fr\" : \"Barrière magique détériorée\",\n\t\t\t\t\"jp\" : \"魔法障壁：崩壊\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1618\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Logos-minded\",\n\t\t\t\t\"de\" : \"Logos-Erbe\",\n\t\t\t\t\"fr\" : \"Réminiscence Logos\",\n\t\t\t\t\"jp\" : \"ロゴスアクション継承\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1619\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Preoccupied\",\n\t\t\t\t\"de\" : \"Handelt\",\n\t\t\t\t\"fr\" : \"En action\",\n\t\t\t\t\"jp\" : \"行動中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1620\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unveiled\",\n\t\t\t\t\"de\" : \"Enthüllt\",\n\t\t\t\t\"fr\" : \"Démasqué\",\n\t\t\t\t\"jp\" : \"ギルガメッシュチェンジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1621\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concealed\",\n\t\t\t\t\"de\" : \"Verborgen\",\n\t\t\t\t\"fr\" : \"Camouflage\",\n\t\t\t\t\"jp\" : \"潜伏\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1622\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Strikes\",\n\t\t\t\t\"de\" : \"Kritische Attacke\",\n\t\t\t\t\"fr\" : \"Coups critiques\",\n\t\t\t\t\"jp\" : \"クリティカル攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1623\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Live Wire\",\n\t\t\t\t\"de\" : \"Elektrische Ladung\",\n\t\t\t\t\"fr\" : \"Charge électrique\",\n\t\t\t\t\"jp\" : \"雷気充填\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1624\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Looper\",\n\t\t\t\t\"de\" : \"Programmschleife\",\n\t\t\t\t\"fr\" : \"Boucle de programme\",\n\t\t\t\t\"jp\" : \"サークルプログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1626\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Memory Loss\",\n\t\t\t\t\"de\" : \"Vergessen\",\n\t\t\t\t\"fr\" : \"Amnésie\",\n\t\t\t\t\"jp\" : \"忘却\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1627\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chains of Memory\",\n\t\t\t\t\"de\" : \"Kette des Vergessens\",\n\t\t\t\t\"fr\" : \"Chaîne d'amnésie\",\n\t\t\t\t\"jp\" : \"連鎖忘却\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1628\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gradual Petrification\",\n\t\t\t\t\"de\" : \"Steinwerdung\",\n\t\t\t\t\"fr\" : \"Pétrification graduelle\",\n\t\t\t\t\"jp\" : \"徐々に石化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1629\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kill Command\",\n\t\t\t\t\"de\" : \"Löschen\",\n\t\t\t\t\"fr\" : \"Boucle\",\n\t\t\t\t\"jp\" : \"サークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1630\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Love's True Form\",\n\t\t\t\t\"de\" : \"Wahre Form\",\n\t\t\t\t\"fr\" : \"Forme humaine\",\n\t\t\t\t\"jp\" : \"人形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1631\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Aetherweaver\",\n\t\t\t\t\"de\" : \"Vermächtnis des Zauberers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un prêtre guerrier\",\n\t\t\t\t\"jp\" : \"術士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1632\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Martialist\",\n\t\t\t\t\"de\" : \"Vermächtnis des Kämpfers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un protecteur intrépide\",\n\t\t\t\t\"jp\" : \"闘士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1633\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Platebearer\",\n\t\t\t\t\"de\" : \"Vermächtnis des Ritters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un soldat cuirassé\",\n\t\t\t\t\"jp\" : \"重騎兵の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1634\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Guardian\",\n\t\t\t\t\"de\" : \"Vermächtnis des Wächters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un gardien\",\n\t\t\t\t\"jp\" : \"守護者の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1635\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Ordained\",\n\t\t\t\t\"de\" : \"Vermächtnis des Priesters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un prêtre\",\n\t\t\t\t\"jp\" : \"司祭の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1636\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Skirmisher\",\n\t\t\t\t\"de\" : \"Vermächtnis des Kampfkünstlers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un combattant\",\n\t\t\t\t\"jp\" : \"武人の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1637\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Watcher\",\n\t\t\t\t\"de\" : \"Vermächtnis des Spähers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un éclaireur\",\n\t\t\t\t\"jp\" : \"斥候の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1638\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Templar\",\n\t\t\t\t\"de\" : \"Vermächtnis des heiligen Ritters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un chevalier sacré\",\n\t\t\t\t\"jp\" : \"聖騎士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1639\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Irregular\",\n\t\t\t\t\"de\" : \"Vermächtnis des Berserkers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un guerrier enragé\",\n\t\t\t\t\"jp\" : \"狂戦士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1640\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Breathtaker\",\n\t\t\t\t\"de\" : \"Vermächtnis des Diebes\",\n\t\t\t\t\"fr\" : \"Mémoire d'un voleur\",\n\t\t\t\t\"jp\" : \"盗賊の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1641\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Remembered\",\n\t\t\t\t\"de\" : \"Segen des Helden\",\n\t\t\t\t\"fr\" : \"Protection d'un héros vaillant\",\n\t\t\t\t\"jp\" : \"英傑の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1642\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protect L\",\n\t\t\t\t\"de\" : \"Logos-Protes\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Bouclier\",\n\t\t\t\t\"jp\" : \"ロゴス・プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1643\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shell L\",\n\t\t\t\t\"de\" : \"Logos-Vallum\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Barrière\",\n\t\t\t\t\"jp\" : \"ロゴス・シェル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1644\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift L\",\n\t\t\t\t\"de\" : \"Logos-Eile\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Vélocité\",\n\t\t\t\t\"jp\" : \"ロゴス・スウィフト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1645\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rapid Recast\",\n\t\t\t\t\"de\" : \"Velocitas\",\n\t\t\t\t\"fr\" : \"Recharge rapide\",\n\t\t\t\t\"jp\" : \"ファストリキャスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1646\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bravery L\",\n\t\t\t\t\"de\" : \"Logos-Courage\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Bravoure\",\n\t\t\t\t\"jp\" : \"ロゴス・ブレイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1647\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Solid Shield\",\n\t\t\t\t\"de\" : \"Physischer Schild\",\n\t\t\t\t\"fr\" : \"Protection physique\",\n\t\t\t\t\"jp\" : \"フィジカルシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1648\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell Shield\",\n\t\t\t\t\"de\" : \"Magischer Schild\",\n\t\t\t\t\"fr\" : \"Protection magique\",\n\t\t\t\t\"jp\" : \"マジックシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1649\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reflect L\",\n\t\t\t\t\"de\" : \"Logos-Reflexion\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Miroir\",\n\t\t\t\t\"jp\" : \"ロゴス・リフレク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1650\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison L\",\n\t\t\t\t\"de\" : \"Logos-Gift\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Poison\",\n\t\t\t\t\"jp\" : \"ロゴス・ポイズン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1651\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refresh L\",\n\t\t\t\t\"de\" : \"Logos-Erfrischung\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Tonification\",\n\t\t\t\t\"jp\" : \"ロゴス・リフレッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1652\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Burst\",\n\t\t\t\t\"de\" : \"Magieexplosion\",\n\t\t\t\t\"fr\" : \"Explosion magique\",\n\t\t\t\t\"jp\" : \"マジックバースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1653\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Double Edge L\",\n\t\t\t\t\"de\" : \"Logos-Zweischneid\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Double tranchant\",\n\t\t\t\t\"jp\" : \"ロゴス・ダブルエッジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1654\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit Dart L\",\n\t\t\t\t\"de\" : \"Logos-Geistpfeil\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Flèche spirituelle\",\n\t\t\t\t\"jp\" : \"ロゴス・スピリットダート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1655\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banish L\",\n\t\t\t\t\"de\" : \"Logos-Bann\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Bannissement\",\n\t\t\t\t\"jp\" : \"ロゴス・バニシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1656\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boost\",\n\t\t\t\t\"de\" : \"Starksammeln\",\n\t\t\t\t\"fr\" : \"Accumulation\",\n\t\t\t\t\"jp\" : \"力溜め\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1657\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Incense L\",\n\t\t\t\t\"de\" : \"Logos-Hohn\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Incitation\",\n\t\t\t\t\"jp\" : \"ロゴス・エンミティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1658\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Omega\",\n\t\t\t\t\"de\" : \"Omega\",\n\t\t\t\t\"fr\" : \"Oméga\",\n\t\t\t\t\"jp\" : \"オメガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1659\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infinite Limit\",\n\t\t\t\t\"de\" : \"Grenzüberschreitung\",\n\t\t\t\t\"fr\" : \"Dépassement de limites\",\n\t\t\t\t\"jp\" : \"限界超越\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1662\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Local Resonance\",\n\t\t\t\t\"de\" : \"Resonanzprogramm: Nah\",\n\t\t\t\t\"fr\" : \"Programme de résonance: proximité\",\n\t\t\t\t\"jp\" : \"レゾナンスプログラム：ニアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1663\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Remote Resonance\",\n\t\t\t\t\"de\" : \"Resonanzprogramm: Fern\",\n\t\t\t\t\"fr\" : \"Programme de résonance: distance\",\n\t\t\t\t\"jp\" : \"レゾナンスプログラム：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1664\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Synchronization Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Synchronisierung\",\n\t\t\t\t\"fr\" : \"Bogue critique: partage\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：シェア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1665\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Overflow Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Überlauf\",\n\t\t\t\t\"fr\" : \"Bogue critique: boucle\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：サークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1666\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Underflow Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Unterlauf\",\n\t\t\t\t\"fr\" : \"Bogue critique: dégradation\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：デグレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1667\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synchronization Debugger\",\n\t\t\t\t\"de\" : \"Bug-Korrektur: Synchronisierung\",\n\t\t\t\t\"fr\" : \"Déboguage: partage\",\n\t\t\t\t\"jp\" : \"バグフィックス：シェア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1668\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Overflow Debugger\",\n\t\t\t\t\"de\" : \"Bug-Korrektur: Überlauf\",\n\t\t\t\t\"fr\" : \"Déboguage: boucle\",\n\t\t\t\t\"jp\" : \"バグフィックス：サークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1669\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Underflow Debugger\",\n\t\t\t\t\"de\" : \"Bug-Korrektur: Unterlauf\",\n\t\t\t\t\"fr\" : \"Déboguage: dégradation\",\n\t\t\t\t\"jp\" : \"バグフィックス：デグレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1670\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Latent Defect\",\n\t\t\t\t\"de\" : \"Latenter Bug\",\n\t\t\t\t\"fr\" : \"Bogue latent\",\n\t\t\t\t\"jp\" : \"レイテントバグ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1671\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cascading Latent Defect\",\n\t\t\t\t\"de\" : \"Latenter Bug: Unterlauf\",\n\t\t\t\t\"fr\" : \"Bogue latent: dégradation\",\n\t\t\t\t\"jp\" : \"レイテントバグ：デグレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1672\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Local Regression\",\n\t\t\t\t\"de\" : \"Regression: Nah\",\n\t\t\t\t\"fr\" : \"Bogue intentionnel: proximité\",\n\t\t\t\t\"jp\" : \"エンバグ：ニアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1673\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Remote Regression\",\n\t\t\t\t\"de\" : \"Regression: Fern\",\n\t\t\t\t\"fr\" : \"Bogue intentionnel: distance\",\n\t\t\t\t\"jp\" : \"エンバグ：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1674\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Omega-M\",\n\t\t\t\t\"de\" : \"Omega-M\",\n\t\t\t\t\"fr\" : \"Oméga-M\",\n\t\t\t\t\"jp\" : \"オメガM\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1675\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Omega-F\",\n\t\t\t\t\"de\" : \"Omega-W\",\n\t\t\t\t\"fr\" : \"Oméga-F\",\n\t\t\t\t\"jp\" : \"オメガF\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1676\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Superfluid\",\n\t\t\t\t\"de\" : \"Verflüssigt\",\n\t\t\t\t\"fr\" : \"Liquéfaction\",\n\t\t\t\t\"jp\" : \"液状化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1677\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath L\",\n\t\t\t\t\"de\" : \"Logos-Blutbad\",\n\t\t\t\t\"fr\" : \"Évocation Logos: Bain de sang\",\n\t\t\t\t\"jp\" : \"ロゴス・ブラッドバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1679\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Return IV\",\n\t\t\t\t\"de\" : \"Verzögerung: Giga-Rückführung\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Giga Retour\",\n\t\t\t\t\"jp\" : \"ディレイスペル：リタンジャ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1680\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Flare\",\n\t\t\t\t\"de\" : \"Verzögerung: Flare\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Brasier\",\n\t\t\t\t\"jp\" : \"ディレイスペル：フレア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1681\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paying the Piper\",\n\t\t\t\t\"de\" : \"Marschbefehl\",\n\t\t\t\t\"fr\" : \"Marche forcée\",\n\t\t\t\t\"jp\" : \"強制移動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1682\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleeping Dark\",\n\t\t\t\t\"de\" : \"Yin-Schlaf\",\n\t\t\t\t\"fr\" : \"Repos de Yin\",\n\t\t\t\t\"jp\" : \"イン睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1683\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleeping Light\",\n\t\t\t\t\"de\" : \"Yang-Schlaf\",\n\t\t\t\t\"fr\" : \"Répos de Yang\",\n\t\t\t\t\"jp\" : \"ヤン睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1684\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Break III Edict\",\n\t\t\t\t\"de\" : \"Kommando: Stillstandga\",\n\t\t\t\t\"fr\" : \"Ordre: Méga Brèche\",\n\t\t\t\t\"jp\" : \"号令：ブレクガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1685\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rush Edict\",\n\t\t\t\t\"de\" : \"Kommando: Sturm\",\n\t\t\t\t\"fr\" : \"Ordre: Plongeon\",\n\t\t\t\t\"jp\" : \"号令：ラッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1686\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tornado Edict\",\n\t\t\t\t\"de\" : \"Kommando: Tornado\",\n\t\t\t\t\"fr\" : \"Ordre: Tornade\",\n\t\t\t\t\"jp\" : \"号令：トルネド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1687\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1688\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Group Oriented\",\n\t\t\t\t\"de\" : \"Fokusangriff\",\n\t\t\t\t\"fr\" : \"Attaques convergentes\",\n\t\t\t\t\"jp\" : \"集中攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1690\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Skyborne\",\n\t\t\t\t\"de\" : \"Kraft des Himmels\",\n\t\t\t\t\"fr\" : \"Force céleste\",\n\t\t\t\t\"jp\" : \"天の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1691\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Landborne\",\n\t\t\t\t\"de\" : \"Kraft der Erde\",\n\t\t\t\t\"fr\" : \"Force terrestre\",\n\t\t\t\t\"jp\" : \"地の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1692\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guardian Spirit\",\n\t\t\t\t\"de\" : \"Geisterwache\",\n\t\t\t\t\"fr\" : \"Résolution des protecteurs\",\n\t\t\t\t\"jp\" : \"守護者の魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1693\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Down\",\n\t\t\t\t\"de\" : \"Hiebresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant réduite\",\n\t\t\t\t\"jp\" : \"斬属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1694\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Piercing Resistance Down\",\n\t\t\t\t\"de\" : \"Stichresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au perforant réduite\",\n\t\t\t\t\"jp\" : \"突属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1695\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apathetic\",\n\t\t\t\t\"de\" : \"Apathie\",\n\t\t\t\t\"fr\" : \"Apathie\",\n\t\t\t\t\"jp\" : \"無気力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1696\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drowning\",\n\t\t\t\t\"de\" : \"In den Fluten\",\n\t\t\t\t\"fr\" : \"Noyade\",\n\t\t\t\t\"jp\" : \"溺没\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1697\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1698\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutation\",\n\t\t\t\t\"de\" : \"Mutationen\",\n\t\t\t\t\"fr\" : \"Mutation\",\n\t\t\t\t\"jp\" : \"突然変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1699\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Looming Crescendo\",\n\t\t\t\t\"de\" : \"Puppencrescendo\",\n\t\t\t\t\"fr\" : \"Mélopée fantoche\",\n\t\t\t\t\"jp\" : \"傀儡の調べ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1700\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mutation\",\n\t\t\t\t\"de\" : \"Mutationen\",\n\t\t\t\t\"fr\" : \"Mutation\",\n\t\t\t\t\"jp\" : \"突然変異\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1701\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electromagnetic Field\",\n\t\t\t\t\"de\" : \"Schutzfeld\",\n\t\t\t\t\"fr\" : \"Champ de protection\",\n\t\t\t\t\"jp\" : \"防御フィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1702\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Resistance Down\",\n\t\t\t\t\"de\" : \"Frostbeule\",\n\t\t\t\t\"fr\" : \"Résistance à la glace réduite\",\n\t\t\t\t\"jp\" : \"氷属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1703\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Biohacked\",\n\t\t\t\t\"de\" : \"Nervenschock\",\n\t\t\t\t\"fr\" : \"Piratage\",\n\t\t\t\t\"jp\" : \"ハッキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1704\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Looper\",\n\t\t\t\t\"de\" : \"Programmschleife\",\n\t\t\t\t\"fr\" : \"Boucle de programme\",\n\t\t\t\t\"jp\" : \"サークルプログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1705\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hidden\",\n\t\t\t\t\"de\" : \"Versteckt\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1706\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Evasion Up\",\n\t\t\t\t\"de\" : \"Ausweich-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus d'esquive\",\n\t\t\t\t\"jp\" : \"回避力アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1710\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Essence\",\n\t\t\t\t\"de\" : \"Arm des Lichts\",\n\t\t\t\t\"fr\" : \"Bras de Lumière\",\n\t\t\t\t\"jp\" : \"光の腕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1711\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Essence\",\n\t\t\t\t\"de\" : \"Arm der Dunkelheit\",\n\t\t\t\t\"fr\" : \"Bras de Ténèbres\",\n\t\t\t\t\"jp\" : \"闇の腕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1712\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Cloak\",\n\t\t\t\t\"de\" : \"Gewand des Lichts\",\n\t\t\t\t\"fr\" : \"Robe de Lumière\",\n\t\t\t\t\"jp\" : \"光の衣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1713\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Cloak\",\n\t\t\t\t\"de\" : \"Gewand der Dunkelheit\",\n\t\t\t\t\"fr\" : \"Robe de Ténèbres\",\n\t\t\t\t\"jp\" : \"闇の衣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1714\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1715\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Malodorous\",\n\t\t\t\t\"de\" : \"Faulgestank\",\n\t\t\t\t\"fr\" : \"Remugle\",\n\t\t\t\t\"jp\" : \"腐臭\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1716\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boost\",\n\t\t\t\t\"de\" : \"Starksammeln\",\n\t\t\t\t\"fr\" : \"Accumulation\",\n\t\t\t\t\"jp\" : \"力溜め\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1717\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Off-guard\",\n\t\t\t\t\"de\" : \"Eingeschüchtert\",\n\t\t\t\t\"fr\" : \"Sans défense\",\n\t\t\t\t\"jp\" : \"ガードオファ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1718\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waxing Nocturne\",\n\t\t\t\t\"de\" : \"Ekstatischer Kampf\",\n\t\t\t\t\"fr\" : \"Forcené\",\n\t\t\t\t\"jp\" : \"狂戦士化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1719\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mighty Guard\",\n\t\t\t\t\"de\" : \"Totalabwehr\",\n\t\t\t\t\"fr\" : \"Garde puissante\",\n\t\t\t\t\"jp\" : \"マイティガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1720\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Spikes\",\n\t\t\t\t\"de\" : \"Eisstachel\",\n\t\t\t\t\"fr\" : \"Pointes de glace\",\n\t\t\t\t\"jp\" : \"アイススパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1721\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Peculiar Light\",\n\t\t\t\t\"de\" : \"Unheimliche Aura\",\n\t\t\t\t\"fr\" : \"Lumière sinistre\",\n\t\t\t\t\"jp\" : \"不思議な光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1722\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diamondback\",\n\t\t\t\t\"de\" : \"Diamantrücken\",\n\t\t\t\t\"fr\" : \"Blindage\",\n\t\t\t\t\"jp\" : \"超硬化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1723\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1724\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veil of the Whorl\",\n\t\t\t\t\"de\" : \"Wogenschleier\",\n\t\t\t\t\"fr\" : \"Voile du Déchaîneur\",\n\t\t\t\t\"jp\" : \"水神のヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1725\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cursekeeper\",\n\t\t\t\t\"de\" : \"Fluchträger\",\n\t\t\t\t\"fr\" : \"Katashiro\",\n\t\t\t\t\"jp\" : \"呪怨の形代\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1726\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetters\",\n\t\t\t\t\"de\" : \"Seelenfessel\",\n\t\t\t\t\"fr\" : \"Attache\",\n\t\t\t\t\"jp\" : \"拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1727\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waning Nocturne\",\n\t\t\t\t\"de\" : \"Ermüdung des ekstatischen Kampfes\",\n\t\t\t\t\"fr\" : \"Contrecoup du forcené\",\n\t\t\t\t\"jp\" : \"狂戦士化の反動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1728\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contractual Obligation\",\n\t\t\t\t\"de\" : \"Vertraglich gebunden\",\n\t\t\t\t\"fr\" : \"Sous contrat\",\n\t\t\t\t\"jp\" : \"契約期間\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1729\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sheer Will\",\n\t\t\t\t\"de\" : \"Fest entschlossen\",\n\t\t\t\t\"fr\" : \"Détermination\",\n\t\t\t\t\"jp\" : \"不退転\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1730\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flying High\",\n\t\t\t\t\"de\" : \"Maximale Motivation\",\n\t\t\t\t\"fr\" : \"Tension max\",\n\t\t\t\t\"jp\" : \"テンションマックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1731\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1732\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental EXP Up\",\n\t\t\t\t\"de\" : \"Bonus für Elementar-EP\",\n\t\t\t\t\"fr\" : \"Bonus d'expérience élémentaire\",\n\t\t\t\t\"jp\" : \"エレメンタル経験値アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1733\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shieldbearer\",\n\t\t\t\t\"de\" : \"Schildträger\",\n\t\t\t\t\"fr\" : \"Porteur du bouclier sacré\",\n\t\t\t\t\"jp\" : \"聖盾所持\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1734\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swordbearer\",\n\t\t\t\t\"de\" : \"Schwertträger\",\n\t\t\t\t\"fr\" : \"Porteur de l'épée sacrée\",\n\t\t\t\t\"jp\" : \"聖剣所持\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1735\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavenly Shield\",\n\t\t\t\t\"de\" : \"Himmlischer Schild\",\n\t\t\t\t\"fr\" : \"Protection du bouclier sacré\",\n\t\t\t\t\"jp\" : \"聖盾防御\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1736\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1737\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toad Oil\",\n\t\t\t\t\"de\" : \"Schleimiges Sekret\",\n\t\t\t\t\"fr\" : \"Huile de crapaud\",\n\t\t\t\t\"jp\" : \"ガマの脂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1738\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1739\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Elder\",\n\t\t\t\t\"de\" : \"Vermächtnis des Weisen\",\n\t\t\t\t\"fr\" : \"Mémoire d'un sage\",\n\t\t\t\t\"jp\" : \"賢者の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1740\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Duelist\",\n\t\t\t\t\"de\" : \"Vermächtnis des Fechtmeisters\",\n\t\t\t\t\"fr\" : \"Mémoire d'une fine lame\",\n\t\t\t\t\"jp\" : \"剣豪の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1741\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Fiendhunter\",\n\t\t\t\t\"de\" : \"Vermächtnis des Bogengeweihten\",\n\t\t\t\t\"fr\" : \"Mémoire d'un archer émérite\",\n\t\t\t\t\"jp\" : \"弓聖の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1742\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Indomitable\",\n\t\t\t\t\"de\" : \"Vermächtnis des Helden\",\n\t\t\t\t\"fr\" : \"Mémoire d'un héros illustre\",\n\t\t\t\t\"jp\" : \"豪傑の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1743\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacrifice\",\n\t\t\t\t\"de\" : \"Aufopferung\",\n\t\t\t\t\"fr\" : \"Sacrifice\",\n\t\t\t\t\"jp\" : \"サクリファイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1744\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stellation\",\n\t\t\t\t\"de\" : \"Sternenformation\",\n\t\t\t\t\"fr\" : \"Stellation\",\n\t\t\t\t\"jp\" : \"星形多面体状態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1745\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Black Hole Buffer\",\n\t\t\t\t\"de\" : \"Schwarzschild-Immunität\",\n\t\t\t\t\"fr\" : \"Résistance aux trous noirs\",\n\t\t\t\t\"jp\" : \"ブラックホール耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1747\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fearless\",\n\t\t\t\t\"de\" : \"Furchtlos\",\n\t\t\t\t\"fr\" : \"Brave\",\n\t\t\t\t\"jp\" : \"勇気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1748\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guardians' Aegis\",\n\t\t\t\t\"de\" : \"Wächter-Aegis\",\n\t\t\t\t\"fr\" : \"Barrière protectrice\",\n\t\t\t\t\"jp\" : \"守護結界\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1749\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Area of Influence Up\",\n\t\t\t\t\"de\" : \"Erweiterter Radius\",\n\t\t\t\t\"fr\" : \"Aire d'effet augmentée\",\n\t\t\t\t\"jp\" : \"アクション効果範囲拡大\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1750\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twin Fates\",\n\t\t\t\t\"de\" : \"Resonanz der gekreuzten Speere\",\n\t\t\t\t\"fr\" : \"Résonance des lances\",\n\t\t\t\t\"jp\" : \"二槍共鳴\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1751\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Fire\",\n\t\t\t\t\"de\" : \"Elementarer Bias: Feuer\",\n\t\t\t\t\"fr\" : \"Déséquilibre éthéré: feu\",\n\t\t\t\t\"jp\" : \"属性偏向：火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1752\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Ice\",\n\t\t\t\t\"de\" : \"Elementarer Bias: Eis\",\n\t\t\t\t\"fr\" : \"Déséquilibre éthéré: glace\",\n\t\t\t\t\"jp\" : \"属性偏向：氷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1754\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherially Primed\",\n\t\t\t\t\"de\" : \"Teleportaffinität\",\n\t\t\t\t\"fr\" : \"Préparatifs de téléportation terminés\",\n\t\t\t\t\"jp\" : \"転送準備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1756\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Blessing\",\n\t\t\t\t\"de\" : \"Elementarer Segen\",\n\t\t\t\t\"fr\" : \"Bénédiction des esprits\",\n\t\t\t\t\"jp\" : \"精霊の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1758\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1759\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1760\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1761\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Resistance Up\",\n\t\t\t\t\"de\" : \"Eisresistenz +\",\n\t\t\t\t\"fr\" : \"Résistance à la glace accrue\",\n\t\t\t\t\"jp\" : \"氷属性耐性向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1762\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1763\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost\",\n\t\t\t\t\"de\" : \"LP-Bonus\",\n\t\t\t\t\"fr\" : \"Bonus de PV\",\n\t\t\t\t\"jp\" : \"最大ＨＰアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1764\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Artificially Enhanced\",\n\t\t\t\t\"de\" : \"Magitek-Rüstung\",\n\t\t\t\t\"fr\" : \"Combinaison cuirassée magitek\",\n\t\t\t\t\"jp\" : \"魔導甲冑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1765\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Artificially Enhanced\",\n\t\t\t\t\"de\" : \"Magitek-Rüstung\",\n\t\t\t\t\"fr\" : \"Combinaison cuirassée magitek\",\n\t\t\t\t\"jp\" : \"魔導甲冑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1766\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1767\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Weak Magitek Field\",\n\t\t\t\t\"de\" : \"Geschwächtes Magitek-Feld\",\n\t\t\t\t\"fr\" : \"Champ de force magitek faible\",\n\t\t\t\t\"jp\" : \"魔導フィールド：弱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1768\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Watery Grave\",\n\t\t\t\t\"de\" : \"Wasserkäfig\",\n\t\t\t\t\"fr\" : \"Geôle aqueuse\",\n\t\t\t\t\"jp\" : \"水牢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1769\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1770\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1771\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Virtue\",\n\t\t\t\t\"de\" : \"Ebenbild der Tugend\",\n\t\t\t\t\"fr\" : \"Vertu absolue\",\n\t\t\t\t\"jp\" : \"完全なる美徳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1772\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aggressive Posture\",\n\t\t\t\t\"de\" : \"Vorbereitung zum Sturmangriff\",\n\t\t\t\t\"fr\" : \"Position d'attaque\",\n\t\t\t\t\"jp\" : \"突撃準備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1773\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defensive Posture\",\n\t\t\t\t\"de\" : \"Vorbereitung zur Intervention\",\n\t\t\t\t\"fr\" : \"Position d'obstruction\",\n\t\t\t\t\"jp\" : \"妨害準備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1774\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blazing Aramitama\",\n\t\t\t\t\"de\" : \"Feuer der Aramitama\",\n\t\t\t\t\"fr\" : \"Aramitama incandescent\",\n\t\t\t\t\"jp\" : \"荒魂燃焼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1775\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reforged\",\n\t\t\t\t\"de\" : \"Rückkehr zur Esse\",\n\t\t\t\t\"fr\" : \"Reforge\",\n\t\t\t\t\"jp\" : \"リフォージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1776\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Down\",\n\t\t\t\t\"de\" : \"Schlagresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au contondant réduite\",\n\t\t\t\t\"jp\" : \"打属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1777\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reforged\",\n\t\t\t\t\"de\" : \"Rückkehr zur Esse\",\n\t\t\t\t\"fr\" : \"Reforge\",\n\t\t\t\t\"jp\" : \"リフォージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1778\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hoofing It\",\n\t\t\t\t\"de\" : \"Reittier-Blockade\",\n\t\t\t\t\"fr\" : \"Monte impossible\",\n\t\t\t\t\"jp\" : \"マウント騎乗不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1779\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ajisai\",\n\t\t\t\t\"de\" : \"Ajisai\",\n\t\t\t\t\"fr\" : \"Ajisai\",\n\t\t\t\t\"jp\" : \"紫陽花\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1781\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1782\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1783\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Fire\",\n\t\t\t\t\"de\" : \"Elementarer Bias: Feuer\",\n\t\t\t\t\"fr\" : \"Déséquilibre éthéré: feu\",\n\t\t\t\t\"jp\" : \"属性偏向：火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1784\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Ice\",\n\t\t\t\t\"de\" : \"Elementarer Bias: Eis\",\n\t\t\t\t\"fr\" : \"Déséquilibre éthéré: glace\",\n\t\t\t\t\"jp\" : \"属性偏向：氷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1785\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1786\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pure Muscle\",\n\t\t\t\t\"de\" : \"Angriffsvorbereitung\",\n\t\t\t\t\"fr\" : \"Affermissement\",\n\t\t\t\t\"jp\" : \"ビルドアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1787\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1788\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frostbite\",\n\t\t\t\t\"de\" : \"Erfrierung\",\n\t\t\t\t\"fr\" : \"Gelure\",\n\t\t\t\t\"jp\" : \"凍傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1789\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1790\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Links\",\n\t\t\t\t\"de\" : \"Schattenfessel\",\n\t\t\t\t\"fr\" : \"Chaînes d'ombre\",\n\t\t\t\t\"jp\" : \"影の足枷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1791\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Infusion\",\n\t\t\t\t\"de\" : \"Magieinjektion\",\n\t\t\t\t\"fr\" : \"Injection magique\",\n\t\t\t\t\"jp\" : \"魔力注入\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1792\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Artificial Boost\",\n\t\t\t\t\"de\" : \"Magitek-Überrüstung\",\n\t\t\t\t\"fr\" : \"Amplificateur magitek\",\n\t\t\t\t\"jp\" : \"魔導ブースター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1793\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mark of Mortality\",\n\t\t\t\t\"de\" : \"Todessiegel\",\n\t\t\t\t\"fr\" : \"Marque de mort\",\n\t\t\t\t\"jp\" : \"死の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1794\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heated Up\",\n\t\t\t\t\"de\" : \"Erhitzt\",\n\t\t\t\t\"fr\" : \"Incandescence\",\n\t\t\t\t\"jp\" : \"赤熱化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1795\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heated Up\",\n\t\t\t\t\"de\" : \"Erhitzt\",\n\t\t\t\t\"fr\" : \"Incandescence\",\n\t\t\t\t\"jp\" : \"赤熱化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1797\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Strikes\",\n\t\t\t\t\"de\" : \"Kritische Attacke\",\n\t\t\t\t\"fr\" : \"Coups critiques\",\n\t\t\t\t\"jp\" : \"クリティカル攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1798\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dualcast\",\n\t\t\t\t\"de\" : \"Doppelzauber\",\n\t\t\t\t\"fr\" : \"Chaîne de sorts\",\n\t\t\t\t\"jp\" : \"連続魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1799\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fae Light\",\n\t\t\t\t\"de\" : \"Feenlicht\",\n\t\t\t\t\"fr\" : \"Lueur féérique\",\n\t\t\t\t\"jp\" : \"妖精光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1800\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloated\",\n\t\t\t\t\"de\" : \"Aufgebläht\",\n\t\t\t\t\"fr\" : \"Dilatation\",\n\t\t\t\t\"jp\" : \"膨張\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1801\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pick Clean\",\n\t\t\t\t\"de\" : \"Rigoroser Abbau\",\n\t\t\t\t\"fr\" : \"Récolte rapide\",\n\t\t\t\t\"jp\" : \"突貫採集\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1802\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Giving Land\",\n\t\t\t\t\"de\" : \"Geschenk der Erde\",\n\t\t\t\t\"fr\" : \"Bénédiction de la nature\",\n\t\t\t\t\"jp\" : \"大地の恵み\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1803\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surface Slap\",\n\t\t\t\t\"de\" : \"Bunte Gewässer\",\n\t\t\t\t\"fr\" : \"Pêche variée\",\n\t\t\t\t\"jp\" : \"トレードリリース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1804\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Identical Cast\",\n\t\t\t\t\"de\" : \"Stetes Angeln\",\n\t\t\t\t\"fr\" : \"Pêche ciblée\",\n\t\t\t\t\"jp\" : \"セイムキャスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1805\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Identical Gig\",\n\t\t\t\t\"de\" : \"Stetes Harpunieren\",\n\t\t\t\t\"fr\" : \"Harponnage ciblé\",\n\t\t\t\t\"jp\" : \"セイムギギング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1806\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reusing\",\n\t\t\t\t\"de\" : \"Wiederverwertung\",\n\t\t\t\t\"fr\" : \"Récupération de chutes\",\n\t\t\t\t\"jp\" : \"リユース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1807\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cocoon of the Penitent\",\n\t\t\t\t\"de\" : \"Kokon der Wahren Reue\",\n\t\t\t\t\"fr\" : \"Cocon confessionel\",\n\t\t\t\t\"jp\" : \"告解の繭\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1808\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting\",\n\t\t\t\t\"de\" : \"Verzögerung\",\n\t\t\t\t\"fr\" : \"Déphasage incantatoire\",\n\t\t\t\t\"jp\" : \"ディレイスペル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1809\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Unholy Darkness\",\n\t\t\t\t\"de\" : \"Verzögerung: Unheiliges Dunkel\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Miracle ténébreux\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークホーリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1810\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Dark Fire III\",\n\t\t\t\t\"de\" : \"Verzögerung: Dunkel-Feuga\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Méga Feu ténébreux\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークファイガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1811\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Hell Wind\",\n\t\t\t\t\"de\" : \"Verzögerung: Höllenwind\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Vent infernal\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ヘルウィンド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1812\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Shadoweye\",\n\t\t\t\t\"de\" : \"Verzögerung: Schattenauge\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Œil de l'ombre\",\n\t\t\t\t\"jp\" : \"ディレイスペル：シャドウアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1813\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flesh Wound\",\n\t\t\t\t\"de\" : \"Fleischwunde\",\n\t\t\t\t\"fr\" : \"Blessure physique\",\n\t\t\t\t\"jp\" : \"切傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1814\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Cascade\",\n\t\t\t\t\"de\" : \"Invertierte Cascade\",\n\t\t\t\t\"fr\" : \"Cascade inversée préparée\",\n\t\t\t\t\"jp\" : \"リバースカスケード実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1815\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Fountain\",\n\t\t\t\t\"de\" : \"Fallende Fontäne\",\n\t\t\t\t\"fr\" : \"Fontaine en cascade préparée\",\n\t\t\t\t\"jp\" : \"ファウンテンフォール実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1816\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Windmill\",\n\t\t\t\t\"de\" : \"Steigende Windmühle\",\n\t\t\t\t\"fr\" : \"Moulin à vent ascendant préparé\",\n\t\t\t\t\"jp\" : \"ライジングウィンドミル実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1817\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Shower\",\n\t\t\t\t\"de\" : \"Blutklingen\",\n\t\t\t\t\"fr\" : \"Averse de sang préparée\",\n\t\t\t\t\"jp\" : \"ブラッドシャワー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1818\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Step\",\n\t\t\t\t\"de\" : \"Einfache Choreographie\",\n\t\t\t\t\"fr\" : \"Pas classique\",\n\t\t\t\t\"jp\" : \"スタンダードステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1819\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Technical Step\",\n\t\t\t\t\"de\" : \"Komplexe Choreographie\",\n\t\t\t\t\"fr\" : \"Pas technique\",\n\t\t\t\t\"jp\" : \"テクニカルステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1820\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Threefold Fan Dance\",\n\t\t\t\t\"de\" : \"Fächertanz III\",\n\t\t\t\t\"fr\" : \"Danse de l'éventail III préparée\",\n\t\t\t\t\"jp\" : \"扇の舞い【急】実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1821\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Finish\",\n\t\t\t\t\"de\" : \"Einfaches Finale\",\n\t\t\t\t\"fr\" : \"Final classique\",\n\t\t\t\t\"jp\" : \"スタンダードフィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1822\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Technical Finish\",\n\t\t\t\t\"de\" : \"Komplexes Finale\",\n\t\t\t\t\"fr\" : \"Final technique\",\n\t\t\t\t\"jp\" : \"テクニカルフィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1823\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Closed Position\",\n\t\t\t\t\"de\" : \"Tanzpartner\",\n\t\t\t\t\"fr\" : \"Position rapprochée\",\n\t\t\t\t\"jp\" : \"クローズドポジション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1824\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dance Partner\",\n\t\t\t\t\"de\" : \"Auserwählter Tanzpartner\",\n\t\t\t\t\"fr\" : \"Partenaire de position rapprochée\",\n\t\t\t\t\"jp\" : \"クローズドポジション［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1825\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Devilment\",\n\t\t\t\t\"de\" : \"Todestango\",\n\t\t\t\t\"fr\" : \"Tango endiablé\",\n\t\t\t\t\"jp\" : \"攻めのタンゴ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1826\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield Samba\",\n\t\t\t\t\"de\" : \"Schildsamba\",\n\t\t\t\t\"fr\" : \"Samba protectrice\",\n\t\t\t\t\"jp\" : \"守りのサンバ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1827\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Improvisation\",\n\t\t\t\t\"de\" : \"Tanzimprovisation\",\n\t\t\t\t\"fr\" : \"Improvisation\",\n\t\t\t\t\"jp\" : \"インプロビゼーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1828\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Improvisation\",\n\t\t\t\t\"de\" : \"Tanzimprovisation (Heilung)\",\n\t\t\t\t\"fr\" : \"Improvisation (bonus)\",\n\t\t\t\t\"jp\" : \"インプロビゼーション：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1829\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1831\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"No Mercy\",\n\t\t\t\t\"de\" : \"Ohne Gnade\",\n\t\t\t\t\"fr\" : \"Sans pitié\",\n\t\t\t\t\"jp\" : \"ノー・マーシー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1832\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Camouflage\",\n\t\t\t\t\"de\" : \"Camouflage\",\n\t\t\t\t\"fr\" : \"Camouflage\",\n\t\t\t\t\"jp\" : \"カモフラージュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1833\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Royal Guard\",\n\t\t\t\t\"de\" : \"Eid der Leibgardisten\",\n\t\t\t\t\"fr\" : \"Garde royale\",\n\t\t\t\t\"jp\" : \"ロイヤルガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1834\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nebula\",\n\t\t\t\t\"de\" : \"Nebula\",\n\t\t\t\t\"fr\" : \"Nébuleuse\",\n\t\t\t\t\"jp\" : \"ネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1835\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aurora\",\n\t\t\t\t\"de\" : \"Aurora\",\n\t\t\t\t\"fr\" : \"Aurore\",\n\t\t\t\t\"jp\" : \"オーロラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1836\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Superbolide\",\n\t\t\t\t\"de\" : \"Meteoritenfall\",\n\t\t\t\t\"fr\" : \"Bolide\",\n\t\t\t\t\"jp\" : \"ボーライド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1837\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sonic Break\",\n\t\t\t\t\"de\" : \"Schallbrecher\",\n\t\t\t\t\"fr\" : \"Rupture sonique\",\n\t\t\t\t\"jp\" : \"ソニックブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1838\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bow Shock\",\n\t\t\t\t\"de\" : \"Schockpatrone\",\n\t\t\t\t\"fr\" : \"Arc de choc\",\n\t\t\t\t\"jp\" : \"バウショック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1839\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Light\",\n\t\t\t\t\"de\" : \"Wackeres Herz\",\n\t\t\t\t\"fr\" : \"Cœur de Lumière\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1840\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Stone\",\n\t\t\t\t\"de\" : \"Steinernes Herz\",\n\t\t\t\t\"fr\" : \"Cœur de pierre\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ストーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1842\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Rip\",\n\t\t\t\t\"de\" : \"Hungernde Fänge\",\n\t\t\t\t\"fr\" : \"Arrachage de la jugulaire préparé\",\n\t\t\t\t\"jp\" : \"ジャギュラーリップ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1843\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Tear\",\n\t\t\t\t\"de\" : \"Geschärfte Klauen\",\n\t\t\t\t\"fr\" : \"Lacération de l'abdomen préparée\",\n\t\t\t\t\"jp\" : \"アブドメンテアー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1844\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Gouge\",\n\t\t\t\t\"de\" : \"Blutige Krallen\",\n\t\t\t\t\"fr\" : \"Perforation des yeux préparée\",\n\t\t\t\t\"jp\" : \"アイガウジ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1846\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Curse of the Ronka\",\n\t\t\t\t\"de\" : \"Verwünschung von Ronka\",\n\t\t\t\t\"fr\" : \"Malédiction de Ronka\",\n\t\t\t\t\"jp\" : \"ロンカの呪詛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1847\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Esprit\",\n\t\t\t\t\"de\" : \"Tanzfieber\",\n\t\t\t\t\"fr\" : \"Fascination\",\n\t\t\t\t\"jp\" : \"エスプリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1848\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Esprit\",\n\t\t\t\t\"de\" : \"Tanzfieber\",\n\t\t\t\t\"fr\" : \"Fascination\",\n\t\t\t\t\"jp\" : \"エスプリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1850\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surging Waters\",\n\t\t\t\t\"de\" : \"Omen der Erdrückung\",\n\t\t\t\t\"fr\" : \"Eaux écrasantes\",\n\t\t\t\t\"jp\" : \"強圧の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1851\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Splashing Waters\",\n\t\t\t\t\"de\" : \"Omen des Sturms\",\n\t\t\t\t\"fr\" : \"Eaux déferlantes\",\n\t\t\t\t\"jp\" : \"強風の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1852\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swirling Waters\",\n\t\t\t\t\"de\" : \"Omen des Wasserwirbels\",\n\t\t\t\t\"fr\" : \"Eaux tournoyantes\",\n\t\t\t\t\"jp\" : \"渦動の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1853\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smothering Waters\",\n\t\t\t\t\"de\" : \"Omen der Ertränkung\",\n\t\t\t\t\"fr\" : \"Eaux submergeantes\",\n\t\t\t\t\"jp\" : \"溺没の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1854\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sundering Waters\",\n\t\t\t\t\"de\" : \"Omen der Zerstörung\",\n\t\t\t\t\"fr\" : \"Eaux fracturantes\",\n\t\t\t\t\"jp\" : \"断絶の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1855\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sweeping Waters\",\n\t\t\t\t\"de\" : \"Omen der Auflösung\",\n\t\t\t\t\"fr\" : \"Eaux pulvérisantes\",\n\t\t\t\t\"jp\" : \"拡散の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1856\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sheltron\",\n\t\t\t\t\"de\" : \"Schiltron\",\n\t\t\t\t\"fr\" : \"Schiltron\",\n\t\t\t\t\"jp\" : \"シェルトロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1857\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Flash\",\n\t\t\t\t\"de\" : \"Urflackern\",\n\t\t\t\t\"fr\" : \"Exaltation naissante\",\n\t\t\t\t\"jp\" : \"原初の猛り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1858\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Glint\",\n\t\t\t\t\"de\" : \"Urglimmen\",\n\t\t\t\t\"fr\" : \"Exaltation communicative\",\n\t\t\t\t\"jp\" : \"原初の猛り［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1859\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fading Fast\",\n\t\t\t\t\"de\" : \"Geschwächter Lebensäther\",\n\t\t\t\t\"fr\" : \"Fardeau de survie\",\n\t\t\t\t\"jp\" : \"命脈負荷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1860\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vital Sign\",\n\t\t\t\t\"de\" : \"Stillstand des Lebens\",\n\t\t\t\t\"fr\" : \"Suspens vital\",\n\t\t\t\t\"jp\" : \"生命活動停滞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1861\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leaden Fist\",\n\t\t\t\t\"de\" : \"Verbesserter Schlag auf Schlag\",\n\t\t\t\t\"fr\" : \"Poings de plomb\",\n\t\t\t\t\"jp\" : \"連撃効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1862\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anatman\",\n\t\t\t\t\"de\" : \"Anatman\",\n\t\t\t\t\"fr\" : \"Anatman\",\n\t\t\t\t\"jp\" : \"無我\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1863\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Draconian Fire\",\n\t\t\t\t\"de\" : \"Zornesfeuer\",\n\t\t\t\t\"fr\" : \"Feu des dragons\",\n\t\t\t\t\"jp\" : \"竜眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1864\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lance Charge\",\n\t\t\t\t\"de\" : \"Lanzenschärfung\",\n\t\t\t\t\"fr\" : \"Lance acérée\",\n\t\t\t\t\"jp\" : \"ランスチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1865\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meditation\",\n\t\t\t\t\"de\" : \"Meditationsebene\",\n\t\t\t\t\"fr\" : \"Tension de la lame\",\n\t\t\t\t\"jp\" : \"剣圧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1866\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bioblaster\",\n\t\t\t\t\"de\" : \"Bioblaster\",\n\t\t\t\t\"fr\" : \"Lance-toxine\",\n\t\t\t\t\"jp\" : \"バイオブラスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1867\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hellish Conduit\",\n\t\t\t\t\"de\" : \"Innerer Quell\",\n\t\t\t\t\"fr\" : \"Feu spirituel\",\n\t\t\t\t\"jp\" : \"霊泉\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1868\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Everlasting Flight\",\n\t\t\t\t\"de\" : \"Schwingen der Unsterblichkeit\",\n\t\t\t\t\"fr\" : \"Vol éternel\",\n\t\t\t\t\"jp\" : \"不死鳥の翼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1869\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gale Enforcer\",\n\t\t\t\t\"de\" : \"Wirbelströmung\",\n\t\t\t\t\"fr\" : \"Vents tourbillonnants\",\n\t\t\t\t\"jp\" : \"螺旋気流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1870\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Piercing Talon\",\n\t\t\t\t\"de\" : \"Reißende Klauen\",\n\t\t\t\t\"fr\" : \"Griffe perçante améliorée\",\n\t\t\t\t\"jp\" : \"ピアシングタロン効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1871\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dia\",\n\t\t\t\t\"de\" : \"Dia\",\n\t\t\t\t\"fr\" : \"Lumen\",\n\t\t\t\t\"jp\" : \"ディア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1872\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1873\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1874\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Angel's Whisper\",\n\t\t\t\t\"de\" : \"Hauch der Seraphim\",\n\t\t\t\t\"fr\" : \"Murmure des anges\",\n\t\t\t\t\"jp\" : \"光輝の囁き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1875\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphic Illumination\",\n\t\t\t\t\"de\" : \"Seraphische Illumination\",\n\t\t\t\t\"fr\" : \"Illumination séraphique\",\n\t\t\t\t\"jp\" : \"セラフィックイルミネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1876\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lord of Crowns\",\n\t\t\t\t\"de\" : \"König der Kronen\",\n\t\t\t\t\"fr\" : \"Roi des couronnes\",\n\t\t\t\t\"jp\" : \"クラウンロード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1877\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lady of Crowns\",\n\t\t\t\t\"de\" : \"Königin der Kronen\",\n\t\t\t\t\"fr\" : \"Reine des couronnes\",\n\t\t\t\t\"jp\" : \"クラウンレディ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1878\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divination\",\n\t\t\t\t\"de\" : \"Weissagung\",\n\t\t\t\t\"fr\" : \"Divination\",\n\t\t\t\t\"jp\" : \"ディヴィネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1879\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Opposition\",\n\t\t\t\t\"de\" : \"Opposition\",\n\t\t\t\t\"fr\" : \"Opposition céleste\",\n\t\t\t\t\"jp\" : \"星天対抗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1880\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Opposition\",\n\t\t\t\t\"de\" : \"Opposition (Nocturnal)\",\n\t\t\t\t\"fr\" : \"Opposition céleste (nocturne)\",\n\t\t\t\t\"jp\" : \"星天対抗［夜］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1881\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Combust III\",\n\t\t\t\t\"de\" : \"Konjunktion III\",\n\t\t\t\t\"fr\" : \"Conjonction supérieure III\",\n\t\t\t\t\"jp\" : \"コンバガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1882\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Balance\",\n\t\t\t\t\"de\" : \"Kraft der Waage\",\n\t\t\t\t\"fr\" : \"La Balance\",\n\t\t\t\t\"jp\" : \"アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1883\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Bole\",\n\t\t\t\t\"de\" : \"Kraft der Eiche\",\n\t\t\t\t\"fr\" : \"Le Tronc\",\n\t\t\t\t\"jp\" : \"世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1884\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Arrow\",\n\t\t\t\t\"de\" : \"Kraft des Pfeils\",\n\t\t\t\t\"fr\" : \"La Flèche\",\n\t\t\t\t\"jp\" : \"オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1885\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spear\",\n\t\t\t\t\"de\" : \"Kraft des Speers\",\n\t\t\t\t\"fr\" : \"L'Épieu\",\n\t\t\t\t\"jp\" : \"ハルオーネの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1886\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Ewer\",\n\t\t\t\t\"de\" : \"Kraft des Krugs\",\n\t\t\t\t\"fr\" : \"L'Aiguière\",\n\t\t\t\t\"jp\" : \"サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1887\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spire\",\n\t\t\t\t\"de\" : \"Kraft des Turms\",\n\t\t\t\t\"fr\" : \"La Tour\",\n\t\t\t\t\"jp\" : \"ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1888\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Intersection\",\n\t\t\t\t\"de\" : \"Kongruenz (Diurnal)\",\n\t\t\t\t\"fr\" : \"Rencontre céleste (diurne)\",\n\t\t\t\t\"jp\" : \"星天交差［日］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1889\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intersection\",\n\t\t\t\t\"de\" : \"Kongruenz\",\n\t\t\t\t\"fr\" : \"Rencontre céleste\",\n\t\t\t\t\"jp\" : \"星天交差\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1890\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Horoscope\",\n\t\t\t\t\"de\" : \"Horoskop\",\n\t\t\t\t\"fr\" : \"Horoscope\",\n\t\t\t\t\"jp\" : \"ホロスコープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1891\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Horoscope Helios\",\n\t\t\t\t\"de\" : \"Helios-Horoskop\",\n\t\t\t\t\"fr\" : \"Horoscope Hélios\",\n\t\t\t\t\"jp\" : \"ホロスコープ・ヘリオス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1892\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neutral Sect\",\n\t\t\t\t\"de\" : \"Neutral\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1893\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scouring Waters\",\n\t\t\t\t\"de\" : \"Omen der Böen\",\n\t\t\t\t\"fr\" : \"Eaux dévastatrices\",\n\t\t\t\t\"jp\" : \"暴風の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1894\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Missionary\",\n\t\t\t\t\"de\" : \"Dunkler Bote\",\n\t\t\t\t\"fr\" : \"Missionnaire des Ténèbres\",\n\t\t\t\t\"jp\" : \"ダークミッショナリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1895\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Biolysis\",\n\t\t\t\t\"de\" : \"Causae et Curae\",\n\t\t\t\t\"fr\" : \"Loi de l'infection\",\n\t\t\t\t\"jp\" : \"蠱毒法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1896\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recitation\",\n\t\t\t\t\"de\" : \"Raffinesse\",\n\t\t\t\t\"fr\" : \"Récitation\",\n\t\t\t\t\"jp\" : \"秘策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1897\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Chaos\",\n\t\t\t\t\"de\" : \"Saat des Chaos\",\n\t\t\t\t\"fr\" : \"Chaos naissant\",\n\t\t\t\t\"jp\" : \"原初の混沌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1898\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brutal Shell\",\n\t\t\t\t\"de\" : \"Brutaler Einschlag\",\n\t\t\t\t\"fr\" : \"Impact brutal\",\n\t\t\t\t\"jp\" : \"ブルータルシェル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1900\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Shield\",\n\t\t\t\t\"de\" : \"Flügelschild\",\n\t\t\t\t\"fr\" : \"Bouclier ailé\",\n\t\t\t\t\"jp\" : \"ウィングシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1901\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enshielded\",\n\t\t\t\t\"de\" : \"Flügelschild\",\n\t\t\t\t\"fr\" : \"Bouclier ailé\",\n\t\t\t\t\"jp\" : \"ウィングシールド：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1902\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Atonement Ready\",\n\t\t\t\t\"de\" : \"Königliche Erhabenheit\",\n\t\t\t\t\"fr\" : \"Absolution préparée\",\n\t\t\t\t\"jp\" : \"ロイエ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1903\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantasmal\",\n\t\t\t\t\"de\" : \"Phantomgestalt\",\n\t\t\t\t\"fr\" : \"Illusion\",\n\t\t\t\t\"jp\" : \"幻影\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1904\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light in the Dark\",\n\t\t\t\t\"de\" : \"Entfesseltes Licht\",\n\t\t\t\t\"fr\" : \"Lumière salvatrice\",\n\t\t\t\t\"jp\" : \"光の解放\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1905\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veil of Gukumatz\",\n\t\t\t\t\"de\" : \"Magische Rüstung\",\n\t\t\t\t\"fr\" : \"Peau de serpent\",\n\t\t\t\t\"jp\" : \"魔装着用\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1906\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfect Deception\",\n\t\t\t\t\"de\" : \"Perfekte Unsichtbarkeit\",\n\t\t\t\t\"fr\" : \"Invisibilité parfaite\",\n\t\t\t\t\"jp\" : \"パーフェクトインビジブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1907\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Faded Out\",\n\t\t\t\t\"de\" : \"Körperliche Last\",\n\t\t\t\t\"fr\" : \"Faix prodigieux\",\n\t\t\t\t\"jp\" : \"身体高負荷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1908\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetters\",\n\t\t\t\t\"de\" : \"Gefesselt\",\n\t\t\t\t\"fr\" : \"Attache\",\n\t\t\t\t\"jp\" : \"拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1909\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Area of Influence Up\",\n\t\t\t\t\"de\" : \"Erweiterter Radius\",\n\t\t\t\t\"fr\" : \"Aire d'effet augmentée\",\n\t\t\t\t\"jp\" : \"アクション効果範囲拡大\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1910\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Eye\",\n\t\t\t\t\"de\" : \"Rechtes Drachenauge\",\n\t\t\t\t\"fr\" : \"Œil droit\",\n\t\t\t\t\"jp\" : \"竜の右眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1911\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asylum\",\n\t\t\t\t\"de\" : \"Refugium\",\n\t\t\t\t\"fr\" : \"Asile\",\n\t\t\t\t\"jp\" : \"アサイラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1912\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asylum\",\n\t\t\t\t\"de\" : \"Refugium\",\n\t\t\t\t\"fr\" : \"Asile\",\n\t\t\t\t\"jp\" : \"アサイラム：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1913\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vauthry's Blessing\",\n\t\t\t\t\"de\" : \"Vauthrys Segnung\",\n\t\t\t\t\"fr\" : \"Bénédiction de Vauthry\",\n\t\t\t\t\"jp\" : \"ヴァウスリーの祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1914\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disembowel\",\n\t\t\t\t\"de\" : \"Drachengriff\",\n\t\t\t\t\"fr\" : \"Éventration\",\n\t\t\t\t\"jp\" : \"ディセムボウル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1915\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Order\",\n\t\t\t\t\"de\" : \"Egi-Attacke I\",\n\t\t\t\t\"fr\" : \"Action en attente: 1\",\n\t\t\t\t\"jp\" : \"アクション実行待機I\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1916\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Name of the Elements\",\n\t\t\t\t\"de\" : \"Name der Elemente\",\n\t\t\t\t\"fr\" : \"Nom des éléments\",\n\t\t\t\t\"jp\" : \"アート・オブ・エレメンタル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1917\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphic Veil\",\n\t\t\t\t\"de\" : \"Schleier der Seraphim\",\n\t\t\t\t\"fr\" : \"Voile séraphique\",\n\t\t\t\t\"jp\" : \"セラフィックヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1918\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Catalyze\",\n\t\t\t\t\"de\" : \"Katalyse\",\n\t\t\t\t\"fr\" : \"Exhortation\",\n\t\t\t\t\"jp\" : \"激励\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1919\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schadenswert +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1920\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Balance\",\n\t\t\t\t\"de\" : \"Neutral (Diurnal)\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité (diurne)\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト［日］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1921\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neutral Sect\",\n\t\t\t\t\"de\" : \"Neutral\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1922\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vauthry's Blessing\",\n\t\t\t\t\"de\" : \"Vauthrys Segnung\",\n\t\t\t\t\"fr\" : \"Bénédiction de Vauthry\",\n\t\t\t\t\"jp\" : \"ヴァウスリーの祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1923\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vauthry's Blessing\",\n\t\t\t\t\"de\" : \"Vauthrys Segnung\",\n\t\t\t\t\"fr\" : \"Bénédiction de Vauthry\",\n\t\t\t\t\"jp\" : \"ヴァウスリーの祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1924\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vauthry's Blessing\",\n\t\t\t\t\"de\" : \"Vauthrys Segnung\",\n\t\t\t\t\"fr\" : \"Bénédiction de Vauthry\",\n\t\t\t\t\"jp\" : \"ヴァウスリーの祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1925\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vauthry's Blessing\",\n\t\t\t\t\"de\" : \"Vauthrys Segnung\",\n\t\t\t\t\"fr\" : \"Bénédiction de Vauthry\",\n\t\t\t\t\"jp\" : \"ヴァウスリーの祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1926\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleeve Draw\",\n\t\t\t\t\"de\" : \"Legeschema\",\n\t\t\t\t\"fr\" : \"Grand sabot\",\n\t\t\t\t\"jp\" : \"スリーヴドロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1927\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trusty Shield\",\n\t\t\t\t\"de\" : \"Schild der Zuversicht\",\n\t\t\t\t\"fr\" : \"Égide de confiance\",\n\t\t\t\t\"jp\" : \"信頼の盾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1928\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Levinskin\",\n\t\t\t\t\"de\" : \"Blitzhaut\",\n\t\t\t\t\"fr\" : \"Peau électrique\",\n\t\t\t\t\"jp\" : \"雷皮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1929\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Beyond Darkness\",\n\t\t\t\t\"de\" : \"Unzähmbares Licht\",\n\t\t\t\t\"fr\" : \"Lumière salvatrice+\",\n\t\t\t\t\"jp\" : \"光の解放［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1931\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gunmetal Soul\",\n\t\t\t\t\"de\" : \"Cermet-Matrix\",\n\t\t\t\t\"fr\" : \"Âme de métal\",\n\t\t\t\t\"jp\" : \"ソウルガンメタル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1932\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Muse\",\n\t\t\t\t\"de\" : \"Gunst des Schlachtensängers\",\n\t\t\t\t\"fr\" : \"Bénédiction martiale\",\n\t\t\t\t\"jp\" : \"軍神の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1933\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Ethos\",\n\t\t\t\t\"de\" : \"Beistand des Schlachtensängers\",\n\t\t\t\t\"fr\" : \"Pacte martial\",\n\t\t\t\t\"jp\" : \"軍神の契約\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1934\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour\",\n\t\t\t\t\"de\" : \"Troubadour\",\n\t\t\t\t\"fr\" : \"Troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1935\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soaking Wet\",\n\t\t\t\t\"de\" : \"Klitschnass\",\n\t\t\t\t\"fr\" : \"Ruissellement\",\n\t\t\t\t\"jp\" : \"ずぶぬれ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1936\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stone Wall\",\n\t\t\t\t\"de\" : \"Gaia-Panzer\",\n\t\t\t\t\"fr\" : \"Armure tellurique\",\n\t\t\t\t\"jp\" : \"防護障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1937\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Event\",\n\t\t\t\t\"de\" : \"In Ereignis\",\n\t\t\t\t\"fr\" : \"Événement\",\n\t\t\t\t\"jp\" : \"イベント中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1938\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sprint\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Sprint\",\n\t\t\t\t\"jp\" : \"スプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1939\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beckoned\",\n\t\t\t\t\"de\" : \"Feen-Verlockung\",\n\t\t\t\t\"fr\" : \"Murmure enchanteur\",\n\t\t\t\t\"jp\" : \"妖精の誘い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1940\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chilled to the Bone\",\n\t\t\t\t\"de\" : \"Frieren\",\n\t\t\t\t\"fr\" : \"Hypothermie\",\n\t\t\t\t\"jp\" : \"体温低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1941\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accursed Poison\",\n\t\t\t\t\"de\" : \"Verhexung von Ronka\",\n\t\t\t\t\"fr\" : \"Vénéfice de Ronka\",\n\t\t\t\t\"jp\" : \"ロンカの呪毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1942\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ranging\",\n\t\t\t\t\"de\" : \"Auf Erkundung\",\n\t\t\t\t\"fr\" : \"Reconnaissance\",\n\t\t\t\t\"jp\" : \"偵察中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1943\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hastilude\",\n\t\t\t\t\"de\" : \"Hastiludia\",\n\t\t\t\t\"fr\" : \"Hastilude\",\n\t\t\t\t\"jp\" : \"ハスティルード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1944\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Soil\",\n\t\t\t\t\"de\" : \"Geweihte Erde\",\n\t\t\t\t\"fr\" : \"Dogme de survie\",\n\t\t\t\t\"jp\" : \"野戦治療の陣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1945\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hoofing It\",\n\t\t\t\t\"de\" : \"Reittier-Blockade\",\n\t\t\t\t\"fr\" : \"Monte impossible\",\n\t\t\t\t\"jp\" : \"マウント騎乗不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1946\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wildfire\",\n\t\t\t\t\"de\" : \"Wildfeuer\",\n\t\t\t\t\"fr\" : \"Flambée\",\n\t\t\t\t\"jp\" : \"ワイルドファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1948\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Down\",\n\t\t\t\t\"de\" : \"Magieschaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1949\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Splashing Waters\",\n\t\t\t\t\"de\" : \"Omen des Sturms\",\n\t\t\t\t\"fr\" : \"Eaux déferlantes\",\n\t\t\t\t\"jp\" : \"強風の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1950\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1951\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tactician\",\n\t\t\t\t\"de\" : \"Taktiker\",\n\t\t\t\t\"fr\" : \"Tacticien\",\n\t\t\t\t\"jp\" : \"タクティシャン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1952\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hide\",\n\t\t\t\t\"de\" : \"Versteckt\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1954\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bunshin\",\n\t\t\t\t\"de\" : \"Doppeltes Ich\",\n\t\t\t\t\"fr\" : \"Bunshin\",\n\t\t\t\t\"jp\" : \"分身の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1955\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assassinate Ready\",\n\t\t\t\t\"de\" : \"Meuchelsprungbereit\",\n\t\t\t\t\"fr\" : \"Assassinement préparé\",\n\t\t\t\t\"jp\" : \"終撃実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1956\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Souldeep Invisibility\",\n\t\t\t\t\"de\" : \"Seelisch unsichtbar\",\n\t\t\t\t\"fr\" : \"Invisibilité sans âme\",\n\t\t\t\t\"jp\" : \"ソウルレスインビジブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1958\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1959\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1960\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1961\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1962\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1964\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Order II\",\n\t\t\t\t\"de\" : \"Egi-Attacke II\",\n\t\t\t\t\"fr\" : \"Actions en attente: 2\",\n\t\t\t\t\"jp\" : \"アクション実行待機II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1965\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Order III\",\n\t\t\t\t\"de\" : \"Egi-Attacke III\",\n\t\t\t\t\"fr\" : \"Actions en attente: 3\",\n\t\t\t\t\"jp\" : \"アクション実行待機III\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1966\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Order IV\",\n\t\t\t\t\"de\" : \"Egi-Attacke IV\",\n\t\t\t\t\"fr\" : \"Actions en attente: 4\",\n\t\t\t\t\"jp\" : \"アクション実行待機IV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1967\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep Resistance\",\n\t\t\t\t\"de\" : \"Schlaf-Resistenz\",\n\t\t\t\t\"fr\" : \"Résistance à Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1970\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1971\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manafication\",\n\t\t\t\t\"de\" : \"Manafizierung\",\n\t\t\t\t\"fr\" : \"Manafication\",\n\t\t\t\t\"jp\" : \"マナフィケーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1972\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delirium\",\n\t\t\t\t\"de\" : \"Blutdelirium\",\n\t\t\t\t\"fr\" : \"Delirium de sang\",\n\t\t\t\t\"jp\" : \"ブラッドデリリアム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1973\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down II\",\n\t\t\t\t\"de\" : \"Blitzresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite+\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1974\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paradise Regained\",\n\t\t\t\t\"de\" : \"Wiedergewonnenes Paradies\",\n\t\t\t\t\"fr\" : \"Paradis retrouvé\",\n\t\t\t\t\"jp\" : \"パラダイスリゲイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1975\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enlarged\",\n\t\t\t\t\"de\" : \"Rasantes Wachstum\",\n\t\t\t\t\"fr\" : \"Grossissement\",\n\t\t\t\t\"jp\" : \"巨大化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1976\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fully Enlarged\",\n\t\t\t\t\"de\" : \"Maximalwachstum\",\n\t\t\t\t\"fr\" : \"Gigantisme\",\n\t\t\t\t\"jp\" : \"最大化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1977\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full Swing\",\n\t\t\t\t\"de\" : \"Voller Schwinger\",\n\t\t\t\t\"fr\" : \"Plein élan\",\n\t\t\t\t\"jp\" : \"フルスイング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1978\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart\",\n\t\t\t\t\"de\" : \"Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart\",\n\t\t\t\t\"jp\" : \"ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1981\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood for Blood\",\n\t\t\t\t\"de\" : \"Zahn um Zahn\",\n\t\t\t\t\"fr\" : \"Du sang pour du sang\",\n\t\t\t\t\"jp\" : \"捨身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1982\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath\",\n\t\t\t\t\"de\" : \"Blutbad\",\n\t\t\t\t\"fr\" : \"Bain de sang\",\n\t\t\t\t\"jp\" : \"ブラッドバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1983\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetter Ward\",\n\t\t\t\t\"de\" : \"Obhut\",\n\t\t\t\t\"fr\" : \"Émancipation\",\n\t\t\t\t\"jp\" : \"フェターウォード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1984\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\",\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arm's Length\",\n\t\t\t\t\"de\" : \"Abtausch\",\n\t\t\t\t\"fr\" : \"Portée de bras\",\n\t\t\t\t\"jp\" : \"アームズレングス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1985\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Peloton\",\n\t\t\t\t\"de\" : \"Peloton\",\n\t\t\t\t\"fr\" : \"Peloton\",\n\t\t\t\t\"jp\" : \"プロトン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1986\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantom Dart\",\n\t\t\t\t\"de\" : \"Phantompfeil\",\n\t\t\t\t\"fr\" : \"Projectile fantôme\",\n\t\t\t\t\"jp\" : \"ファントムダート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1987\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"heal\",\n\t\t\t\"THM\",\n\t\t\t\"BLM\",\n\t\t\t\"ACN\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"BLM\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftcast\",\n\t\t\t\t\"de\" : \"Spontaneität\",\n\t\t\t\t\"fr\" : \"Magie prompte\",\n\t\t\t\t\"jp\" : \"迅速魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1988\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Addle\",\n\t\t\t\t\"de\" : \"Stumpfsinn\",\n\t\t\t\t\"fr\" : \"Embrouillement\",\n\t\t\t\t\"jp\" : \"アドル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1989\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manaward\",\n\t\t\t\t\"de\" : \"Mana-Schild\",\n\t\t\t\t\"fr\" : \"Barrière de mana\",\n\t\t\t\t\"jp\" : \"マバリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1990\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attunement\",\n\t\t\t\t\"de\" : \"Gleichgewicht\",\n\t\t\t\t\"fr\" : \"Harmonie\",\n\t\t\t\t\"jp\" : \"調和\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1991\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sword Oath\",\n\t\t\t\t\"de\" : \"Schwert-Eid\",\n\t\t\t\t\"fr\" : \"Serment de l'épée\",\n\t\t\t\t\"jp\" : \"忠義の剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1992\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Chaos\",\n\t\t\t\t\"de\" : \"Saat des Chaos\",\n\t\t\t\t\"fr\" : \"Chaos naissant\",\n\t\t\t\t\"jp\" : \"原初の混沌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1993\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shake It Off\",\n\t\t\t\t\"de\" : \"Abschütteln\",\n\t\t\t\t\"fr\" : \"Débarrassage\",\n\t\t\t\t\"jp\" : \"シェイクオフ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1996\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delirium\",\n\t\t\t\t\"de\" : \"Blutdelirium\",\n\t\t\t\t\"fr\" : \"Delirium de sang\",\n\t\t\t\t\"jp\" : \"ブラッドデリリアム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1997\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brutal Shell\",\n\t\t\t\t\"de\" : \"Brutaler Einschlag\",\n\t\t\t\t\"fr\" : \"Impact brutal\",\n\t\t\t\t\"jp\" : \"ブルータルシェル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2000\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Light\",\n\t\t\t\t\"de\" : \"Wackeres Herz\",\n\t\t\t\t\"fr\" : \"Cœur de Lumière\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2002\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Rip\",\n\t\t\t\t\"de\" : \"Hungernde Fänge\",\n\t\t\t\t\"fr\" : \"Arrachage de la jugulaire préparé\",\n\t\t\t\t\"jp\" : \"ジャギュラーリップ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2003\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Tear\",\n\t\t\t\t\"de\" : \"Geschärfte Klauen\",\n\t\t\t\t\"fr\" : \"Lacération de l'abdomen préparée\",\n\t\t\t\t\"jp\" : \"アブドメンテアー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2004\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Gouge\",\n\t\t\t\t\"de\" : \"Blutige Krallen\",\n\t\t\t\t\"fr\" : \"Perforation des yeux préparée\",\n\t\t\t\t\"jp\" : \"アイガウジ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2005\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fists of Fire\",\n\t\t\t\t\"de\" : \"Sengende Aura\",\n\t\t\t\t\"fr\" : \"Poings de feu\",\n\t\t\t\t\"jp\" : \"紅蓮の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2006\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fists of Earth\",\n\t\t\t\t\"de\" : \"Steinerne Aura\",\n\t\t\t\t\"fr\" : \"Poings de terre\",\n\t\t\t\t\"jp\" : \"金剛の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2007\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind Resonance\",\n\t\t\t\t\"de\" : \"Wesen des Windes\",\n\t\t\t\t\"fr\" : \"Quintessence de vent\",\n\t\t\t\t\"jp\" : \"疾風の神髄\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2008\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Earth\",\n\t\t\t\t\"de\" : \"Steinernes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme de la terre\",\n\t\t\t\t\"jp\" : \"金剛の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2009\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wanderer's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Wanderers\",\n\t\t\t\t\"fr\" : \"Chant guerrier\",\n\t\t\t\t\"jp\" : \"戦歌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2010\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bunshin\",\n\t\t\t\t\"de\" : \"Doppeltes Ich\",\n\t\t\t\t\"fr\" : \"Bunshin\",\n\t\t\t\t\"jp\" : \"分身の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2011\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shade Shift\",\n\t\t\t\t\"de\" : \"Superkniff\",\n\t\t\t\t\"fr\" : \"Décalage d'ombre\",\n\t\t\t\t\"jp\" : \"残影\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2012\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corps-a-corps\",\n\t\t\t\t\"de\" : \"Corps-a-corps\",\n\t\t\t\t\"fr\" : \"Corps-à-corps\",\n\t\t\t\t\"jp\" : \"コル・ア・コル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2013\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Displacement\",\n\t\t\t\t\"de\" : \"Körperparade\",\n\t\t\t\t\"fr\" : \"Déplacement\",\n\t\t\t\t\"jp\" : \"デプラスマン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2014\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trick Attack\",\n\t\t\t\t\"de\" : \"Trickattacke\",\n\t\t\t\t\"fr\" : \"Attaque sournoise\",\n\t\t\t\t\"jp\" : \"だまし討ち\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2015\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Atonement Ready\",\n\t\t\t\t\"de\" : \"Königliche Erhabenheit\",\n\t\t\t\t\"fr\" : \"Absolution préparée\",\n\t\t\t\t\"jp\" : \"ロイエ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2017\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Shot\",\n\t\t\t\t\"de\" : \"Mannstopper\",\n\t\t\t\t\"fr\" : \"Tir repoussant\",\n\t\t\t\t\"jp\" : \"リペリングショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2018\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wildfire\",\n\t\t\t\t\"de\" : \"Wildfeuer\",\n\t\t\t\t\"fr\" : \"Flambée\",\n\t\t\t\t\"jp\" : \"ワイルドファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2019\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bioblaster\",\n\t\t\t\t\"de\" : \"Bioblaster\",\n\t\t\t\t\"fr\" : \"Lance-toxine\",\n\t\t\t\t\"jp\" : \"バイオブラスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2020\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intervention\",\n\t\t\t\t\"de\" : \"Intervention\",\n\t\t\t\t\"fr\" : \"Intervention\",\n\t\t\t\t\"jp\" : \"インターベンション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2021\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Fan Dance\",\n\t\t\t\t\"de\" : \"Fächertanz III\",\n\t\t\t\t\"fr\" : \"Danse de l'éventail III préparée\",\n\t\t\t\t\"jp\" : \"扇の舞い【急】実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2022\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Saber Dance\",\n\t\t\t\t\"de\" : \"Schwerttanz\",\n\t\t\t\t\"fr\" : \"Danse du sabre\",\n\t\t\t\t\"jp\" : \"剣の舞い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2023\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Step\",\n\t\t\t\t\"de\" : \"Einfache Choreographie\",\n\t\t\t\t\"fr\" : \"Pas classique\",\n\t\t\t\t\"jp\" : \"スタンダードステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2024\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Finish\",\n\t\t\t\t\"de\" : \"Einfaches Finale\",\n\t\t\t\t\"fr\" : \"Final classique\",\n\t\t\t\t\"jp\" : \"スタンダードフィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2025\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Esprit\",\n\t\t\t\t\"de\" : \"Tanzfieber\",\n\t\t\t\t\"fr\" : \"Fascination\",\n\t\t\t\t\"jp\" : \"エスプリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2026\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Closed Position\",\n\t\t\t\t\"de\" : \"Tanzpartner\",\n\t\t\t\t\"fr\" : \"Position rapprochée\",\n\t\t\t\t\"jp\" : \"クローズドポジション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2027\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dance Partner\",\n\t\t\t\t\"de\" : \"Auserwählter Tanzpartner\",\n\t\t\t\t\"fr\" : \"Partenaire de position rapprochée\",\n\t\t\t\t\"jp\" : \"クローズドポジション［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2029\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fountain of Fire\",\n\t\t\t\t\"de\" : \"Quell des Feuers\",\n\t\t\t\t\"fr\" : \"Flamme de la vie\",\n\t\t\t\t\"jp\" : \"霊泉の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2030\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Everlasting Flight\",\n\t\t\t\t\"de\" : \"Schwingen der Unsterblichkeit\",\n\t\t\t\t\"fr\" : \"Vol éternel\",\n\t\t\t\t\"jp\" : \"不死鳥の翼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2033\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Engagement\",\n\t\t\t\t\"de\" : \"Arret-Stoß\",\n\t\t\t\t\"fr\" : \"Engagement\",\n\t\t\t\t\"jp\" : \"アンガジェマン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2034\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divination\",\n\t\t\t\t\"de\" : \"Weissagung\",\n\t\t\t\t\"fr\" : \"Divination\",\n\t\t\t\t\"jp\" : \"ディヴィネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2035\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dia\",\n\t\t\t\t\"de\" : \"Dia\",\n\t\t\t\t\"fr\" : \"Lumen\",\n\t\t\t\t\"jp\" : \"ディア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2036\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Afflatus Solace\",\n\t\t\t\t\"de\" : \"Afflatus solatii\",\n\t\t\t\t\"fr\" : \"Offrande de réconfort\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ソラス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2037\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2038\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2039\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Biolysis\",\n\t\t\t\t\"de\" : \"Causae et Curae\",\n\t\t\t\t\"fr\" : \"Loi de l'infection\",\n\t\t\t\t\"jp\" : \"蠱毒法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2040\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphic Veil\",\n\t\t\t\t\"de\" : \"Schleier der Seraphim\",\n\t\t\t\t\"fr\" : \"Voile séraphique\",\n\t\t\t\t\"jp\" : \"セラフィックヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2041\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Combust III\",\n\t\t\t\t\"de\" : \"Konjunktion III\",\n\t\t\t\t\"fr\" : \"Conjonction supérieure III\",\n\t\t\t\t\"jp\" : \"コンバガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2042\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Balance\",\n\t\t\t\t\"de\" : \"Neutral (Diurnal)\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité (diurne)\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト［日］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2043\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Balance\",\n\t\t\t\t\"de\" : \"Neutral (Nocturnal)\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité (nocturne)\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト［夜］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2044\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neutral Sect\",\n\t\t\t\t\"de\" : \"Neutral\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2047\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wide Awake\",\n\t\t\t\t\"de\" : \"Hellwach\",\n\t\t\t\t\"fr\" : \"Insensible à la poudre de rêve\",\n\t\t\t\t\"jp\" : \"ドリームパウダー耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2048\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"En Avant\",\n\t\t\t\t\"de\" : \"En Avant\",\n\t\t\t\t\"fr\" : \"En avant\",\n\t\t\t\t\"jp\" : \"アン・アヴァン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2049\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Technical Step\",\n\t\t\t\t\"de\" : \"Komplexe Choreographie\",\n\t\t\t\t\"fr\" : \"Pas technique\",\n\t\t\t\t\"jp\" : \"テクニカルステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2050\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Technical Finish\",\n\t\t\t\t\"de\" : \"Komplexes Finale\",\n\t\t\t\t\"fr\" : \"Final technique\",\n\t\t\t\t\"jp\" : \"テクニカルフィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2051\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Esprit\",\n\t\t\t\t\"de\" : \"Tanzfieber\",\n\t\t\t\t\"fr\" : \"Fascination\",\n\t\t\t\t\"jp\" : \"エスプリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2052\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fan Dance\",\n\t\t\t\t\"de\" : \"Fächertanz\",\n\t\t\t\t\"fr\" : \"Danse de l'éventail\",\n\t\t\t\t\"jp\" : \"扇の舞い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2053\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protect\",\n\t\t\t\t\"de\" : \"Protes\",\n\t\t\t\t\"fr\" : \"Bouclier\",\n\t\t\t\t\"jp\" : \"プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2054\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lord of Crowns Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: König der Kronen\",\n\t\t\t\t\"fr\" : \"Voie du roi\",\n\t\t\t\t\"jp\" : \"ドロー：クラウンロード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2055\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lady of Crowns Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Königin der Kronen\",\n\t\t\t\t\"fr\" : \"Voie de la reine\",\n\t\t\t\t\"jp\" : \"ドロー：クラウンレディ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2061\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Flash\",\n\t\t\t\t\"de\" : \"Urflackern\",\n\t\t\t\t\"fr\" : \"Exaltation naissante\",\n\t\t\t\t\"jp\" : \"原初の猛り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2062\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Glint\",\n\t\t\t\t\"de\" : \"Urglimmen\",\n\t\t\t\t\"fr\" : \"Exaltation communicative\",\n\t\t\t\t\"jp\" : \"原初の猛り[被]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2063\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Draw Power\",\n\t\t\t\t\"de\" : \"Blut-Erda (nah)\",\n\t\t\t\t\"fr\" : \"Giclée de sang (mêlée)\",\n\t\t\t\t\"jp\" : \"ブラッドドロー[近]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2064\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Draw Fortitude\",\n\t\t\t\t\"de\" : \"Blut-Erda (fern)\",\n\t\t\t\t\"fr\" : \"Giclée de sang (distance)\",\n\t\t\t\t\"jp\" : \"ブラッドドロー[遠]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2065\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aurora\",\n\t\t\t\t\"de\" : \"Aurora\",\n\t\t\t\t\"fr\" : \"Aurore\",\n\t\t\t\t\"jp\" : \"オーロラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2066\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drained Power\",\n\t\t\t\t\"de\" : \"Blut-Erda\",\n\t\t\t\t\"fr\" : \"Giclée de sang\",\n\t\t\t\t\"jp\" : \"ブラッドドロー[被]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2067\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drained Fortitude\",\n\t\t\t\t\"de\" : \"Blut-Erda\",\n\t\t\t\t\"fr\" : \"Giclée de sang\",\n\t\t\t\t\"jp\" : \"ブラッドドロー[被]\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2068\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smackdown\",\n\t\t\t\t\"de\" : \"Niederschmetternd\",\n\t\t\t\t\"fr\" : \"Amour paternel\",\n\t\t\t\t\"jp\" : \"スマックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2069\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dissipation\",\n\t\t\t\t\"de\" : \"Dissipation\",\n\t\t\t\t\"fr\" : \"Dissipation\",\n\t\t\t\t\"jp\" : \"転化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2070\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Opposition\",\n\t\t\t\t\"de\" : \"Opposition (Diurnal)\",\n\t\t\t\t\"fr\" : \"Opposition céleste (diurne)\",\n\t\t\t\t\"jp\" : \"星天対抗［日］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2071\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Opposition\",\n\t\t\t\t\"de\" : \"Opposition (Nocturnal)\",\n\t\t\t\t\"fr\" : \"Opposition céleste (nocturne)\",\n\t\t\t\t\"jp\" : \"星天対抗［夜］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2072\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Focalization\",\n\t\t\t\t\"de\" : \"Lege Artis\",\n\t\t\t\t\"fr\" : \"Traité de la focalisation\",\n\t\t\t\t\"jp\" : \"精神統一の策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2073\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acidic Bite\",\n\t\t\t\t\"de\" : \"Beißende Säure\",\n\t\t\t\t\"fr\" : \"Morsure acide\",\n\t\t\t\t\"jp\" : \"アシディックバイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2074\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Up\",\n\t\t\t\t\"de\" : \"Schadenswert +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2075\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder II\",\n\t\t\t\t\"de\" : \"Blitzra\",\n\t\t\t\t\"fr\" : \"Extra Foudre\",\n\t\t\t\t\"jp\" : \"サンダラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2076\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confiteor\",\n\t\t\t\t\"de\" : \"Confiteor\",\n\t\t\t\t\"fr\" : \"Confiteor\",\n\t\t\t\t\"jp\" : \"コンフィテオル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2077\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Chaos\",\n\t\t\t\t\"de\" : \"Inneres Chaos\",\n\t\t\t\t\"fr\" : \"Chaos intérieur\",\n\t\t\t\t\"jp\" : \"インナーカオス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2078\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chaotic Cyclone\",\n\t\t\t\t\"de\" : \"Chaosklinge\",\n\t\t\t\t\"fr\" : \"Cyclone chaotique\",\n\t\t\t\t\"jp\" : \"カオティックサイクロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2079\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flesh Wound\",\n\t\t\t\t\"de\" : \"Fleischwunde\",\n\t\t\t\t\"fr\" : \"Blessure physique\",\n\t\t\t\t\"jp\" : \"切傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2080\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stab Wound\",\n\t\t\t\t\"de\" : \"Stichwunde\",\n\t\t\t\t\"fr\" : \"Perforation\",\n\t\t\t\t\"jp\" : \"刺傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2081\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Prellung\",\n\t\t\t\t\"fr\" : \"Concussion\",\n\t\t\t\t\"jp\" : \"打撲傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2082\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2083\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frostbite\",\n\t\t\t\t\"de\" : \"Erfrierung\",\n\t\t\t\t\"fr\" : \"Gelure\",\n\t\t\t\t\"jp\" : \"凍傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2084\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2085\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sludge\",\n\t\t\t\t\"de\" : \"Schlamm\",\n\t\t\t\t\"fr\" : \"Emboué\",\n\t\t\t\t\"jp\" : \"汚泥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2086\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2087\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2088\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2089\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2090\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2091\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2092\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2093\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Healing Magic Down\",\n\t\t\t\t\"de\" : \"Heilmagie -\",\n\t\t\t\t\"fr\" : \"Malus de soin\",\n\t\t\t\t\"jp\" : \"回復魔法効果低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2094\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Water Resistance Down II\",\n\t\t\t\t\"de\" : \"Wasserresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à l'eau réduite+\",\n\t\t\t\t\"jp\" : \"水属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2095\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down II\",\n\t\t\t\t\"de\" : \"Blitzresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite+\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2096\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind Resistance Down II\",\n\t\t\t\t\"de\" : \"Windresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au vent réduite+\",\n\t\t\t\t\"jp\" : \"風属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2097\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth Resistance Down II\",\n\t\t\t\t\"de\" : \"Erdresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la terre réduite+\",\n\t\t\t\t\"jp\" : \"土属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2098\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down II\",\n\t\t\t\t\"de\" : \"Feuerresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite+\",\n\t\t\t\t\"jp\" : \"火属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2099\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2100\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unstable Gravity\",\n\t\t\t\t\"de\" : \"Schwerkraftschwankung\",\n\t\t\t\t\"fr\" : \"Gravité instable\",\n\t\t\t\t\"jp\" : \"グラビティバースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2101\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reprisal\",\n\t\t\t\t\"de\" : \"Reflexion\",\n\t\t\t\t\"fr\" : \"Rétorsion\",\n\t\t\t\t\"jp\" : \"リプライザル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2102\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Edge of Shadow\",\n\t\t\t\t\"de\" : \"Schattenklinge\",\n\t\t\t\t\"fr\" : \"Tranchant d'ombre\",\n\t\t\t\t\"jp\" : \"漆黒の剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2103\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Prellung\",\n\t\t\t\t\"fr\" : \"Concussion\",\n\t\t\t\t\"jp\" : \"打撲傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2104\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2105\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Finish\",\n\t\t\t\t\"de\" : \"Einfaches Finale\",\n\t\t\t\t\"fr\" : \"Final classique\",\n\t\t\t\t\"jp\" : \"スタンダードフィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2106\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Flare\",\n\t\t\t\t\"de\" : \"Verzögerung: Flare\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Brasier\",\n\t\t\t\t\"jp\" : \"ディレイスペル：フレア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2108\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shake It Off (Over Time)\",\n\t\t\t\t\"de\" : \"Abschütteln\",\n\t\t\t\t\"fr\" : \"Débarrassé\",\n\t\t\t\t\"jp\" : \"シェイクオフ［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2110\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ancient Circle\",\n\t\t\t\t\"de\" : \"Orbis Antiquus\",\n\t\t\t\t\"fr\" : \"Cercle ancien\",\n\t\t\t\t\"jp\" : \"エンシェントリング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2111\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2112\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2113\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Finish\",\n\t\t\t\t\"de\" : \"Einfaches Finale\",\n\t\t\t\t\"fr\" : \"Final classique\",\n\t\t\t\t\"jp\" : \"スタンダードフィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2114\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gobskin\",\n\t\t\t\t\"de\" : \"Gobhaut\",\n\t\t\t\t\"fr\" : \"Gobépiderme\",\n\t\t\t\t\"jp\" : \"ゴブスキン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2115\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Conked\",\n\t\t\t\t\"de\" : \"Stumpfsinn\",\n\t\t\t\t\"fr\" : \"Malus d'intelligence et d'esprit\",\n\t\t\t\t\"jp\" : \"ＩＮＴ・ＭＮＤ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2116\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meatily Shielded\",\n\t\t\t\t\"de\" : \"Absichern\",\n\t\t\t\t\"fr\" : \"Ordre défensif\",\n\t\t\t\t\"jp\" : \"防御指示\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2117\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meat Shield\",\n\t\t\t\t\"de\" : \"Absichern\",\n\t\t\t\t\"fr\" : \"Cible d'ordre défensif\",\n\t\t\t\t\"jp\" : \"防御指示［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2118\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmonized\",\n\t\t\t\t\"de\" : \"Angriffsbereit\",\n\t\t\t\t\"fr\" : \"Attaque préméditée\",\n\t\t\t\t\"jp\" : \"攻撃準備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2119\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cactguard\",\n\t\t\t\t\"de\" : \"Sukkulentenschild\",\n\t\t\t\t\"fr\" : \"Cactugarde\",\n\t\t\t\t\"jp\" : \"カクトガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2120\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Boost\",\n\t\t\t\t\"de\" : \"LP-Bonus\",\n\t\t\t\t\"fr\" : \"PV maximum augmentés\",\n\t\t\t\t\"jp\" : \"最大ＨＰ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2121\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Attenuation\",\n\t\t\t\t\"de\" : \"Lichtschwäche\",\n\t\t\t\t\"fr\" : \"Résistance astrale diminuée\",\n\t\t\t\t\"jp\" : \"星極性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2122\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Attenuation\",\n\t\t\t\t\"de\" : \"Schattenschwäche\",\n\t\t\t\t\"fr\" : \"Résistance ombrale diminuée\",\n\t\t\t\t\"jp\" : \"霊極性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2123\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Attenuation\",\n\t\t\t\t\"de\" : \"Leibesschwäche\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2124\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetheric Mimicry: Tank\",\n\t\t\t\t\"de\" : \"Äther-Mimikry: Verteidiger\",\n\t\t\t\t\"fr\" : \"Éther de protecteur\",\n\t\t\t\t\"jp\" : \"エーテルコピー：タンク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2125\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetheric Mimicry: DPS\",\n\t\t\t\t\"de\" : \"Äther-Mimikry: Angreifer\",\n\t\t\t\t\"fr\" : \"Éther de combattant\",\n\t\t\t\t\"jp\" : \"エーテルコピー：ＤＰＳ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2126\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetheric Mimicry: Healer\",\n\t\t\t\t\"de\" : \"Äther-Mimikry: Heiler\",\n\t\t\t\t\"fr\" : \"Éther de soigneur\",\n\t\t\t\t\"jp\" : \"エーテルコピー：ヒーラー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2127\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brush with Death\",\n\t\t\t\t\"de\" : \"Schwindender Wille\",\n\t\t\t\t\"fr\" : \"Volonté vacillante\",\n\t\t\t\t\"jp\" : \"意志薄弱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2130\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surpanakha's Fury\",\n\t\t\t\t\"de\" : \"Verbessertes Surpanakha\",\n\t\t\t\t\"fr\" : \"Surpanakha renforcée\",\n\t\t\t\t\"jp\" : \"徹甲散弾強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2131\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle High I\",\n\t\t\t\t\"de\" : \"Euphorie I\",\n\t\t\t\t\"fr\" : \"Ivresse du combat I\",\n\t\t\t\t\"jp\" : \"戦意高揚I\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2132\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle High II\",\n\t\t\t\t\"de\" : \"Euphorie II\",\n\t\t\t\t\"fr\" : \"Ivresse du combat II\",\n\t\t\t\t\"jp\" : \"戦意高揚II\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2133\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle High III\",\n\t\t\t\t\"de\" : \"Euphorie III\",\n\t\t\t\t\"fr\" : \"Ivresse du combat III\",\n\t\t\t\t\"jp\" : \"戦意高揚III\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2134\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle High IV\",\n\t\t\t\t\"de\" : \"Euphorie IV\",\n\t\t\t\t\"fr\" : \"Ivresse du combat IV\",\n\t\t\t\t\"jp\" : \"戦意高揚IV\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2135\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle High V\",\n\t\t\t\t\"de\" : \"Euphorie V\",\n\t\t\t\t\"fr\" : \"Ivresse du combat V\",\n\t\t\t\t\"jp\" : \"戦意高揚V\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2136\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortal Flame\",\n\t\t\t\t\"de\" : \"Ewige Flammen\",\n\t\t\t\t\"fr\" : \"Flamme mortelle\",\n\t\t\t\t\"jp\" : \"必滅の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2137\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Decree Nisi γ\",\n\t\t\t\t\"de\" : \"Letztes Vorläufiges Urteil γ\",\n\t\t\t\t\"fr\" : \"Peine provisoire γ ultime\",\n\t\t\t\t\"jp\" : \"最後の仮判決γ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2138\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Decree Nisi δ\",\n\t\t\t\t\"de\" : \"Letztes Vorläufiges Urteil δ\",\n\t\t\t\t\"fr\" : \"Peine provisoire δ ultime\",\n\t\t\t\t\"jp\" : \"最後の仮判決δ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2142\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Compressed Water\",\n\t\t\t\t\"de\" : \"Wasserkompression\",\n\t\t\t\t\"fr\" : \"Compression aqueuse\",\n\t\t\t\t\"jp\" : \"水属性圧縮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2143\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Compressed Lightning\",\n\t\t\t\t\"de\" : \"Blitzkompression\",\n\t\t\t\t\"fr\" : \"Compression électrique\",\n\t\t\t\t\"jp\" : \"雷属性圧縮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2144\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Water Resistance Down II\",\n\t\t\t\t\"de\" : \"Wasserresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à l'eau réduite+\",\n\t\t\t\t\"jp\" : \"水属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2145\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down II\",\n\t\t\t\t\"de\" : \"Blitzresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite+\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2146\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enigma Codex\",\n\t\t\t\t\"de\" : \"Enigma-Kodex\",\n\t\t\t\t\"fr\" : \"Enigma Codex\",\n\t\t\t\t\"jp\" : \"エニグマ・コーデックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2147\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enigma Codex\",\n\t\t\t\t\"de\" : \"Enigma-Kodex\",\n\t\t\t\t\"fr\" : \"Enigma Codex\",\n\t\t\t\t\"jp\" : \"エニグマ・コーデックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2148\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contact Prohibition Ordained\",\n\t\t\t\t\"de\" : \"Kontaktverbot\",\n\t\t\t\t\"fr\" : \"Contact prohibé\",\n\t\t\t\t\"jp\" : \"接触禁止命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2149\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contact Regulation Ordained\",\n\t\t\t\t\"de\" : \"Kontakt-Order\",\n\t\t\t\t\"fr\" : \"Contact forcé\",\n\t\t\t\t\"jp\" : \"接触保護命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2150\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Escape Prohibition Ordained\",\n\t\t\t\t\"de\" : \"Fluchtverbot\",\n\t\t\t\t\"fr\" : \"Fuite prohibée\",\n\t\t\t\t\"jp\" : \"逃亡禁止命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2151\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Escape Detection Ordained\",\n\t\t\t\t\"de\" : \"Fluchtbeobachtung\",\n\t\t\t\t\"fr\" : \"Fuite forcée\",\n\t\t\t\t\"jp\" : \"逃亡監察命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2152\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Word: Contact Prohibition\",\n\t\t\t\t\"de\" : \"Urteil: Kontaktverbot\",\n\t\t\t\t\"fr\" : \"Jugement: contact prohibé\",\n\t\t\t\t\"jp\" : \"確定判決：接触禁止命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2153\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Word: Contact Regulation\",\n\t\t\t\t\"de\" : \"Urteil: Kontakt-Order\",\n\t\t\t\t\"fr\" : \"Jugement: contact forcé\",\n\t\t\t\t\"jp\" : \"確定判決：接触保護命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2154\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Word: Escape Prohibition\",\n\t\t\t\t\"de\" : \"Urteil: Fluchtverbot\",\n\t\t\t\t\"fr\" : \"Jugement: fuite prohibée\",\n\t\t\t\t\"jp\" : \"確定判決：逃亡禁止命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2155\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Word: Escape Detection\",\n\t\t\t\t\"de\" : \"Urteil: Fluchtbeobachtung\",\n\t\t\t\t\"fr\" : \"Jugement: fuite forcée\",\n\t\t\t\t\"jp\" : \"確定判決：逃亡監察命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2157\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Oil\",\n\t\t\t\t\"de\" : \"Öl\",\n\t\t\t\t\"fr\" : \"Huile\",\n\t\t\t\t\"jp\" : \"オイル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2158\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2159\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Red Light\",\n\t\t\t\t\"de\" : \"Stillgestanden\",\n\t\t\t\t\"fr\" : \"Halte!\",\n\t\t\t\t\"jp\" : \"動くな！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2161\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2162\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2163\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2164\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2166\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magitek Field\",\n\t\t\t\t\"de\" : \"Magitek-Feld\",\n\t\t\t\t\"fr\" : \"Champ de force magitek\",\n\t\t\t\t\"jp\" : \"魔導フィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2168\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Veil\",\n\t\t\t\t\"de\" : \"Heiliger Quell\",\n\t\t\t\t\"fr\" : \"Voile divin\",\n\t\t\t\t\"jp\" : \"ディヴァインヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2169\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Veil\",\n\t\t\t\t\"de\" : \"Heiliger Quell (Barriere)\",\n\t\t\t\t\"fr\" : \"Voile divin\",\n\t\t\t\t\"jp\" : \"ディヴァインヴェール［バリア］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2170\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flood of Shadow\",\n\t\t\t\t\"de\" : \"Schattenflut\",\n\t\t\t\t\"fr\" : \"Déluge d'ombre\",\n\t\t\t\t\"jp\" : \"漆黒の波動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2171\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Missionary\",\n\t\t\t\t\"de\" : \"Dunkler Bote\",\n\t\t\t\t\"fr\" : \"Missionnaire des Ténèbres\",\n\t\t\t\t\"jp\" : \"ダークミッショナリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2172\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\",\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arm's Length\",\n\t\t\t\t\"de\" : \"Abtausch\",\n\t\t\t\t\"fr\" : \"Portée de bras\",\n\t\t\t\t\"jp\" : \"アームズレングス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2173\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meditative Brotherhood\",\n\t\t\t\t\"de\" : \"Meditative Bruderschaft\",\n\t\t\t\t\"fr\" : \"Fraternité méditative\",\n\t\t\t\t\"jp\" : \"桃園結義：闘気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2174\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brotherhood\",\n\t\t\t\t\"de\" : \"Bruderschaft\",\n\t\t\t\t\"fr\" : \"Fraternité combattante\",\n\t\t\t\t\"jp\" : \"桃園結義：攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2175\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Surge\",\n\t\t\t\t\"de\" : \"Vitalwallung\",\n\t\t\t\t\"fr\" : \"Souffle de vie\",\n\t\t\t\t\"jp\" : \"ライフサージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2176\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meditation\",\n\t\t\t\t\"de\" : \"Meditationsebene\",\n\t\t\t\t\"fr\" : \"Tension de la lame\",\n\t\t\t\t\"jp\" : \"剣圧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2177\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tactician\",\n\t\t\t\t\"de\" : \"Taktiker\",\n\t\t\t\t\"fr\" : \"Tacticien\",\n\t\t\t\t\"jp\" : \"タクティシャン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2178\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Warden's Grace\",\n\t\t\t\t\"de\" : \"Gunst des Hüters\",\n\t\t\t\t\"fr\" : \"Protection du Contemplateur\",\n\t\t\t\t\"jp\" : \"時神の護り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2179\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Testudo\",\n\t\t\t\t\"de\" : \"Testudo\",\n\t\t\t\t\"fr\" : \"Testudo\",\n\t\t\t\t\"jp\" : \"テストゥド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2180\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fast Draw\",\n\t\t\t\t\"de\" : \"Triggerwut\",\n\t\t\t\t\"fr\" : \"Fou de la gâchette\",\n\t\t\t\t\"jp\" : \"トリガーハッピー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2181\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"tank\",\n\t\t\t\"PGL\",\n\t\t\t\"MNK\",\n\t\t\t\"LNC\",\n\t\t\t\"DRG\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arm's Length\",\n\t\t\t\t\"de\" : \"Abtausch\",\n\t\t\t\t\"fr\" : \"Portée de bras\",\n\t\t\t\t\"jp\" : \"アームズレングス：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2182\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Excogitation\",\n\t\t\t\t\"de\" : \"Weise Voraussicht\",\n\t\t\t\t\"fr\" : \"Traité de l'excogitation\",\n\t\t\t\t\"jp\" : \"深謀遠慮の策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2183\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Field\",\n\t\t\t\t\"de\" : \"ノクターナルフィールド\",\n\t\t\t\t\"fr\" : \"ノクターナルフィールド\",\n\t\t\t\t\"jp\" : \"ノクターナルフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2184\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Retaliation\",\n\t\t\t\t\"de\" : \"Gegenangriff\",\n\t\t\t\t\"fr\" : \"Vengeance\",\n\t\t\t\t\"jp\" : \"逆襲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2185\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Feint\",\n\t\t\t\t\"de\" : \"Zermürben\",\n\t\t\t\t\"fr\" : \"Restreinte\",\n\t\t\t\t\"jp\" : \"牽制\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2186\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concentrate\",\n\t\t\t\t\"de\" : \"Konzentration\",\n\t\t\t\t\"fr\" : \"Concentration\",\n\t\t\t\t\"jp\" : \"集中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2187\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetheric Burst\",\n\t\t\t\t\"de\" : \"Ätherschub\",\n\t\t\t\t\"fr\" : \"Explosion éthérée\",\n\t\t\t\t\"jp\" : \"エーテルバースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2188\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Largesse\",\n\t\t\t\t\"de\" : \"Huld\",\n\t\t\t\t\"fr\" : \"Largesse\",\n\t\t\t\t\"jp\" : \"慈愛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2189\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Innovation\",\n\t\t\t\t\"de\" : \"Innovation\",\n\t\t\t\t\"fr\" : \"Innovation\",\n\t\t\t\t\"jp\" : \"イノベーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2190\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Appraisal\",\n\t\t\t\t\"de\" : \"Letzte Kontrolle\",\n\t\t\t\t\"fr\" : \"Dernières vérifications\",\n\t\t\t\t\"jp\" : \"最終確認\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2191\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Muscle Memory\",\n\t\t\t\t\"de\" : \"Motorisches Gedächtnis\",\n\t\t\t\t\"fr\" : \"Mémoire musculaire\",\n\t\t\t\t\"jp\" : \"確信\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2192\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blight\",\n\t\t\t\t\"de\" : \"Pesthauch\",\n\t\t\t\t\"fr\" : \"Supplice\",\n\t\t\t\t\"jp\" : \"クラウダ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2196\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light in the Dark\",\n\t\t\t\t\"de\" : \"Entfesseltes Licht\",\n\t\t\t\t\"fr\" : \"Lumière salvatrice\",\n\t\t\t\t\"jp\" : \"光の解放\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2198\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2199\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2200\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2201\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ancient Double\",\n\t\t\t\t\"de\" : \"Doppelung der Alten\",\n\t\t\t\t\"fr\" : \"Double ancien\",\n\t\t\t\t\"jp\" : \"エンシェントダブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2203\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortal Powder Mark\",\n\t\t\t\t\"de\" : \"Brandmal der Sterblichen\",\n\t\t\t\t\"fr\" : \"Marque de conflagration\",\n\t\t\t\t\"jp\" : \"大爆印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2206\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Atlas\",\n\t\t\t\t\"de\" : \"Meteorfänger\",\n\t\t\t\t\"fr\" : \"Chute encaissée\",\n\t\t\t\t\"jp\" : \"落下阻止\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2207\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unwavering Will\",\n\t\t\t\t\"de\" : \"Geistschild\",\n\t\t\t\t\"fr\" : \"Barrière psychologique\",\n\t\t\t\t\"jp\" : \"心理障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2208\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blind to Rage\",\n\t\t\t\t\"de\" : \"Verkörperter Zorn\",\n\t\t\t\t\"fr\" : \"Incarnation de la fureur\",\n\t\t\t\t\"jp\" : \"憤怒の化身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2209\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blind to Grief\",\n\t\t\t\t\"de\" : \"Verkörperte Trauer\",\n\t\t\t\t\"fr\" : \"Incarnation de l'angoisse\",\n\t\t\t\t\"jp\" : \"悲嘆の化身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2213\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2214\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Paeon\",\n\t\t\t\t\"de\" : \"Hymne der Krieger\",\n\t\t\t\t\"fr\" : \"Péan martial\",\n\t\t\t\t\"jp\" : \"軍神のパイオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2215\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Wanderer's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Wanderers\",\n\t\t\t\t\"fr\" : \"Menuet du Vagabond\",\n\t\t\t\t\"jp\" : \"旅神のメヌエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2216\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Wanderer's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Wanderers\",\n\t\t\t\t\"fr\" : \"Menuet du Vagabond\",\n\t\t\t\t\"jp\" : \"旅神のメヌエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2217\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mage's Ballad\",\n\t\t\t\t\"de\" : \"Ballade des Weisen\",\n\t\t\t\t\"fr\" : \"Ballade du mage\",\n\t\t\t\t\"jp\" : \"賢人のバラード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2218\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Paeon\",\n\t\t\t\t\"de\" : \"Hymne der Krieger\",\n\t\t\t\t\"fr\" : \"Péan martial\",\n\t\t\t\t\"jp\" : \"軍神のパイオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2219\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow of the Dragon\",\n\t\t\t\t\"de\" : \"Schwarzes Drachenblut\",\n\t\t\t\t\"fr\" : \"Sang noir du dragon\",\n\t\t\t\t\"jp\" : \"黒の竜血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2220\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2222\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Decree Nisi α\",\n\t\t\t\t\"de\" : \"Letztes Vorläufiges Urteil α\",\n\t\t\t\t\"fr\" : \"Peine provisoire α ultime\",\n\t\t\t\t\"jp\" : \"最後の仮判決α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2223\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Decree Nisi β\",\n\t\t\t\t\"de\" : \"Letztes Vorläufiges Urteil β\",\n\t\t\t\t\"fr\" : \"Peine provisoire β ultime\",\n\t\t\t\t\"jp\" : \"最後の仮判決β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2226\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veneration\",\n\t\t\t\t\"de\" : \"Ehrfurcht\",\n\t\t\t\t\"fr\" : \"Vénération\",\n\t\t\t\t\"jp\" : \"ヴェネレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2227\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Flash\",\n\t\t\t\t\"de\" : \"Urflackern\",\n\t\t\t\t\"fr\" : \"Exaltation naissante\",\n\t\t\t\t\"jp\" : \"原初の猛り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2228\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surge Protection\",\n\t\t\t\t\"de\" : \"Überspannungsschutz\",\n\t\t\t\t\"fr\" : \"Parafoudre\",\n\t\t\t\t\"jp\" : \"避雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2229\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Static Condensation\",\n\t\t\t\t\"de\" : \"Statische Ladung\",\n\t\t\t\t\"fr\" : \"Charge électrique\",\n\t\t\t\t\"jp\" : \"蓄電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2231\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fury's Bolt\",\n\t\t\t\t\"de\" : \"Wütender Blitz\",\n\t\t\t\t\"fr\" : \"Boules de foudre\",\n\t\t\t\t\"jp\" : \"チャージボルト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2232\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"System Shock\",\n\t\t\t\t\"de\" : \"Elektrisiert\",\n\t\t\t\t\"fr\" : \"Électro-choc\",\n\t\t\t\t\"jp\" : \"電気ショック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2233\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrified\",\n\t\t\t\t\"de\" : \"Stromleiter\",\n\t\t\t\t\"fr\" : \"Électrocution irradiante\",\n\t\t\t\t\"jp\" : \"過剰帯電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2238\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Effect\",\n\t\t\t\t\"de\" : \"Denaturation Licht\",\n\t\t\t\t\"fr\" : \"Corruption de Lumière\",\n\t\t\t\t\"jp\" : \"偏属性：光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2239\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Effect\",\n\t\t\t\t\"de\" : \"Denaturation Dunkelheit\",\n\t\t\t\t\"fr\" : \"Corruption de Ténèbres\",\n\t\t\t\t\"jp\" : \"偏属性：闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2240\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward with Thee\",\n\t\t\t\t\"de\" : \"Deportation: vorne\",\n\t\t\t\t\"fr\" : \"Translation avant\",\n\t\t\t\t\"jp\" : \"強制転移：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2241\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Back with Thee\",\n\t\t\t\t\"de\" : \"Deportation: hinten\",\n\t\t\t\t\"fr\" : \"Translation arrière\",\n\t\t\t\t\"jp\" : \"強制転移：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2242\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left with Thee\",\n\t\t\t\t\"de\" : \"Deportation: links\",\n\t\t\t\t\"fr\" : \"Translation gauche\",\n\t\t\t\t\"jp\" : \"強制転移：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2243\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right with Thee\",\n\t\t\t\t\"de\" : \"Deportation: rechts\",\n\t\t\t\t\"fr\" : \"Translation droite\",\n\t\t\t\t\"jp\" : \"強制転移：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2244\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anemomorph\",\n\t\t\t\t\"de\" : \"Hydromimesis\",\n\t\t\t\t\"fr\" : \"Hélicomorphie\",\n\t\t\t\t\"jp\" : \"竜巻形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2245\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hated of Levin\",\n\t\t\t\t\"de\" : \"Fluch des Blitzes\",\n\t\t\t\t\"fr\" : \"Malédiction du Patriarche fulgurant\",\n\t\t\t\t\"jp\" : \"雷神の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2246\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2247\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waymark\",\n\t\t\t\t\"de\" : \"Ziel des Ansturms\",\n\t\t\t\t\"fr\" : \"Cible d'une ruée\",\n\t\t\t\t\"jp\" : \"突進標的\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2248\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Down\",\n\t\t\t\t\"de\" : \"Schlagresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au contondant réduite\",\n\t\t\t\t\"jp\" : \"打属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2249\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unstable\",\n\t\t\t\t\"de\" : \"Außer Balance\",\n\t\t\t\t\"fr\" : \"Déséquilibre\",\n\t\t\t\t\"jp\" : \"不安定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2250\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightheaded\",\n\t\t\t\t\"de\" : \"Auf wackeligen Beinen\",\n\t\t\t\t\"fr\" : \"Titubation\",\n\t\t\t\t\"jp\" : \"ふらつき\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2251\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Freezing\",\n\t\t\t\t\"de\" : \"Allmähliche Kühlung\",\n\t\t\t\t\"fr\" : \"Congélation graduelle\",\n\t\t\t\t\"jp\" : \"徐々に氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2252\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2253\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refulgent Chain\",\n\t\t\t\t\"de\" : \"Lichtfessel\",\n\t\t\t\t\"fr\" : \"Chaînes de Lumière\",\n\t\t\t\t\"jp\" : \"光の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2254\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refulgent Chain\",\n\t\t\t\t\"de\" : \"Lichtfessel\",\n\t\t\t\t\"fr\" : \"Chaînes de Lumière\",\n\t\t\t\t\"jp\" : \"光の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2255\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refulgent Fate\",\n\t\t\t\t\"de\" : \"Bann des Lichts\",\n\t\t\t\t\"fr\" : \"Lien de Lumière\",\n\t\t\t\t\"jp\" : \"光の呪縛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2256\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refulgent Fate\",\n\t\t\t\t\"de\" : \"Bann des Lichts\",\n\t\t\t\t\"fr\" : \"Lien de Lumière\",\n\t\t\t\t\"jp\" : \"光の呪縛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2257\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightsteeped\",\n\t\t\t\t\"de\" : \"Exzessives Licht\",\n\t\t\t\t\"fr\" : \"Lumière excédentaire\",\n\t\t\t\t\"jp\" : \"過剰光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2258\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wyrmclaw\",\n\t\t\t\t\"de\" : \"Krallen des heiligen Drachen\",\n\t\t\t\t\"fr\" : \"Griffes du Dragon divin\",\n\t\t\t\t\"jp\" : \"聖竜の爪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2259\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wyrmfang\",\n\t\t\t\t\"de\" : \"Reißzähne des heiligen Drachen\",\n\t\t\t\t\"fr\" : \"Crocs du Dragon divin\",\n\t\t\t\t\"jp\" : \"聖竜の牙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2260\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hated of Frost\",\n\t\t\t\t\"de\" : \"Verfluchung der Eisgöttin\",\n\t\t\t\t\"fr\" : \"Malédiction de la Furie des neiges\",\n\t\t\t\t\"jp\" : \"氷神の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2261\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hated of the Wyrm\",\n\t\t\t\t\"de\" : \"Verfluchung des Drachen\",\n\t\t\t\t\"fr\" : \"Malédiction du Dragon divin\",\n\t\t\t\t\"jp\" : \"聖竜の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2262\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grace of Light\",\n\t\t\t\t\"de\" : \"Segen des Lichts\",\n\t\t\t\t\"fr\" : \"Bénédiction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2263\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shock Spikes\",\n\t\t\t\t\"de\" : \"Schockstachel\",\n\t\t\t\t\"fr\" : \"Pointes de foudre\",\n\t\t\t\t\"jp\" : \"ショックスパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2264\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Braced\",\n\t\t\t\t\"de\" : \"Stand festigen\",\n\t\t\t\t\"fr\" : \"Volonté de tenir bon\",\n\t\t\t\t\"jp\" : \"ふんばる覚悟\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2265\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standing Firm\",\n\t\t\t\t\"de\" : \"Starkes Standbein\",\n\t\t\t\t\"fr\" : \"Tenir bon\",\n\t\t\t\t\"jp\" : \"ふんばる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2266\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seduced\",\n\t\t\t\t\"de\" : \"Versuchung\",\n\t\t\t\t\"fr\" : \"Séduction\",\n\t\t\t\t\"jp\" : \"誘惑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2267\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meat Shield\",\n\t\t\t\t\"de\" : \"Fleischschild\",\n\t\t\t\t\"fr\" : \"Chair à canon\",\n\t\t\t\t\"jp\" : \"ミートシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2269\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"FATE Participant\",\n\t\t\t\t\"de\" : \"In FATE\",\n\t\t\t\t\"fr\" : \"En ALÉA\",\n\t\t\t\t\"jp\" : \"F.A.T.E.参加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2271\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Panic\",\n\t\t\t\t\"de\" : \"Panik\",\n\t\t\t\t\"fr\" : \"En panique\",\n\t\t\t\t\"jp\" : \"パニック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2275\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intemperate\",\n\t\t\t\t\"de\" : \"Temperatur instabil\",\n\t\t\t\t\"fr\" : \"Température instable\",\n\t\t\t\t\"jp\" : \"体温変化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2276\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Costume\",\n\t\t\t\t\"de\" : \"In Verkleidung\",\n\t\t\t\t\"fr\" : \"Costume\",\n\t\t\t\t\"jp\" : \"着ぐるみ着用\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2277\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Brand: +1\",\n\t\t\t\t\"de\" : \"Temperaturfluch +1\",\n\t\t\t\t\"fr\" : \"Malédiction ardente +1\",\n\t\t\t\t\"jp\" : \"体温上昇の呪印＋1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2278\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Resistance Down\",\n\t\t\t\t\"de\" : \"Lichtresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à la Lumière réduite\",\n\t\t\t\t\"jp\" : \"光属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2280\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enlarged\",\n\t\t\t\t\"de\" : \"Rasantes Wachstum\",\n\t\t\t\t\"fr\" : \"Grossissement\",\n\t\t\t\t\"jp\" : \"巨大化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2281\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fully Enlarged\",\n\t\t\t\t\"de\" : \"Maximalwachstum\",\n\t\t\t\t\"fr\" : \"Gigantisme\",\n\t\t\t\t\"jp\" : \"最大化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2282\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Embolden\",\n\t\t\t\t\"de\" : \"Ermutigen\",\n\t\t\t\t\"fr\" : \"Enhardissement\",\n\t\t\t\t\"jp\" : \"エンボルデン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2283\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collective Unconscious\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif\",\n\t\t\t\t\"jp\" : \"運命の輪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2284\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Running Wild\",\n\t\t\t\t\"de\" : \"Volle Kraft\",\n\t\t\t\t\"fr\" : \"Déchaîne-toi!\",\n\t\t\t\t\"jp\" : \"ふりしぼれ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2287\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Hallowed Ground\",\n\t\t\t\t\"de\" : \"Vollkommene Unbesiegbarkeit\",\n\t\t\t\t\"fr\" : \"Invincibilité véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・インビンシブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2291\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Brand: +2\",\n\t\t\t\t\"de\" : \"Temperaturfluch +2\",\n\t\t\t\t\"fr\" : \"Malédiction ardente +2\",\n\t\t\t\t\"jp\" : \"体温上昇の呪印＋2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2292\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Brand: -1\",\n\t\t\t\t\"de\" : \"Temperaturfluch -1\",\n\t\t\t\t\"fr\" : \"Malédiction glaciale -1\",\n\t\t\t\t\"jp\" : \"体温低下の呪印－1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2293\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dash\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Élan\",\n\t\t\t\t\"jp\" : \"ダッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2294\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyretic Booster\",\n\t\t\t\t\"de\" : \"Übermodus\",\n\t\t\t\t\"fr\" : \"Mode turbo\",\n\t\t\t\t\"jp\" : \"ブーストモード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2295\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Aegis\",\n\t\t\t\t\"de\" : \"Ätherbarriere\",\n\t\t\t\t\"fr\" : \"Barrière éthérée\",\n\t\t\t\t\"jp\" : \"エーテルバリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2296\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Brand: -2\",\n\t\t\t\t\"de\" : \"Temperaturfluch -2\",\n\t\t\t\t\"fr\" : \"Malédiction glaciale -2\",\n\t\t\t\t\"jp\" : \"体温低下の呪印－2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2297\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Blade: +1\",\n\t\t\t\t\"de\" : \"Heiße Klinge +1\",\n\t\t\t\t\"fr\" : \"Sabre ardent +1\",\n\t\t\t\t\"jp\" : \"高熱刃＋1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2298\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Blade: +2\",\n\t\t\t\t\"de\" : \"Heiße Klinge +2\",\n\t\t\t\t\"fr\" : \"Sabre ardent +2\",\n\t\t\t\t\"jp\" : \"高熱刃＋2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2299\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Blade: -1\",\n\t\t\t\t\"de\" : \"Kalte Klinge -1\",\n\t\t\t\t\"fr\" : \"Sabre glacial -1\",\n\t\t\t\t\"jp\" : \"低熱刃－1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2300\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Blade: -2\",\n\t\t\t\t\"de\" : \"Kalte Klinge -2\",\n\t\t\t\t\"fr\" : \"Sabre glacial -2\",\n\t\t\t\t\"jp\" : \"低熱刃－2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2303\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Walking Dead\",\n\t\t\t\t\"de\" : \"Absoluter Erweckter\",\n\t\t\t\t\"fr\" : \"Marcheur des limbes véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・ウォーキングデッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2304\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Floating Fetters\",\n\t\t\t\t\"de\" : \"Schwebende Fesseln\",\n\t\t\t\t\"fr\" : \"Entraves flottantes\",\n\t\t\t\t\"jp\" : \"浮遊拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2305\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zombification\",\n\t\t\t\t\"de\" : \"Zombie\",\n\t\t\t\t\"fr\" : \"Zombification\",\n\t\t\t\t\"jp\" : \"ゾンビー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2306\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boot Camp Mode\",\n\t\t\t\t\"de\" : \"Lektionsmodul\",\n\t\t\t\t\"fr\" : \"Module de serrage de vis\",\n\t\t\t\t\"jp\" : \"鬼教官チップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2310\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Truly Berserk\",\n\t\t\t\t\"de\" : \"Berserkerwut\",\n\t\t\t\t\"fr\" : \"Berserker véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・バーサク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2311\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Aetherweaver\",\n\t\t\t\t\"de\" : \"Trank des Veteranen\",\n\t\t\t\t\"fr\" : \"Breuvage de prêtre guerrier\",\n\t\t\t\t\"jp\" : \"術士の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2312\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Martialist\",\n\t\t\t\t\"de\" : \"Trank des Kämpfers\",\n\t\t\t\t\"fr\" : \"Breuvage de protecteur intrépide\",\n\t\t\t\t\"jp\" : \"闘士の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2313\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Savior\",\n\t\t\t\t\"de\" : \"Trank des Heilers\",\n\t\t\t\t\"fr\" : \"Breuvage de vivificateur\",\n\t\t\t\t\"jp\" : \"治癒者の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2314\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Veteran\",\n\t\t\t\t\"de\" : \"Trank des Kampfmagiers\",\n\t\t\t\t\"fr\" : \"Breuvage de mage guerrier\",\n\t\t\t\t\"jp\" : \"魔戦士の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2315\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Platebearer\",\n\t\t\t\t\"de\" : \"Trank des Ritters\",\n\t\t\t\t\"fr\" : \"Breuvage de soldat cuirassé\",\n\t\t\t\t\"jp\" : \"重騎兵の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2316\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Guardian\",\n\t\t\t\t\"de\" : \"Trank des Beschützers\",\n\t\t\t\t\"fr\" : \"Breuvage de gardien\",\n\t\t\t\t\"jp\" : \"守護者の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2317\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Ordained\",\n\t\t\t\t\"de\" : \"Trank des Priesters\",\n\t\t\t\t\"fr\" : \"Breuvage de prêtre\",\n\t\t\t\t\"jp\" : \"司祭の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2318\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Skirmisher\",\n\t\t\t\t\"de\" : \"Trank des Kriegers\",\n\t\t\t\t\"fr\" : \"Breuvage de combattant\",\n\t\t\t\t\"jp\" : \"武人の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2319\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Watcher\",\n\t\t\t\t\"de\" : \"Trank des Spähers\",\n\t\t\t\t\"fr\" : \"Breuvage d'éclaireur\",\n\t\t\t\t\"jp\" : \"斥候の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2320\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Profane\",\n\t\t\t\t\"de\" : \"Trank des Mönchs\",\n\t\t\t\t\"fr\" : \"Breuvage de prêtre hérétique\",\n\t\t\t\t\"jp\" : \"破戒僧の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2321\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Irregular\",\n\t\t\t\t\"de\" : \"Trank des Berserkers\",\n\t\t\t\t\"fr\" : \"Breuvage de guerrier enragé\",\n\t\t\t\t\"jp\" : \"狂戦士の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2322\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Breathtaker\",\n\t\t\t\t\"de\" : \"Trank des Diebes\",\n\t\t\t\t\"fr\" : \"Breuvage de voleur\",\n\t\t\t\t\"jp\" : \"盗賊の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2323\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Bloodsucker\",\n\t\t\t\t\"de\" : \"Trank des Blutsaugers\",\n\t\t\t\t\"fr\" : \"Breuvage de vampire\",\n\t\t\t\t\"jp\" : \"吸血鬼の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2324\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Beast\",\n\t\t\t\t\"de\" : \"Trank der Wolfsleute\",\n\t\t\t\t\"fr\" : \"Breuvage d'homme-loup\",\n\t\t\t\t\"jp\" : \"人狼の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2325\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Templar\",\n\t\t\t\t\"de\" : \"Trank des Paladins\",\n\t\t\t\t\"fr\" : \"Breuvage de chevalier sacré\",\n\t\t\t\t\"jp\" : \"聖騎士の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2326\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Noble Ends\",\n\t\t\t\t\"de\" : \"Gemüt der Verdrossenheit\",\n\t\t\t\t\"fr\" : \"Seuil de la frénésie\",\n\t\t\t\t\"jp\" : \"背水の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2327\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Honored Sacrifice\",\n\t\t\t\t\"de\" : \"Gemüt der Ungehaltenheit\",\n\t\t\t\t\"fr\" : \"Seuil de l'abnégation\",\n\t\t\t\t\"jp\" : \"捨身の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2328\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Tireless Conviction\",\n\t\t\t\t\"de\" : \"Gemüt der Beharrlichkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la patience\",\n\t\t\t\t\"jp\" : \"忍耐の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2329\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Firm Resolve\",\n\t\t\t\t\"de\" : \"Gemüt der Folgsamkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la préservation\",\n\t\t\t\t\"jp\" : \"堅守の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2330\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Solemn Clarity\",\n\t\t\t\t\"de\" : \"Gemüt der Besinnlichkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la contemplation\",\n\t\t\t\t\"jp\" : \"瞑想の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2331\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Honed Acuity\",\n\t\t\t\t\"de\" : \"Gemüt der Empfindsamkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la perception\",\n\t\t\t\t\"jp\" : \"鋭敏の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2332\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Font of Magic\",\n\t\t\t\t\"de\" : \"Verschollene Magiefontäne\",\n\t\t\t\t\"fr\" : \"Fontaine de magie oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・マジックフォント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2333\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Protect\",\n\t\t\t\t\"de\" : \"Verschollenes Protes\",\n\t\t\t\t\"fr\" : \"Bouclier oublié\",\n\t\t\t\t\"jp\" : \"ロスト・プロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2334\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Shell\",\n\t\t\t\t\"de\" : \"Verschollenes Vallum\",\n\t\t\t\t\"fr\" : \"Barrière oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・シェル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2335\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Swift\",\n\t\t\t\t\"de\" : \"Verschollene Eile\",\n\t\t\t\t\"fr\" : \"Vélocité oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スウィフト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2336\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Stealth\",\n\t\t\t\t\"de\" : \"Verschollene Coeurl-Pfoten\",\n\t\t\t\t\"fr\" : \"Furtivité oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・ステルス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2337\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Reflect\",\n\t\t\t\t\"de\" : \"Verschollene Reflexion\",\n\t\t\t\t\"fr\" : \"Miroir oublié\",\n\t\t\t\t\"jp\" : \"ロスト・リフレク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2338\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Spellforge\",\n\t\t\t\t\"de\" : \"Verschollene Zauberschmiede\",\n\t\t\t\t\"fr\" : \"Forgesort oublié\",\n\t\t\t\t\"jp\" : \"ロスト・スペルフォージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2339\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Steelsting\",\n\t\t\t\t\"de\" : \"Verschollener Stahlstachel\",\n\t\t\t\t\"fr\" : \"Morsure de l'acier oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スチールスティング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2340\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Banish\",\n\t\t\t\t\"de\" : \"Verschollenes Verbannga\",\n\t\t\t\t\"fr\" : \"Bannissement oublié\",\n\t\t\t\t\"jp\" : \"ロスト・バニシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2341\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Bravery\",\n\t\t\t\t\"de\" : \"Verschollene Courage\",\n\t\t\t\t\"fr\" : \"Bravoure oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・ブレイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2342\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auto-potion\",\n\t\t\t\t\"de\" : \"Auto-Heiltrank\",\n\t\t\t\t\"fr\" : \"Auto-potion\",\n\t\t\t\t\"jp\" : \"オートポーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2343\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auto-ether\",\n\t\t\t\t\"de\" : \"Auto-Äther\",\n\t\t\t\t\"fr\" : \"Auto-éther\",\n\t\t\t\t\"jp\" : \"オートエーテル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2344\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auto-remedy\",\n\t\t\t\t\"de\" : \"Auto-Remedium\",\n\t\t\t\t\"fr\" : \"Auto-remède\",\n\t\t\t\t\"jp\" : \"オートレメディ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2345\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Manawall\",\n\t\t\t\t\"de\" : \"Verschollene Mana-Wand\",\n\t\t\t\t\"fr\" : \"Mur de mana oublié\",\n\t\t\t\t\"jp\" : \"ロスト・ウォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2346\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Font of Power\",\n\t\t\t\t\"de\" : \"Verschollene Machtfontäne\",\n\t\t\t\t\"fr\" : \"Fontaine de puissance oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・パワーフォント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2348\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reminiscence\",\n\t\t\t\t\"de\" : \"Verschollenes Wissen\",\n\t\t\t\t\"fr\" : \"Rappel d'action oubliée\",\n\t\t\t\t\"jp\" : \"ロストアクション継承\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2349\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Essence of the Victor\",\n\t\t\t\t\"de\" : \"Wundertrank des Siegers\",\n\t\t\t\t\"fr\" : \"Breuvage des conquérants\",\n\t\t\t\t\"jp\" : \"覇者の霊薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2350\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hastilude\",\n\t\t\t\t\"de\" : \"Hastiludia\",\n\t\t\t\t\"fr\" : \"Hastilude\",\n\t\t\t\t\"jp\" : \"ハスティルード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2351\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hastilude Heartened\",\n\t\t\t\t\"de\" : \"Hastiludia\",\n\t\t\t\t\"fr\" : \"Hastilude (effet)\",\n\t\t\t\t\"jp\" : \"ハスティルード：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2352\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Unyielding Defense\",\n\t\t\t\t\"de\" : \"Gemüt der Standhaftigkeit\",\n\t\t\t\t\"fr\" : \"Seuil de l'indestructibilité\",\n\t\t\t\t\"jp\" : \"鉄壁の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2353\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Limitless Grace\",\n\t\t\t\t\"de\" : \"Gemüt der Selbstlosigkeit\",\n\t\t\t\t\"fr\" : \"Seuil de l'anatman\",\n\t\t\t\t\"jp\" : \"無我の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2354\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Transcendent Finesse\",\n\t\t\t\t\"de\" : \"Gemüt der Vehemenz\",\n\t\t\t\t\"fr\" : \"Seuil de la célérité\",\n\t\t\t\t\"jp\" : \"神速の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2355\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reraise\",\n\t\t\t\t\"de\" : \"Rückkehr aus dem Jenseits\",\n\t\t\t\t\"fr\" : \"Auréole\",\n\t\t\t\t\"jp\" : \"リレイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2356\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Incense\",\n\t\t\t\t\"de\" : \"Verschollener Hohn\",\n\t\t\t\t\"fr\" : \"Incitation oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・エンミティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2358\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders\",\n\t\t\t\t\"de\" : \"Hilfsgesuch\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception\",\n\t\t\t\t\"jp\" : \"攻撃要請\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2359\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Vigil for the Lost\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Vigil, Feuerkraft hoch zehn\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Vigile de feu\",\n\t\t\t\t\"jp\" : \"攻撃要請：高火力陸戦魔導兵器「ヴィジル」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2360\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Kill It with Fire\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Peeriefool, das faule Gemüse\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Grandeur et pestilence\",\n\t\t\t\t\"jp\" : \"攻撃要請：腐乱野菜「ピーリフール」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2361\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: The Hunt for Red Choctober\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Der Rote Meteor und seine Meute\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Une ruée en rouge\",\n\t\t\t\t\"jp\" : \"攻撃要請：赤チョコボのヌシ「レッドコメット」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2362\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: The Final Furlong\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Spartoi der Gefürchtete\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Menace spectrale\",\n\t\t\t\t\"jp\" : \"攻撃要請：怨念の死霊「スパルトイ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2363\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Rise of the Robots\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Im Schatten von Modell X\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Le soulèvement des machines\",\n\t\t\t\t\"jp\" : \"攻撃要請：新たなる鉄巨人「魔導レイバーX型」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2364\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Metal Fox Chaos\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Dáinsleif, Bestie aus Eisen\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Le guerrier de métal\",\n\t\t\t\t\"jp\" : \"攻撃要請：鋼鉄の魔獣「ダーインスレイヴ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2365\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Morale\",\n\t\t\t\t\"de\" : \"Kampfgeist\",\n\t\t\t\t\"fr\" : \"Clameur des vaillants\",\n\t\t\t\t\"jp\" : \"士気高揚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2367\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pall of Darkness\",\n\t\t\t\t\"de\" : \"Stockfinster\",\n\t\t\t\t\"fr\" : \"Légère cécité\",\n\t\t\t\t\"jp\" : \"薄暗闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2368\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Warmonger\",\n\t\t\t\t\"de\" : \"Feuer der Schlacht\",\n\t\t\t\t\"fr\" : \"Frénésie de la bataille\",\n\t\t\t\t\"jp\" : \"戦場の熱狂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2371\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down\",\n\t\t\t\t\"de\" : \"Blitzresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2372\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Absolute Protect\",\n\t\t\t\t\"de\" : \"Absolutes Protes\",\n\t\t\t\t\"fr\" : \"Bouclier absolu\",\n\t\t\t\t\"jp\" : \"アブソリュートプロテス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2373\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mark of Mortality\",\n\t\t\t\t\"de\" : \"Todessiegel\",\n\t\t\t\t\"fr\" : \"Marque de mort\",\n\t\t\t\t\"jp\" : \"死の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2375\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Feelin' Hot\",\n\t\t\t\t\"de\" : \"Bombenhitze\",\n\t\t\t\t\"fr\" : \"Gain explosif\",\n\t\t\t\t\"jp\" : \"熱量向上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2376\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quintuplecast\",\n\t\t\t\t\"de\" : \"Fünffachzauber\",\n\t\t\t\t\"fr\" : \"Quintuple sort\",\n\t\t\t\t\"jp\" : \"五連魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2377\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imbued Saber\",\n\t\t\t\t\"de\" : \"Magieklinge\",\n\t\t\t\t\"fr\" : \"Magilame\",\n\t\t\t\t\"jp\" : \"魔法剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2378\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste+\",\n\t\t\t\t\"de\" : \"Hast +\",\n\t\t\t\t\"fr\" : \"Hâte +\",\n\t\t\t\t\"jp\" : \"ヘイスト＋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2379\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fresh Perspective\",\n\t\t\t\t\"de\" : \"Spezialangriff\",\n\t\t\t\t\"fr\" : \"Combat spécial\",\n\t\t\t\t\"jp\" : \"特殊戦闘\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2380\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Warmonger\",\n\t\t\t\t\"de\" : \"Feuer der Schlacht\",\n\t\t\t\t\"fr\" : \"Frénésie de la bataille\",\n\t\t\t\t\"jp\" : \"戦場の熱狂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2381\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2382\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2383\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2384\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2385\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hypercharged Condensation\",\n\t\t\t\t\"de\" : \"Elektrisierte Kondensation\",\n\t\t\t\t\"fr\" : \"Aspiration particulaire\",\n\t\t\t\t\"jp\" : \"波動雲吸引\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2387\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Curse of Darkness\",\n\t\t\t\t\"de\" : \"Partikelfluch\",\n\t\t\t\t\"fr\" : \"Malédiction particulaire\",\n\t\t\t\t\"jp\" : \"波動の呪詛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2388\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nausea\",\n\t\t\t\t\"de\" : \"Nausea\",\n\t\t\t\t\"fr\" : \"Nausée\",\n\t\t\t\t\"jp\" : \"吐き気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2390\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hover\",\n\t\t\t\t\"de\" : \"Schweben\",\n\t\t\t\t\"fr\" : \"Élévation\",\n\t\t\t\t\"jp\" : \"滞空\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2391\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2392\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Shot\",\n\t\t\t\t\"de\" : \"Donnerkugel\",\n\t\t\t\t\"fr\" : \"Barillet tonnerre\",\n\t\t\t\t\"jp\" : \"サンダーバレット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2394\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2395\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2401\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2402\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Evasion Up\",\n\t\t\t\t\"de\" : \"Ausweich-Bonus\",\n\t\t\t\t\"fr\" : \"Esquive augmentée\",\n\t\t\t\t\"jp\" : \"回避率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2403\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Evasion Down\",\n\t\t\t\t\"de\" : \"Ausweich-Malus\",\n\t\t\t\t\"fr\" : \"Esquive réduite\",\n\t\t\t\t\"jp\" : \"回避率ダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2404\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2405\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Out of Control\",\n\t\t\t\t\"de\" : \"Keine Kontrolle\",\n\t\t\t\t\"fr\" : \"Incontrôlable\",\n\t\t\t\t\"jp\" : \"制御不能\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2406\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shock Spikes\",\n\t\t\t\t\"de\" : \"Schockstachel\",\n\t\t\t\t\"fr\" : \"Pointes de foudre\",\n\t\t\t\t\"jp\" : \"ショックスパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2409\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Process of Elimination A\",\n\t\t\t\t\"de\" : \"Vernichtungsprogramm A\",\n\t\t\t\t\"fr\" : \"Programme d'extermination A\",\n\t\t\t\t\"jp\" : \"殲滅プログラムA\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2410\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Process of Elimination B\",\n\t\t\t\t\"de\" : \"Vernichtungsprogramm B\",\n\t\t\t\t\"fr\" : \"Programme d'extermination B\",\n\t\t\t\t\"jp\" : \"殲滅プログラムB\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2411\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Process of Elimination C\",\n\t\t\t\t\"de\" : \"Vernichtungsprogramm C\",\n\t\t\t\t\"fr\" : \"Programme d'extermination C\",\n\t\t\t\t\"jp\" : \"殲滅プログラムC\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2412\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cover\",\n\t\t\t\t\"de\" : \"Deckung\",\n\t\t\t\t\"fr\" : \"Couverture\",\n\t\t\t\t\"jp\" : \"かばう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2413\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Covered\",\n\t\t\t\t\"de\" : \"Gedeckt\",\n\t\t\t\t\"fr\" : \"Couvert\",\n\t\t\t\t\"jp\" : \"かばう［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2416\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Beyond Darkness\",\n\t\t\t\t\"de\" : \"Unzähmbares Licht\",\n\t\t\t\t\"fr\" : \"Lumière salvatrice+\",\n\t\t\t\t\"jp\" : \"光の解放［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2418\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collector's Standard\",\n\t\t\t\t\"de\" : \"Akribie\",\n\t\t\t\t\"fr\" : \"Œil vif\",\n\t\t\t\t\"jp\" : \"活眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2419\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Servant of Shadow\",\n\t\t\t\t\"de\" : \"Diener des Schattens\",\n\t\t\t\t\"fr\" : \"Serviteur de l'Ombre\",\n\t\t\t\t\"jp\" : \"影の従僕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2420\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Servant of Shadow\",\n\t\t\t\t\"de\" : \"Diener des Schattens\",\n\t\t\t\t\"fr\" : \"Serviteur de l'Ombre\",\n\t\t\t\t\"jp\" : \"影の従僕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2421\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Servant of Shadow\",\n\t\t\t\t\"de\" : \"Diener des Schattens\",\n\t\t\t\t\"fr\" : \"Serviteur de l'Ombre\",\n\t\t\t\t\"jp\" : \"影の従僕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2422\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Servant of Shadow\",\n\t\t\t\t\"de\" : \"Diener des Schattens\",\n\t\t\t\t\"fr\" : \"Serviteur de l'Ombre\",\n\t\t\t\t\"jp\" : \"影の従僕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2424\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackled Apart\",\n\t\t\t\t\"de\" : \"Kettenbruch\",\n\t\t\t\t\"fr\" : \"Chaînes de rupture\",\n\t\t\t\t\"jp\" : \"離別の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2425\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackled Together\",\n\t\t\t\t\"de\" : \"Schattenfesseln\",\n\t\t\t\t\"fr\" : \"Chaînes d'union\",\n\t\t\t\t\"jp\" : \"束縛の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2432\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2433\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2434\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Gambler\",\n\t\t\t\t\"de\" : \"Trank des Draufgängers\",\n\t\t\t\t\"fr\" : \"Breuvage de risque-tout\",\n\t\t\t\t\"jp\" : \"勝負師の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2435\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Elder\",\n\t\t\t\t\"de\" : \"Trank des Weisen\",\n\t\t\t\t\"fr\" : \"Breuvage de sage\",\n\t\t\t\t\"jp\" : \"賢者の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2436\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Duelist\",\n\t\t\t\t\"de\" : \"Trank des Fechtmeisters\",\n\t\t\t\t\"fr\" : \"Breuvage de fine lame\",\n\t\t\t\t\"jp\" : \"剣豪の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2437\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Fiendhunter\",\n\t\t\t\t\"de\" : \"Trank des Bogengeweihten\",\n\t\t\t\t\"fr\" : \"Breuvage d'archer émérite\",\n\t\t\t\t\"jp\" : \"弓聖の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2438\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Indomitable\",\n\t\t\t\t\"de\" : \"Trank des Helden\",\n\t\t\t\t\"fr\" : \"Breuvage de héros illustre\",\n\t\t\t\t\"jp\" : \"豪傑の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2439\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Divine\",\n\t\t\t\t\"de\" : \"Trank des Heiligen\",\n\t\t\t\t\"fr\" : \"Breuvage de saint\",\n\t\t\t\t\"jp\" : \"聖人の薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2440\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Flare Star\",\n\t\t\t\t\"de\" : \"Verschollener Flare-Stern\",\n\t\t\t\t\"fr\" : \"Astre flamboyant oublié\",\n\t\t\t\t\"jp\" : \"ロスト・フレアスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2441\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Rend Armor\",\n\t\t\t\t\"de\" : \"Verschollener Panzerbruch\",\n\t\t\t\t\"fr\" : \"Brise-armure oublié\",\n\t\t\t\t\"jp\" : \"ロスト・アーマーブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2443\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Aethershield\",\n\t\t\t\t\"de\" : \"Verschollener Ätherschild\",\n\t\t\t\t\"fr\" : \"Égide d'éther oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・エーテルシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2444\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Dervish\",\n\t\t\t\t\"de\" : \"Verschollener Rapidus\",\n\t\t\t\t\"fr\" : \"Célérité extrême oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スピードスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2445\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sword-bearer\",\n\t\t\t\t\"de\" : \"Schwerthaltung\",\n\t\t\t\t\"fr\" : \"Posture de l'épée\",\n\t\t\t\t\"jp\" : \"剣の型\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2446\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield-bearer\",\n\t\t\t\t\"de\" : \"Schildhaltung\",\n\t\t\t\t\"fr\" : \"Posture du bouclier\",\n\t\t\t\t\"jp\" : \"盾の型\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2447\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reversal of Forces\",\n\t\t\t\t\"de\" : \"Materieinversion\",\n\t\t\t\t\"fr\" : \"Inversion des masses\",\n\t\t\t\t\"jp\" : \"質量転換\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2448\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boosted\",\n\t\t\t\t\"de\" : \"Gesammelte Kraft\",\n\t\t\t\t\"fr\" : \"Renforcement\",\n\t\t\t\t\"jp\" : \"ためる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2450\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mimicry\",\n\t\t\t\t\"de\" : \"Nachahmung\",\n\t\t\t\t\"fr\" : \"Mime\",\n\t\t\t\t\"jp\" : \"ものまね\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2451\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Powder Mark\",\n\t\t\t\t\"de\" : \"Brandmal\",\n\t\t\t\t\"fr\" : \"Marque explosive\",\n\t\t\t\t\"jp\" : \"爆印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2452\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Return\",\n\t\t\t\t\"de\" : \"Rückführung\",\n\t\t\t\t\"fr\" : \"Retour\",\n\t\t\t\t\"jp\" : \"リターン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2453\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Return IV\",\n\t\t\t\t\"de\" : \"Giga-Rückführung\",\n\t\t\t\t\"fr\" : \"Giga Retour\",\n\t\t\t\t\"jp\" : \"リタンジャ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2454\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Unholy Darkness\",\n\t\t\t\t\"de\" : \"Verzögerung: Unheiliges Dunkel\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Miracle ténébreux\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークホーリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2455\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Dark Fire III\",\n\t\t\t\t\"de\" : \"Verzögerung: Dunkel-Feuga\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Méga Feu ténébreux\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークファイガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2456\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Shadoweye\",\n\t\t\t\t\"de\" : \"Verzögerung: Schattenauge\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Œil de l'ombre\",\n\t\t\t\t\"jp\" : \"ディレイスペル：シャドウアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2460\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Dark Eruption\",\n\t\t\t\t\"de\" : \"Verzögerung: Dunkle Eruption\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Éruption ténébreuse\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークエラプション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2461\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Dark Water III\",\n\t\t\t\t\"de\" : \"Verzögerung: Dunkel-Aquaga\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Méga Eau ténébreuse\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークウォタガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2462\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Dark Blizzard III\",\n\t\t\t\t\"de\" : \"Verzögerung: Dunkel-Eisga\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Méga Glace ténébreuse\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークブリザガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2463\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Dark Aero III\",\n\t\t\t\t\"de\" : \"Verzögerung: Dunkel-Windga\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Méga Vent ténébreux\",\n\t\t\t\t\"jp\" : \"ディレイスペル：ダークエアロガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2464\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Return\",\n\t\t\t\t\"de\" : \"Verzögerung: Rückgabe\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Retour\",\n\t\t\t\t\"jp\" : \"ディレイスペル：リターン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2465\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Resistance Down II\",\n\t\t\t\t\"de\" : \"Eisresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la glace réduite+\",\n\t\t\t\t\"jp\" : \"氷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2466\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stock Holder\",\n\t\t\t\t\"de\" : \"Bevorrater\",\n\t\t\t\t\"fr\" : \"Stock\",\n\t\t\t\t\"jp\" : \"ストック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2467\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pride of the Lioness\",\n\t\t\t\t\"de\" : \"Segen der Löwin\",\n\t\t\t\t\"fr\" : \"Bénédiction de la Lionne\",\n\t\t\t\t\"jp\" : \"雌獅子の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2468\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Junction Shiva\",\n\t\t\t\t\"de\" : \"Kopplung: Shiva\",\n\t\t\t\t\"fr\" : \"Association: Shiva\",\n\t\t\t\t\"jp\" : \"ジャンクション：シヴァ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2469\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Junction Titan\",\n\t\t\t\t\"de\" : \"Kopplung: Titan\",\n\t\t\t\t\"fr\" : \"Association: Titan\",\n\t\t\t\t\"jp\" : \"ジャンクション：タイタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2470\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Junction Loghrif\",\n\t\t\t\t\"de\" : \"Kopplung: Loghrif\",\n\t\t\t\t\"fr\" : \"Association: Loghrif\",\n\t\t\t\t\"jp\" : \"ジャンクション：アログリフ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2471\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Head in the Clouds\",\n\t\t\t\t\"de\" : \"Über den Wolken\",\n\t\t\t\t\"fr\" : \"Ennuagé\",\n\t\t\t\t\"jp\" : \"雲上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2472\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Head in the Clouds\",\n\t\t\t\t\"de\" : \"Über den Wolken\",\n\t\t\t\t\"fr\" : \"Ennuagé\",\n\t\t\t\t\"jp\" : \"雲上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2474\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Edict: 2 Squares\",\n\t\t\t\t\"de\" : \"Edikt der Bewegung: 2 Felder\",\n\t\t\t\t\"fr\" : \"Injonction reçue: déplacement de 2 cases\",\n\t\t\t\t\"jp\" : \"移動の勅令：2マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2475\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Edict: 3 Squares\",\n\t\t\t\t\"de\" : \"Edikt der Bewegung: 3 Felder\",\n\t\t\t\t\"fr\" : \"Injonction reçue: déplacement de 3 cases\",\n\t\t\t\t\"jp\" : \"移動の勅令：3マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2476\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Edict: 4 Squares\",\n\t\t\t\t\"de\" : \"Edikt der Bewegung: 4 Felder\",\n\t\t\t\t\"fr\" : \"Injonction reçue: déplacement de 4 cases\",\n\t\t\t\t\"jp\" : \"移動の勅令：4マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2477\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Edict: 2 Squares\",\n\t\t\t\t\"de\" : \"Edikt der Bewegung: 2 Felder\",\n\t\t\t\t\"fr\" : \"Injonction reçue: déplacement de 2 cases\",\n\t\t\t\t\"jp\" : \"移動の勅令：2マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2478\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Edict: 3 Squares\",\n\t\t\t\t\"de\" : \"Edikt der Bewegung: 3 Felder\",\n\t\t\t\t\"fr\" : \"Injonction reçue: déplacement de 3 cases\",\n\t\t\t\t\"jp\" : \"移動の勅令：3マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2479\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Edict: 4 Squares\",\n\t\t\t\t\"de\" : \"Edikt der Bewegung: 4 Felder\",\n\t\t\t\t\"fr\" : \"Injonction reçue: déplacement de 4 cases\",\n\t\t\t\t\"jp\" : \"移動の勅令：4マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2480\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Your Move: 2 Squares\",\n\t\t\t\t\"de\" : \"Ausführung des Edikts: 2 Felder\",\n\t\t\t\t\"fr\" : \"Exécution d'injonction: déplacement de 2 cases\",\n\t\t\t\t\"jp\" : \"移動実行：2マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2481\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Your Move: 3 Squares\",\n\t\t\t\t\"de\" : \"Ausführung des Edikts: 3 Felder\",\n\t\t\t\t\"fr\" : \"Exécution d'injonction: déplacement de 3 cases\",\n\t\t\t\t\"jp\" : \"移動実行：3マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2482\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Your Move: 4 Squares\",\n\t\t\t\t\"de\" : \"Ausführung des Edikts: 4 Felder\",\n\t\t\t\t\"fr\" : \"Exécution d'injonction: déplacement de 4 cases\",\n\t\t\t\t\"jp\" : \"移動実行：4マス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2484\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cleric Stance\",\n\t\t\t\t\"de\" : \"Bußprediger\",\n\t\t\t\t\"fr\" : \"Prestance du prêtre\",\n\t\t\t\t\"jp\" : \"クルセードスタンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2485\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twice-come Ruin\",\n\t\t\t\t\"de\" : \"Zeichen des Untergangs II\",\n\t\t\t\t\"fr\" : \"Marque de ruine II\",\n\t\t\t\t\"jp\" : \"破滅の刻印：弐\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2487\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortal Powder Mark\",\n\t\t\t\t\"de\" : \"Brandmal der Sterblichen\",\n\t\t\t\t\"fr\" : \"Marque de conflagration\",\n\t\t\t\t\"jp\" : \"大爆印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2488\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantom Edge\",\n\t\t\t\t\"de\" : \"Phantomklinge\",\n\t\t\t\t\"fr\" : \"Épées spectrales\",\n\t\t\t\t\"jp\" : \"霊幻剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2489\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Merciful Air\",\n\t\t\t\t\"de\" : \"Haltung des Dolches\",\n\t\t\t\t\"fr\" : \"Pose de la lame rédemptrice\",\n\t\t\t\t\"jp\" : \"鋭刃の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2490\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Baleful Air\",\n\t\t\t\t\"de\" : \"Haltung der Edelklinge\",\n\t\t\t\t\"fr\" : \"Pose du sabre singulier\",\n\t\t\t\t\"jp\" : \"豪剣の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2491\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Iron Air\",\n\t\t\t\t\"de\" : \"Haltung der Feuerfaust\",\n\t\t\t\t\"fr\" : \"Pose des poings de feu\",\n\t\t\t\t\"jp\" : \"熱拳の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2492\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tingling\",\n\t\t\t\t\"de\" : \"Kribbeln\",\n\t\t\t\t\"fr\" : \"Fourmillement\",\n\t\t\t\t\"jp\" : \"ビリビリ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2493\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Fog\",\n\t\t\t\t\"de\" : \"Eisiger Nebel\",\n\t\t\t\t\"fr\" : \"Brume glaciale\",\n\t\t\t\t\"jp\" : \"冷たい霧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2494\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Touch of Frost\",\n\t\t\t\t\"de\" : \"Weißer Tod\",\n\t\t\t\t\"fr\" : \"Mort blanche\",\n\t\t\t\t\"jp\" : \"氷霧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2495\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Angel's Snack\",\n\t\t\t\t\"de\" : \"Engelspeise\",\n\t\t\t\t\"fr\" : \"Angélique\",\n\t\t\t\t\"jp\" : \"天使のおやつ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2496\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chelonian Gate\",\n\t\t\t\t\"de\" : \"Barriere\",\n\t\t\t\t\"fr\" : \"Barrière mystique\",\n\t\t\t\t\"jp\" : \"玄結界\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2497\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auspicious Trance\",\n\t\t\t\t\"de\" : \"Göttlicher Katarakt\",\n\t\t\t\t\"fr\" : \"Cataracte divine\",\n\t\t\t\t\"jp\" : \"玄天武水壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2498\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Basic Instinct\",\n\t\t\t\t\"de\" : \"Kampfinstinkt\",\n\t\t\t\t\"fr\" : \"Instinct profond\",\n\t\t\t\t\"jp\" : \"闘争本能\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2499\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Incendiary Burns\",\n\t\t\t\t\"de\" : \"Senfbombe\",\n\t\t\t\t\"fr\" : \"Brûlure d'ypérite\",\n\t\t\t\t\"jp\" : \"マスタードペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2500\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragon Force\",\n\t\t\t\t\"de\" : \"Drachenkraft\",\n\t\t\t\t\"fr\" : \"Dracoforce\",\n\t\t\t\t\"jp\" : \"ドラゴンフォース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2501\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightheaded\",\n\t\t\t\t\"de\" : \"Auf wackeligen Beinen\",\n\t\t\t\t\"fr\" : \"Titubation\",\n\t\t\t\t\"jp\" : \"ふらつき\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2502\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantom Flurry\",\n\t\t\t\t\"de\" : \"Phantomhast\",\n\t\t\t\t\"fr\" : \"Frénésie spectrale\",\n\t\t\t\t\"jp\" : \"鬼宿脚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2503\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Ward\",\n\t\t\t\t\"de\" : \"Magische Barriere\",\n\t\t\t\t\"fr\" : \"Barrière magique\",\n\t\t\t\t\"jp\" : \"魔法障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2504\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Minimum\",\n\t\t\t\t\"de\" : \"Wicht\",\n\t\t\t\t\"fr\" : \"Mini\",\n\t\t\t\t\"jp\" : \"ミニマム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2505\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Herbsona\",\n\t\t\t\t\"de\" : \"Grasgrummel\",\n\t\t\t\t\"fr\" : \"Enfeuillement\",\n\t\t\t\t\"jp\" : \"草人化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2506\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2507\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2508\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Down\",\n\t\t\t\t\"de\" : \"Hiebresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant réduite\",\n\t\t\t\t\"jp\" : \"斬属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2513\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Formless Fist\",\n\t\t\t\t\"de\" : \"Freie Form\",\n\t\t\t\t\"fr\" : \"Poing informe\",\n\t\t\t\t\"jp\" : \"零の型\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2514\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Six-sided Star\",\n\t\t\t\t\"de\" : \"Sechsstern-Tritt\",\n\t\t\t\t\"fr\" : \"Étoile à six branches\",\n\t\t\t\t\"jp\" : \"六合星導脚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2516\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2517\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Back from the Brink\",\n\t\t\t\t\"de\" : \"Auferweckung\",\n\t\t\t\t\"fr\" : \"Sol sanctifié\",\n\t\t\t\t\"jp\" : \"起死回生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2518\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2519\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2523\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Restricted Access\",\n\t\t\t\t\"de\" : \"Eingeschränktes Handeln\",\n\t\t\t\t\"fr\" : \"Commandes restreintes\",\n\t\t\t\t\"jp\" : \"行動制限\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2524\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Royal Favor\",\n\t\t\t\t\"de\" : \"Segen der alten Königin\",\n\t\t\t\t\"fr\" : \"Bénédiction des Reines\",\n\t\t\t\t\"jp\" : \"古代女王の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2527\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortal Powder Mark\",\n\t\t\t\t\"de\" : \"Brandmal der Sterblichen\",\n\t\t\t\t\"fr\" : \"Marque de conflagration\",\n\t\t\t\t\"jp\" : \"大爆印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2528\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Spikes\",\n\t\t\t\t\"de\" : \"Eisstachel\",\n\t\t\t\t\"fr\" : \"Pointes de glace\",\n\t\t\t\t\"jp\" : \"アイススパイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2530\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thrice-come Ruin\",\n\t\t\t\t\"de\" : \"Zeichen des Untergangs III\",\n\t\t\t\t\"fr\" : \"Marque de ruine III\",\n\t\t\t\t\"jp\" : \"破滅の刻印：参\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2531\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell-in-Waiting: Quietus\",\n\t\t\t\t\"de\" : \"Verzögerung: Quietus\",\n\t\t\t\t\"fr\" : \"Sort déphasé: Quietus\",\n\t\t\t\t\"jp\" : \"ディレイスペル：クワイタス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2534\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twice-come Ruin\",\n\t\t\t\t\"de\" : \"Zeichen des Untergangs II\",\n\t\t\t\t\"fr\" : \"Marque de ruine II\",\n\t\t\t\t\"jp\" : \"破滅の刻印：弐\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2535\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Distorted\",\n\t\t\t\t\"de\" : \"Kontaminierung\",\n\t\t\t\t\"fr\" : \"Corruption\",\n\t\t\t\t\"jp\" : \"汚染\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2537\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Strong of Spear\",\n\t\t\t\t\"de\" : \"Upgrade: Lanze\",\n\t\t\t\t\"fr\" : \"Lance renforcée\",\n\t\t\t\t\"jp\" : \"槍強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2538\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Strong of Shield\",\n\t\t\t\t\"de\" : \"Upgrade: Schild\",\n\t\t\t\t\"fr\" : \"Bouclier renforcé\",\n\t\t\t\t\"jp\" : \"盾強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2539\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stronger Together\",\n\t\t\t\t\"de\" : \"Upgrade: Lanze & Schild\",\n\t\t\t\t\"fr\" : \"Lance et bouclier renforcés\",\n\t\t\t\t\"jp\" : \"槍盾強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2540\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Freezing Up\",\n\t\t\t\t\"de\" : \"Kühlung\",\n\t\t\t\t\"fr\" : \"Réfrigération\",\n\t\t\t\t\"jp\" : \"冷却\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2543\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gelatinous\",\n\t\t\t\t\"de\" : \"Verweichlicht\",\n\t\t\t\t\"fr\" : \"Tout mou\",\n\t\t\t\t\"jp\" : \"軟体化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2545\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Duel or Die\",\n\t\t\t\t\"de\" : \"Schlachtbefehl\",\n\t\t\t\t\"fr\" : \"Gant relevé\",\n\t\t\t\t\"jp\" : \"決闘指名\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2547\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"On Fire\",\n\t\t\t\t\"de\" : \"Flammenaxt\",\n\t\t\t\t\"fr\" : \"Hache de feu\",\n\t\t\t\t\"jp\" : \"炎の斧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2548\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2549\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nasty Surprise\",\n\t\t\t\t\"de\" : \"Spezialmunition\",\n\t\t\t\t\"fr\" : \"Munitions spéciales\",\n\t\t\t\t\"jp\" : \"特殊弾装填\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2550\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2553\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"One Mind\",\n\t\t\t\t\"de\" : \"Ishin Denshin\",\n\t\t\t\t\"fr\" : \"Au diapason\",\n\t\t\t\t\"jp\" : \"以心伝心\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2554\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lunar Defensive\",\n\t\t\t\t\"de\" : \"Luna-Defensivhaltung\",\n\t\t\t\t\"fr\" : \"Luna-optimisation défensive\",\n\t\t\t\t\"jp\" : \"防御形態：ルナ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2555\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Damage Up\",\n\t\t\t\t\"de\" : \"Schadenswert +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts physiques\",\n\t\t\t\t\"jp\" : \"物理ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2556\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Up\",\n\t\t\t\t\"de\" : \"Magieschaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2557\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enthunder\",\n\t\t\t\t\"de\" : \"Runenwaffe: Blitz\",\n\t\t\t\t\"fr\" : \"EndoFoudre\",\n\t\t\t\t\"jp\" : \"魔法剣・雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2558\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Burst\",\n\t\t\t\t\"de\" : \"Verschollener Schub\",\n\t\t\t\t\"fr\" : \"Bouillonnement oublié\",\n\t\t\t\t\"jp\" : \"ロスト・バースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2559\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Rampage\",\n\t\t\t\t\"de\" : \"Verschollener Amok\",\n\t\t\t\t\"fr\" : \"Ravage oublié\",\n\t\t\t\t\"jp\" : \"ロスト・ランページ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2560\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Chainspell\",\n\t\t\t\t\"de\" : \"Verschollene Zauberkette\",\n\t\t\t\t\"fr\" : \"Avalanche de sorts oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・チェインスペル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2561\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Protect II\",\n\t\t\t\t\"de\" : \"Verschollenes Protes II\",\n\t\t\t\t\"fr\" : \"Bouclier II oublié\",\n\t\t\t\t\"jp\" : \"ロスト・プロテスII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2562\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Shell II\",\n\t\t\t\t\"de\" : \"Verschollenes Vallum II\",\n\t\t\t\t\"fr\" : \"Barrière II oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・シェルII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2563\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Bubble\",\n\t\t\t\t\"de\" : \"Verschollene Blase\",\n\t\t\t\t\"fr\" : \"Vitalité oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・バブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2564\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Excellence\",\n\t\t\t\t\"de\" : \"Verschollene Exzellenz\",\n\t\t\t\t\"fr\" : \"Excellence oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・エクセレンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2565\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Memorable\",\n\t\t\t\t\"de\" : \"Heldenhaftigkeit\",\n\t\t\t\t\"fr\" : \"Vaillance héroïque\",\n\t\t\t\t\"jp\" : \"英傑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2566\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Blood Rage\",\n\t\t\t\t\"de\" : \"Verschollener Blutzorn\",\n\t\t\t\t\"fr\" : \"Rage sanguinaire oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・ブラッドレイジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2567\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood Rush\",\n\t\t\t\t\"de\" : \"Erwachtes Blut\",\n\t\t\t\t\"fr\" : \"Éveil du sang\",\n\t\t\t\t\"jp\" : \"血の覚醒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2568\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gullstorm\",\n\t\t\t\t\"de\" : \"Möwensturm\",\n\t\t\t\t\"fr\" : \"Mouette rieuse\",\n\t\t\t\t\"jp\" : \"鴎嵐\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2569\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cetaceous Speed\",\n\t\t\t\t\"de\" : \"Delphinhatz\",\n\t\t\t\t\"fr\" : \"L'Écho des dauphins\",\n\t\t\t\t\"jp\" : \"スピーディング・ドルフィン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2570\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auroral Flipper\",\n\t\t\t\t\"de\" : \"Aurora-Flipper\",\n\t\t\t\t\"fr\" : \"Aurora dalphinus\",\n\t\t\t\t\"jp\" : \"オーロラル・ドルフィン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2571\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Destiny Drawn\",\n\t\t\t\t\"de\" : \"Schicksalskarten\",\n\t\t\t\t\"fr\" : \"Tirage du destin\",\n\t\t\t\t\"jp\" : \"デスティニードロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2572\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Scroll\",\n\t\t\t\t\"de\" : \"Thaliaks Schriftrolle\",\n\t\t\t\t\"fr\" : \"Parchemin de Thaliak\",\n\t\t\t\t\"jp\" : \"サリャクの巻物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2573\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Break\",\n\t\t\t\t\"de\" : \"Unterbrechung\",\n\t\t\t\t\"fr\" : \"Brèche\",\n\t\t\t\t\"jp\" : \"ブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2575\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Arm Primed\",\n\t\t\t\t\"de\" : \"Rechter Arm verstärkt\",\n\t\t\t\t\"fr\" : \"Bras droit renforcé\",\n\t\t\t\t\"jp\" : \"ライトアーム強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2576\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Arm Primed\",\n\t\t\t\t\"de\" : \"Linker Arm verstärkt\",\n\t\t\t\t\"fr\" : \"Bras gauche renforcé\",\n\t\t\t\t\"jp\" : \"レフトアーム強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2577\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"FATE Participant\",\n\t\t\t\t\"de\" : \"In FATE\",\n\t\t\t\t\"fr\" : \"En ALÉA\",\n\t\t\t\t\"jp\" : \"F.A.T.E.参加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2578\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Immobile Suit\",\n\t\t\t\t\"de\" : \"Teleporter überlastet\",\n\t\t\t\t\"fr\" : \"Téléportation impossible\",\n\t\t\t\t\"jp\" : \"転移装置利用不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2579\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guise\",\n\t\t\t\t\"de\" : \"Verkleidet\",\n\t\t\t\t\"fr\" : \"Déguisement\",\n\t\t\t\t\"jp\" : \"衣替\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2580\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Feeling the Burn\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Schwarzbrands Testflug\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: On arrête le progrès\",\n\t\t\t\t\"jp\" : \"攻撃要請：試作飛行型魔導アーマー「ブラックバーン」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2581\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: On Serpents' Wings\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Der Geistertrupp\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Zirnitrop\",\n\t\t\t\t\"jp\" : \"攻撃要請：妖霊使い「妖戦百人隊」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2582\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Never Cry Wolf\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Eiswolf Hrodvitnir\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Et n'y Hród'viens plus!\",\n\t\t\t\t\"jp\" : \"攻撃要請：邪悪なる氷狼「フローズヴィトニル」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2583\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Here Comes the Cavalry\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Halb Pferd, halb Garlear\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Un cavalier qui surgit hors de la nuit\",\n\t\t\t\t\"jp\" : \"攻撃要請：鋼鉄の人馬「魔導騎兵大隊」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2584\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: Worn to a Shadow\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Alkonost, schön und gefiedert\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Oiseau d'enfer\",\n\t\t\t\t\"jp\" : \"攻撃要請：有角の凶鳥「アルコノスト」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2585\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marching Orders: A Familiar Face\",\n\t\t\t\t\"de\" : \"Hilfsgesuch: Hashmallim der Einiger\",\n\t\t\t\t\"fr\" : \"Passe-droit d'interception: Le Grand Ordonnateur\",\n\t\t\t\t\"jp\" : \"攻撃要請：模造統制者「IVレギオン・ハシュマリム」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2586\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death's Design\",\n\t\t\t\t\"de\" : \"Architekt des Todes\",\n\t\t\t\t\"fr\" : \"Dessein de la Camarde\",\n\t\t\t\t\"jp\" : \"デスデザイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2587\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Reaver\",\n\t\t\t\t\"de\" : \"Nichtssense\",\n\t\t\t\t\"fr\" : \"Moissonneur d'âmes\",\n\t\t\t\t\"jp\" : \"妖異の鎌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2588\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Gibbet\",\n\t\t\t\t\"de\" : \"Richten\",\n\t\t\t\t\"fr\" : \"Gibet amélioré\",\n\t\t\t\t\"jp\" : \"ジビトゥ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2589\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Gallows\",\n\t\t\t\t\"de\" : \"Hängen\",\n\t\t\t\t\"fr\" : \"Potence améliorée\",\n\t\t\t\t\"jp\" : \"ギャロウズ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2590\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Void Reaping\",\n\t\t\t\t\"de\" : \"Nichtsmahd\",\n\t\t\t\t\"fr\" : \"Fauchage du néant amélioré\",\n\t\t\t\t\"jp\" : \"ヴォイドリーパー効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2591\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Cross Reaping\",\n\t\t\t\t\"de\" : \"Kreuzmahd\",\n\t\t\t\t\"fr\" : \"Fauchage croisé amélioré\",\n\t\t\t\t\"jp\" : \"クロスリーパー効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2592\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Immortal Sacrifice\",\n\t\t\t\t\"de\" : \"Totenopfer\",\n\t\t\t\t\"fr\" : \"Offrande à la Mort\",\n\t\t\t\t\"jp\" : \"死の供物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2593\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enshrouded\",\n\t\t\t\t\"de\" : \"Lemure\",\n\t\t\t\t\"fr\" : \"Lémure\",\n\t\t\t\t\"jp\" : \"レムール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2594\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soulsow\",\n\t\t\t\t\"de\" : \"Seelensaat\",\n\t\t\t\t\"fr\" : \"Semence d'âmes\",\n\t\t\t\t\"jp\" : \"ソウルソウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2595\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Threshold\",\n\t\t\t\t\"de\" : \"Rückkehr möglich\",\n\t\t\t\t\"fr\" : \"Repli préparé\",\n\t\t\t\t\"jp\" : \"リターン実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2596\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crest of Time Borrowed\",\n\t\t\t\t\"de\" : \"Schutzwappen\",\n\t\t\t\t\"fr\" : \"Blason protecteur\",\n\t\t\t\t\"jp\" : \"守護のクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2597\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crest of Time Borrowed\",\n\t\t\t\t\"de\" : \"Schutzwappen\",\n\t\t\t\t\"fr\" : \"Blason protecteur\",\n\t\t\t\t\"jp\" : \"守護のクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2598\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crest of Time Returned\",\n\t\t\t\t\"de\" : \"Vitalisierendes Wappen\",\n\t\t\t\t\"fr\" : \"Blason revigorant\",\n\t\t\t\t\"jp\" : \"活性のクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2599\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Circle\",\n\t\t\t\t\"de\" : \"Arkaner Kreis\",\n\t\t\t\t\"fr\" : \"Cercle arcanique\",\n\t\t\t\t\"jp\" : \"アルケインサークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2600\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Circle of Sacrifice\",\n\t\t\t\t\"de\" : \"Kreis des Blutes\",\n\t\t\t\t\"fr\" : \"Cercle sacrificiel\",\n\t\t\t\t\"jp\" : \"供儀のサークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2601\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodsown Circle\",\n\t\t\t\t\"de\" : \"Kreis des Opfers\",\n\t\t\t\t\"fr\" : \"Cercle de l'offrande\",\n\t\t\t\t\"jp\" : \"供物のサークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2602\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Just Chilling\",\n\t\t\t\t\"de\" : \"Eis-Aufladung\",\n\t\t\t\t\"fr\" : \"Charge givrée\",\n\t\t\t\t\"jp\" : \"冷気充填\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2604\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kardia\",\n\t\t\t\t\"de\" : \"Kardia\",\n\t\t\t\t\"fr\" : \"Kardia\",\n\t\t\t\t\"jp\" : \"カルディア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2605\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kardion\",\n\t\t\t\t\"de\" : \"Kardion\",\n\t\t\t\t\"fr\" : \"Kardion\",\n\t\t\t\t\"jp\" : \"カルディア［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2606\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasia\",\n\t\t\t\t\"de\" : \"Eukrasie\",\n\t\t\t\t\"fr\" : \"Eukrasia\",\n\t\t\t\t\"jp\" : \"エウクラシア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2607\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Diagnosis\",\n\t\t\t\t\"de\" : \"Eukratische Diagnose\",\n\t\t\t\t\"fr\" : \"Diagnosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・ディアグノシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2608\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Differential Diagnosis\",\n\t\t\t\t\"de\" : \"Exakte Eukratische Diagnose\",\n\t\t\t\t\"fr\" : \"Eudiagnosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・ディアグノシス［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2609\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Prognosis\",\n\t\t\t\t\"de\" : \"Eukratische Prognose\",\n\t\t\t\t\"fr\" : \"Prognosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・プログノシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2610\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soteria\",\n\t\t\t\t\"de\" : \"Soteria\",\n\t\t\t\t\"fr\" : \"Soteria\",\n\t\t\t\t\"jp\" : \"ソーテリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2611\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zoe\",\n\t\t\t\t\"de\" : \"Zoe\",\n\t\t\t\t\"fr\" : \"Zoe\",\n\t\t\t\t\"jp\" : \"ゾーエ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2612\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haima\",\n\t\t\t\t\"de\" : \"Haima\",\n\t\t\t\t\"fr\" : \"Haima\",\n\t\t\t\t\"jp\" : \"ハイマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2613\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Panhaima\",\n\t\t\t\t\"de\" : \"Panhaima\",\n\t\t\t\t\"fr\" : \"Panhaima\",\n\t\t\t\t\"jp\" : \"パンハイマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2614\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dosis\",\n\t\t\t\t\"de\" : \"Eukratische Dosis\",\n\t\t\t\t\"fr\" : \"Dosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・ドシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2615\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dosis II\",\n\t\t\t\t\"de\" : \"Eukratische Dosis II\",\n\t\t\t\t\"fr\" : \"Dosis eucrasique II\",\n\t\t\t\t\"jp\" : \"エウクラシア・ドシスII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2616\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dosis III\",\n\t\t\t\t\"de\" : \"Eukratische Dosis III\",\n\t\t\t\t\"fr\" : \"Dosis eucrasique III\",\n\t\t\t\t\"jp\" : \"エウクラシア・ドシスIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2617\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physis\",\n\t\t\t\t\"de\" : \"Physis\",\n\t\t\t\t\"fr\" : \"Physis\",\n\t\t\t\t\"jp\" : \"ピュシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2618\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kerachole\",\n\t\t\t\t\"de\" : \"Kerachole\",\n\t\t\t\t\"fr\" : \"Kerachole\",\n\t\t\t\t\"jp\" : \"ケーラコレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2619\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Taurochole\",\n\t\t\t\t\"de\" : \"Taurochole\",\n\t\t\t\t\"fr\" : \"Taurochole\",\n\t\t\t\t\"jp\" : \"タウロコレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2620\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physis II\",\n\t\t\t\t\"de\" : \"Physis II\",\n\t\t\t\t\"fr\" : \"Physis II\",\n\t\t\t\t\"jp\" : \"ピュシスII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2621\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Autophysis\",\n\t\t\t\t\"de\" : \"Autophysis\",\n\t\t\t\t\"fr\" : \"Autophysis\",\n\t\t\t\t\"jp\" : \"ピュシスII［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2622\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Krasis\",\n\t\t\t\t\"de\" : \"Krasis\",\n\t\t\t\t\"fr\" : \"Krasis\",\n\t\t\t\t\"jp\" : \"クラーシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2623\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pneuma\",\n\t\t\t\t\"de\" : \"Pneuma\",\n\t\t\t\t\"fr\" : \"Pneuma\",\n\t\t\t\t\"jp\" : \"プネウマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2624\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primal Rend Ready\",\n\t\t\t\t\"de\" : \"Brachiale Gewalt\",\n\t\t\t\t\"fr\" : \"Griffade primitive préparée\",\n\t\t\t\t\"jp\" : \"プライマルレンド実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2625\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ray of Fortitude\",\n\t\t\t\t\"de\" : \"Eisenschild-Orden\",\n\t\t\t\t\"fr\" : \"Comète de l'égide\",\n\t\t\t\t\"jp\" : \"堅守彗星章\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2626\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ray of Valor\",\n\t\t\t\t\"de\" : \"Blutrausch-Orden\",\n\t\t\t\t\"fr\" : \"Comète de la furie\",\n\t\t\t\t\"jp\" : \"勇猛彗星章\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2627\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ray of Succor\",\n\t\t\t\t\"de\" : \"Lebensretter-Orden\",\n\t\t\t\t\"fr\" : \"Comète du salut\",\n\t\t\t\t\"jp\" : \"救命彗星章\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2628\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Adamant Purged\",\n\t\t\t\t\"de\" : \"Leichte Panzerung\",\n\t\t\t\t\"fr\" : \"Dislocation adamantine\",\n\t\t\t\t\"jp\" : \"装甲パージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2632\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Program: #FFFFFFF\",\n\t\t\t\t\"de\" : \"Weißes Programm\",\n\t\t\t\t\"fr\" : \"Blanc: numérisation\",\n\t\t\t\t\"jp\" : \"プログラム化：白\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2633\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Program: #000000\",\n\t\t\t\t\"de\" : \"Schwarzes Programm\",\n\t\t\t\t\"fr\" : \"Noir: numérisation\",\n\t\t\t\t\"jp\" : \"プログラム化：黒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2634\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Null White\",\n\t\t\t\t\"de\" : \"Weiße Firewall\",\n\t\t\t\t\"fr\" : \"Résistance blanche\",\n\t\t\t\t\"jp\" : \"白攻撃無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2635\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Null Black\",\n\t\t\t\t\"de\" : \"Schwarze Firewall\",\n\t\t\t\t\"fr\" : \"Résistance noire\",\n\t\t\t\t\"jp\" : \"黒攻撃無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2636\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Schmerz\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2637\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Soil\",\n\t\t\t\t\"de\" : \"Geweihte Erde\",\n\t\t\t\t\"fr\" : \"Dogme de survie\",\n\t\t\t\t\"jp\" : \"野戦治療の陣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2638\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Soil\",\n\t\t\t\t\"de\" : \"Geweihte Erde\",\n\t\t\t\t\"fr\" : \"Dogme de survie\",\n\t\t\t\t\"jp\" : \"野戦治療の陣：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2639\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fixed Sign\",\n\t\t\t\t\"de\" : \"Schrein des Stillstands\",\n\t\t\t\t\"fr\" : \"Signe fixe\",\n\t\t\t\t\"jp\" : \"不動宮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2640\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fixed Sign\",\n\t\t\t\t\"de\" : \"Schrein des Stillstands\",\n\t\t\t\t\"fr\" : \"Signe fixe\",\n\t\t\t\t\"jp\" : \"不動宮：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2641\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fixed Sign\",\n\t\t\t\t\"de\" : \"Schrein des Stillstands\",\n\t\t\t\t\"fr\" : \"Signe fixe\",\n\t\t\t\t\"jp\" : \"不動宮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2642\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haimatinon\",\n\t\t\t\t\"de\" : \"Haimatinon\",\n\t\t\t\t\"fr\" : \"Haimatinon\",\n\t\t\t\t\"jp\" : \"ハイマの印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2643\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Panhaimatinon\",\n\t\t\t\t\"de\" : \"Panhaimatinon\",\n\t\t\t\t\"fr\" : \"Panhaimatinon\",\n\t\t\t\t\"jp\" : \"パンハイマの印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2645\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markierung\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2646\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2647\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow of the Dragon\",\n\t\t\t\t\"de\" : \"Schwarzes Drachenblut\",\n\t\t\t\t\"fr\" : \"Sang noir du dragon\",\n\t\t\t\t\"jp\" : \"黒の竜血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2648\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transcendent\",\n\t\t\t\t\"de\" : \"Wiederkunft\",\n\t\t\t\t\"fr\" : \"Retour corporel\",\n\t\t\t\t\"jp\" : \"生還\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2649\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Empowered Beast\",\n\t\t\t\t\"de\" : \"Maximal bestialisch\",\n\t\t\t\t\"fr\" : \"Renforce-bête\",\n\t\t\t\t\"jp\" : \"マキシマイズビースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2650\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leveilleur Dosis III\",\n\t\t\t\t\"de\" : \"Leveilleur-Dosis III\",\n\t\t\t\t\"fr\" : \"Dosis III des Leveilleur\",\n\t\t\t\t\"jp\" : \"ルヴェユール・ドシスIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2651\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manusya Berserk\",\n\t\t\t\t\"de\" : \"Manusya-Tollwut\",\n\t\t\t\t\"fr\" : \"Berserk manusya\",\n\t\t\t\t\"jp\" : \"マヌシャ・バーサク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2652\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manusya Confuse\",\n\t\t\t\t\"de\" : \"Manusya-Konfus\",\n\t\t\t\t\"fr\" : \"Confusion manusya\",\n\t\t\t\t\"jp\" : \"マヌシャ・コンフュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2653\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manusya Stop\",\n\t\t\t\t\"de\" : \"Manusya-Stopp\",\n\t\t\t\t\"fr\" : \"Stop manusya\",\n\t\t\t\t\"jp\" : \"マヌシャ・ストップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2654\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Who Is She\",\n\t\t\t\t\"de\" : \"Dug?\",\n\t\t\t\t\"fr\" : \"Samanta?\",\n\t\t\t\t\"jp\" : \"ドグ？\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2655\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Who Is She\",\n\t\t\t\t\"de\" : \"Dug?\",\n\t\t\t\t\"fr\" : \"Samanta?\",\n\t\t\t\t\"jp\" : \"ドグ？\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2656\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2657\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration Bomb\",\n\t\t\t\t\"de\" : \"Beschleunigungsbombe\",\n\t\t\t\t\"fr\" : \"Bombe à accélération\",\n\t\t\t\t\"jp\" : \"加速度爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2658\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2660\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brightwinged Fortitude\",\n\t\t\t\t\"de\" : \"Schützende Lichtschwingen\",\n\t\t\t\t\"fr\" : \"Vol céleste: défense\",\n\t\t\t\t\"jp\" : \"蒼天の光翼：守\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2661\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Skyblind\",\n\t\t\t\t\"de\" : \"Mal des Himmels\",\n\t\t\t\t\"fr\" : \"Sceau céleste\",\n\t\t\t\t\"jp\" : \"蒼天の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2663\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Strength\",\n\t\t\t\t\"de\" : \"Urgewalt\",\n\t\t\t\t\"fr\" : \"Résolution primordiale\",\n\t\t\t\t\"jp\" : \"原初の覚悟\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2664\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brightwinged Fury\",\n\t\t\t\t\"de\" : \"Schlagende Lichtschwingen\",\n\t\t\t\t\"fr\" : \"Vol céleste: attaque\",\n\t\t\t\t\"jp\" : \"蒼天の光翼：攻\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2665\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart and Soul\",\n\t\t\t\t\"de\" : \"Mit Leib und Seele\",\n\t\t\t\t\"fr\" : \"Attention totale\",\n\t\t\t\t\"jp\" : \"一心不乱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2666\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gift of the Land\",\n\t\t\t\t\"de\" : \"Bessere Chancen\",\n\t\t\t\t\"fr\" : \"Récolte fertile\",\n\t\t\t\t\"jp\" : \"獲得数ボーナス発生率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2667\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gatherer's Bounty\",\n\t\t\t\t\"de\" : \"Bessere Boni\",\n\t\t\t\t\"fr\" : \"Récolte évangélique\",\n\t\t\t\t\"jp\" : \"ボーナス発生時獲得数アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2668\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collector's Focus\",\n\t\t\t\t\"de\" : \"Intuitiver Fokus\",\n\t\t\t\t\"fr\" : \"Œil du collectionneur\",\n\t\t\t\t\"jp\" : \"バリューアップ発生率アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2669\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Klymenos\",\n\t\t\t\t\"de\" : \"Klymenos\",\n\t\t\t\t\"fr\" : \"Clyménos\",\n\t\t\t\t\"jp\" : \"クリュメノス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2670\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Katabasis\",\n\t\t\t\t\"de\" : \"Das Jenseits muss warten\",\n\t\t\t\t\"fr\" : \"Aller aux Enfers\",\n\t\t\t\t\"jp\" : \"冥界行\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2671\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toad\",\n\t\t\t\t\"de\" : \"Frosch\",\n\t\t\t\t\"fr\" : \"Crapaud\",\n\t\t\t\t\"jp\" : \"トード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2673\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Might\",\n\t\t\t\t\"de\" : \"Göttliche Gunst\",\n\t\t\t\t\"fr\" : \"Grâce divine\",\n\t\t\t\t\"jp\" : \"神聖魔法効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2674\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Sheltron\",\n\t\t\t\t\"de\" : \"Heiliges Schiltron\",\n\t\t\t\t\"fr\" : \"Schiltron sacré\",\n\t\t\t\t\"jp\" : \"ホーリーシェルトロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2675\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Knight's Resolve\",\n\t\t\t\t\"de\" : \"Trutz des Ritters\",\n\t\t\t\t\"fr\" : \"Égide du paladin\",\n\t\t\t\t\"jp\" : \"ナイトの堅守\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2676\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Knight's Benediction\",\n\t\t\t\t\"de\" : \"Schutz des Ritters\",\n\t\t\t\t\"fr\" : \"Bénédiction du paladin\",\n\t\t\t\t\"jp\" : \"ナイトの加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2677\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GLD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surging Tempest\",\n\t\t\t\t\"de\" : \"Tosender Sturm\",\n\t\t\t\t\"fr\" : \"Vent de tempête\",\n\t\t\t\t\"jp\" : \"戦嵐\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2678\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodwhetting\",\n\t\t\t\t\"de\" : \"Urimpuls\",\n\t\t\t\t\"fr\" : \"Intuition fougueuse\",\n\t\t\t\t\"jp\" : \"原初の血気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2679\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stem the Flow\",\n\t\t\t\t\"de\" : \"Blutgeruch\",\n\t\t\t\t\"fr\" : \"Barrage au sang\",\n\t\t\t\t\"jp\" : \"原初の血潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2680\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stem the Tide\",\n\t\t\t\t\"de\" : \"Jagdtrieb\",\n\t\t\t\t\"fr\" : \"Digue au sang\",\n\t\t\t\t\"jp\" : \"原初の血煙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2681\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Equilibrium\",\n\t\t\t\t\"de\" : \"Äquilibrium\",\n\t\t\t\t\"fr\" : \"Équilibre\",\n\t\t\t\t\"jp\" : \"エクリブリウム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2682\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Oblation\",\n\t\t\t\t\"de\" : \"Opfergabe\",\n\t\t\t\t\"fr\" : \"Oblation\",\n\t\t\t\t\"jp\" : \"オブレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2683\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Corundum\",\n\t\t\t\t\"de\" : \"Herz des Korunds\",\n\t\t\t\t\"fr\" : \"Cœur de corindon\",\n\t\t\t\t\"jp\" : \"ハート・オブ・コランダム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2684\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Clarity of Corundum\",\n\t\t\t\t\"de\" : \"Klarheit des Korunds\",\n\t\t\t\t\"fr\" : \"Clarté de corindon\",\n\t\t\t\t\"jp\" : \"クラリティー・オブ・コランダム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2685\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Catharsis of Corundum\",\n\t\t\t\t\"de\" : \"Katharsis des Korunds\",\n\t\t\t\t\"fr\" : \"Catharsis de corindon\",\n\t\t\t\t\"jp\" : \"カタルシス・オブ・コランダム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2686\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Blast\",\n\t\t\t\t\"de\" : \"Knallender Stoß\",\n\t\t\t\t\"fr\" : \"Hypervitesse préparée\",\n\t\t\t\t\"jp\" : \"ハイパーヴェロシティ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2687\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Wind\",\n\t\t\t\t\"de\" : \"Stürmendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du vent\",\n\t\t\t\t\"jp\" : \"疾風の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2688\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Overheated\",\n\t\t\t\t\"de\" : \"Überhitzung\",\n\t\t\t\t\"fr\" : \"Surchauffe\",\n\t\t\t\t\"jp\" : \"オーバーヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2689\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meisui\",\n\t\t\t\t\"de\" : \"Meisui\",\n\t\t\t\t\"fr\" : \"Meisui\",\n\t\t\t\t\"jp\" : \"命水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2690\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raiju Ready\",\n\t\t\t\t\"de\" : \"Raiju\",\n\t\t\t\t\"fr\" : \"Technique de Raijû préparée\",\n\t\t\t\t\"jp\" : \"月影雷獣実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2691\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fleeting Raiju Ready\",\n\t\t\t\t\"de\" : \"Raiju-Tanz\",\n\t\t\t\t\"fr\" : \"Croc de Raijû préparé\",\n\t\t\t\t\"jp\" : \"月影雷獣牙実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2692\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blast Arrow Ready\",\n\t\t\t\t\"de\" : \"Stoßpfeilbereit\",\n\t\t\t\t\"fr\" : \"Flèche explosive préparée\",\n\t\t\t\t\"jp\" : \"ブラストアロー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2693\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silken Symmetry\",\n\t\t\t\t\"de\" : \"Synchroner Wurf\",\n\t\t\t\t\"fr\" : \"Lancer synchrone\",\n\t\t\t\t\"jp\" : \"対称投擲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2694\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silken Flow\",\n\t\t\t\t\"de\" : \"Asynchroner Wurf\",\n\t\t\t\t\"fr\" : \"Lancer asynchrone\",\n\t\t\t\t\"jp\" : \"非対称投擲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2695\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Improvisation\",\n\t\t\t\t\"de\" : \"Tanzimprovisation (Heilung)\",\n\t\t\t\t\"fr\" : \"Improvisation (bonus)\",\n\t\t\t\t\"jp\" : \"インプロビゼーション：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2696\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rising Rhythm\",\n\t\t\t\t\"de\" : \"Tanzekstase\",\n\t\t\t\t\"fr\" : \"Frénésie des danseurs\",\n\t\t\t\t\"jp\" : \"踊りの熱情\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2697\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Improvised Finish\",\n\t\t\t\t\"de\" : \"Improvisiertes Finale\",\n\t\t\t\t\"fr\" : \"Final improvisé\",\n\t\t\t\t\"jp\" : \"インプロビゼーション・フィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2698\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Finish\",\n\t\t\t\t\"de\" : \"Tillana\",\n\t\t\t\t\"fr\" : \"Tillana préparé\",\n\t\t\t\t\"jp\" : \"ティラナ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2699\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fourfold Fan Dance\",\n\t\t\t\t\"de\" : \"Fächertanz IV\",\n\t\t\t\t\"fr\" : \"Danse de l'éventail IV préparée\",\n\t\t\t\t\"jp\" : \"扇の舞い【終】実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2700\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Starfall\",\n\t\t\t\t\"de\" : \"Sternenfalltanz\",\n\t\t\t\t\"fr\" : \"Danse de la pluie étoilée préparée\",\n\t\t\t\t\"jp\" : \"流星の舞い実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2701\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Further Ruin\",\n\t\t\t\t\"de\" : \"Rand des Ruins\",\n\t\t\t\t\"fr\" : \"Giga Ruine préparée\",\n\t\t\t\t\"jp\" : \"ルインジャ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2702\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Aegis\",\n\t\t\t\t\"de\" : \"Schimmerschild\",\n\t\t\t\t\"fr\" : \"Égide rayonnante\",\n\t\t\t\t\"jp\" : \"守りの光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2703\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Searing Light\",\n\t\t\t\t\"de\" : \"Gleißender Schein\",\n\t\t\t\t\"fr\" : \"Éclat ardent\",\n\t\t\t\t\"jp\" : \"シアリングライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2704\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rekindle\",\n\t\t\t\t\"de\" : \"Wiederaufleben\",\n\t\t\t\t\"fr\" : \"Ravivement\",\n\t\t\t\t\"jp\" : \"再生の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2705\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Undying Flame\",\n\t\t\t\t\"de\" : \"Immerflamme\",\n\t\t\t\t\"fr\" : \"Flamme éternelle\",\n\t\t\t\t\"jp\" : \"再生の炎：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2706\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slipstream\",\n\t\t\t\t\"de\" : \"Wirbelströmung\",\n\t\t\t\t\"fr\" : \"Sillage\",\n\t\t\t\t\"jp\" : \"スリップストリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2707\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magick Barrier\",\n\t\t\t\t\"de\" : \"Magiebarriere\",\n\t\t\t\t\"fr\" : \"Barrière anti-magie\",\n\t\t\t\t\"jp\" : \"バマジク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2708\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aquaveil\",\n\t\t\t\t\"de\" : \"Wasserschleier\",\n\t\t\t\t\"fr\" : \"Aquavoile\",\n\t\t\t\t\"jp\" : \"アクアヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2709\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Liturgy of the Bell\",\n\t\t\t\t\"de\" : \"Glockenspiel\",\n\t\t\t\t\"fr\" : \"Tintinnabule\",\n\t\t\t\t\"jp\" : \"リタージー・オブ・ベル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2710\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protraction\",\n\t\t\t\t\"de\" : \"Protraktion\",\n\t\t\t\t\"fr\" : \"Loi de la protraction\",\n\t\t\t\t\"jp\" : \"生命回生法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2711\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Desperate Measures\",\n\t\t\t\t\"de\" : \"Drang\",\n\t\t\t\t\"fr\" : \"Thèse des flots impétueux\",\n\t\t\t\t\"jp\" : \"怒濤の計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2712\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expedience\",\n\t\t\t\t\"de\" : \"Sturm\",\n\t\t\t\t\"fr\" : \"Thèse des rafales hurlantes\",\n\t\t\t\t\"jp\" : \"疾風の計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2713\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Clarifying Draw\",\n\t\t\t\t\"de\" : \"Mischbereit\",\n\t\t\t\t\"fr\" : \"Retirage préparé\",\n\t\t\t\t\"jp\" : \"リドロー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2714\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmony of Spirit\",\n\t\t\t\t\"de\" : \"Zeichen der Seele\",\n\t\t\t\t\"fr\" : \"Maison du périsprit\",\n\t\t\t\t\"jp\" : \"魂魄の座\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2715\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmony of Body\",\n\t\t\t\t\"de\" : \"Zeichen des Soma\",\n\t\t\t\t\"fr\" : \"Maison du corps\",\n\t\t\t\t\"jp\" : \"身体の座\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2716\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmony of Mind\",\n\t\t\t\t\"de\" : \"Zeichen des Geistes\",\n\t\t\t\t\"fr\" : \"Maison de l'esprit\",\n\t\t\t\t\"jp\" : \"精神の座\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2717\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Exaltation\",\n\t\t\t\t\"de\" : \"Exaltation\",\n\t\t\t\t\"fr\" : \"Exaltation\",\n\t\t\t\t\"jp\" : \"エクザルテーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2718\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Macrocosmos\",\n\t\t\t\t\"de\" : \"Makrokosmos\",\n\t\t\t\t\"fr\" : \"Macrocosme\",\n\t\t\t\t\"jp\" : \"マクロコスモス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2719\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chaotic Spring\",\n\t\t\t\t\"de\" : \"Chaotischer Sturm\",\n\t\t\t\t\"fr\" : \"Floraison chaotique\",\n\t\t\t\t\"jp\" : \"桜華繚乱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2720\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Power Surge\",\n\t\t\t\t\"de\" : \"Drachenklaue\",\n\t\t\t\t\"fr\" : \"Souffle de puissance\",\n\t\t\t\t\"jp\" : \"竜槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2721\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blade of Valor\",\n\t\t\t\t\"de\" : \"Klinge der Tapferkeit\",\n\t\t\t\t\"fr\" : \"Lame de vaillance\",\n\t\t\t\t\"jp\" : \"ブレード・オブ・ヴァラー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2722\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Finale\",\n\t\t\t\t\"de\" : \"Luminöses Finale\",\n\t\t\t\t\"fr\" : \"Final radieux\",\n\t\t\t\t\"jp\" : \"光神のフィナーレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2723\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantom Kamaitachi Ready\",\n\t\t\t\t\"de\" : \"Kamaitachi-bereit\",\n\t\t\t\t\"fr\" : \"Kamaitachi fantôme préparé\",\n\t\t\t\t\"jp\" : \"残影鎌鼬実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2724\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ifrit's Favor\",\n\t\t\t\t\"de\" : \"Ifrits Gunst\",\n\t\t\t\t\"fr\" : \"Cyclone écarlate préparé\",\n\t\t\t\t\"jp\" : \"クリムゾンサイクロン実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2725\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Garuda's Favor\",\n\t\t\t\t\"de\" : \"Garudas Gunst\",\n\t\t\t\t\"fr\" : \"Sillage préparé\",\n\t\t\t\t\"jp\" : \"スリップストリーム実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2726\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anguish\",\n\t\t\t\t\"de\" : \"Schlimmer Schmerz\",\n\t\t\t\t\"fr\" : \"Douleur atroce\",\n\t\t\t\t\"jp\" : \"苦痛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2727\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Transfiguration\",\n\t\t\t\t\"de\" : \"Verwandlung\",\n\t\t\t\t\"fr\" : \"Transformation\",\n\t\t\t\t\"jp\" : \"変身\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2729\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Incorporeal\",\n\t\t\t\t\"de\" : \"Flüchtige Gestalt\",\n\t\t\t\t\"fr\" : \"Existence incertaine\",\n\t\t\t\t\"jp\" : \"不確定性存在\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2730\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Endwalker\",\n\t\t\t\t\"de\" : \"Endwalker\",\n\t\t\t\t\"fr\" : \"Arpenteur des finitudes\",\n\t\t\t\t\"jp\" : \"エンドウォーカー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2731\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aether Sickness\",\n\t\t\t\t\"de\" : \"Ätherschwindel\",\n\t\t\t\t\"fr\" : \"Ivresse éthérée\",\n\t\t\t\t\"jp\" : \"エーテル酔い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2732\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quadruple\",\n\t\t\t\t\"de\" : \"Quadrupel\",\n\t\t\t\t\"fr\" : \"Quadruple\",\n\t\t\t\t\"jp\" : \"クアドラプル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2734\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Epic Echo\",\n\t\t\t\t\"de\" : \"Starke Kraft des Transzendierens\",\n\t\t\t\t\"fr\" : \"L'Écho+\",\n\t\t\t\t\"jp\" : \"超える力［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2735\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxicosis\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison violent\",\n\t\t\t\t\"jp\" : \"猛毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2736\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Requisitioned Magitek\",\n\t\t\t\t\"de\" : \"Magitek-Kampfmaschine\",\n\t\t\t\t\"fr\" : \"Manœuvre d'armure magitek\",\n\t\t\t\t\"jp\" : \"魔導アーマー搭乗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2739\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Spell\",\n\t\t\t\t\"de\" : \"Zehrendes Eis\",\n\t\t\t\t\"fr\" : \"Corrosion de glace\",\n\t\t\t\t\"jp\" : \"氷の侵食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2740\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Spell\",\n\t\t\t\t\"de\" : \"Zehrendes Feuer\",\n\t\t\t\t\"fr\" : \"Corrosion de feu\",\n\t\t\t\t\"jp\" : \"火の侵食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2741\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Time\",\n\t\t\t\t\"de\" : \"Aspektierende Ketten\",\n\t\t\t\t\"fr\" : \"Chaîne à retardement\",\n\t\t\t\t\"jp\" : \"時限の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2742\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Companionship\",\n\t\t\t\t\"de\" : \"Bindender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction contigüe\",\n\t\t\t\t\"jp\" : \"近呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2743\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Loneliness\",\n\t\t\t\t\"de\" : \"Treibender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction lointaine\",\n\t\t\t\t\"jp\" : \"遠呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2744\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inescapable Companionship\",\n\t\t\t\t\"de\" : \"Bindende Ketten\",\n\t\t\t\t\"fr\" : \"Chaîne contigüe\",\n\t\t\t\t\"jp\" : \"近呪の魔鎖：発動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2745\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inescapable Loneliness\",\n\t\t\t\t\"de\" : \"Treibene Ketten\",\n\t\t\t\t\"fr\" : \"Chaîne lointaine\",\n\t\t\t\t\"jp\" : \"遠呪の魔鎖：発動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2746\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Man\",\n\t\t\t\t\"de\" : \"Drachenreiter\",\n\t\t\t\t\"fr\" : \"Cœur d'homme\",\n\t\t\t\t\"jp\" : \"竜人形態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2748\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Friendship\",\n\t\t\t\t\"de\" : \"Essenz der Freundschaft\",\n\t\t\t\t\"fr\" : \"Amitié éternelle\",\n\t\t\t\t\"jp\" : \"盟友の想い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2749\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Devotion\",\n\t\t\t\t\"de\" : \"Essenz der Tugend\",\n\t\t\t\t\"fr\" : \"Dévotion éternelle\",\n\t\t\t\t\"jp\" : \"巫女の想い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2750\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soulsow\",\n\t\t\t\t\"de\" : \"Seelensaat\",\n\t\t\t\t\"fr\" : \"Semence d'âmes\",\n\t\t\t\t\"jp\" : \"ソウルソウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2751\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Alchemy\",\n\t\t\t\t\"de\" : \"Manipuliertes Feuer\",\n\t\t\t\t\"fr\" : \"Manipulation magique de feu\",\n\t\t\t\t\"jp\" : \"魔力操作：火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2752\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Alchemy\",\n\t\t\t\t\"de\" : \"Manipuliertes Eis\",\n\t\t\t\t\"fr\" : \"Manipulation magique de glace\",\n\t\t\t\t\"jp\" : \"魔力操作：氷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2753\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder Alchemy\",\n\t\t\t\t\"de\" : \"Manipulierter Blitz\",\n\t\t\t\t\"fr\" : \"Manipulation magique de foudre\",\n\t\t\t\t\"jp\" : \"魔力操作：雷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2754\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxic Alchemy\",\n\t\t\t\t\"de\" : \"Manipuliertes Gift\",\n\t\t\t\t\"fr\" : \"Manipulation magique de poison\",\n\t\t\t\t\"jp\" : \"魔力操作：毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2755\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Jump Target\",\n\t\t\t\t\"de\" : \"Ziel von Hochsprung des Dunkels\",\n\t\t\t\t\"fr\" : \"Portée de grand saut sombre\",\n\t\t\t\t\"jp\" : \"ターゲッティング：ダークハイジャンプ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2756\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spineshatter Dive Target\",\n\t\t\t\t\"de\" : \"Ziel von Wirbelsprenger des Dunkels\",\n\t\t\t\t\"fr\" : \"Portée de piqué brise-échine sombre\",\n\t\t\t\t\"jp\" : \"ターゲッティング：ダークスパインダイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2757\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elusive Jump Target\",\n\t\t\t\t\"de\" : \"Ziel von Ausweichsprung des Dunkels\",\n\t\t\t\t\"fr\" : \"Portée de saut insaisissable sombre\",\n\t\t\t\t\"jp\" : \"ターゲッティング：ダークイルーシブジャンプ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2758\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spreading Flames\",\n\t\t\t\t\"de\" : \"Flammende Rache\",\n\t\t\t\t\"fr\" : \"Vengeance consumante\",\n\t\t\t\t\"jp\" : \"復讐の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2759\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Entangled Flames\",\n\t\t\t\t\"de\" : \"Verwobene Flammen\",\n\t\t\t\t\"fr\" : \"Flammes enchevêtrées\",\n\t\t\t\t\"jp\" : \"道連れの炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2760\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Borrowed Flesh\",\n\t\t\t\t\"de\" : \"Körpertausch\",\n\t\t\t\t\"fr\" : \"Chair empruntée\",\n\t\t\t\t\"jp\" : \"強制憑依\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2761\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Darkened Fire\",\n\t\t\t\t\"de\" : \"Schwarze Lohe\",\n\t\t\t\t\"fr\" : \"Flamme sombre\",\n\t\t\t\t\"jp\" : \"闇の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2762\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death's Toll\",\n\t\t\t\t\"de\" : \"Eid des Abschieds\",\n\t\t\t\t\"fr\" : \"Destin mortel\",\n\t\t\t\t\"jp\" : \"死の運命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2765\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Moment\",\n\t\t\t\t\"de\" : \"Triumph des Wissens bereit\",\n\t\t\t\t\"fr\" : \"Étalage des connaissances préparé\",\n\t\t\t\t\"jp\" : \"理知興起実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2768\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mark of the Tides\",\n\t\t\t\t\"de\" : \"Mal des Stroms\",\n\t\t\t\t\"fr\" : \"Marque du torrent\",\n\t\t\t\t\"jp\" : \"激流の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2769\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mark of the Depths\",\n\t\t\t\t\"de\" : \"Mal der Wucht\",\n\t\t\t\t\"fr\" : \"Marque d'oppression\",\n\t\t\t\t\"jp\" : \"重圧の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2770\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fore Mark of the Tides\",\n\t\t\t\t\"de\" : \"Mal des Abwärtsstroms\",\n\t\t\t\t\"fr\" : \"Marque déferlante avant\",\n\t\t\t\t\"jp\" : \"激動の刻印：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2771\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rear Mark of the Tides\",\n\t\t\t\t\"de\" : \"Mal des Aufwärtsstroms\",\n\t\t\t\t\"fr\" : \"Marque déferlante arrière\",\n\t\t\t\t\"jp\" : \"激動の刻印：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2772\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Mark of the Tides\",\n\t\t\t\t\"de\" : \"Mal des linken Stroms\",\n\t\t\t\t\"fr\" : \"Marque déferlante gauche\",\n\t\t\t\t\"jp\" : \"激動の刻印：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2773\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Mark of the Tides\",\n\t\t\t\t\"de\" : \"Mal des rechten Stroms\",\n\t\t\t\t\"fr\" : \"Marque déferlante droite\",\n\t\t\t\t\"jp\" : \"激動の刻印：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2777\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bound and Determined\",\n\t\t\t\t\"de\" : \"Nidhoggs Stigmata\",\n\t\t\t\t\"fr\" : \"Stigmates de Nidhogg\",\n\t\t\t\t\"jp\" : \"爪牙不変\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2778\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Angler's Art\",\n\t\t\t\t\"de\" : \"Fischversessen\",\n\t\t\t\t\"fr\" : \"Féru de pêche\",\n\t\t\t\t\"jp\" : \"ビッグフィッシャー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2779\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Makeshift Bait\",\n\t\t\t\t\"de\" : \"Fischfinesse\",\n\t\t\t\t\"fr\" : \"Pêche au vif facile\",\n\t\t\t\t\"jp\" : \"泳がせ釣り条件無視\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2780\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prize Catch\",\n\t\t\t\t\"de\" : \"Fetter Fang\",\n\t\t\t\t\"fr\" : \"Pêche au gros\",\n\t\t\t\t\"jp\" : \"次回ラージサイズ確定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2781\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unlimited\",\n\t\t\t\t\"de\" : \"Überwinden der Grenzen\",\n\t\t\t\t\"fr\" : \"Transcendance ultime\",\n\t\t\t\t\"jp\" : \"限界超絶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2783\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vital Sight\",\n\t\t\t\t\"de\" : \"Breitseite\",\n\t\t\t\t\"fr\" : \"Pupilles dilatées\",\n\t\t\t\t\"jp\" : \"選魚眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2786\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spark of Hope\",\n\t\t\t\t\"de\" : \"Glanz des Dynamis\",\n\t\t\t\t\"fr\" : \"Éclat du dynamis\",\n\t\t\t\t\"jp\" : \"デュナミスの輝き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2787\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ploutonos\",\n\t\t\t\t\"de\" : \"Pluton\",\n\t\t\t\t\"fr\" : \"Pluton\",\n\t\t\t\t\"jp\" : \"プルトン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2788\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eubuleus\",\n\t\t\t\t\"de\" : \"Eubuleus\",\n\t\t\t\t\"fr\" : \"Eubouleus\",\n\t\t\t\t\"jp\" : \"エウブレウス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2789\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Bravery\",\n\t\t\t\t\"de\" : \"Vollkommene Courage\",\n\t\t\t\t\"fr\" : \"Courage véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・ブレイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2790\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Step\",\n\t\t\t\t\"de\" : \"Vollkommener Schritt\",\n\t\t\t\t\"fr\" : \"Pas véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・ステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2791\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Benison\",\n\t\t\t\t\"de\" : \"Vollkommener Segen\",\n\t\t\t\t\"fr\" : \"Faveur véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・ベニゾン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2792\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Medica II\",\n\t\t\t\t\"de\" : \"Vollkommenes Resedra\",\n\t\t\t\t\"fr\" : \"Extra Médica véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・メディカラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2793\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Stoneskin\",\n\t\t\t\t\"de\" : \"Vollkommene Steinhaut\",\n\t\t\t\t\"fr\" : \"Cuirasse véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・ストンスキン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2794\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Hallowed Ground\",\n\t\t\t\t\"de\" : \"Vollkommene Unbesiegbarkeit\",\n\t\t\t\t\"fr\" : \"Invincibilité véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・インビンシブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2795\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Circle of Clarity\",\n\t\t\t\t\"de\" : \"Kreis der Leichtheit\",\n\t\t\t\t\"fr\" : \"Cercle de clarté\",\n\t\t\t\t\"jp\" : \"サークル・オブ・ライトネス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2796\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Sentinel\",\n\t\t\t\t\"de\" : \"Vollkommener Sentinel\",\n\t\t\t\t\"fr\" : \"Sentinelle véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・センチネル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2797\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Rampart\",\n\t\t\t\t\"de\" : \"Vollkommener Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2798\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Reprisal\",\n\t\t\t\t\"de\" : \"Vollkommene Reflexion\",\n\t\t\t\t\"fr\" : \"Rétorsion véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・リプライザル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2799\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aethersucker\",\n\t\t\t\t\"de\" : \"Ätherlabung\",\n\t\t\t\t\"fr\" : \"Absorption d'éther\",\n\t\t\t\t\"jp\" : \"エーテル吸収\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2800\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Casting Chlamys\",\n\t\t\t\t\"de\" : \"Faulende Chlamys\",\n\t\t\t\t\"fr\" : \"Chlamyde maudite\",\n\t\t\t\t\"jp\" : \"腐呪のクラミュス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2801\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Resistance Down\",\n\t\t\t\t\"de\" : \"Resistenz -\",\n\t\t\t\t\"fr\" : \"Résistance élémentaire réduite\",\n\t\t\t\t\"jp\" : \"属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2802\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Role Call\",\n\t\t\t\t\"de\" : \"Dreifäulenoper\",\n\t\t\t\t\"fr\" : \"Rôle tragique\",\n\t\t\t\t\"jp\" : \"三役の腐呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2803\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miscast\",\n\t\t\t\t\"de\" : \"Zwischenakt\",\n\t\t\t\t\"fr\" : \"Résistance tragique\",\n\t\t\t\t\"jp\" : \"三役の抗呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2804\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thornpricked\",\n\t\t\t\t\"de\" : \"Ätherdorn\",\n\t\t\t\t\"fr\" : \"Épines d'éther\",\n\t\t\t\t\"jp\" : \"エーテルソーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2805\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Carrot of Happiness\",\n\t\t\t\t\"de\" : \"Glückskarotte\",\n\t\t\t\t\"fr\" : \"Carotte du bonheur\",\n\t\t\t\t\"jp\" : \"ハピネスキャロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2806\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Philosopher's Carrot\",\n\t\t\t\t\"de\" : \"Knobelkarotte\",\n\t\t\t\t\"fr\" : \"Carotte de la vivacité\",\n\t\t\t\t\"jp\" : \"スピードキャロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2807\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lucky Carrot\",\n\t\t\t\t\"de\" : \"Duselmöhre\",\n\t\t\t\t\"fr\" : \"Carotte de la chance\",\n\t\t\t\t\"jp\" : \"ラッキーキャロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2808\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Iron Carrot\",\n\t\t\t\t\"de\" : \"Kraftkarotte\",\n\t\t\t\t\"fr\" : \"Carotte du tonus\",\n\t\t\t\t\"jp\" : \"タフネスキャロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2809\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Up\",\n\t\t\t\t\"de\" : \"Magieschaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2810\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chorus Aligned\",\n\t\t\t\t\"de\" : \"Tanzgesang\",\n\t\t\t\t\"fr\" : \"Chant enivrant\",\n\t\t\t\t\"jp\" : \"舞踏の歌声\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2817\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Partygoer\",\n\t\t\t\t\"de\" : \"Festteilnehmer\",\n\t\t\t\t\"fr\" : \"Convive du banquet\",\n\t\t\t\t\"jp\" : \"饗宴参加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2818\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth-aspected\",\n\t\t\t\t\"de\" : \"Erd-Orientierung\",\n\t\t\t\t\"fr\" : \"Alignement terrestre\",\n\t\t\t\t\"jp\" : \"土属性化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2819\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning-aspected\",\n\t\t\t\t\"de\" : \"Blitz-Orientierung\",\n\t\t\t\t\"fr\" : \"Alignement électrique\",\n\t\t\t\t\"jp\" : \"雷属性化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2820\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind-aspected\",\n\t\t\t\t\"de\" : \"Wind-Orientierung\",\n\t\t\t\t\"fr\" : \"Alignement éolien\",\n\t\t\t\t\"jp\" : \"風属性化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2821\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"To the Dungeons\",\n\t\t\t\t\"de\" : \"Ediktbruch\",\n\t\t\t\t\"fr\" : \"Contrevenance\",\n\t\t\t\t\"jp\" : \"勅令違反\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2822\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wicked Whim\",\n\t\t\t\t\"de\" : \"Widerspenstig\",\n\t\t\t\t\"fr\" : \"Côté lunatique\",\n\t\t\t\t\"jp\" : \"あまのじゃく\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2827\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Irmin Hedge\",\n\t\t\t\t\"de\" : \"Kosmischer Bannkreis\",\n\t\t\t\t\"fr\" : \"Lice cardinale\",\n\t\t\t\t\"jp\" : \"六合結界\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2828\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prayers of Hope\",\n\t\t\t\t\"de\" : \"Gebet der Morgenröte\",\n\t\t\t\t\"fr\" : \"Prière des Héritiers\",\n\t\t\t\t\"jp\" : \"暁の祈り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2829\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Last Vigil\",\n\t\t\t\t\"de\" : \"Letzte Wacht\",\n\t\t\t\t\"fr\" : \"Dernier Vigile\",\n\t\t\t\t\"jp\" : \"ラストヴィジル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2830\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Last Vigil\",\n\t\t\t\t\"de\" : \"Letzte Wacht\",\n\t\t\t\t\"fr\" : \"Dernier Vigile\",\n\t\t\t\t\"jp\" : \"ラストヴィジル：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2831\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield of the Fury\",\n\t\t\t\t\"de\" : \"Halones Schild\",\n\t\t\t\t\"fr\" : \"Bouclier de la Conquérante\",\n\t\t\t\t\"jp\" : \"シールド・オブ・ハルオーネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2832\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tenebrous Grasp\",\n\t\t\t\t\"de\" : \"Bann der Dunkelheit\",\n\t\t\t\t\"fr\" : \"Lien des Ténèbres\",\n\t\t\t\t\"jp\" : \"闇の呪縛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2833\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderstruck\",\n\t\t\t\t\"de\" : \"Donnerschwinge\",\n\t\t\t\t\"fr\" : \"Aile-de-foudre\",\n\t\t\t\t\"jp\" : \"サンダーウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2835\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward Bearing\",\n\t\t\t\t\"de\" : \"Wende: Vorne\",\n\t\t\t\t\"fr\" : \"Changement de cap: en avant\",\n\t\t\t\t\"jp\" : \"方向転換：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2836\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Backward Bearing\",\n\t\t\t\t\"de\" : \"Wende: Hinten\",\n\t\t\t\t\"fr\" : \"Changement de cap: en arrière\",\n\t\t\t\t\"jp\" : \"方向転換：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2837\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Bearing\",\n\t\t\t\t\"de\" : \"Wende: Links\",\n\t\t\t\t\"fr\" : \"Changement de cap: à gauche\",\n\t\t\t\t\"jp\" : \"方向転換：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2838\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Bearing\",\n\t\t\t\t\"de\" : \"Wende: Rechts\",\n\t\t\t\t\"fr\" : \"Changement de cap: à droite\",\n\t\t\t\t\"jp\" : \"方向転換：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2839\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Suiton\",\n\t\t\t\t\"de\" : \"Suiton\",\n\t\t\t\t\"fr\" : \"Suiton\",\n\t\t\t\t\"jp\" : \"水遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2840\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Whimsy\",\n\t\t\t\t\"de\" : \"Prinzessinnenlaune: rechts\",\n\t\t\t\t\"fr\" : \"Caprice de princesse: à droite\",\n\t\t\t\t\"jp\" : \"気まぐれ：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2841\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Whimsy\",\n\t\t\t\t\"de\" : \"Prinzessinnenlaune: links\",\n\t\t\t\t\"fr\" : \"Caprice de princesse: à gauche\",\n\t\t\t\t\"jp\" : \"気まぐれ：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2842\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Backward Whimsy\",\n\t\t\t\t\"de\" : \"Prinzessinnenlaune: hinten\",\n\t\t\t\t\"fr\" : \"Caprice de princesse: en arrière\",\n\t\t\t\t\"jp\" : \"気まぐれ：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2843\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Iron Will\",\n\t\t\t\t\"de\" : \"Schild-Eid\",\n\t\t\t\t\"fr\" : \"Volonté de fer\",\n\t\t\t\t\"jp\" : \"アイアンウィル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2844\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Somanoutic Barrier\",\n\t\t\t\t\"de\" : \"Magiewall\",\n\t\t\t\t\"fr\" : \"Barrière magique\",\n\t\t\t\t\"jp\" : \"魔法障壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2845\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Harpe\",\n\t\t\t\t\"de\" : \"Schnelle Harpe\",\n\t\t\t\t\"fr\" : \"Harpé améliorée\",\n\t\t\t\t\"jp\" : \"ハルパー効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2851\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Event\",\n\t\t\t\t\"de\" : \"In Ereignis\",\n\t\t\t\t\"fr\" : \"Événement\",\n\t\t\t\t\"jp\" : \"イベント中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2852\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Recovery Down\",\n\t\t\t\t\"de\" : \"Heilung -\",\n\t\t\t\t\"fr\" : \"Soins diminués\",\n\t\t\t\t\"jp\" : \"被回復低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2853\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Titan's Favor\",\n\t\t\t\t\"de\" : \"Titans Gunst\",\n\t\t\t\t\"fr\" : \"Casse-montagnes préparé\",\n\t\t\t\t\"jp\" : \"マウンテンバスター実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2854\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Reaver\",\n\t\t\t\t\"de\" : \"Nichtssense\",\n\t\t\t\t\"fr\" : \"Moissonneur d'âmes\",\n\t\t\t\t\"jp\" : \"妖異の鎌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2855\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Gibbet\",\n\t\t\t\t\"de\" : \"Richten\",\n\t\t\t\t\"fr\" : \"Gibet amélioré\",\n\t\t\t\t\"jp\" : \"ジビトゥ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2856\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gallows Oiled\",\n\t\t\t\t\"de\" : \"Hängen\",\n\t\t\t\t\"fr\" : \"Potence préparée\",\n\t\t\t\t\"jp\" : \"ギャロウズ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2857\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Void Reaping\",\n\t\t\t\t\"de\" : \"Nichtsmahd\",\n\t\t\t\t\"fr\" : \"Fauchage du néant amélioré\",\n\t\t\t\t\"jp\" : \"ヴォイドリーパー効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2858\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ripe for Reaping\",\n\t\t\t\t\"de\" : \"Kreuzmahd\",\n\t\t\t\t\"fr\" : \"Fauchage croisé préparé\",\n\t\t\t\t\"jp\" : \"クロスリーパー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2859\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Harpe\",\n\t\t\t\t\"de\" : \"Schnelle Harpe\",\n\t\t\t\t\"fr\" : \"Harpé améliorée\",\n\t\t\t\t\"jp\" : \"ハルパー効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2860\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Threshold\",\n\t\t\t\t\"de\" : \"Rückkehr möglich\",\n\t\t\t\t\"fr\" : \"Repli préparé\",\n\t\t\t\t\"jp\" : \"リターン実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2861\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crest of Time Borrowed\",\n\t\t\t\t\"de\" : \"Schutzwappen\",\n\t\t\t\t\"fr\" : \"Blason protecteur\",\n\t\t\t\t\"jp\" : \"守護のクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2862\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crest of Time Returned\",\n\t\t\t\t\"de\" : \"Vitalisierendes Wappen\",\n\t\t\t\t\"fr\" : \"Blason revigorant\",\n\t\t\t\t\"jp\" : \"活性のクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2863\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enshrouded\",\n\t\t\t\t\"de\" : \"Lemure\",\n\t\t\t\t\"fr\" : \"Lémure\",\n\t\t\t\t\"jp\" : \"レムール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2864\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dosis III\",\n\t\t\t\t\"de\" : \"Eukratische Dosis III\",\n\t\t\t\t\"fr\" : \"Dosis eucrasique III\",\n\t\t\t\t\"jp\" : \"エウクラシア・ドシスIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2865\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Diagnosis\",\n\t\t\t\t\"de\" : \"Eukratische Diagnose\",\n\t\t\t\t\"fr\" : \"Diagnosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・ディアグノシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2866\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Prognosis\",\n\t\t\t\t\"de\" : \"Eukratische Prognose\",\n\t\t\t\t\"fr\" : \"Prognosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・プログノシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2867\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasia\",\n\t\t\t\t\"de\" : \"Eukrasie\",\n\t\t\t\t\"fr\" : \"Eukrasia\",\n\t\t\t\t\"jp\" : \"エウクラシア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2868\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pneuma\",\n\t\t\t\t\"de\" : \"Pneuma\",\n\t\t\t\t\"fr\" : \"Pneuma\",\n\t\t\t\t\"jp\" : \"プネウマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2869\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haima\",\n\t\t\t\t\"de\" : \"Haima\",\n\t\t\t\t\"fr\" : \"Haima\",\n\t\t\t\t\"jp\" : \"ハイマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2870\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haimatinon\",\n\t\t\t\t\"de\" : \"Haimatinon\",\n\t\t\t\t\"fr\" : \"Haimatinon\",\n\t\t\t\t\"jp\" : \"ハイマの印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2871\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kardia\",\n\t\t\t\t\"de\" : \"Kardia\",\n\t\t\t\t\"fr\" : \"Kardia\",\n\t\t\t\t\"jp\" : \"カルディア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2872\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kardion\",\n\t\t\t\t\"de\" : \"Kardion\",\n\t\t\t\t\"fr\" : \"Kardion\",\n\t\t\t\t\"jp\" : \"カルディア［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2873\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Limit Breaker\",\n\t\t\t\t\"de\" : \"Limitrausch\",\n\t\t\t\t\"fr\" : \"Transcendance\",\n\t\t\t\t\"jp\" : \"リミットブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2874\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Time\",\n\t\t\t\t\"de\" : \"Aspektierende Ketten\",\n\t\t\t\t\"fr\" : \"Chaîne à retardement\",\n\t\t\t\t\"jp\" : \"時限の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2875\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Time\",\n\t\t\t\t\"de\" : \"Aspektierende Ketten\",\n\t\t\t\t\"fr\" : \"Chaîne à retardement\",\n\t\t\t\t\"jp\" : \"時限の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2876\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heros's Mantle\",\n\t\t\t\t\"de\" : \"Mantel des Heros\",\n\t\t\t\t\"fr\" : \"Cape de héros\",\n\t\t\t\t\"jp\" : \"ヘロイス・マント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2877\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magos's Mantle\",\n\t\t\t\t\"de\" : \"Mantel des Magos\",\n\t\t\t\t\"fr\" : \"Cape de mage\",\n\t\t\t\t\"jp\" : \"マゴス・マント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2878\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mousa's Mantle\",\n\t\t\t\t\"de\" : \"Mantel der Mousa\",\n\t\t\t\t\"fr\" : \"Cape de muse\",\n\t\t\t\t\"jp\" : \"ムーサ・マント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2879\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Adamantinon Thelema\",\n\t\t\t\t\"de\" : \"Adamas Schleier\",\n\t\t\t\t\"fr\" : \"Volonté Adamas\",\n\t\t\t\t\"jp\" : \"アダマスウィル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2885\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Companionship\",\n\t\t\t\t\"de\" : \"Bindender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction contigüe\",\n\t\t\t\t\"jp\" : \"近呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2886\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Companionship\",\n\t\t\t\t\"de\" : \"Bindender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction contigüe\",\n\t\t\t\t\"jp\" : \"近呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2887\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Companionship\",\n\t\t\t\t\"de\" : \"Bindender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction contigüe\",\n\t\t\t\t\"jp\" : \"近呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2888\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Loneliness\",\n\t\t\t\t\"de\" : \"Treibender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction lointaine\",\n\t\t\t\t\"jp\" : \"遠呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2889\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Loneliness\",\n\t\t\t\t\"de\" : \"Treibender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction lointaine\",\n\t\t\t\t\"jp\" : \"遠呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2890\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Loneliness\",\n\t\t\t\t\"de\" : \"Treibender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction lointaine\",\n\t\t\t\t\"jp\" : \"遠呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2891\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spearfisher's Intuition\",\n\t\t\t\t\"de\" : \"Speergespür\",\n\t\t\t\t\"fr\" : \"Instinct du harponneur\",\n\t\t\t\t\"jp\" : \"銛師の直感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2895\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Solemn Vow\",\n\t\t\t\t\"de\" : \"Schwur des Friedens\",\n\t\t\t\t\"fr\" : \"Serment de paix\",\n\t\t\t\t\"jp\" : \"不殺の誓い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2896\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortal Vow\",\n\t\t\t\t\"de\" : \"Schwur der Vergeltung\",\n\t\t\t\t\"fr\" : \"Vœu d'anéantissement\",\n\t\t\t\t\"jp\" : \"滅殺の誓い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2897\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortal Atonement\",\n\t\t\t\t\"de\" : \"Versiegte Vergeltung\",\n\t\t\t\t\"fr\" : \"Vœu d'anéantissement rompu\",\n\t\t\t\t\"jp\" : \"滅殺の償い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2898\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boiling\",\n\t\t\t\t\"de\" : \"Nagende Hitze\",\n\t\t\t\t\"fr\" : \"Chaleur graduelle\",\n\t\t\t\t\"jp\" : \"徐々にヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2899\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Freezing\",\n\t\t\t\t\"de\" : \"Allmähliche Kühlung\",\n\t\t\t\t\"fr\" : \"Congélation graduelle\",\n\t\t\t\t\"jp\" : \"徐々に氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2900\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Dark Damage\",\n\t\t\t\t\"de\" : \"Schrittweiser Dunkelschaden\",\n\t\t\t\t\"fr\" : \"Dégâts continus: Ténèbres\",\n\t\t\t\t\"jp\" : \"継続ダメージ：闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2901\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Light Damage\",\n\t\t\t\t\"de\" : \"Schrittweiser Lichtschaden\",\n\t\t\t\t\"fr\" : \"Dégâts continus: Lumière\",\n\t\t\t\t\"jp\" : \"継続ダメージ：光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2902\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down II\",\n\t\t\t\t\"de\" : \"Feuerresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite+\",\n\t\t\t\t\"jp\" : \"火属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2903\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Resistance Down II\",\n\t\t\t\t\"de\" : \"Eisresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la glace réduite+\",\n\t\t\t\t\"jp\" : \"氷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2904\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unforgotten\",\n\t\t\t\t\"de\" : \"Chronistin der Zeit\",\n\t\t\t\t\"fr\" : \"Chronique élégiaque\",\n\t\t\t\t\"jp\" : \"事象記録\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2905\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revolutionary\",\n\t\t\t\t\"de\" : \"Inversionsmodus\",\n\t\t\t\t\"fr\" : \"Renversant\",\n\t\t\t\t\"jp\" : \"反転モード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2907\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tizona's Bastion\",\n\t\t\t\t\"de\" : \"Fluchwall Tizonas\",\n\t\t\t\t\"fr\" : \"Mur enchanté de Tizona\",\n\t\t\t\t\"jp\" : \"ティソーナの呪壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2908\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tizona's Bastion\",\n\t\t\t\t\"de\" : \"Fluchwall Tizonas\",\n\t\t\t\t\"fr\" : \"Mur enchanté de Tizona\",\n\t\t\t\t\"jp\" : \"ティソーナの呪壁［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2909\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Rays\",\n\t\t\t\t\"de\" : \"Impuls der Dunkelheit\",\n\t\t\t\t\"fr\" : \"Déluge de Ténèbres\",\n\t\t\t\t\"jp\" : \"闇の波動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2911\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2912\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2923\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Companionship\",\n\t\t\t\t\"de\" : \"Bindender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction contigüe\",\n\t\t\t\t\"jp\" : \"近呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2924\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackles of Loneliness\",\n\t\t\t\t\"de\" : \"Treibender Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction lointaine\",\n\t\t\t\t\"jp\" : \"遠呪の魔鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2925\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acting DPS\",\n\t\t\t\t\"de\" : \"Fluch des Schmerzes\",\n\t\t\t\t\"fr\" : \"Malédiction des attaquants\",\n\t\t\t\t\"jp\" : \"攻手の魔呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2926\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acting Healer\",\n\t\t\t\t\"de\" : \"Fluch des Lebens\",\n\t\t\t\t\"fr\" : \"Malédiction des guérisseurs\",\n\t\t\t\t\"jp\" : \"癒手の魔呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2927\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acting Tank\",\n\t\t\t\t\"de\" : \"Fluch des Schutzes\",\n\t\t\t\t\"fr\" : \"Malédiction des protecteurs\",\n\t\t\t\t\"jp\" : \"守手の魔呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2928\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fountain of Fire\",\n\t\t\t\t\"de\" : \"Quell des Feuers\",\n\t\t\t\t\"fr\" : \"Flamme de la vie\",\n\t\t\t\t\"jp\" : \"霊泉の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2929\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trickle of Fire\",\n\t\t\t\t\"de\" : \"Kleiner Quell des Feuers\",\n\t\t\t\t\"fr\" : \"Flammèche de la vie\",\n\t\t\t\t\"jp\" : \"霊泉の炎［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2932\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fleet-footed\",\n\t\t\t\t\"de\" : \"Stadtsprint-Bonus\",\n\t\t\t\t\"fr\" : \"La grande forme\",\n\t\t\t\t\"jp\" : \"カンパニーアクション：都市内スプリント効果時間延長\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2933\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Event\",\n\t\t\t\t\"de\" : \"In Ereignis\",\n\t\t\t\t\"fr\" : \"Événement\",\n\t\t\t\t\"jp\" : \"イベント中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2935\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Damage\",\n\t\t\t\t\"de\" : \"Schaden über Zeit\",\n\t\t\t\t\"fr\" : \"Dégâts continus\",\n\t\t\t\t\"jp\" : \"継続ダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2936\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporary Misdirection\",\n\t\t\t\t\"de\" : \"Plötzliche Panik\",\n\t\t\t\t\"fr\" : \"Fulguration\",\n\t\t\t\t\"jp\" : \"心神喪失\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2937\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resistance Down II\",\n\t\t\t\t\"de\" : \"Feuerresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au feu réduite+\",\n\t\t\t\t\"jp\" : \"火属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2938\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kerakeia\",\n\t\t\t\t\"de\" : \"Kerakeia\",\n\t\t\t\t\"fr\" : \"Kerakeia\",\n\t\t\t\t\"jp\" : \"ケーラコレ［回］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2939\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prey\",\n\t\t\t\t\"de\" : \"Markiert\",\n\t\t\t\t\"fr\" : \"Marquage\",\n\t\t\t\t\"jp\" : \"マーキング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2940\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2941\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2942\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flesh Wound\",\n\t\t\t\t\"de\" : \"Fleischwunde\",\n\t\t\t\t\"fr\" : \"Blessure physique\",\n\t\t\t\t\"jp\" : \"切傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2943\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stab Wound\",\n\t\t\t\t\"de\" : \"Stichwunde\",\n\t\t\t\t\"fr\" : \"Perforation\",\n\t\t\t\t\"jp\" : \"刺傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2944\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Prellung\",\n\t\t\t\t\"fr\" : \"Concussion\",\n\t\t\t\t\"jp\" : \"打撲傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2945\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2946\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frostbite\",\n\t\t\t\t\"de\" : \"Erfrierung\",\n\t\t\t\t\"fr\" : \"Gelure\",\n\t\t\t\t\"jp\" : \"凍傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2947\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2948\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sludge\",\n\t\t\t\t\"de\" : \"Schlamm\",\n\t\t\t\t\"fr\" : \"Emboué\",\n\t\t\t\t\"jp\" : \"汚泥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2949\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2950\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2951\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2952\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True Finish\",\n\t\t\t\t\"de\" : \"Vollkommenes Finale\",\n\t\t\t\t\"fr\" : \"Final véritable\",\n\t\t\t\t\"jp\" : \"トゥルー・フィニッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2953\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2954\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Willful\",\n\t\t\t\t\"de\" : \"Unerschütterlicher Wille\",\n\t\t\t\t\"fr\" : \"Volonté inébranlable\",\n\t\t\t\t\"jp\" : \"不屈の意思\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2955\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Will to Live\",\n\t\t\t\t\"de\" : \"Eiserner Lebenswille\",\n\t\t\t\t\"fr\" : \"Persévérance absolue\",\n\t\t\t\t\"jp\" : \"再起の意思\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2957\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift Deception\",\n\t\t\t\t\"de\" : \"Leisetreter\",\n\t\t\t\t\"fr\" : \"Invisibilité rapide\",\n\t\t\t\t\"jp\" : \"スウィフトインビジブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2958\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward Whimsy\",\n\t\t\t\t\"de\" : \"Prinzessinnenlaune: vorne\",\n\t\t\t\t\"fr\" : \"Caprice de princesse: en avant\",\n\t\t\t\t\"jp\" : \"気まぐれ：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2959\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ogi Namikiri Ready\",\n\t\t\t\t\"de\" : \"Ogi Namikiri\",\n\t\t\t\t\"fr\" : \"Ôgi: Namikiri préparée\",\n\t\t\t\t\"jp\" : \"奥義波切実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2960\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enhanced Flare\",\n\t\t\t\t\"de\" : \"Flare +\",\n\t\t\t\t\"fr\" : \"Brasier amélioré\",\n\t\t\t\t\"jp\" : \"フレア効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2962\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twisting Viper\",\n\t\t\t\t\"de\" : \"Singende Giftschlange\",\n\t\t\t\t\"fr\" : \"Serpent sifflant au vent\",\n\t\t\t\t\"jp\" : \"風と歌う蛇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2963\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gnashing Wolf\",\n\t\t\t\t\"de\" : \"Tanzender Windwolf\",\n\t\t\t\t\"fr\" : \"Loup bondissant au vent\",\n\t\t\t\t\"jp\" : \"風と踊る狼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2964\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Finale\",\n\t\t\t\t\"de\" : \"Luminöses Finale\",\n\t\t\t\t\"fr\" : \"Final radieux\",\n\t\t\t\t\"jp\" : \"光神のフィナーレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2965\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Necrosis\",\n\t\t\t\t\"de\" : \"Todeshauch\",\n\t\t\t\t\"fr\" : \"Toxine mortelle\",\n\t\t\t\t\"jp\" : \"死腐毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2966\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Craven Companionship\",\n\t\t\t\t\"de\" : \"Einsamkeit\",\n\t\t\t\t\"fr\" : \"Sentiment d'isolement\",\n\t\t\t\t\"jp\" : \"孤独の予感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2967\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Damage\",\n\t\t\t\t\"de\" : \"Schaden über Zeit\",\n\t\t\t\t\"fr\" : \"Dégâts continus\",\n\t\t\t\t\"jp\" : \"継続ダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2969\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sage's Wisdom\",\n\t\t\t\t\"de\" : \"Wissen der Weisen\",\n\t\t\t\t\"fr\" : \"Sapience de sage\",\n\t\t\t\t\"jp\" : \"賢者の叡智\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2971\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Penalty\",\n\t\t\t\t\"de\" : \"LP-Malus\",\n\t\t\t\t\"fr\" : \"PV maximums réduits\",\n\t\t\t\t\"jp\" : \"最大ＨＰダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2972\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodsown Circle\",\n\t\t\t\t\"de\" : \"Opfergeist\",\n\t\t\t\t\"fr\" : \"Guide du rite sacrificiel\",\n\t\t\t\t\"jp\" : \"死の供儀\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2973\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spinning\",\n\t\t\t\t\"de\" : \"Spinnend\",\n\t\t\t\t\"fr\" : \"Tournis\",\n\t\t\t\t\"jp\" : \"回転移動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2974\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dizzy\",\n\t\t\t\t\"de\" : \"Taumel\",\n\t\t\t\t\"fr\" : \"Vertigo\",\n\t\t\t\t\"jp\" : \"眩暈\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2976\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2977\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Recovery Down\",\n\t\t\t\t\"de\" : \"Heilung -\",\n\t\t\t\t\"fr\" : \"Soins diminués\",\n\t\t\t\t\"jp\" : \"被回復低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2978\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Recovery Down\",\n\t\t\t\t\"de\" : \"Heilung -\",\n\t\t\t\t\"fr\" : \"Soins diminués\",\n\t\t\t\t\"jp\" : \"被回復低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2989\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Echoes of Nausea\",\n\t\t\t\t\"de\" : \"Giftstrom der Verzweiflung\",\n\t\t\t\t\"fr\" : \"Tourment toxique\",\n\t\t\t\t\"jp\" : \"絶望浸食：病の激流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2990\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Echoes of Befoulment\",\n\t\t\t\t\"de\" : \"Brackwasserbombe der Verzweiflung\",\n\t\t\t\t\"fr\" : \"Tourment de pus\",\n\t\t\t\t\"jp\" : \"絶望浸食：膿汁弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2991\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Echoes of the Future\",\n\t\t\t\t\"de\" : \"Endloses Bombardement der Verzweiflung\",\n\t\t\t\t\"fr\" : \"Tourment de l'avenir incertain\",\n\t\t\t\t\"jp\" : \"絶望浸食：ノーフューチャー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2992\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Echoes of Benevolence\",\n\t\t\t\t\"de\" : \"Philanthropie der Verzweiflung\",\n\t\t\t\t\"fr\" : \"Tourment de la philanthropie\",\n\t\t\t\t\"jp\" : \"絶望浸食：博愛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2993\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grip of Despair\",\n\t\t\t\t\"de\" : \"Griff der Verzweiflung\",\n\t\t\t\t\"fr\" : \"Chaîne du désespoir\",\n\t\t\t\t\"jp\" : \"絶望の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2994\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hardcore\",\n\t\t\t\t\"de\" : \"Bomberseele\",\n\t\t\t\t\"fr\" : \"Âme de bombo\",\n\t\t\t\t\"jp\" : \"ボムの魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2995\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blackfeather Boost\",\n\t\t\t\t\"de\" : \"Schwarze Chocobo-Feder\",\n\t\t\t\t\"fr\" : \"Plume de chocobo noir\",\n\t\t\t\t\"jp\" : \"黒チョコボの羽根\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2996\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift Sprint\",\n\t\t\t\t\"de\" : \"Supersprint\",\n\t\t\t\t\"fr\" : \"Super sprint\",\n\t\t\t\t\"jp\" : \"スーパースプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2997\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift Sprint\",\n\t\t\t\t\"de\" : \"Supersprint\",\n\t\t\t\t\"fr\" : \"Super sprint\",\n\t\t\t\t\"jp\" : \"スーパースプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2998\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Resistance Down II\",\n\t\t\t\t\"de\" : \"Blitzresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la foudre réduite+\",\n\t\t\t\t\"jp\" : \"雷属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2999\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Event\",\n\t\t\t\t\"de\" : \"In Ereignis\",\n\t\t\t\t\"fr\" : \"Événement\",\n\t\t\t\t\"jp\" : \"イベント中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3001\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Disciplined Fist\",\n\t\t\t\t\"de\" : \"Rechtschaffene Faust\",\n\t\t\t\t\"fr\" : \"Poings vigoureux\",\n\t\t\t\t\"jp\" : \"功力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3002\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadowbite Ready\",\n\t\t\t\t\"de\" : \"Schattenbissbereit\",\n\t\t\t\t\"fr\" : \"Morsure de l'ombre préparée\",\n\t\t\t\t\"jp\" : \"シャドウバイト実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3003\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holos\",\n\t\t\t\t\"de\" : \"Holos\",\n\t\t\t\t\"fr\" : \"Holos\",\n\t\t\t\t\"jp\" : \"ホーリズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3007\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Petrification\",\n\t\t\t\t\"de\" : \"Stein\",\n\t\t\t\t\"fr\" : \"Pétrification\",\n\t\t\t\t\"jp\" : \"石化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3009\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Might of the Vortex\",\n\t\t\t\t\"de\" : \"Macht der Garuda\",\n\t\t\t\t\"fr\" : \"Pouvoir de la Souffleuse de rafales\",\n\t\t\t\t\"jp\" : \"嵐神の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3010\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Might of Crags\",\n\t\t\t\t\"de\" : \"Macht des Titan\",\n\t\t\t\t\"fr\" : \"Pouvoir de l'Ébranleur des terres\",\n\t\t\t\t\"jp\" : \"岩神の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3011\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Might of the Inferno\",\n\t\t\t\t\"de\" : \"Macht des Ifrit\",\n\t\t\t\t\"fr\" : \"Pouvoir du Seigneur des flammes\",\n\t\t\t\t\"jp\" : \"焔神の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3012\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vortex Barrier\",\n\t\t\t\t\"de\" : \"Sturmwall\",\n\t\t\t\t\"fr\" : \"Mur de la Souffleuse de rafales\",\n\t\t\t\t\"jp\" : \"嵐神の風壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3013\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prayer of Light\",\n\t\t\t\t\"de\" : \"Gebet des Lichts\",\n\t\t\t\t\"fr\" : \"Vœu de la Lumière\",\n\t\t\t\t\"jp\" : \"光の願い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3014\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of Light\",\n\t\t\t\t\"de\" : \"Gnade des Lichts\",\n\t\t\t\t\"fr\" : \"Bénédiction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3015\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"On Balance\",\n\t\t\t\t\"de\" : \"Wiegen der Seele\",\n\t\t\t\t\"fr\" : \"En pesée\",\n\t\t\t\t\"jp\" : \"魂の計量\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3017\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Symmetry\",\n\t\t\t\t\"de\" : \"Synchrone Trance\",\n\t\t\t\t\"fr\" : \"Lancer synchrone: Apothéose\",\n\t\t\t\t\"jp\" : \"対称投擲：フラリッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3018\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Flow\",\n\t\t\t\t\"de\" : \"Asynchrone Trance\",\n\t\t\t\t\"fr\" : \"Lancer asynchrone: Apothéose\",\n\t\t\t\t\"jp\" : \"非対称投擲：フラリッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3019\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confiteor Ready\",\n\t\t\t\t\"de\" : \"Confiteor\",\n\t\t\t\t\"fr\" : \"Confiteor préparé\",\n\t\t\t\t\"jp\" : \"コンフィテオル実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3020\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Souls in the Balance\",\n\t\t\t\t\"de\" : \"魂の総和\",\n\t\t\t\t\"fr\" : \"Poids total\",\n\t\t\t\t\"jp\" : \"魂の総和\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3021\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unguarded\",\n\t\t\t\t\"de\" : \"Wehrlos\",\n\t\t\t\t\"fr\" : \"Garde impossible\",\n\t\t\t\t\"jp\" : \"防御不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3022\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Half-asleep\",\n\t\t\t\t\"de\" : \"Schlaftrunken\",\n\t\t\t\t\"fr\" : \"Sommeil graduel\",\n\t\t\t\t\"jp\" : \"徐々に睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3023\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hysteria\",\n\t\t\t\t\"de\" : \"Panik\",\n\t\t\t\t\"fr\" : \"Hystérie\",\n\t\t\t\t\"jp\" : \"恐慌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3024\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seduced\",\n\t\t\t\t\"de\" : \"Versuchung\",\n\t\t\t\t\"fr\" : \"Séduction\",\n\t\t\t\t\"jp\" : \"誘惑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3025\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Claim\",\n\t\t\t\t\"de\" : \"Heiliges Recht\",\n\t\t\t\t\"fr\" : \"Gravure sainte\",\n\t\t\t\t\"jp\" : \"聖刻\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3026\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Sheltron\",\n\t\t\t\t\"de\" : \"Heiliges Schiltron\",\n\t\t\t\t\"fr\" : \"Schiltron sacré\",\n\t\t\t\t\"jp\" : \"ホーリーシェルトロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3028\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Confiteor Ready\",\n\t\t\t\t\"de\" : \"Confiteor\",\n\t\t\t\t\"fr\" : \"Confiteor préparé\",\n\t\t\t\t\"jp\" : \"コンフィテオル実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3029\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Onslaught\",\n\t\t\t\t\"de\" : \"Sturmlauf\",\n\t\t\t\t\"fr\" : \"Assaut violent\",\n\t\t\t\t\"jp\" : \"オンスロート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3030\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodwhetting\",\n\t\t\t\t\"de\" : \"Urimpuls\",\n\t\t\t\t\"fr\" : \"Intuition fougueuse\",\n\t\t\t\t\"jp\" : \"原初の血気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3031\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stem the Tide\",\n\t\t\t\t\"de\" : \"Jagdtrieb\",\n\t\t\t\t\"fr\" : \"Digue au sang\",\n\t\t\t\t\"jp\" : \"原初の血煙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3033\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blackblood\",\n\t\t\t\t\"de\" : \"Schwarzes Blut\",\n\t\t\t\t\"fr\" : \"Sang noir\",\n\t\t\t\t\"jp\" : \"ブラックブラッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3034\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Arts\",\n\t\t\t\t\"de\" : \"Dunkle Künste\",\n\t\t\t\t\"fr\" : \"Arts ténébreux\",\n\t\t\t\t\"jp\" : \"ダークアーツ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3036\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salted Earth\",\n\t\t\t\t\"de\" : \"Salzige Erde\",\n\t\t\t\t\"fr\" : \"Terre salée\",\n\t\t\t\t\"jp\" : \"ソルトアース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3037\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salted Earth\",\n\t\t\t\t\"de\" : \"Salzige Erde\",\n\t\t\t\t\"fr\" : \"Terre salée\",\n\t\t\t\t\"jp\" : \"ソルトアース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3038\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salt's Bane\",\n\t\t\t\t\"de\" : \"Salziges Elend\",\n\t\t\t\t\"fr\" : \"Terre salée (néfaste)\",\n\t\t\t\t\"jp\" : \"ソルトアース［害］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3039\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Undead Redemption\",\n\t\t\t\t\"de\" : \"Untote Erlösung\",\n\t\t\t\t\"fr\" : \"Rédemption du survivant\",\n\t\t\t\t\"jp\" : \"アンデッド・リデンプション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3041\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Blast\",\n\t\t\t\t\"de\" : \"Knallender Stoß\",\n\t\t\t\t\"fr\" : \"Hypervitesse préparée\",\n\t\t\t\t\"jp\" : \"ハイパーヴェロシティ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3042\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"No Mercy\",\n\t\t\t\t\"de\" : \"Ohne Gnade\",\n\t\t\t\t\"fr\" : \"Sans pitié\",\n\t\t\t\t\"jp\" : \"ノー・マーシー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3043\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Powder Barrel\",\n\t\t\t\t\"de\" : \"Erda-Patrone\",\n\t\t\t\t\"fr\" : \"Cartouche d'éther\",\n\t\t\t\t\"jp\" : \"ソイル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3044\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Junction Tank\",\n\t\t\t\t\"de\" : \"Blut-Erda: Verteidiger\",\n\t\t\t\t\"fr\" : \"Giclée de sang de protecteur\",\n\t\t\t\t\"jp\" : \"ブラッドドロー：タンク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3045\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Junction DPS\",\n\t\t\t\t\"de\" : \"Blut-Erda: Angreifer\",\n\t\t\t\t\"fr\" : \"Giclée de sang de combattant\",\n\t\t\t\t\"jp\" : \"ブラッドドロー：DPS\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3046\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Junction Healer\",\n\t\t\t\t\"de\" : \"Blut-Erda: Heiler\",\n\t\t\t\t\"fr\" : \"Giclée de sang de soigneur\",\n\t\t\t\t\"jp\" : \"ブラッドドロー：ヒーラー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3047\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hypervelocity\",\n\t\t\t\t\"de\" : \"Überschall\",\n\t\t\t\t\"fr\" : \"Hypervitesse\",\n\t\t\t\t\"jp\" : \"ハイパーヴェロシティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3048\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jugular Rip\",\n\t\t\t\t\"de\" : \"Kehlreißer\",\n\t\t\t\t\"fr\" : \"Arrachage de la jugulaire\",\n\t\t\t\t\"jp\" : \"ジャギュラーリップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3049\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abdomen Tear\",\n\t\t\t\t\"de\" : \"Bauchschlitzer\",\n\t\t\t\t\"fr\" : \"Lacération de l'abdomen\",\n\t\t\t\t\"jp\" : \"アブドメンテアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3050\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye Gouge\",\n\t\t\t\t\"de\" : \"Augenstecher\",\n\t\t\t\t\"fr\" : \"Perforation des yeux\",\n\t\t\t\t\"jp\" : \"アイガウジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3051\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nebula\",\n\t\t\t\t\"de\" : \"Nebula\",\n\t\t\t\t\"fr\" : \"Nébuleuse\",\n\t\t\t\t\"jp\" : \"ネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3052\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Relentless Rush\",\n\t\t\t\t\"de\" : \"Multi\",\n\t\t\t\t\"fr\" : \"Multi-taillade\",\n\t\t\t\t\"jp\" : \"連続剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3053\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Relentless Shrapnel\",\n\t\t\t\t\"de\" : \"Multipel\",\n\t\t\t\t\"fr\" : \"Taillades multiples\",\n\t\t\t\t\"jp\" : \"連続剣［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3054\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guard\",\n\t\t\t\t\"de\" : \"Wehr\",\n\t\t\t\t\"fr\" : \"Garde\",\n\t\t\t\t\"jp\" : \"防御\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3055\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contact Prohibition Ordained\",\n\t\t\t\t\"de\" : \"Kontaktverbot\",\n\t\t\t\t\"fr\" : \"Contact prohibé\",\n\t\t\t\t\"jp\" : \"接触禁止命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3056\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contact Regulation Ordained\",\n\t\t\t\t\"de\" : \"Kontakt-Order\",\n\t\t\t\t\"fr\" : \"Contact forcé\",\n\t\t\t\t\"jp\" : \"接触保護命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3057\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Escape Prohibition Ordained\",\n\t\t\t\t\"de\" : \"Fluchtverbot\",\n\t\t\t\t\"fr\" : \"Fuite prohibée\",\n\t\t\t\t\"jp\" : \"逃亡禁止命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3058\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Escape Detection Ordained\",\n\t\t\t\t\"de\" : \"Fluchtbeobachtung\",\n\t\t\t\t\"fr\" : \"Fuite forcée\",\n\t\t\t\t\"jp\" : \"逃亡監察命令\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3060\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flesh Wound\",\n\t\t\t\t\"de\" : \"Fleischwunde\",\n\t\t\t\t\"fr\" : \"Blessure physique\",\n\t\t\t\t\"jp\" : \"切傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3062\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stab Wound\",\n\t\t\t\t\"de\" : \"Stichwunde\",\n\t\t\t\t\"fr\" : \"Perforation\",\n\t\t\t\t\"jp\" : \"刺傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3064\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Prellung\",\n\t\t\t\t\"fr\" : \"Concussion\",\n\t\t\t\t\"jp\" : \"打撲傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3066\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3068\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frostbite\",\n\t\t\t\t\"de\" : \"Erfrierung\",\n\t\t\t\t\"fr\" : \"Gelure\",\n\t\t\t\t\"jp\" : \"凍傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3070\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3072\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sludge\",\n\t\t\t\t\"de\" : \"Schlamm\",\n\t\t\t\t\"fr\" : \"Emboué\",\n\t\t\t\t\"jp\" : \"汚泥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3074\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3076\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3078\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3079\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doton Corruption\",\n\t\t\t\t\"de\" : \"Grollendes Doton\",\n\t\t\t\t\"fr\" : \"Doton (néfaste)\",\n\t\t\t\t\"jp\" : \"土遁の術［害］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3080\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rhythmetic Fever\",\n\t\t\t\t\"de\" : \"Rhythmus-Fieber\",\n\t\t\t\t\"fr\" : \"Fièvre\",\n\t\t\t\t\"jp\" : \"フィーバー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3082\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxicosis\",\n\t\t\t\t\"de\" : \"Giftlache\",\n\t\t\t\t\"fr\" : \"Poison violent\",\n\t\t\t\t\"jp\" : \"猛毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3083\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cure III Ready\",\n\t\t\t\t\"de\" : \"Vitaga bereit\",\n\t\t\t\t\"fr\" : \"Méga Soin préparé\",\n\t\t\t\t\"jp\" : \"ケアルガ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3085\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miracle of Nature\",\n\t\t\t\t\"de\" : \"Wunder der Natur\",\n\t\t\t\t\"fr\" : \"Miracle de la nature\",\n\t\t\t\t\"jp\" : \"ミラクル・オブ・ネイチャー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3086\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aquaveil\",\n\t\t\t\t\"de\" : \"Wasserschleier\",\n\t\t\t\t\"fr\" : \"Aquavoile\",\n\t\t\t\t\"jp\" : \"アクアヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3087\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Galvanize\",\n\t\t\t\t\"de\" : \"Dynamisieren\",\n\t\t\t\t\"fr\" : \"Réconfort\",\n\t\t\t\t\"jp\" : \"鼓舞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3088\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Catalyze\",\n\t\t\t\t\"de\" : \"Katalyse\",\n\t\t\t\t\"fr\" : \"Exhortation\",\n\t\t\t\t\"jp\" : \"激励\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3089\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Biolysis\",\n\t\t\t\t\"de\" : \"Causae et Curae\",\n\t\t\t\t\"fr\" : \"Loi de l'infection\",\n\t\t\t\t\"jp\" : \"蠱毒法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3090\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Biolytic\",\n\t\t\t\t\"de\" : \"Causae\",\n\t\t\t\t\"fr\" : \"Intoxication\",\n\t\t\t\t\"jp\" : \"蠱毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3091\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mummification\",\n\t\t\t\t\"de\" : \"Mumifizierung\",\n\t\t\t\t\"fr\" : \"Momification\",\n\t\t\t\t\"jp\" : \"枯骨法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3092\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expedience\",\n\t\t\t\t\"de\" : \"Sturm\",\n\t\t\t\t\"fr\" : \"Thèse des rafales hurlantes\",\n\t\t\t\t\"jp\" : \"疾風の計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3093\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Desperate Measures\",\n\t\t\t\t\"de\" : \"Drang\",\n\t\t\t\t\"fr\" : \"Thèse des flots impétueux\",\n\t\t\t\t\"jp\" : \"怒濤の計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3094\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recitation\",\n\t\t\t\t\"de\" : \"Raffinesse\",\n\t\t\t\t\"fr\" : \"Récitation\",\n\t\t\t\t\"jp\" : \"秘策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3095\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Seraph\",\n\t\t\t\t\"de\" : \"Seraph-Beschwörung\",\n\t\t\t\t\"fr\" : \"Invocation Séraphin\",\n\t\t\t\t\"jp\" : \"サモン・セラフィム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3096\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraph Flight\",\n\t\t\t\t\"de\" : \"Flug der Seraphim\",\n\t\t\t\t\"fr\" : \"Aile de Séraphin\",\n\t\t\t\t\"jp\" : \"セラフィムウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3097\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphic Veil\",\n\t\t\t\t\"de\" : \"Schleier der Seraphim\",\n\t\t\t\t\"fr\" : \"Voile séraphique\",\n\t\t\t\t\"jp\" : \"セラフィックヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3098\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Consolation\",\n\t\t\t\t\"de\" : \"Seelentrost\",\n\t\t\t\t\"fr\" : \"Dictame\",\n\t\t\t\t\"jp\" : \"コンソレイション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3099\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diurnal Benefic\",\n\t\t\t\t\"de\" : \"Harmonischer Orbis (Diurnal)\",\n\t\t\t\t\"fr\" : \"Bienfaisance aspectée (diurne)\",\n\t\t\t\t\"jp\" : \"アスペクト・ベネフィク［日］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3100\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nocturnal Benefic\",\n\t\t\t\t\"de\" : \"Harmonischer Orbis (Nocturnal)\",\n\t\t\t\t\"fr\" : \"Bienfaisance aspectée (nocturne)\",\n\t\t\t\t\"jp\" : \"アスペクト・ベネフィク［夜］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3101\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Balance Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Waage\",\n\t\t\t\t\"fr\" : \"Tirage: la Balance\",\n\t\t\t\t\"jp\" : \"ドロー：アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3102\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ewer Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Krug\",\n\t\t\t\t\"fr\" : \"Tirage: l'Aiguière\",\n\t\t\t\t\"jp\" : \"ドロー：サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3103\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spire Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Turm\",\n\t\t\t\t\"fr\" : \"Tirage: la Tour\",\n\t\t\t\t\"jp\" : \"ドロー：ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3104\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Macrocosmos\",\n\t\t\t\t\"de\" : \"Makrokosmos\",\n\t\t\t\t\"fr\" : \"Macrocosme\",\n\t\t\t\t\"jp\" : \"マクロコスモス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3105\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Celestial River\",\n\t\t\t\t\"de\" : \"Säule der Herrlichkeit\",\n\t\t\t\t\"fr\" : \"Rivière céleste\",\n\t\t\t\t\"jp\" : \"星河一天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3106\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Celestial Tide\",\n\t\t\t\t\"de\" : \"Schein der Herrlichkeit\",\n\t\t\t\t\"fr\" : \"Rivière céleste (néfaste)\",\n\t\t\t\t\"jp\" : \"星河一天［害］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3107\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasia\",\n\t\t\t\t\"de\" : \"Eukrasie\",\n\t\t\t\t\"fr\" : \"Eukrasia\",\n\t\t\t\t\"jp\" : \"エウクラシア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3108\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dosis III\",\n\t\t\t\t\"de\" : \"Eukratische Dosis III\",\n\t\t\t\t\"fr\" : \"Dosis eucrasique III\",\n\t\t\t\t\"jp\" : \"エウクラシア・ドシスIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3109\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Diagnosis\",\n\t\t\t\t\"de\" : \"Eukratische Diagnose\",\n\t\t\t\t\"fr\" : \"Diagnosis eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・ディアグノシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3110\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haima\",\n\t\t\t\t\"de\" : \"Haima\",\n\t\t\t\t\"fr\" : \"Haima\",\n\t\t\t\t\"jp\" : \"ハイマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3111\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haimatinon\",\n\t\t\t\t\"de\" : \"Haimatinon\",\n\t\t\t\t\"fr\" : \"Haimatinon\",\n\t\t\t\t\"jp\" : \"ハイマの印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3113\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxikon\",\n\t\t\t\t\"de\" : \"Toxikon\",\n\t\t\t\t\"fr\" : \"Toxikon\",\n\t\t\t\t\"jp\" : \"トキシコン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3115\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Addersting\",\n\t\t\t\t\"de\" : \"Komplexion\",\n\t\t\t\t\"fr\" : \"Croc de vipère\",\n\t\t\t\t\"jp\" : \"アダースティング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3118\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mesotes\",\n\t\t\t\t\"de\" : \"Mesotes\",\n\t\t\t\t\"fr\" : \"Mesotes\",\n\t\t\t\t\"jp\" : \"メソテース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3119\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mesotes\",\n\t\t\t\t\"de\" : \"Mesotes\",\n\t\t\t\t\"fr\" : \"Mesotes\",\n\t\t\t\t\"jp\" : \"メソテース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3120\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lype\",\n\t\t\t\t\"de\" : \"Lypros\",\n\t\t\t\t\"fr\" : \"Lype\",\n\t\t\t\t\"jp\" : \"リュペー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3121\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Featherbrained\",\n\t\t\t\t\"de\" : \"Piep Piep Piep\",\n\t\t\t\t\"fr\" : \"Cui cui\",\n\t\t\t\t\"jp\" : \"ピヨピヨ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3122\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Devouring Dark\",\n\t\t\t\t\"de\" : \"Erosion der Dunkelheit\",\n\t\t\t\t\"fr\" : \"Érosion de Ténèbres\",\n\t\t\t\t\"jp\" : \"闇の浸食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3123\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of Light\",\n\t\t\t\t\"de\" : \"Gnade des Lichts\",\n\t\t\t\t\"fr\" : \"Bénédiction de la Lumière\",\n\t\t\t\t\"jp\" : \"光の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3124\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defiance\",\n\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\"fr\" : \"Défi\",\n\t\t\t\t\"jp\" : \"ディフェンダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3125\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift Sprint\",\n\t\t\t\t\"de\" : \"Supersprint\",\n\t\t\t\t\"fr\" : \"Super sprint\",\n\t\t\t\t\"jp\" : \"スーパースプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3129\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3130\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slashing Resistance Down\",\n\t\t\t\t\"de\" : \"Hiebresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au tranchant réduite\",\n\t\t\t\t\"jp\" : \"斬属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3131\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Piercing Resistance Down\",\n\t\t\t\t\"de\" : \"Stichresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au perforant réduite\",\n\t\t\t\t\"jp\" : \"突属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3132\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blunt Resistance Down\",\n\t\t\t\t\"de\" : \"Schlagresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance au contondant réduite\",\n\t\t\t\t\"jp\" : \"打属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3133\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Suppuration\",\n\t\t\t\t\"de\" : \"Verbrennung\",\n\t\t\t\t\"fr\" : \"Morsure du feu\",\n\t\t\t\t\"jp\" : \"熱傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3135\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Light Resistance Down\",\n\t\t\t\t\"de\" : \"Lichtresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance à la Lumière réduite\",\n\t\t\t\t\"jp\" : \"光属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3136\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Resistance Down\",\n\t\t\t\t\"de\" : \"Dunkelresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance aux Ténèbres réduite\",\n\t\t\t\t\"jp\" : \"闇属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3137\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repertoire\",\n\t\t\t\t\"de\" : \"Virtuose\",\n\t\t\t\t\"fr\" : \"Inspiration poétique\",\n\t\t\t\t\"jp\" : \"詩心\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3138\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frontliner's March\",\n\t\t\t\t\"de\" : \"Frontenmarsch\",\n\t\t\t\t\"fr\" : \"Marche conquérante\",\n\t\t\t\t\"jp\" : \"進撃のマーチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3139\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frontline March\",\n\t\t\t\t\"de\" : \"Frontenmarsch\",\n\t\t\t\t\"fr\" : \"Marche des conquérants\",\n\t\t\t\t\"jp\" : \"進撃のマーチ［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3140\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frontliner's Forte\",\n\t\t\t\t\"de\" : \"Forte der Front\",\n\t\t\t\t\"fr\" : \"Alpha forte\",\n\t\t\t\t\"jp\" : \"エイペックス・フォルテ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3141\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frontline Forte\",\n\t\t\t\t\"de\" : \"Forte der Front\",\n\t\t\t\t\"fr\" : \"Alpha mezzo forte\",\n\t\t\t\t\"jp\" : \"エイペックス・フォルテ［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3142\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blast Arrow Ready\",\n\t\t\t\t\"de\" : \"Stoßpfeilbereit\",\n\t\t\t\t\"fr\" : \"Flèche explosive préparée\",\n\t\t\t\t\"jp\" : \"ブラストアロー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3143\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Warden's Paean\",\n\t\t\t\t\"de\" : \"Päan des Hüters\",\n\t\t\t\t\"fr\" : \"Péon du Contemplateur\",\n\t\t\t\t\"jp\" : \"時神のピーアン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3144\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Fantasia\",\n\t\t\t\t\"de\" : \"Fantasie des Helden\",\n\t\t\t\t\"fr\" : \"Fantaisie héroïque\",\n\t\t\t\t\"jp\" : \"英雄のファンタジア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3145\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heroes' Fantasia\",\n\t\t\t\t\"de\" : \"Heroische Fantasie\",\n\t\t\t\t\"fr\" : \"Fantaisie orchestrale\",\n\t\t\t\t\"jp\" : \"英雄のファンタジア［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3148\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heat\",\n\t\t\t\t\"de\" : \"Hitze\",\n\t\t\t\t\"fr\" : \"Chaleur\",\n\t\t\t\t\"jp\" : \"ヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3149\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Overheated\",\n\t\t\t\t\"de\" : \"Überhitzung\",\n\t\t\t\t\"fr\" : \"Surchauffe\",\n\t\t\t\t\"jp\" : \"オーバーヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3150\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drill Primed\",\n\t\t\t\t\"de\" : \"Scharfer Bohrer\",\n\t\t\t\t\"fr\" : \"Foreuse amorcée\",\n\t\t\t\t\"jp\" : \"ドリル起動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3151\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bioblaster Primed\",\n\t\t\t\t\"de\" : \"Scharfer Bioblaster\",\n\t\t\t\t\"fr\" : \"Lance-toxine amorcée\",\n\t\t\t\t\"jp\" : \"バイオブラスト起動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3152\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Anchor Primed\",\n\t\t\t\t\"de\" : \"Scharfer Luftanker\",\n\t\t\t\t\"fr\" : \"Ancre aérienne amorcée\",\n\t\t\t\t\"jp\" : \"エアアンカー起動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3153\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Saw Primed\",\n\t\t\t\t\"de\" : \"Scharfe Kreissäge\",\n\t\t\t\t\"fr\" : \"Tronçonneuses rotatives amorcées\",\n\t\t\t\t\"jp\" : \"回転のこぎり起動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3154\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Saw\",\n\t\t\t\t\"de\" : \"Kreissäge\",\n\t\t\t\t\"fr\" : \"Tronçonneuses rotatives\",\n\t\t\t\t\"jp\" : \"回転のこぎり\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3155\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bishop Active\",\n\t\t\t\t\"de\" : \"LÄUFER aktiv\",\n\t\t\t\t\"fr\" : \"Auto-tourelle Fou active\",\n\t\t\t\t\"jp\" : \"ビショップ起動中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3156\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aether Mortar\",\n\t\t\t\t\"de\" : \"Äthermörser\",\n\t\t\t\t\"fr\" : \"Mortier d'éther\",\n\t\t\t\t\"jp\" : \"エーテルモーター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3157\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mortared\",\n\t\t\t\t\"de\" : \"Mörserbeschuss\",\n\t\t\t\t\"fr\" : \"Mortier d'éther (néfaste)\",\n\t\t\t\t\"jp\" : \"エーテルモーター［害］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3158\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Analysis\",\n\t\t\t\t\"de\" : \"Analyse\",\n\t\t\t\t\"fr\" : \"Analyse\",\n\t\t\t\t\"jp\" : \"アナライズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3159\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bladecatcher\",\n\t\t\t\t\"de\" : \"Klingenfänger\",\n\t\t\t\t\"fr\" : \"Lame volante\",\n\t\t\t\t\"jp\" : \"飛剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3160\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourishing Saber Dance\",\n\t\t\t\t\"de\" : \"Hitziger Schwerttanz\",\n\t\t\t\t\"fr\" : \"Danse du sabre préparée\",\n\t\t\t\t\"jp\" : \"剣の舞い実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3161\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starfall Dance\",\n\t\t\t\t\"de\" : \"Sternenfalltanz\",\n\t\t\t\t\"fr\" : \"Danse de la pluie étoilée\",\n\t\t\t\t\"jp\" : \"流星の舞い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3162\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honing Dance\",\n\t\t\t\t\"de\" : \"Klingentanz\",\n\t\t\t\t\"fr\" : \"Danse tranchante\",\n\t\t\t\t\"jp\" : \"刃の舞い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3163\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acclaim\",\n\t\t\t\t\"de\" : \"Beifall\",\n\t\t\t\t\"fr\" : \"Ovation\",\n\t\t\t\t\"jp\" : \"喝采\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3164\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honing Ovation\",\n\t\t\t\t\"de\" : \"Scharfer Applaus\",\n\t\t\t\t\"fr\" : \"Final tranchant\",\n\t\t\t\t\"jp\" : \"刃の舞い【終】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3165\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3166\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3167\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3168\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Six-sided Star\",\n\t\t\t\t\"de\" : \"Sechsstern-Tritt\",\n\t\t\t\t\"fr\" : \"Étoile à six branches\",\n\t\t\t\t\"jp\" : \"六合星導脚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3169\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Polyglot\",\n\t\t\t\t\"de\" : \"Polyglott\",\n\t\t\t\t\"fr\" : \"Polyglotte\",\n\t\t\t\t\"jp\" : \"ポリグロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3170\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Resonance\",\n\t\t\t\t\"de\" : \"Wesen des Feuers\",\n\t\t\t\t\"fr\" : \"Quintessence de feu\",\n\t\t\t\t\"jp\" : \"紅蓮の神髄\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3171\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth Resonance\",\n\t\t\t\t\"de\" : \"Wesen der Erde\",\n\t\t\t\t\"fr\" : \"Quintessence de terre\",\n\t\t\t\t\"jp\" : \"金剛の神髄\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3172\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pressure Point\",\n\t\t\t\t\"de\" : \"Wunder Punkt\",\n\t\t\t\t\"fr\" : \"Point vital\",\n\t\t\t\t\"jp\" : \"急所経穴\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3173\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderclap\",\n\t\t\t\t\"de\" : \"Donnersprung\",\n\t\t\t\t\"fr\" : \"Élan fulgurant\",\n\t\t\t\t\"jp\" : \"抜重歩法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3174\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meteodrive\",\n\t\t\t\t\"de\" : \"Meteorschub\",\n\t\t\t\t\"fr\" : \"Plongeon météore\",\n\t\t\t\t\"jp\" : \"メテオドライヴ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3176\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavensent\",\n\t\t\t\t\"de\" : \"Himmelsstoß\",\n\t\t\t\t\"fr\" : \"Percée céleste préparée\",\n\t\t\t\t\"jp\" : \"ヘヴンスラスト実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3177\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life of the Dragon\",\n\t\t\t\t\"de\" : \"Drachengeist\",\n\t\t\t\t\"fr\" : \"Vie du dragon\",\n\t\t\t\t\"jp\" : \"紅の竜血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3178\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Firstminds' Focus\",\n\t\t\t\t\"de\" : \"Wyrmauge\",\n\t\t\t\t\"fr\" : \"Fougue des dragons anciens\",\n\t\t\t\t\"jp\" : \"天竜眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3179\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Horrid Roar\",\n\t\t\t\t\"de\" : \"Entsetzliches Brüllen\",\n\t\t\t\t\"fr\" : \"Rugissement horrible\",\n\t\t\t\t\"jp\" : \"ホリッドロア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3180\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sky High\",\n\t\t\t\t\"de\" : \"Himmelhoch\",\n\t\t\t\t\"fr\" : \"Vertigineux\",\n\t\t\t\t\"jp\" : \"スカイハイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3181\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sky Shatter\",\n\t\t\t\t\"de\" : \"Himmelsbrecher\",\n\t\t\t\t\"fr\" : \"Briseur des cieux\",\n\t\t\t\t\"jp\" : \"スカイシャッター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3183\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mug\",\n\t\t\t\t\"de\" : \"Ausrauben\",\n\t\t\t\t\"fr\" : \"Rapine\",\n\t\t\t\t\"jp\" : \"ぶんどる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3184\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Goka Mekkyaku\",\n\t\t\t\t\"de\" : \"Goka Mekkyaku\",\n\t\t\t\t\"fr\" : \"Gôka Mekkyaku\",\n\t\t\t\t\"jp\" : \"劫火滅却の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3185\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thrill of Battle\",\n\t\t\t\t\"de\" : \"Kampfrausch\",\n\t\t\t\t\"fr\" : \"Frisson de la bataille\",\n\t\t\t\t\"jp\" : \"スリル・オブ・バトル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3186\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Huton\",\n\t\t\t\t\"de\" : \"Huton\",\n\t\t\t\t\"fr\" : \"Fûton\",\n\t\t\t\t\"jp\" : \"風遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3187\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doton\",\n\t\t\t\t\"de\" : \"Doton\",\n\t\t\t\t\"fr\" : \"Doton\",\n\t\t\t\t\"jp\" : \"土遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3188\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Knight's Resolve\",\n\t\t\t\t\"de\" : \"Trutz des Ritters\",\n\t\t\t\t\"fr\" : \"Égide du paladin\",\n\t\t\t\t\"jp\" : \"ナイトの堅守\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3189\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meisui\",\n\t\t\t\t\"de\" : \"Meisui\",\n\t\t\t\t\"fr\" : \"Meisui\",\n\t\t\t\t\"jp\" : \"命水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3191\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death Link\",\n\t\t\t\t\"de\" : \"Totenbund\",\n\t\t\t\t\"fr\" : \"Morts en chaîne\",\n\t\t\t\t\"jp\" : \"死の連鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3192\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unsealed Seiton Tenchu\",\n\t\t\t\t\"de\" : \"Seiton Tenchu\",\n\t\t\t\t\"fr\" : \"Seiton Tenchû préparé\",\n\t\t\t\t\"jp\" : \"星遁天誅実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3199\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ogi Namikiri\",\n\t\t\t\t\"de\" : \"Ogi Namikiri\",\n\t\t\t\t\"fr\" : \"Ôgi: Namikiri\",\n\t\t\t\t\"jp\" : \"奥義波切\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3200\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kaeshi: Namikiri\",\n\t\t\t\t\"de\" : \"Kaeshi Namikiri\",\n\t\t\t\t\"fr\" : \"Kaeshi Namikiri\",\n\t\t\t\t\"jp\" : \"返し波切\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3201\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kaiten\",\n\t\t\t\t\"de\" : \"Hissatsu: Kaiten\",\n\t\t\t\t\"fr\" : \"Hissatsu: Kaiten\",\n\t\t\t\t\"jp\" : \"回天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3202\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kuzushi\",\n\t\t\t\t\"de\" : \"Kuzushi\",\n\t\t\t\t\"fr\" : \"Kuzushi\",\n\t\t\t\t\"jp\" : \"崩し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3203\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Midare\",\n\t\t\t\t\"de\" : \"Midare\",\n\t\t\t\t\"fr\" : \"Midare Setsugekka préparé\",\n\t\t\t\t\"jp\" : \"乱れ雪月花実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3204\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Immortal Sacrifice\",\n\t\t\t\t\"de\" : \"Totenopfer\",\n\t\t\t\t\"fr\" : \"Offrande à la Mort\",\n\t\t\t\t\"jp\" : \"死の供物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3205\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Plentiful Harvest\",\n\t\t\t\t\"de\" : \"Große Mahd\",\n\t\t\t\t\"fr\" : \"Moisson abondante\",\n\t\t\t\t\"jp\" : \"プレンティフルハーベスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3206\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death Warrant\",\n\t\t\t\t\"de\" : \"Richtbefehl\",\n\t\t\t\t\"fr\" : \"Arrêt de mort\",\n\t\t\t\t\"jp\" : \"デスワラント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3207\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hell's Ingress\",\n\t\t\t\t\"de\" : \"Höllischer Auftritt\",\n\t\t\t\t\"fr\" : \"Intrusion de l'enfer\",\n\t\t\t\t\"jp\" : \"ヘルズイングレス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3209\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elusive Jump\",\n\t\t\t\t\"de\" : \"Ausweichsprung\",\n\t\t\t\t\"fr\" : \"Saut insaisissable\",\n\t\t\t\t\"jp\" : \"イルーシブジャンプ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3210\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phalanx\",\n\t\t\t\t\"de\" : \"Phalanx\",\n\t\t\t\t\"fr\" : \"Phalanx\",\n\t\t\t\t\"jp\" : \"ファランクス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3211\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fleeting Raiju Ready\",\n\t\t\t\t\"de\" : \"Raiju-Tanz\",\n\t\t\t\t\"fr\" : \"Croc de Raijû préparé\",\n\t\t\t\t\"jp\" : \"月影雷獣牙実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3212\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Fire\",\n\t\t\t\t\"de\" : \"Lichtfeuer\",\n\t\t\t\t\"fr\" : \"Feu astral\",\n\t\t\t\t\"jp\" : \"アストラルファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3213\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Fire II\",\n\t\t\t\t\"de\" : \"Lichtfeuer II\",\n\t\t\t\t\"fr\" : \"Feu astral II\",\n\t\t\t\t\"jp\" : \"アストラルファイアII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3214\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Ice\",\n\t\t\t\t\"de\" : \"Schatteneis\",\n\t\t\t\t\"fr\" : \"Glace ombrale\",\n\t\t\t\t\"jp\" : \"アンブラルブリザード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3215\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Ice II\",\n\t\t\t\t\"de\" : \"Schatteneis II\",\n\t\t\t\t\"fr\" : \"Glace ombrale II\",\n\t\t\t\t\"jp\" : \"アンブラルブリザードII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3216\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Warmth\",\n\t\t\t\t\"de\" : \"Schwelendes Licht\",\n\t\t\t\t\"fr\" : \"Feu changeant\",\n\t\t\t\t\"jp\" : \"アストラルファイア［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3217\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Freeze\",\n\t\t\t\t\"de\" : \"Eisige Schatten\",\n\t\t\t\t\"fr\" : \"Glace stagnante\",\n\t\t\t\t\"jp\" : \"アンブラルブリザード［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3218\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3219\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3220\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apocatastasis\",\n\t\t\t\t\"de\" : \"Apokatastasis\",\n\t\t\t\t\"fr\" : \"Apocatastase\",\n\t\t\t\t\"jp\" : \"アポカタスタシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3221\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burst\",\n\t\t\t\t\"de\" : \"Schub\",\n\t\t\t\t\"fr\" : \"Bouillonnement\",\n\t\t\t\t\"jp\" : \"バースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3222\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Resonance\",\n\t\t\t\t\"de\" : \"Seelenresonanz\",\n\t\t\t\t\"fr\" : \"Résonance de l'âme\",\n\t\t\t\t\"jp\" : \"ソウルレゾナンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3223\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paradox\",\n\t\t\t\t\"de\" : \"Paradoxie\",\n\t\t\t\t\"fr\" : \"Symbole paradoxal\",\n\t\t\t\t\"jp\" : \"パラドックスシンボル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3224\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Aegis\",\n\t\t\t\t\"de\" : \"Schimmerschild\",\n\t\t\t\t\"fr\" : \"Égide rayonnante\",\n\t\t\t\t\"jp\" : \"守りの光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3225\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slipstream\",\n\t\t\t\t\"de\" : \"Wirbelströmung\",\n\t\t\t\t\"fr\" : \"Sillage\",\n\t\t\t\t\"jp\" : \"スリップストリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3226\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slipstream\",\n\t\t\t\t\"de\" : \"Wirbelströmung\",\n\t\t\t\t\"fr\" : \"Sillage\",\n\t\t\t\t\"jp\" : \"スリップストリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3227\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slipping\",\n\t\t\t\t\"de\" : \"Im Wirbel\",\n\t\t\t\t\"fr\" : \"Sillage (néfaste)\",\n\t\t\t\t\"jp\" : \"スリップストリーム［害］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3228\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dreadwyrm Trance\",\n\t\t\t\t\"de\" : \"Bahamut-Trance\",\n\t\t\t\t\"fr\" : \"Transe-Bahamut\",\n\t\t\t\t\"jp\" : \"トランス・バハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3229\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Firebird Trance\",\n\t\t\t\t\"de\" : \"Phönix-Trance\",\n\t\t\t\t\"fr\" : \"Transe-Phénix\",\n\t\t\t\t\"jp\" : \"トランス・フェニックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3230\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Everlasting Flight\",\n\t\t\t\t\"de\" : \"Schwingen der Unsterblichkeit\",\n\t\t\t\t\"fr\" : \"Vol éternel\",\n\t\t\t\t\"jp\" : \"不死鳥の翼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3231\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scarlet Flame\",\n\t\t\t\t\"de\" : \"Scharlachflamme\",\n\t\t\t\t\"fr\" : \"Flamme écarlate\",\n\t\t\t\t\"jp\" : \"火焔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3232\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revelation\",\n\t\t\t\t\"de\" : \"Offenbarung\",\n\t\t\t\t\"fr\" : \"Révélation\",\n\t\t\t\t\"jp\" : \"リヴァレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3233\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vermilion Radiance\",\n\t\t\t\t\"de\" : \"Scharlachrotes Gleißen\",\n\t\t\t\t\"fr\" : \"VerMiracle et VerBrasier préparés\",\n\t\t\t\t\"jp\" : \"ヴァルホーリー、ヴァルフレア実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3234\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Riposte\",\n\t\t\t\t\"de\" : \"Magische Riposte\",\n\t\t\t\t\"fr\" : \"Riposte enchantée\",\n\t\t\t\t\"jp\" : \"エンリポスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3235\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Zwerchhau\",\n\t\t\t\t\"de\" : \"Magischer Zwerchhau\",\n\t\t\t\t\"fr\" : \"Zwerchhau enchanté\",\n\t\t\t\t\"jp\" : \"エンツヴェルクハウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3236\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Redoublement\",\n\t\t\t\t\"de\" : \"Magisches Redoublement\",\n\t\t\t\t\"fr\" : \"Redoublement enchanté\",\n\t\t\t\t\"jp\" : \"エンルドゥブルマン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3237\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Riposte\",\n\t\t\t\t\"de\" : \"Magische Riposte\",\n\t\t\t\t\"fr\" : \"Riposte enchantée\",\n\t\t\t\t\"jp\" : \"エンリポスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3238\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Zwerchhau\",\n\t\t\t\t\"de\" : \"Magischer Zwerchhau\",\n\t\t\t\t\"fr\" : \"Zwerchhau enchanté\",\n\t\t\t\t\"jp\" : \"エンツヴェルクハウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3239\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Redoublement\",\n\t\t\t\t\"de\" : \"Magisches Redoublement\",\n\t\t\t\t\"fr\" : \"Redoublement enchanté\",\n\t\t\t\t\"jp\" : \"エンルドゥブルマン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3240\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magick Barrier\",\n\t\t\t\t\"de\" : \"Magiebarriere\",\n\t\t\t\t\"fr\" : \"Barrière anti-magie\",\n\t\t\t\t\"jp\" : \"バマジク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3241\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frazzle\",\n\t\t\t\t\"de\" : \"Fix und fertig\",\n\t\t\t\t\"fr\" : \"Éreintage\",\n\t\t\t\t\"jp\" : \"フラズル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3242\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Monomachy\",\n\t\t\t\t\"de\" : \"Duell\",\n\t\t\t\t\"fr\" : \"Monomachie\",\n\t\t\t\t\"jp\" : \"モノマキー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3243\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manafication\",\n\t\t\t\t\"de\" : \"Manafizierung\",\n\t\t\t\t\"fr\" : \"Manafication\",\n\t\t\t\t\"jp\" : \"マナフィケーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3245\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"White Shift\",\n\t\t\t\t\"de\" : \"Weiße Gabe\",\n\t\t\t\t\"fr\" : \"Transfert blanc\",\n\t\t\t\t\"jp\" : \"シフトホワイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3246\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Black Shift\",\n\t\t\t\t\"de\" : \"Schwarze Gabe\",\n\t\t\t\t\"fr\" : \"Transfert noir\",\n\t\t\t\t\"jp\" : \"シフトブラック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3248\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resilience\",\n\t\t\t\t\"de\" : \"Resilienz\",\n\t\t\t\t\"fr\" : \"Revigoration\",\n\t\t\t\t\"jp\" : \"活性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3250\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blade of Faith Ready\",\n\t\t\t\t\"de\" : \"Klinge der Frömmigkeit\",\n\t\t\t\t\"fr\" : \"Lame de foi préparée\",\n\t\t\t\t\"jp\" : \"ブレード・オブ・フェイス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3254\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trick Attack\",\n\t\t\t\t\"de\" : \"Trickattacke\",\n\t\t\t\t\"fr\" : \"Attaque sournoise\",\n\t\t\t\t\"jp\" : \"だまし討ち\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3255\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Undead Rebirth\",\n\t\t\t\t\"de\" : \"Untote Auferstehung\",\n\t\t\t\t\"fr\" : \"Sur le fil\",\n\t\t\t\t\"jp\" : \"デッドリバース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3256\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Orogeny\",\n\t\t\t\t\"de\" : \"Orogenese\",\n\t\t\t\t\"fr\" : \"Orogenèse\",\n\t\t\t\t\"jp\" : \"オロジェネシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3257\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Berserk\",\n\t\t\t\t\"de\" : \"Tollwut\",\n\t\t\t\t\"fr\" : \"Berserk\",\n\t\t\t\t\"jp\" : \"バーサク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3258\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lance Charge\",\n\t\t\t\t\"de\" : \"Lanzenschärfung\",\n\t\t\t\t\"fr\" : \"Lance acérée\",\n\t\t\t\t\"jp\" : \"ランスチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3259\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Surge\",\n\t\t\t\t\"de\" : \"Vitalwallung\",\n\t\t\t\t\"fr\" : \"Souffle de vie\",\n\t\t\t\t\"jp\" : \"ライフサージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3260\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3261\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concentrated Poison\",\n\t\t\t\t\"de\" : \"Starkes Gift\",\n\t\t\t\t\"fr\" : \"Poison concentré\",\n\t\t\t\t\"jp\" : \"劇毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3262\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Liftoff\",\n\t\t\t\t\"de\" : \"Hochschleudern\",\n\t\t\t\t\"fr\" : \"Décollage\",\n\t\t\t\t\"jp\" : \"ノックアップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3265\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood of the Dragon\",\n\t\t\t\t\"de\" : \"Drachenherz\",\n\t\t\t\t\"fr\" : \"Sang du dragon\",\n\t\t\t\t\"jp\" : \"蒼の竜血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3267\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3268\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"First Brand\",\n\t\t\t\t\"de\" : \"Erstes Kryptogramm\",\n\t\t\t\t\"fr\" : \"Marque cryptique I\",\n\t\t\t\t\"jp\" : \"一の呪印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3269\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Second Brand\",\n\t\t\t\t\"de\" : \"Zweites Kryptogramm\",\n\t\t\t\t\"fr\" : \"Marque cryptique II\",\n\t\t\t\t\"jp\" : \"二の呪印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3270\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Third Brand\",\n\t\t\t\t\"de\" : \"Drittes Kryptogramm\",\n\t\t\t\t\"fr\" : \"Marque cryptique III\",\n\t\t\t\t\"jp\" : \"三の呪印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3271\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fourth Brand\",\n\t\t\t\t\"de\" : \"Viertes Kryptogramm\",\n\t\t\t\t\"fr\" : \"Marque cryptique IV\",\n\t\t\t\t\"jp\" : \"四の呪印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3272\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"First Flame\",\n\t\t\t\t\"de\" : \"Erste Kryptoflamme\",\n\t\t\t\t\"fr\" : \"Flammes cryptiques I\",\n\t\t\t\t\"jp\" : \"火焔の呪印：一\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3273\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Second Flame\",\n\t\t\t\t\"de\" : \"Zweite Kryptoflamme\",\n\t\t\t\t\"fr\" : \"Flammes cryptiques II\",\n\t\t\t\t\"jp\" : \"火焔の呪印：二\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3274\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Third Flame\",\n\t\t\t\t\"de\" : \"Dritte Kryptoflamme\",\n\t\t\t\t\"fr\" : \"Flammes cryptiques III\",\n\t\t\t\t\"jp\" : \"火焔の呪印：三\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3275\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fourth Flame\",\n\t\t\t\t\"de\" : \"Vierte Kryptoflamme\",\n\t\t\t\t\"fr\" : \"Flammes cryptiques IV\",\n\t\t\t\t\"jp\" : \"火焔の呪印：四\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3276\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Call of the Portal\",\n\t\t\t\t\"de\" : \"Kryptisches Portal\",\n\t\t\t\t\"fr\" : \"Portail cryptique\",\n\t\t\t\t\"jp\" : \"転移の呪印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3277\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rite of Passage\",\n\t\t\t\t\"de\" : \"Zwangsteleport\",\n\t\t\t\t\"fr\" : \"Transfert forcé\",\n\t\t\t\t\"jp\" : \"強制転移\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3278\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forbidden Passage\",\n\t\t\t\t\"de\" : \"Versiegelter Teleport\",\n\t\t\t\t\"fr\" : \"Transfert impossible\",\n\t\t\t\t\"jp\" : \"転移不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3279\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forbidden Passage\",\n\t\t\t\t\"de\" : \"Versiegelter Teleport\",\n\t\t\t\t\"fr\" : \"Transfert impossible\",\n\t\t\t\t\"jp\" : \"転移不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3280\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blessing of Blight\",\n\t\t\t\t\"de\" : \"Fauliger Segen\",\n\t\t\t\t\"fr\" : \"Bénédiction nécromantique\",\n\t\t\t\t\"jp\" : \"腐土の恵み\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3281\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Warding Scale\",\n\t\t\t\t\"de\" : \"Seelenwächter\",\n\t\t\t\t\"fr\" : \"Écaille du dragon ancien\",\n\t\t\t\t\"jp\" : \"星竜鱗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3282\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brain Rot\",\n\t\t\t\t\"de\" : \"Fluch der Fäulnis\",\n\t\t\t\t\"fr\" : \"Malédiction nécromantique\",\n\t\t\t\t\"jp\" : \"腐土の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3283\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetters\",\n\t\t\t\t\"de\" : \"Gefesselt\",\n\t\t\t\t\"fr\" : \"Attache\",\n\t\t\t\t\"jp\" : \"拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3284\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tangled\",\n\t\t\t\t\"de\" : \"Fesselnde Strähnen\",\n\t\t\t\t\"fr\" : \"Enchevêtrement\",\n\t\t\t\t\"jp\" : \"呪髪呪縛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3285\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Awareness\",\n\t\t\t\t\"de\" : \"Achtsamkeit\",\n\t\t\t\t\"fr\" : \"Diligence\",\n\t\t\t\t\"jp\" : \"アウェアネス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3286\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frozen\",\n\t\t\t\t\"de\" : \"Überfroren\",\n\t\t\t\t\"fr\" : \"Glaciation\",\n\t\t\t\t\"jp\" : \"凍結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3287\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3288\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Damage\",\n\t\t\t\t\"de\" : \"Schaden über Zeit\",\n\t\t\t\t\"fr\" : \"Dégâts continus\",\n\t\t\t\t\"jp\" : \"継続ダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3289\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fusefield\",\n\t\t\t\t\"de\" : \"Luntenfeld\",\n\t\t\t\t\"fr\" : \"Champs de mèches\",\n\t\t\t\t\"jp\" : \"フューズフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3290\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Echo of the Fallen\",\n\t\t\t\t\"de\" : \"Fluch des Äons\",\n\t\t\t\t\"fr\" : \"Écho déchu\",\n\t\t\t\t\"jp\" : \"呪怨の残響\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3291\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scream of the Fallen\",\n\t\t\t\t\"de\" : \"Fluch der Ewigkeit\",\n\t\t\t\t\"fr\" : \"Grand écho déchu\",\n\t\t\t\t\"jp\" : \"呪怨の大残響\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3292\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lingering Echoes\",\n\t\t\t\t\"de\" : \"Verderb des Äons\",\n\t\t\t\t\"fr\" : \"Écho damné\",\n\t\t\t\t\"jp\" : \"連呪の残響\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3293\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderous Echo\",\n\t\t\t\t\"de\" : \"Äonenlanger Hass\",\n\t\t\t\t\"fr\" : \"Écho réprouvé\",\n\t\t\t\t\"jp\" : \"重怨の残響\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3294\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chains of Resentment\",\n\t\t\t\t\"de\" : \"Fluches Fessel\",\n\t\t\t\t\"fr\" : \"Chaîne maudite\",\n\t\t\t\t\"jp\" : \"呪毒の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3295\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gilded Fate\",\n\t\t\t\t\"de\" : \"Goldener Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction dorée\",\n\t\t\t\t\"jp\" : \"黄金の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3296\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silvered Fate\",\n\t\t\t\t\"de\" : \"Silberner Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction argentée\",\n\t\t\t\t\"jp\" : \"白銀の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3297\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bracing Suds\",\n\t\t\t\t\"de\" : \"Spritziger Schaum\",\n\t\t\t\t\"fr\" : \"Mousse tonifiante\",\n\t\t\t\t\"jp\" : \"そよそよシャンプー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3298\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chilling Suds\",\n\t\t\t\t\"de\" : \"Kalter Schaum\",\n\t\t\t\t\"fr\" : \"Mousse givrée\",\n\t\t\t\t\"jp\" : \"ひえひえシャンプー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3299\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fizzling Suds\",\n\t\t\t\t\"de\" : \"Prickelnder Schaum\",\n\t\t\t\t\"fr\" : \"Mousse pétillante\",\n\t\t\t\t\"jp\" : \"ぱちぱちシャンプー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3300\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medica II of the Seventh Dawn\",\n\t\t\t\t\"de\" : \"Resedra der Morgenröte\",\n\t\t\t\t\"fr\" : \"Extra Médica des Héritiers\",\n\t\t\t\t\"jp\" : \"サイオンズ・メディカラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3301\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Excellence\",\n\t\t\t\t\"de\" : \"Exzellenz\",\n\t\t\t\t\"fr\" : \"Excellence\",\n\t\t\t\t\"jp\" : \"エクセレンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3302\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Warding Scale\",\n\t\t\t\t\"de\" : \"Seelenwächter\",\n\t\t\t\t\"fr\" : \"Écaille du dragon ancien\",\n\t\t\t\t\"jp\" : \"星竜鱗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3303\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Supernal Guard\",\n\t\t\t\t\"de\" : \"Himmelsschutz\",\n\t\t\t\t\"fr\" : \"Mur astral\",\n\t\t\t\t\"jp\" : \"星壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3304\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3305\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bracing Suds\",\n\t\t\t\t\"de\" : \"Spritziger Schaum\",\n\t\t\t\t\"fr\" : \"Mousse tonifiante\",\n\t\t\t\t\"jp\" : \"そよそよシャンプー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3306\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chilling Suds\",\n\t\t\t\t\"de\" : \"Kalter Schaum\",\n\t\t\t\t\"fr\" : \"Mousse givrée\",\n\t\t\t\t\"jp\" : \"ひえひえシャンプー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3307\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fizzling Suds\",\n\t\t\t\t\"de\" : \"Prickelnder Schaum\",\n\t\t\t\t\"fr\" : \"Mousse pétillante\",\n\t\t\t\t\"jp\" : \"ぱちぱちシャンプー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3308\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inviolate Winds\",\n\t\t\t\t\"de\" : \"Zeichen des Windes\",\n\t\t\t\t\"fr\" : \"Sigil du vent\",\n\t\t\t\t\"jp\" : \"風の魔印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3309\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Bonds\",\n\t\t\t\t\"de\" : \"Zeichen der Heiligkeit\",\n\t\t\t\t\"fr\" : \"Sigil sacré\",\n\t\t\t\t\"jp\" : \"聖の魔印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3310\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Purgatory Winds\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen des Windes\",\n\t\t\t\t\"fr\" : \"Double sigil du vent\",\n\t\t\t\t\"jp\" : \"風の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3311\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Purgation\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen der Heiligkeit\",\n\t\t\t\t\"fr\" : \"Double sigil sacré\",\n\t\t\t\t\"jp\" : \"聖の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3313\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Exchange\",\n\t\t\t\t\"de\" : \"Ätherwechsel\",\n\t\t\t\t\"fr\" : \"Changement éthéréen\",\n\t\t\t\t\"jp\" : \"エーテルチェンジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3314\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glossomorph\",\n\t\t\t\t\"de\" : \"Glossomorph\",\n\t\t\t\t\"fr\" : \"Mollusque parasite\",\n\t\t\t\t\"jp\" : \"軟体寄生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3315\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chelomorph\",\n\t\t\t\t\"de\" : \"Chelomorph\",\n\t\t\t\t\"fr\" : \"Crustacé parasite\",\n\t\t\t\t\"jp\" : \"甲殻寄生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3316\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Out of Control\",\n\t\t\t\t\"de\" : \"Kontrollverlust\",\n\t\t\t\t\"fr\" : \"Incontrôlable\",\n\t\t\t\t\"jp\" : \"制御不能\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3317\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Consumption\",\n\t\t\t\t\"de\" : \"Zellulärer Verfall\",\n\t\t\t\t\"fr\" : \"Rongement cellulaire\",\n\t\t\t\t\"jp\" : \"細胞浸食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3318\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bodily Manipulation\",\n\t\t\t\t\"de\" : \"Zwangshandlung\",\n\t\t\t\t\"fr\" : \"Conduite forcée\",\n\t\t\t\t\"jp\" : \"強制行動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3319\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glossal Resistance Down\",\n\t\t\t\t\"de\" : \"Glossaler Widerstand -\",\n\t\t\t\t\"fr\" : \"Résistance aux attaques de mollusques réduite\",\n\t\t\t\t\"jp\" : \"軟体攻撃耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3320\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chelic Resistance Down\",\n\t\t\t\t\"de\" : \"Chelischer Widerstand -\",\n\t\t\t\t\"fr\" : \"Résistance aux attaques de crustacés réduite\",\n\t\t\t\t\"jp\" : \"甲殻攻撃耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3321\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetheronecrosis\",\n\t\t\t\t\"de\" : \"Explozelle\",\n\t\t\t\t\"fr\" : \"Cellules magiques actives\",\n\t\t\t\t\"jp\" : \"魔活細胞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3322\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glossomorph\",\n\t\t\t\t\"de\" : \"Glossomorph\",\n\t\t\t\t\"fr\" : \"Mollusque parasite\",\n\t\t\t\t\"jp\" : \"軟体寄生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3323\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Resistance Down II\",\n\t\t\t\t\"de\" : \"Dunkelresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance aux Ténèbres réduite\",\n\t\t\t\t\"jp\" : \"闇属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3325\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Conceptual Mastery\",\n\t\t\t\t\"de\" : \"Magische Einnistung\",\n\t\t\t\t\"fr\" : \"Conception magique\",\n\t\t\t\t\"jp\" : \"マジックコンシーヴ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3326\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood of the Gorgon\",\n\t\t\t\t\"de\" : \"Gorgons Fluch: Schlangengift\",\n\t\t\t\t\"fr\" : \"Malédiction de gorgone: venin reptilien\",\n\t\t\t\t\"jp\" : \"ゴルゴンの呪詛：蛇毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3327\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Breath of the Gorgon\",\n\t\t\t\t\"de\" : \"Gorgons Fluch: Übelgift\",\n\t\t\t\t\"fr\" : \"Malédiction de gorgone: poison insidieux\",\n\t\t\t\t\"jp\" : \"ゴルゴンの呪詛：邪毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3328\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spring Tide\",\n\t\t\t\t\"de\" : \"Fluch der Fluten: Springtide\",\n\t\t\t\t\"fr\" : \"Maléfice des vives-eaux\",\n\t\t\t\t\"jp\" : \"水禍の呪い：大潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3329\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neap Tide\",\n\t\t\t\t\"de\" : \"Fluch der Fluten: Nipptide\",\n\t\t\t\t\"fr\" : \"Maléfice des mortes-eaux\",\n\t\t\t\t\"jp\" : \"水禍の呪い：小潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3330\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imperfection: Alpha\",\n\t\t\t\t\"de\" : \"Unvollständiges Konzept α\",\n\t\t\t\t\"fr\" : \"Concept immature: α\",\n\t\t\t\t\"jp\" : \"未完概念：α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3331\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imperfection: Beta\",\n\t\t\t\t\"de\" : \"Unvollständiges Konzept β\",\n\t\t\t\t\"fr\" : \"Concept immature: β\",\n\t\t\t\t\"jp\" : \"未完概念：β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3332\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imperfection: Gamma\",\n\t\t\t\t\"de\" : \"Unvollständiges Konzept γ\",\n\t\t\t\t\"fr\" : \"Concept immature: γ\",\n\t\t\t\t\"jp\" : \"未完概念：γ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3333\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfection: Alpha\",\n\t\t\t\t\"de\" : \"Vollständiges Konzept α\",\n\t\t\t\t\"fr\" : \"Concept mature: α\",\n\t\t\t\t\"jp\" : \"完成概念：α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3334\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfection: Beta\",\n\t\t\t\t\"de\" : \"Vollständiges Konzept β\",\n\t\t\t\t\"fr\" : \"Concept mature: β\",\n\t\t\t\t\"jp\" : \"完成概念：β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3335\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfection: Gamma\",\n\t\t\t\t\"de\" : \"Vollständiges Konzept γ\",\n\t\t\t\t\"fr\" : \"Concept mature: γ\",\n\t\t\t\t\"jp\" : \"完成概念：γ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3336\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inconceivable\",\n\t\t\t\t\"de\" : \"Konzeptablehnung\",\n\t\t\t\t\"fr\" : \"Rejet conceptuel\",\n\t\t\t\t\"jp\" : \"概念拒絶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3337\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Flugwesen\",\n\t\t\t\t\"fr\" : \"Conceptualisation: créature volante\",\n\t\t\t\t\"jp\" : \"概念生成：飛行生物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3338\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aquatic Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Wasserorganismus\",\n\t\t\t\t\"fr\" : \"Conceptualisation: créature marine\",\n\t\t\t\t\"jp\" : \"概念生成：水棲生物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3339\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shocking Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Gewitterwesen\",\n\t\t\t\t\"fr\" : \"Conceptualisation: Raijû\",\n\t\t\t\t\"jp\" : \"概念生成：雷獣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3340\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fiery Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Flammengeist\",\n\t\t\t\t\"fr\" : \"Conceptualisation: esprit des flammes\",\n\t\t\t\t\"jp\" : \"概念生成：火精\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3341\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxic Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Gifttier\",\n\t\t\t\t\"fr\" : \"Conceptualisation: créature venimeuse\",\n\t\t\t\t\"jp\" : \"概念生成：有毒生物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3342\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Growing Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Pflanzenwesen\",\n\t\t\t\t\"fr\" : \"Conceptualisation: créature végétale\",\n\t\t\t\t\"jp\" : \"概念生成：草木生物\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3343\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Immortal Spark\",\n\t\t\t\t\"de\" : \"Konzeptfragment: Phoinix\",\n\t\t\t\t\"fr\" : \"Concept fragmentaire: oiseau immortel\",\n\t\t\t\t\"jp\" : \"概念の断片：不死鳥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3344\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Immortal Conception\",\n\t\t\t\t\"de\" : \"Konzeptumsetzung: Phoinix\",\n\t\t\t\t\"fr\" : \"Conceptualisation: oiseau immortel\",\n\t\t\t\t\"jp\" : \"概念生成：不死鳥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3345\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Solosplice\",\n\t\t\t\t\"de\" : \"Einfache Konzeptreflexion\",\n\t\t\t\t\"fr\" : \"Concept adverse simple\",\n\t\t\t\t\"jp\" : \"単相式反発概念\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3346\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Multisplice\",\n\t\t\t\t\"de\" : \"Multiple Konzeptreflexion\",\n\t\t\t\t\"fr\" : \"Concepts adverses multiples\",\n\t\t\t\t\"jp\" : \"複相式反発概念\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3347\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Supersplice\",\n\t\t\t\t\"de\" : \"Komplexe Konzeptreflexion\",\n\t\t\t\t\"fr\" : \"Concept adverse puissant\",\n\t\t\t\t\"jp\" : \"重相式反発概念\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3348\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Targeting\",\n\t\t\t\t\"de\" : \"Anvisiert\",\n\t\t\t\t\"fr\" : \"Ciblage\",\n\t\t\t\t\"jp\" : \"ターゲッティング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3350\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Stranded\",\n\t\t\t\t\"de\" : \"Außerkörperlichkeit\",\n\t\t\t\t\"fr\" : \"Dissociation corps-âme\",\n\t\t\t\t\"jp\" : \"幽体離脱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3351\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye of the Gorgon\",\n\t\t\t\t\"de\" : \"Gorgons Fluch: Steinauge\",\n\t\t\t\t\"fr\" : \"Malédiction de gorgone: œil pétrifiant\",\n\t\t\t\t\"jp\" : \"ゴルゴンの呪詛：石眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3352\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crown of the Gorgon\",\n\t\t\t\t\"de\" : \"Gorgons Fluch: Steinlicht\",\n\t\t\t\t\"fr\" : \"Malédiction de gorgone: lueur pétrifiante\",\n\t\t\t\t\"jp\" : \"ゴルゴンの呪詛：石光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3358\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enmity Up\",\n\t\t\t\t\"de\" : \"Erhöhte Feindseligkeit\",\n\t\t\t\t\"fr\" : \"Inimitié augmentée\",\n\t\t\t\t\"jp\" : \"敵視上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3359\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Damage\",\n\t\t\t\t\"de\" : \"Schaden über Zeit\",\n\t\t\t\t\"fr\" : \"Dégâts continus\",\n\t\t\t\t\"jp\" : \"継続ダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3360\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3361\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3362\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Out of Control\",\n\t\t\t\t\"de\" : \"Keine Kontrolle\",\n\t\t\t\t\"fr\" : \"Incontrôlable\",\n\t\t\t\t\"jp\" : \"制御不能\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3363\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seduced\",\n\t\t\t\t\"de\" : \"Versuchung\",\n\t\t\t\t\"fr\" : \"Séduction\",\n\t\t\t\t\"jp\" : \"誘惑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3364\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doom\",\n\t\t\t\t\"de\" : \"Verhängnis\",\n\t\t\t\t\"fr\" : \"Glas\",\n\t\t\t\t\"jp\" : \"死の宣告\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3365\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holosakos\",\n\t\t\t\t\"de\" : \"Holos (Barriere)\",\n\t\t\t\t\"fr\" : \"Holos\",\n\t\t\t\t\"jp\" : \"ホーリズム［バリア］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3367\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3368\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Powerful\",\n\t\t\t\t\"de\" : \"Angepasstes Miasma\",\n\t\t\t\t\"fr\" : \"Mithridatisation\",\n\t\t\t\t\"jp\" : \"瘴気順応\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3372\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth Resistance Down II\",\n\t\t\t\t\"de\" : \"Erdresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance à la terre réduite+\",\n\t\t\t\t\"jp\" : \"土属性耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3381\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Fire III\",\n\t\t\t\t\"de\" : \"Lichtfeuer III\",\n\t\t\t\t\"fr\" : \"Feu astral III\",\n\t\t\t\t\"jp\" : \"アストラルファイアIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3382\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Ice III\",\n\t\t\t\t\"de\" : \"Schatteneis III\",\n\t\t\t\t\"fr\" : \"Glace ombrale III\",\n\t\t\t\t\"jp\" : \"アンブラルブリザードIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3383\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Triumph\",\n\t\t\t\t\"de\" : \"Schicksal des Siegers\",\n\t\t\t\t\"fr\" : \"Destin victorieux\",\n\t\t\t\t\"jp\" : \"勝利の運命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3384\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Triumph\",\n\t\t\t\t\"de\" : \"Schicksal des Siegers\",\n\t\t\t\t\"fr\" : \"Destin victorieux\",\n\t\t\t\t\"jp\" : \"勝利の運命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3385\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Attraction\",\n\t\t\t\t\"de\" : \"Schicksal der Liebenden\",\n\t\t\t\t\"fr\" : \"Destin amoureux\",\n\t\t\t\t\"jp\" : \"恋慕の運命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3386\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Attraction Reversed\",\n\t\t\t\t\"de\" : \"Schicksal der umgekehrten Liebenden\",\n\t\t\t\t\"fr\" : \"Destin amoureux opposé\",\n\t\t\t\t\"jp\" : \"恋慕の運命【逆位置】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3387\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Fever\",\n\t\t\t\t\"de\" : \"Schicksal des Eifers\",\n\t\t\t\t\"fr\" : \"Destin enflammé\",\n\t\t\t\t\"jp\" : \"熱火の運命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3388\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fever Reversed\",\n\t\t\t\t\"de\" : \"Schicksal des umgekehrten Eifers\",\n\t\t\t\t\"fr\" : \"Destin enflammé opposé\",\n\t\t\t\t\"jp\" : \"熱火の運命【逆位置】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3389\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sibling Revelry\",\n\t\t\t\t\"de\" : \"Göttliche Geschwisterbande\",\n\t\t\t\t\"fr\" : \"Lien fraternel divin\",\n\t\t\t\t\"jp\" : \"兄妹神の絆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3390\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3391\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Purgatory Winds\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen des Windes\",\n\t\t\t\t\"fr\" : \"Double sigil du vent\",\n\t\t\t\t\"jp\" : \"風の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3392\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Purgatory Winds\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen des Windes\",\n\t\t\t\t\"fr\" : \"Double sigil du vent\",\n\t\t\t\t\"jp\" : \"風の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3393\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Purgatory Winds\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen des Windes\",\n\t\t\t\t\"fr\" : \"Double sigil du vent\",\n\t\t\t\t\"jp\" : \"風の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3394\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Purgation\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen der Heiligkeit\",\n\t\t\t\t\"fr\" : \"Double sigil sacré\",\n\t\t\t\t\"jp\" : \"聖の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3395\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Purgation\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen der Heiligkeit\",\n\t\t\t\t\"fr\" : \"Double sigil sacré\",\n\t\t\t\t\"jp\" : \"聖の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3396\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Purgation\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen der Heiligkeit\",\n\t\t\t\t\"fr\" : \"Double sigil sacré\",\n\t\t\t\t\"jp\" : \"聖の二重印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3397\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inviolate Winds\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen des Windes\",\n\t\t\t\t\"fr\" : \"Sigil du vent\",\n\t\t\t\t\"jp\" : \"風の魔印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3398\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Bonds\",\n\t\t\t\t\"de\" : \"Doppeltes Zeichen der Heiligkeit\",\n\t\t\t\t\"fr\" : \"Sigil sacré\",\n\t\t\t\t\"jp\" : \"聖の魔印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3399\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3400\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glossomorph\",\n\t\t\t\t\"de\" : \"Glossomorph\",\n\t\t\t\t\"fr\" : \"Mollusques parasites\",\n\t\t\t\t\"jp\" : \"軟体寄生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3401\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Penalty\",\n\t\t\t\t\"de\" : \"LP-Malus\",\n\t\t\t\t\"fr\" : \"Malus de PV\",\n\t\t\t\t\"jp\" : \"最大ＨＰダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3402\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Arrow\",\n\t\t\t\t\"de\" : \"Pfeil\",\n\t\t\t\t\"fr\" : \"La Flèche\",\n\t\t\t\t\"jp\" : \"オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3403\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bole Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Eiche\",\n\t\t\t\t\"fr\" : \"Tirage: le Tronc\",\n\t\t\t\t\"jp\" : \"ドロー：世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3404\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arrow Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Pfeil\",\n\t\t\t\t\"fr\" : \"Tirage: la Flèche\",\n\t\t\t\t\"jp\" : \"ドロー：オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3405\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Barrier\",\n\t\t\t\t\"de\" : \"Schutzbarriere\",\n\t\t\t\t\"fr\" : \"Barrière anti-dégâts\",\n\t\t\t\t\"jp\" : \"ダメージバリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3406\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Everburn\",\n\t\t\t\t\"de\" : \"Macht des Phoinix\",\n\t\t\t\t\"fr\" : \"Puissance de l'oiseau immortel\",\n\t\t\t\t\"jp\" : \"不死鳥の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3408\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3410\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Fire\",\n\t\t\t\t\"de\" : \"Elementarer Bias: Feuer\",\n\t\t\t\t\"fr\" : \"Déséquilibre éthéré: feu\",\n\t\t\t\t\"jp\" : \"属性偏向：火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3411\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of Ice\",\n\t\t\t\t\"de\" : \"Elementarer Bias: Eis\",\n\t\t\t\t\"fr\" : \"Déséquilibre éthéré: glace\",\n\t\t\t\t\"jp\" : \"属性偏向：氷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3412\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Natural Alignment\",\n\t\t\t\t\"de\" : \"Rituelle Anpassung (empfangen)\",\n\t\t\t\t\"fr\" : \"Description rituelle (ciblage)\",\n\t\t\t\t\"jp\" : \"術式記述［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3413\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bravery of the Seventh Dawn\",\n\t\t\t\t\"de\" : \"Courage der Morgenröte\",\n\t\t\t\t\"fr\" : \"Courage des Héritiers\",\n\t\t\t\t\"jp\" : \"サイオンズ・ブレイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3414\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3415\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique augmentée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3416\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Positive Charge\",\n\t\t\t\t\"de\" : \"Positive Ladung\",\n\t\t\t\t\"fr\" : \"Charge positive\",\n\t\t\t\t\"jp\" : \"磁力【＋】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3417\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Negative Charge\",\n\t\t\t\t\"de\" : \"Negative Ladung\",\n\t\t\t\t\"fr\" : \"Charge négative\",\n\t\t\t\t\"jp\" : \"磁力【－】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3418\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Positive Charge\",\n\t\t\t\t\"de\" : \"Positive Ladung\",\n\t\t\t\t\"fr\" : \"Charge positive\",\n\t\t\t\t\"jp\" : \"磁力【＋】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3419\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Negative Charge\",\n\t\t\t\t\"de\" : \"Negative Ladung\",\n\t\t\t\t\"fr\" : \"Charge négative\",\n\t\t\t\t\"jp\" : \"磁力【－】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3420\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Barofield\",\n\t\t\t\t\"de\" : \"Baro-Feld\",\n\t\t\t\t\"fr\" : \"Barotraumatisme\",\n\t\t\t\t\"jp\" : \"バロフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3422\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stoneskin\",\n\t\t\t\t\"de\" : \"Steinhaut\",\n\t\t\t\t\"fr\" : \"Cuirasse\",\n\t\t\t\t\"jp\" : \"ストンスキン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3423\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Gentleman Fantastick\",\n\t\t\t\t\"de\" : \"Tanz der Chevaliers\",\n\t\t\t\t\"fr\" : \"Extravadanse du gentilhomme\",\n\t\t\t\t\"jp\" : \"紳士の舞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3424\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guided Missile Kyrios Incoming\",\n\t\t\t\t\"de\" : \"Lenkrakete P\",\n\t\t\t\t\"fr\" : \"Missile guidé P\",\n\t\t\t\t\"jp\" : \"誘導ミサイルP\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3425\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sniper Cannon Fodder\",\n\t\t\t\t\"de\" : \"Wellengeschütz „Pfeil”\",\n\t\t\t\t\"fr\" : \"Canon plasma longue portée\",\n\t\t\t\t\"jp\" : \"狙撃式波動砲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3426\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High-powered Sniper Cannon Fodder\",\n\t\t\t\t\"de\" : \"Wellengeschütz „Pfeil +”\",\n\t\t\t\t\"fr\" : \"Canon plasma longue portée surchargé\",\n\t\t\t\t\"jp\" : \"狙撃式高出力波動砲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3427\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mid Glitch\",\n\t\t\t\t\"de\" : \"Glitch: Mittel\",\n\t\t\t\t\"fr\" : \"Glitch: mi-distance\",\n\t\t\t\t\"jp\" : \"グリッチ：ミドル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3428\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Remote Glitch\",\n\t\t\t\t\"de\" : \"Glitch: Fern\",\n\t\t\t\t\"fr\" : \"Glitch: distance\",\n\t\t\t\t\"jp\" : \"グリッチ：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3429\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Performance Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Leistung\",\n\t\t\t\t\"fr\" : \"Bogue critique: performance\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：パフォーマンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3434\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Latent Synchronization Bug\",\n\t\t\t\t\"de\" : \"Latenter Bug: Synchronisierung\",\n\t\t\t\t\"fr\" : \"Bogue latent: partage\",\n\t\t\t\t\"jp\" : \"レイテントバグ：シェア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3435\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Latent Performance Defect\",\n\t\t\t\t\"de\" : \"Latenter Bug: Leistung\",\n\t\t\t\t\"fr\" : \"Bogue latent: performance\",\n\t\t\t\t\"jp\" : \"レイテントバグ：パフォーマンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3436\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synchronization Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Synchronisierung\",\n\t\t\t\t\"fr\" : \"Dette technique: partage\",\n\t\t\t\t\"jp\" : \"コードスメール：シェア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3437\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Overflow Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Überlauf\",\n\t\t\t\t\"fr\" : \"Dette technique: boucle\",\n\t\t\t\t\"jp\" : \"コードスメール：サークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3438\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Underflow Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Unterlauf\",\n\t\t\t\t\"fr\" : \"Dette technique: dégradation\",\n\t\t\t\t\"jp\" : \"コードスメール：デグレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3439\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Performance Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Leistung\",\n\t\t\t\t\"fr\" : \"Dette technique: performance\",\n\t\t\t\t\"jp\" : \"コードスメール：パフォーマンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3440\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Local Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Nah\",\n\t\t\t\t\"fr\" : \"Dette technique: proximité\",\n\t\t\t\t\"jp\" : \"コードスメール：ニアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3441\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Remote Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Fern\",\n\t\t\t\t\"fr\" : \"Dette technique: distance\",\n\t\t\t\t\"jp\" : \"コードスメール：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3442\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hello, Near World\",\n\t\t\t\t\"de\" : \"Hallo Welt: Nah\",\n\t\t\t\t\"fr\" : \"Bonjour, le monde: proximité\",\n\t\t\t\t\"jp\" : \"ハローワールド：ニア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3443\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hello, Distant World\",\n\t\t\t\t\"de\" : \"Hallo Welt: Fern\",\n\t\t\t\t\"fr\" : \"Bonjour, le monde: distance\",\n\t\t\t\t\"jp\" : \"ハローワールド：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3444\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quickening Dynamis \",\n\t\t\t\t\"de\" : \"Dynamisspitze\",\n\t\t\t\t\"fr\" : \"Poussée de dynamis\",\n\t\t\t\t\"jp\" : \"デュナミスの高揚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3446\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brilliant Dynamis\",\n\t\t\t\t\"de\" : \"Glanz des Dynamis +\",\n\t\t\t\t\"fr\" : \"Éclat du dynamis+\",\n\t\t\t\t\"jp\" : \"デュナミスの輝き［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3447\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Code: ****mi*\",\n\t\t\t\t\"de\" : \"Ausführen: XXXXmiX\",\n\t\t\t\t\"fr\" : \"Exécution: ****mi*\",\n\t\t\t\t\"jp\" : \"コード：＊＊＊ミ＊\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3448\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spark of Dynamis\",\n\t\t\t\t\"de\" : \"Glanz des Dynamis\",\n\t\t\t\t\"fr\" : \"Éclat du dynamis\",\n\t\t\t\t\"jp\" : \"デュナミスの輝き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3449\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Omega\",\n\t\t\t\t\"de\" : \"Omega\",\n\t\t\t\t\"fr\" : \"Oméga\",\n\t\t\t\t\"jp\" : \"オメガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3450\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infinite Limit\",\n\t\t\t\t\"de\" : \"Grenzüberschreitung\",\n\t\t\t\t\"fr\" : \"Dépassement de limites\",\n\t\t\t\t\"jp\" : \"限界超越\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3454\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Omega-M\",\n\t\t\t\t\"de\" : \"Omega-M\",\n\t\t\t\t\"fr\" : \"Oméga-M\",\n\t\t\t\t\"jp\" : \"オメガM\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3455\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Superfluid\",\n\t\t\t\t\"de\" : \"Verflüssigt\",\n\t\t\t\t\"fr\" : \"Liquéfaction\",\n\t\t\t\t\"jp\" : \"液状化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3456\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Looper\",\n\t\t\t\t\"de\" : \"Programmschleife\",\n\t\t\t\t\"fr\" : \"Boucle de programme\",\n\t\t\t\t\"jp\" : \"サークルプログラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3457\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3458\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gloves Off\",\n\t\t\t\t\"de\" : \"Ring frei\",\n\t\t\t\t\"fr\" : \"Attaque ultime du gentilhomme préparée\",\n\t\t\t\t\"jp\" : \"絶技実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3459\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blooming Blue\",\n\t\t\t\t\"de\" : \"Blaue Benediktion\",\n\t\t\t\t\"fr\" : \"Bénédiction d'azur\",\n\t\t\t\t\"jp\" : \"青花の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3460\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blooming Gold\",\n\t\t\t\t\"de\" : \"Gelbe Benediktion\",\n\t\t\t\t\"fr\" : \"Bénédiction dorée\",\n\t\t\t\t\"jp\" : \"黄花の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3461\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Featherbrained\",\n\t\t\t\t\"de\" : \"Gezwitscher\",\n\t\t\t\t\"fr\" : \"Cui cui\",\n\t\t\t\t\"jp\" : \"ピヨピヨ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3462\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison\",\n\t\t\t\t\"de\" : \"Gift\",\n\t\t\t\t\"fr\" : \"Poison\",\n\t\t\t\t\"jp\" : \"毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3463\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paralysis\",\n\t\t\t\t\"de\" : \"Paralyse\",\n\t\t\t\t\"fr\" : \"Paralysie\",\n\t\t\t\t\"jp\" : \"麻痺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3464\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slow\",\n\t\t\t\t\"de\" : \"Gemach\",\n\t\t\t\t\"fr\" : \"Lenteur\",\n\t\t\t\t\"jp\" : \"スロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3465\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3466\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep\",\n\t\t\t\t\"de\" : \"Schlaf\",\n\t\t\t\t\"fr\" : \"Sommeil\",\n\t\t\t\t\"jp\" : \"睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3467\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vegetal Vapours\",\n\t\t\t\t\"de\" : \"Betört und Verlockt\",\n\t\t\t\t\"fr\" : \"Encens lumineux\",\n\t\t\t\t\"jp\" : \"魅惑の香光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3468\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Frontal Blaster Charge\",\n\t\t\t\t\"de\" : \"Frontale Blaster-Ladung\",\n\t\t\t\t\"fr\" : \"Charge d'électrochoc: avant\",\n\t\t\t\t\"jp\" : \"ブラスターチャージ：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3469\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rear Blaster Charge\",\n\t\t\t\t\"de\" : \"Hintere Blaster-Ladung\",\n\t\t\t\t\"fr\" : \"Charge d'électrochoc: arrière\",\n\t\t\t\t\"jp\" : \"ブラスターチャージ：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3470\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Blaster Charge\",\n\t\t\t\t\"de\" : \"Linke Blaster-Ladung\",\n\t\t\t\t\"fr\" : \"Charge d'électrochoc: gauche\",\n\t\t\t\t\"jp\" : \"ブラスターチャージ：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3471\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Blaster Charge\",\n\t\t\t\t\"de\" : \"Rechte Blaster-Ladung\",\n\t\t\t\t\"fr\" : \"Charge d'électrochoc: droite\",\n\t\t\t\t\"jp\" : \"ブラスターチャージ：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3473\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy\",\n\t\t\t\t\"de\" : \"Gewicht\",\n\t\t\t\t\"fr\" : \"Pesanteur\",\n\t\t\t\t\"jp\" : \"ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3474\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manderville Sprint\",\n\t\t\t\t\"de\" : \"Manderville-Sprint\",\n\t\t\t\t\"fr\" : \"Sprint des Manderville\",\n\t\t\t\t\"jp\" : \"マンダヴィルスプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3475\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Penance\",\n\t\t\t\t\"de\" : \"Des Büßers Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction des flammes spectrales\",\n\t\t\t\t\"jp\" : \"妖炎の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3476\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Penitent's Shackles\",\n\t\t\t\t\"de\" : \"Des Büßers Kerker\",\n\t\t\t\t\"fr\" : \"Étreinte enflammée\",\n\t\t\t\t\"jp\" : \"妖炎拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3477\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Penance\",\n\t\t\t\t\"de\" : \"Des Büßers Fluch\",\n\t\t\t\t\"fr\" : \"Malédiction des flammes spectrales\",\n\t\t\t\t\"jp\" : \"妖炎の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3479\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3480\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3481\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3483\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blooming Welt\",\n\t\t\t\t\"de\" : \"Loderndes Mal\",\n\t\t\t\t\"fr\" : \"Grosse malédiction explosive\",\n\t\t\t\t\"jp\" : \"大爆呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3484\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Furious Welt\",\n\t\t\t\t\"de\" : \"Zehrendes Mal\",\n\t\t\t\t\"fr\" : \"Malédiction explosive massive\",\n\t\t\t\t\"jp\" : \"重爆呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3485\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stinging Welt\",\n\t\t\t\t\"de\" : \"Flammenmal\",\n\t\t\t\t\"fr\" : \"Malédiction explosive\",\n\t\t\t\t\"jp\" : \"爆呪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3486\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flamespire\",\n\t\t\t\t\"de\" : \"Flammendorn\",\n\t\t\t\t\"fr\" : \"Flamme maudite\",\n\t\t\t\t\"jp\" : \"炎禍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3488\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mark of the Harvest\",\n\t\t\t\t\"de\" : \"Erntemal\",\n\t\t\t\t\"fr\" : \"Marque de moisson\",\n\t\t\t\t\"jp\" : \"ハーベストマーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3490\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3491\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3492\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rehabilitation\",\n\t\t\t\t\"de\" : \"Rehabilitation\",\n\t\t\t\t\"fr\" : \"Recouvrement\",\n\t\t\t\t\"jp\" : \"徐々にＨＰ回復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3493\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lethargy\",\n\t\t\t\t\"de\" : \"Gemachga\",\n\t\t\t\t\"fr\" : \"Méga Lenteur\",\n\t\t\t\t\"jp\" : \"スロウガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3494\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blind\",\n\t\t\t\t\"de\" : \"Blind\",\n\t\t\t\t\"fr\" : \"Cécité\",\n\t\t\t\t\"jp\" : \"暗闇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3495\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guided Missile Kyrios Incoming\",\n\t\t\t\t\"de\" : \"Lenkrakete P\",\n\t\t\t\t\"fr\" : \"Missile guidé P\",\n\t\t\t\t\"jp\" : \"誘導ミサイルP\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3496\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guided Missile Kyrios Incoming\",\n\t\t\t\t\"de\" : \"Lenkrakete P\",\n\t\t\t\t\"fr\" : \"Missile guidé P\",\n\t\t\t\t\"jp\" : \"誘導ミサイルP\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3497\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guided Missile Kyrios Incoming\",\n\t\t\t\t\"de\" : \"Lenkrakete P\",\n\t\t\t\t\"fr\" : \"Missile guidé P\",\n\t\t\t\t\"jp\" : \"誘導ミサイルP\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3501\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3502\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Owlet\",\n\t\t\t\t\"de\" : \"Eulette\",\n\t\t\t\t\"fr\" : \"Bébé hibou\",\n\t\t\t\t\"jp\" : \"オウレット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3503\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Local Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Nah\",\n\t\t\t\t\"fr\" : \"Dette technique: proximité\",\n\t\t\t\t\"jp\" : \"コードスメール：ニアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3504\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Remote Code Smell\",\n\t\t\t\t\"de\" : \"Softwarezerfall: Fern\",\n\t\t\t\t\"fr\" : \"Dette technique: distance\",\n\t\t\t\t\"jp\" : \"コードスメール：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3505\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burning Chains\",\n\t\t\t\t\"de\" : \"Fluch der Flammenkette\",\n\t\t\t\t\"fr\" : \"Malédiction des flammes enchaînées\",\n\t\t\t\t\"jp\" : \"炎鎖の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3506\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ancient Frost\",\n\t\t\t\t\"de\" : \"Antiker Frost\",\n\t\t\t\t\"fr\" : \"Givre ancien\",\n\t\t\t\t\"jp\" : \"エンシェントフロスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3507\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Condensed Wave Cannon Kyrios\",\n\t\t\t\t\"de\" : \"Hochleistungswellenkanone P\",\n\t\t\t\t\"fr\" : \"Canon plasma surchargé P\",\n\t\t\t\t\"jp\" : \"高出力波動砲P\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3508\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Condensed Wave Cannon Kyrios\",\n\t\t\t\t\"de\" : \"Hochleistungswellenkanone P\",\n\t\t\t\t\"fr\" : \"Canon plasma surchargé P\",\n\t\t\t\t\"jp\" : \"高出力波動砲P\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3509\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Condensed Wave Cannon Kyrios\",\n\t\t\t\t\"de\" : \"Hochleistungswellenkanone P\",\n\t\t\t\t\"fr\" : \"Canon plasma surchargé P\",\n\t\t\t\t\"jp\" : \"高出力波動砲P\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3510\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Condensed Wave Cannon Kyrios\",\n\t\t\t\t\"de\" : \"Hochleistungswellenkanone P\",\n\t\t\t\t\"fr\" : \"Canon plasma surchargé P\",\n\t\t\t\t\"jp\" : \"高出力波動砲P\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3511\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glassy-eyed\",\n\t\t\t\t\"de\" : \"Steinauge der Lebenden\",\n\t\t\t\t\"fr\" : \"Œil pétrifiant de marionnette\",\n\t\t\t\t\"jp\" : \"人形の石眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3512\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Moonspore Spurred\",\n\t\t\t\t\"de\" : \"Mondspore\",\n\t\t\t\t\"fr\" : \"Sporelunes\",\n\t\t\t\t\"jp\" : \"ムーンスポア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3513\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Schädel-Hirn-Trauma\",\n\t\t\t\t\"fr\" : \"Commotion cérébrale\",\n\t\t\t\t\"jp\" : \"脳しんとう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3515\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manderville Sprint\",\n\t\t\t\t\"de\" : \"Manderville-Sprint\",\n\t\t\t\t\"fr\" : \"Sprint des Manderville\",\n\t\t\t\t\"jp\" : \"マンダヴィルスプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3516\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique augmentée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ増加\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3518\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mini\",\n\t\t\t\t\"de\" : \"Wicht\",\n\t\t\t\t\"fr\" : \"Mini\",\n\t\t\t\t\"jp\" : \"ミニマム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3519\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3521\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concussion\",\n\t\t\t\t\"de\" : \"Prellung\",\n\t\t\t\t\"fr\" : \"Concussion\",\n\t\t\t\t\"jp\" : \"打撲傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3522\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyretic\",\n\t\t\t\t\"de\" : \"Pyretisch\",\n\t\t\t\t\"fr\" : \"Chaleur\",\n\t\t\t\t\"jp\" : \"ヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3523\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Freezing Up\",\n\t\t\t\t\"de\" : \"Kühlung\",\n\t\t\t\t\"fr\" : \"Réfrigération\",\n\t\t\t\t\"jp\" : \"冷却\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3524\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Synchronization Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Synchronisierung\",\n\t\t\t\t\"fr\" : \"Bogue critique: partage\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：シェア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3525\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Overflow Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Überlauf\",\n\t\t\t\t\"fr\" : \"Bogue critique: boucle\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：サークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3526\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Underflow Bug\",\n\t\t\t\t\"de\" : \"Kritischer Bug: Unterlauf\",\n\t\t\t\t\"fr\" : \"Bogue critique: dégradation\",\n\t\t\t\t\"jp\" : \"クリティカルバグ：デグレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3527\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Latent Defect\",\n\t\t\t\t\"de\" : \"Latenter Bug\",\n\t\t\t\t\"fr\" : \"Bogue latent\",\n\t\t\t\t\"jp\" : \"レイテントバグ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3528\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cascading Latent Defect\",\n\t\t\t\t\"de\" : \"Latenter Bug: Unterlauf\",\n\t\t\t\t\"fr\" : \"Bogue latent: dégradation\",\n\t\t\t\t\"jp\" : \"レイテントバグ：デグレード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3529\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Local Regression\",\n\t\t\t\t\"de\" : \"Regression: Nah\",\n\t\t\t\t\"fr\" : \"Bogue intentionnel: proximité\",\n\t\t\t\t\"jp\" : \"エンバグ：ニアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3530\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Remote Regression\",\n\t\t\t\t\"de\" : \"Regression: Fern\",\n\t\t\t\t\"fr\" : \"Bogue intentionnel: distance\",\n\t\t\t\t\"jp\" : \"エンバグ：ファー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3532\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Number\",\n\t\t\t\t\"de\" : \"Magische Zahl\",\n\t\t\t\t\"fr\" : \"Nombre magique\",\n\t\t\t\t\"jp\" : \"マジックナンバー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3534\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ancient Circle\",\n\t\t\t\t\"de\" : \"Orbis Antiquus\",\n\t\t\t\t\"fr\" : \"Cercle ancien\",\n\t\t\t\t\"jp\" : \"エンシェントリング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3535\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Whispers\",\n\t\t\t\t\"de\" : \"Fluch der Finsterflamme\",\n\t\t\t\t\"fr\" : \"Malédiction du feu ténébreux\",\n\t\t\t\t\"jp\" : \"闇火の呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3537\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3538\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3539\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3540\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3541\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3542\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of the Mage\",\n\t\t\t\t\"de\" : \"Magierseele\",\n\t\t\t\t\"fr\" : \"Âme de mage\",\n\t\t\t\t\"jp\" : \"メイガスソウル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3543\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of the Martialist\",\n\t\t\t\t\"de\" : \"Kriegerseele\",\n\t\t\t\t\"fr\" : \"Âme d'artiste martial\",\n\t\t\t\t\"jp\" : \"マーシャリストソウル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3544\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul of the Beast\",\n\t\t\t\t\"de\" : \"Bestienseele\",\n\t\t\t\t\"fr\" : \"Âme de bête sauvage\",\n\t\t\t\t\"jp\" : \"ビーストソウル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3545\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chimeric Soul\",\n\t\t\t\t\"de\" : \"Chimärenseele\",\n\t\t\t\t\"fr\" : \"Âme de chimère\",\n\t\t\t\t\"jp\" : \"キメリックソウル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3546\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Veil\",\n\t\t\t\t\"de\" : \"Himmelsmantel\",\n\t\t\t\t\"fr\" : \"Voile étoilé\",\n\t\t\t\t\"jp\" : \"星法衣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3547\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Binding Soul Snare\",\n\t\t\t\t\"de\" : \"Seelenfang: Fessel\",\n\t\t\t\t\"fr\" : \"Capture d'âme: Entrave\",\n\t\t\t\t\"jp\" : \"ソウルキャプチャー：バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3548\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavy Soul Snare\",\n\t\t\t\t\"de\" : \"Seelenfang: Gewicht\",\n\t\t\t\t\"fr\" : \"Capture d'âme: Pesanteur\",\n\t\t\t\t\"jp\" : \"ソウルキャプチャー：ヘヴィ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3550\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dæmoniac Bonds\",\n\t\t\t\t\"de\" : \"Dæmonische Fessel\",\n\t\t\t\t\"fr\" : \"Lien pandæmoniaque\",\n\t\t\t\t\"jp\" : \"パンデモニックボンド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3551\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Duodæmoniac Bonds\",\n\t\t\t\t\"de\" : \"Duodæmonische Fessel\",\n\t\t\t\t\"fr\" : \"Double lien pandæmoniaque\",\n\t\t\t\t\"jp\" : \"パンデモニックボンド・ダブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3552\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fetters\",\n\t\t\t\t\"de\" : \"Gefesselt\",\n\t\t\t\t\"fr\" : \"Attache\",\n\t\t\t\t\"jp\" : \"拘束\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3557\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Up\",\n\t\t\t\t\"de\" : \"Erhöhte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité augmentée\",\n\t\t\t\t\"jp\" : \"被ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3559\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Polarizing\",\n\t\t\t\t\"de\" : \"Brandsiegel der Uneinigkeit\",\n\t\t\t\t\"fr\" : \"Marque de disharmonie\",\n\t\t\t\t\"jp\" : \"不調和の烙印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3562\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"System Error\",\n\t\t\t\t\"de\" : \"Systemfehler\",\n\t\t\t\t\"fr\" : \"Erreur système\",\n\t\t\t\t\"jp\" : \"システムエラー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3563\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scattered Wailing\",\n\t\t\t\t\"de\" : \"Nues Heulen: Auseinander\",\n\t\t\t\t\"fr\" : \"Hurlement contre nature: dispersion\",\n\t\t\t\t\"jp\" : \"鵺の呪声：散\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3564\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intensified Wailing\",\n\t\t\t\t\"de\" : \"Nues Heulen: Versammeln\",\n\t\t\t\t\"fr\" : \"Hurlement contre nature: congrégation\",\n\t\t\t\t\"jp\" : \"鵺の呪声：集\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3565\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Cure Set\",\n\t\t\t\t\"de\" : \"Flüchtige Macht: Unstetes Vita\",\n\t\t\t\t\"fr\" : \"Soin embranché\",\n\t\t\t\t\"jp\" : \"ヴァリアント・ケアル設定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3566\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Ultimatum Set\",\n\t\t\t\t\"de\" : \"Flüchtige Macht: Unstetes Ultimatum\",\n\t\t\t\t\"fr\" : \"Ultimatum embranché\",\n\t\t\t\t\"jp\" : \"ヴァリアント・アルティメイタム設定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3567\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Raise Set\",\n\t\t\t\t\"de\" : \"Flüchtige Macht: Unstetes Wiederbeleben\",\n\t\t\t\t\"fr\" : \"Vie embranchée\",\n\t\t\t\t\"jp\" : \"ヴァリアント・レイズ設定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3568\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Spirit Dart Set\",\n\t\t\t\t\"de\" : \"Flüchtige Macht: Unsteter Geistpfeil\",\n\t\t\t\t\"fr\" : \"Flèche spirituelle embranchée\",\n\t\t\t\t\"jp\" : \"ヴァリアント・スピリットダート設定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3569\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Rampart Set\",\n\t\t\t\t\"de\" : \"Flüchtige Macht: Unsteter Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart embranché\",\n\t\t\t\t\"jp\" : \"ヴァリアント・ランパート設定\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3570\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrathful Revelation\",\n\t\t\t\t\"de\" : \"Antlitz des Zorns\",\n\t\t\t\t\"fr\" : \"Fureur incarnée\",\n\t\t\t\t\"jp\" : \"憤怒の神気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3571\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delightful Revelation\",\n\t\t\t\t\"de\" : \"Antlitz des Vergnügens\",\n\t\t\t\t\"fr\" : \"Jubilation incarnée\",\n\t\t\t\t\"jp\" : \"愉悦の神気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3573\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flames of Eventide\",\n\t\t\t\t\"de\" : \"Flammen des Abendrots\",\n\t\t\t\t\"fr\" : \"Flammes du crépuscule\",\n\t\t\t\t\"jp\" : \"黒竜炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3574\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eventide Sword\",\n\t\t\t\t\"de\" : \"Schattenklinge\",\n\t\t\t\t\"fr\" : \"Lame obscure\",\n\t\t\t\t\"jp\" : \"黒竜剣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3576\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Tilt\",\n\t\t\t\t\"de\" : \"Ätherbalance: Dunkel\",\n\t\t\t\t\"fr\" : \"Polarisation ombrale\",\n\t\t\t\t\"jp\" : \"極性偏向：霊\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3577\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Tilt\",\n\t\t\t\t\"de\" : \"Ätherbalance: Licht\",\n\t\t\t\t\"fr\" : \"Polarisation astrale\",\n\t\t\t\t\"jp\" : \"極性偏向：星\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3578\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heavensflame Soul\",\n\t\t\t\t\"de\" : \"Siegel des Feuers\",\n\t\t\t\t\"fr\" : \"Marque de feu du ciel\",\n\t\t\t\t\"jp\" : \"天火の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3579\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbralbright Soul\",\n\t\t\t\t\"de\" : \"Siegel des Dunkelglühens\",\n\t\t\t\t\"fr\" : \"Marque de manifestation ombrale\",\n\t\t\t\t\"jp\" : \"霊臨の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3580\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astralbright Soul\",\n\t\t\t\t\"de\" : \"Siegel des Lichtglühens\",\n\t\t\t\t\"fr\" : \"Marque de manifestation astrale\",\n\t\t\t\t\"jp\" : \"星臨の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3581\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbralstrong Soul\",\n\t\t\t\t\"de\" : \"Siegel des Dunkelschlags\",\n\t\t\t\t\"fr\" : \"Marque d'attaque ombrale\",\n\t\t\t\t\"jp\" : \"霊撃の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3582\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astralstrong Soul\",\n\t\t\t\t\"de\" : \"Siegel des Lichtschlags\",\n\t\t\t\t\"fr\" : \"Marque d'attaque astrale\",\n\t\t\t\t\"jp\" : \"星撃の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3583\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quartered Soul\",\n\t\t\t\t\"de\" : \"Siegel des Kreuzes\",\n\t\t\t\t\"fr\" : \"Marque de croix\",\n\t\t\t\t\"jp\" : \"十字の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3584\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"X-marked Soul\",\n\t\t\t\t\"de\" : \"Siegel des Schrägkreuzes\",\n\t\t\t\t\"fr\" : \"Marque de croix décussée\",\n\t\t\t\t\"jp\" : \"交差の刻印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3587\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Missing Link\",\n\t\t\t\t\"de\" : \"Schmerzende Kette\",\n\t\t\t\t\"fr\" : \"Chaînes suppliciantes\",\n\t\t\t\t\"jp\" : \"苦痛の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3588\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shackled Together\",\n\t\t\t\t\"de\" : \"Schattenfesseln\",\n\t\t\t\t\"fr\" : \"Chaînes d'union\",\n\t\t\t\t\"jp\" : \"束縛の鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3589\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Close Caloric\",\n\t\t\t\t\"de\" : \"Phlogiston\",\n\t\t\t\t\"fr\" : \"Chaleur matérielle\",\n\t\t\t\t\"jp\" : \"熱素\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3590\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pyrefaction\",\n\t\t\t\t\"de\" : \"Omen des pyrischen Pulses\",\n\t\t\t\t\"fr\" : \"Présage de grand feu\",\n\t\t\t\t\"jp\" : \"重火の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3591\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Atmosfaction\",\n\t\t\t\t\"de\" : \"Omen der dynamischen Atmosphäre\",\n\t\t\t\t\"fr\" : \"Présage de courant d'air\",\n\t\t\t\t\"jp\" : \"誘風の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3592\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Entropifaction\",\n\t\t\t\t\"de\" : \"Omen des entropischen Exzesses\",\n\t\t\t\t\"fr\" : \"Présage d'ignition\",\n\t\t\t\t\"jp\" : \"発火の兆し\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3593\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unstable Factor\",\n\t\t\t\t\"de\" : \"Faktorausgleich\",\n\t\t\t\t\"fr\" : \"Facteur d'extinction\",\n\t\t\t\t\"jp\" : \"消滅因子\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3594\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Critical Factor\",\n\t\t\t\t\"de\" : \"Faktorisiertes Tabu\",\n\t\t\t\t\"fr\" : \"Facteur létal\",\n\t\t\t\t\"jp\" : \"致命因子\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3595\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drunk with Power\",\n\t\t\t\t\"de\" : \"Kräftigender Schluck\",\n\t\t\t\t\"fr\" : \"Esprits spiritueux\",\n\t\t\t\t\"jp\" : \"般若湯\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3597\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rodential Rebirth\",\n\t\t\t\t\"de\" : \"Fluch des Flughörnchens\",\n\t\t\t\t\"fr\" : \"Malédiction du momonga\",\n\t\t\t\t\"jp\" : \"モモンガの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3598\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rodential Rebirth\",\n\t\t\t\t\"de\" : \"Fluch des Flughörnchens\",\n\t\t\t\t\"fr\" : \"Malédiction du momonga\",\n\t\t\t\t\"jp\" : \"モモンガの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3599\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rodential Rebirth\",\n\t\t\t\t\"de\" : \"Fluch des Flughörnchens\",\n\t\t\t\t\"fr\" : \"Malédiction du momonga\",\n\t\t\t\t\"jp\" : \"モモンガの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3600\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rodential Rebirth\",\n\t\t\t\t\"de\" : \"Fluch des Flughörnchens\",\n\t\t\t\t\"fr\" : \"Malédiction du momonga\",\n\t\t\t\t\"jp\" : \"モモンガの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3601\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Odder Incarnation\",\n\t\t\t\t\"de\" : \"Fluch des Otters\",\n\t\t\t\t\"fr\" : \"Malédiction de la loutre choute\",\n\t\t\t\t\"jp\" : \"ウソウソの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3602\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Odder Incarnation\",\n\t\t\t\t\"de\" : \"Fluch des Otters\",\n\t\t\t\t\"fr\" : \"Malédiction de la loutre choute\",\n\t\t\t\t\"jp\" : \"ウソウソの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3603\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Odder Incarnation\",\n\t\t\t\t\"de\" : \"Fluch des Otters\",\n\t\t\t\t\"fr\" : \"Malédiction de la loutre choute\",\n\t\t\t\t\"jp\" : \"ウソウソの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3604\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Odder Incarnation\",\n\t\t\t\t\"de\" : \"Fluch des Otters\",\n\t\t\t\t\"fr\" : \"Malédiction de la loutre choute\",\n\t\t\t\t\"jp\" : \"ウソウソの呪い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3605\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Squirrelly Prayer\",\n\t\t\t\t\"de\" : \"Verflucht: Flughörnchen\",\n\t\t\t\t\"fr\" : \"Prière difforme: momonga\",\n\t\t\t\t\"jp\" : \"呪珠印：モモンガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3606\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Odder Prayer\",\n\t\t\t\t\"de\" : \"Verflucht: Otter\",\n\t\t\t\t\"fr\" : \"Prière difforme: loutre choute\",\n\t\t\t\t\"jp\" : \"呪珠印：ウソウソ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3607\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Live Brazier\",\n\t\t\t\t\"de\" : \"Zeichen des Feuers\",\n\t\t\t\t\"fr\" : \"Grand sceau de feu\",\n\t\t\t\t\"jp\" : \"重火印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3608\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Live Candle\",\n\t\t\t\t\"de\" : \"Zeichen der Flamme\",\n\t\t\t\t\"fr\" : \"Sceau de feu\",\n\t\t\t\t\"jp\" : \"火印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3609\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rat and Mouse\",\n\t\t\t\t\"de\" : \"Im Visier\",\n\t\t\t\t\"fr\" : \"Ciblage\",\n\t\t\t\t\"jp\" : \"狙い付け\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3610\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vengeful Flame\",\n\t\t\t\t\"de\" : \"Vergeltende Flamme\",\n\t\t\t\t\"fr\" : \"Flamme vengeresse\",\n\t\t\t\t\"jp\" : \"怨呪の火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3611\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vengeful Pyre\",\n\t\t\t\t\"de\" : \"Vergeltendes Feuer\",\n\t\t\t\t\"fr\" : \"Bûcher vengeur\",\n\t\t\t\t\"jp\" : \"怨呪の重火\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3612\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spicy Circulation XXII\",\n\t\t\t\t\"de\" : \"Wallendes Blut Stufe XXII\",\n\t\t\t\t\"fr\" : \"Circulation sanguine XXII\",\n\t\t\t\t\"jp\" : \"血行促進XXII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3613\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spicy Circulation I\",\n\t\t\t\t\"de\" : \"Wallendes Blut Stufe I\",\n\t\t\t\t\"fr\" : \"Circulation sanguine I\",\n\t\t\t\t\"jp\" : \"血行促進I\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3614\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honed Eye\",\n\t\t\t\t\"de\" : \"Auge des Schwertes\",\n\t\t\t\t\"fr\" : \"Œil incisif\",\n\t\t\t\t\"jp\" : \"利刃流心眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3615\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imposing Figure\",\n\t\t\t\t\"de\" : \"Überlegene Aura\",\n\t\t\t\t\"fr\" : \"Pose imposante\",\n\t\t\t\t\"jp\" : \"豪の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3616\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Huton\",\n\t\t\t\t\"de\" : \"Huton\",\n\t\t\t\t\"fr\" : \"Fûton\",\n\t\t\t\t\"jp\" : \"風遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3617\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Entropy Resistance\",\n\t\t\t\t\"de\" : \"Pyrische Resistenz\",\n\t\t\t\t\"fr\" : \"Ininflammable\",\n\t\t\t\t\"jp\" : \"発火耐性\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3618\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stable System\",\n\t\t\t\t\"de\" : \"Schutzfaktor X\",\n\t\t\t\t\"fr\" : \"Anti-facteur d'extinction\",\n\t\t\t\t\"jp\" : \"反消滅因子\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3619\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Resistance Down\",\n\t\t\t\t\"de\" : \"Dunkelresistenz -\",\n\t\t\t\t\"fr\" : \"Résistance aux Ténèbres réduite\",\n\t\t\t\t\"jp\" : \"闇属性耐性低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3620\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hoofing It\",\n\t\t\t\t\"de\" : \"Reittier-Blockade\",\n\t\t\t\t\"fr\" : \"Monte impossible\",\n\t\t\t\t\"jp\" : \"マウント騎乗不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3621\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Resistance\",\n\t\t\t\t\"de\" : \"Immun gegen Magieattacken\",\n\t\t\t\t\"fr\" : \"Invincibilité magique\",\n\t\t\t\t\"jp\" : \"魔法無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3622\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Storm's Succor\",\n\t\t\t\t\"de\" : \"Segen des Gewitters\",\n\t\t\t\t\"fr\" : \"Bénédiction de vent et de foudre\",\n\t\t\t\t\"jp\" : \"風雷の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3623\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seasons of the Fleeting\",\n\t\t\t\t\"de\" : \"Shikunshi\",\n\t\t\t\t\"fr\" : \"Quatre saisons\",\n\t\t\t\t\"jp\" : \"四君子の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3624\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seduced\",\n\t\t\t\t\"de\" : \"Versuchung\",\n\t\t\t\t\"fr\" : \"Séduction\",\n\t\t\t\t\"jp\" : \"誘惑\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3626\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire Loaded\",\n\t\t\t\t\"de\" : \"Ladung: Feuer-Äther\",\n\t\t\t\t\"fr\" : \"Charge de feu\",\n\t\t\t\t\"jp\" : \"火属性充填\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3627\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ice Loaded\",\n\t\t\t\t\"de\" : \"Ladung: Eis-Äther\",\n\t\t\t\t\"fr\" : \"Charge de glace\",\n\t\t\t\t\"jp\" : \"氷属性充填\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3628\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightning Loaded\",\n\t\t\t\t\"de\" : \"Ladung: Blitz-Äther\",\n\t\t\t\t\"fr\" : \"Charge de foudre\",\n\t\t\t\t\"jp\" : \"雷属性充填\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3629\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forced March\",\n\t\t\t\t\"de\" : \"Zwangsmarsch\",\n\t\t\t\t\"fr\" : \"Marche forcée\",\n\t\t\t\t\"jp\" : \"強制移動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3631\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Schiltron\",\n\t\t\t\t\"de\" : \"Skiltron\",\n\t\t\t\t\"fr\" : \"Sheltron\",\n\t\t\t\t\"jp\" : \"スキルトロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3636\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Begrimed\",\n\t\t\t\t\"de\" : \"Drecksspatz\",\n\t\t\t\t\"fr\" : \"Bain de boue\",\n\t\t\t\t\"jp\" : \"泥汚れ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3637\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spick-and-span\",\n\t\t\t\t\"de\" : \"Blitzblank\",\n\t\t\t\t\"fr\" : \"Grand nettoyage\",\n\t\t\t\t\"jp\" : \"大掃除\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3638\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physical Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte physische Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité physique diminuée\",\n\t\t\t\t\"jp\" : \"被物理ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3639\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Magie-Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité magique diminuée\",\n\t\t\t\t\"jp\" : \"被魔法ダメージ軽減\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3640\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Reprobation\",\n\t\t\t\t\"de\" : \"Schwinge des Urteils\",\n\t\t\t\t\"fr\" : \"Réprobation ailée\",\n\t\t\t\t\"jp\" : \"断罪の飛翔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3641\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Redemption\",\n\t\t\t\t\"de\" : \"Segen des Allmächtigen\",\n\t\t\t\t\"fr\" : \"Bénédiction de l'Immaculé\",\n\t\t\t\t\"jp\" : \"全能者の祝福\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3642\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Candy Cane\",\n\t\t\t\t\"de\" : \"Zuckerstange\",\n\t\t\t\t\"fr\" : \"Canne en sucre d'orge\",\n\t\t\t\t\"jp\" : \"キャンディケーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3644\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apokalypsis\",\n\t\t\t\t\"de\" : \"Apokalypsis\",\n\t\t\t\t\"fr\" : \"Apokalypsis\",\n\t\t\t\t\"jp\" : \"アポカリュプシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3645\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flankstung Venom\",\n\t\t\t\t\"de\" : \"Gebissene Flanke\",\n\t\t\t\t\"fr\" : \"Saigneur du flanc\",\n\t\t\t\t\"jp\" : \"鋭牙【側撃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3646\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flanksbane Venom\",\n\t\t\t\t\"de\" : \"Gerissene Flanke\",\n\t\t\t\t\"fr\" : \"Déchireur du flanc\",\n\t\t\t\t\"jp\" : \"鋭牙【側裂】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3647\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hindstung Venom\",\n\t\t\t\t\"de\" : \"Gebissener Nacken\",\n\t\t\t\t\"fr\" : \"Saigneur de l'échine\",\n\t\t\t\t\"jp\" : \"鋭牙【背撃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3648\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hindsbane Venom\",\n\t\t\t\t\"de\" : \"Gerissener Nacken\",\n\t\t\t\t\"fr\" : \"Déchireur de l'échine\",\n\t\t\t\t\"jp\" : \"鋭牙【背裂】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3649\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grimhunter's Venom\",\n\t\t\t\t\"de\" : \"Nagender Hunger\",\n\t\t\t\t\"fr\" : \"Déchiqueteur vorace\",\n\t\t\t\t\"jp\" : \"大鋭牙【乱撃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3650\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grimskin's Venom\",\n\t\t\t\t\"de\" : \"Gieriges Schlingen\",\n\t\t\t\t\"fr\" : \"Déchiqueteur sanglant\",\n\t\t\t\t\"jp\" : \"大鋭牙【乱裂】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3657\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hunter's Venom\",\n\t\t\t\t\"de\" : \"Fänge der Otter\",\n\t\t\t\t\"fr\" : \"Mordeur vicieux\",\n\t\t\t\t\"jp\" : \"双鋭牙【連撃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3658\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftskin's Venom\",\n\t\t\t\t\"de\" : \"Instinkt der Otter\",\n\t\t\t\t\"fr\" : \"Mordeur frénétique\",\n\t\t\t\t\"jp\" : \"双鋭牙【乱撃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3659\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fellhunter's Venom\",\n\t\t\t\t\"de\" : \"Fänge der Grube\",\n\t\t\t\t\"fr\" : \"Pivot vicieux\",\n\t\t\t\t\"jp\" : \"双鋭牙【連閃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3660\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fellskin's Venom\",\n\t\t\t\t\"de\" : \"Instinkt der Grube\",\n\t\t\t\t\"fr\" : \"Pivot frénétique\",\n\t\t\t\t\"jp\" : \"双鋭牙【乱閃】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3665\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poised for Twinfang\",\n\t\t\t\t\"de\" : \"Fiederfänge\",\n\t\t\t\t\"fr\" : \"Impulsion vicieuse\",\n\t\t\t\t\"jp\" : \"飛鋭尾【連尾】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3666\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poised for Twinblood\",\n\t\t\t\t\"de\" : \"Fiederschuppen\",\n\t\t\t\t\"fr\" : \"Impulsion frénétique\",\n\t\t\t\t\"jp\" : \"飛鋭尾【乱尾】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3667\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Noxious Gnash\",\n\t\t\t\t\"de\" : \"Viperngift\",\n\t\t\t\t\"fr\" : \"Mortification\",\n\t\t\t\t\"jp\" : \"惨毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3668\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hunter's Instinct\",\n\t\t\t\t\"de\" : \"Vipernblut\",\n\t\t\t\t\"fr\" : \"Prédation\",\n\t\t\t\t\"jp\" : \"猛襲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3669\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftscaled\",\n\t\t\t\t\"de\" : \"Vipernhatz\",\n\t\t\t\t\"fr\" : \"Vélocité\",\n\t\t\t\t\"jp\" : \"疾速\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3670\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reawakened\",\n\t\t\t\t\"de\" : \"Ruf der Ahnen\",\n\t\t\t\t\"fr\" : \"Réminiscence\",\n\t\t\t\t\"jp\" : \"祖霊降ろし\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3671\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Reawaken\",\n\t\t\t\t\"de\" : \"Geist der Ahnen\",\n\t\t\t\t\"fr\" : \"Réminiscence préparée\",\n\t\t\t\t\"jp\" : \"祖霊降ろし実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3672\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honed Steel\",\n\t\t\t\t\"de\" : \"Tödliche Haltung\",\n\t\t\t\t\"fr\" : \"Lacération d'acier\",\n\t\t\t\t\"jp\" : \"蛇鋭牙【咬創】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3673\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guard\",\n\t\t\t\t\"de\" : \"Leichte Wehr\",\n\t\t\t\t\"fr\" : \"Garde affaiblie\",\n\t\t\t\t\"jp\" : \"防御［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3674\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Subtractive Palette\",\n\t\t\t\t\"de\" : \"Subtraktive Palette\",\n\t\t\t\t\"fr\" : \"Palette soustractive\",\n\t\t\t\t\"jp\" : \"サブトラクティブパレット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3675\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherhues\",\n\t\t\t\t\"de\" : \"Zweite Pikto-Farbe\",\n\t\t\t\t\"fr\" : \"Sorts chromatiques 2 préparés\",\n\t\t\t\t\"jp\" : \"色魔法2実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3676\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherhues II\",\n\t\t\t\t\"de\" : \"Dritte Pikto-Farbe\",\n\t\t\t\t\"fr\" : \"Sorts chromatiques 3 préparés\",\n\t\t\t\t\"jp\" : \"色魔法3実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3679\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rainbow Bright\",\n\t\t\t\t\"de\" : \"Oszillierender Pinsel\",\n\t\t\t\t\"fr\" : \"Gouttes arc-en-ciel améliorées\",\n\t\t\t\t\"jp\" : \"レインボードリップ効果アップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3680\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hammer Time\",\n\t\t\t\t\"de\" : \"Hammer und Pinsel\",\n\t\t\t\t\"fr\" : \"Combo Marteau préparé\",\n\t\t\t\t\"jp\" : \"ハンマーコンボ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3681\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starstruck\",\n\t\t\t\t\"de\" : \"Sternenfunkeln\",\n\t\t\t\t\"fr\" : \"Prisme d'étoiles préparé\",\n\t\t\t\t\"jp\" : \"スタープリズム実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3683\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Star Prism\",\n\t\t\t\t\"de\" : \"Sternenprisma\",\n\t\t\t\t\"fr\" : \"Prisme d'étoiles\",\n\t\t\t\t\"jp\" : \"スタープリズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3684\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smudge\",\n\t\t\t\t\"de\" : \"Verschmiert\",\n\t\t\t\t\"fr\" : \"Barbouillage\",\n\t\t\t\t\"jp\" : \"スマッジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3685\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starry Muse\",\n\t\t\t\t\"de\" : \"Sternenmuse\",\n\t\t\t\t\"fr\" : \"Imagi Ciel\",\n\t\t\t\t\"jp\" : \"イマジンスカイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3686\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempera Coat\",\n\t\t\t\t\"de\" : \"Tempera-Schicht\",\n\t\t\t\t\"fr\" : \"Enduit a tempera\",\n\t\t\t\t\"jp\" : \"テンペラコート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3687\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempera Grassa\",\n\t\t\t\t\"de\" : \"Fette Tempera\",\n\t\t\t\t\"fr\" : \"Tempera grassa\",\n\t\t\t\t\"jp\" : \"テンペラグラッサ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3688\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hyperphantasia\",\n\t\t\t\t\"de\" : \"Inszenierung\",\n\t\t\t\t\"fr\" : \"Installation\",\n\t\t\t\t\"jp\" : \"インスタレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3689\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inspiration\",\n\t\t\t\t\"de\" : \"Inszenierung\",\n\t\t\t\t\"fr\" : \"Installation artistique\",\n\t\t\t\t\"jp\" : \"インスタレーション［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3690\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Subtractive Spectrum\",\n\t\t\t\t\"de\" : \"Subtraktive Mischung\",\n\t\t\t\t\"fr\" : \"Palette soustractive préparée\",\n\t\t\t\t\"jp\" : \"サブトラクティブパレット実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3691\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Monochrome Tones\",\n\t\t\t\t\"de\" : \"Invertierung\",\n\t\t\t\t\"fr\" : \"Inversion de couleur\",\n\t\t\t\t\"jp\" : \"色調反転\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3692\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concentrated Poison\",\n\t\t\t\t\"de\" : \"Starkes Gift\",\n\t\t\t\t\"fr\" : \"Poison concentré\",\n\t\t\t\t\"jp\" : \"劇毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3695\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fourfold-come Ruin\",\n\t\t\t\t\"de\" : \"Zeichen des Untergangs IV\",\n\t\t\t\t\"fr\" : \"Sceau de ruine: IV\",\n\t\t\t\t\"jp\" : \"破滅の刻印：肆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3696\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tetradæmoniac Bonds\",\n\t\t\t\t\"de\" : \"Tetradæmonische Fessel\",\n\t\t\t\t\"fr\" : \"Quadruple lien pandæmoniaque\",\n\t\t\t\t\"jp\" : \"パンデモニックボンド・クアドラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3698\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3699\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3700\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3701\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3704\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystal Courier\",\n\t\t\t\t\"de\" : \"Kristallträger\",\n\t\t\t\t\"fr\" : \"Cristal en mains\",\n\t\t\t\t\"jp\" : \"クリスタル運搬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3706\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Windburn\",\n\t\t\t\t\"de\" : \"Beißender Wind\",\n\t\t\t\t\"fr\" : \"Brûlure du vent\",\n\t\t\t\t\"jp\" : \"裂傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3707\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Damage Up\",\n\t\t\t\t\"de\" : \"Magieschaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts magiques\",\n\t\t\t\t\"jp\" : \"魔法ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3708\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spectator\",\n\t\t\t\t\"de\" : \"Zuschauer\",\n\t\t\t\t\"fr\" : \"Mode spectateur\",\n\t\t\t\t\"jp\" : \"観戦中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3709\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drop and Roll\",\n\t\t\t\t\"de\" : \"Ausweichrolle\",\n\t\t\t\t\"fr\" : \"Virevolte\",\n\t\t\t\t\"jp\" : \"ドッジロール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3710\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Precision\",\n\t\t\t\t\"de\" : \"Perfektes Ausweichen\",\n\t\t\t\t\"fr\" : \"Esquive habile\",\n\t\t\t\t\"jp\" : \"プレシジョンドッジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3712\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Breath of Magic\",\n\t\t\t\t\"de\" : \"Zauberatem\",\n\t\t\t\t\"fr\" : \"Souffle magique\",\n\t\t\t\t\"jp\" : \"マジカルブレス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3715\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward March\",\n\t\t\t\t\"de\" : \"Geistlenkung vorwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: avancer\",\n\t\t\t\t\"jp\" : \"移動命令：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3716\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"About Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rückwärts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: reculer\",\n\t\t\t\t\"jp\" : \"移動命令：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3717\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Face\",\n\t\t\t\t\"de\" : \"Geistlenkung links\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à gauche\",\n\t\t\t\t\"jp\" : \"移動命令：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3718\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Face\",\n\t\t\t\t\"de\" : \"Geistlenkung rechts\",\n\t\t\t\t\"fr\" : \"Contrainte mentale: virage à droite\",\n\t\t\t\t\"jp\" : \"移動命令：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3719\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forced March\",\n\t\t\t\t\"de\" : \"Marschbefehl\",\n\t\t\t\t\"fr\" : \"Marche forcée\",\n\t\t\t\t\"jp\" : \"強制移動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3723\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surge Vector\",\n\t\t\t\t\"de\" : \"Schubziel\",\n\t\t\t\t\"fr\" : \"Cible de bombardement\",\n\t\t\t\t\"jp\" : \"爆撃目標\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3724\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Subtractive Suppressor Alpha\",\n\t\t\t\t\"de\" : \"Subtraktionstaktiken α\",\n\t\t\t\t\"fr\" : \"Éthéroplasma diminutif α\",\n\t\t\t\t\"jp\" : \"減算爆雷α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3725\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Subtractive Suppressor Beta\",\n\t\t\t\t\"de\" : \"Subtraktionstaktiken β\",\n\t\t\t\t\"fr\" : \"Éthéroplasma diminutif β\",\n\t\t\t\t\"jp\" : \"減算爆雷β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3730\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3732\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inscribed\",\n\t\t\t\t\"de\" : \"Hieroglyphe des Gelehrten\",\n\t\t\t\t\"fr\" : \"Hiéroglyphe de l'Érudit\",\n\t\t\t\t\"jp\" : \"知神の聖刻\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3733\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rite of the Sparrow\",\n\t\t\t\t\"de\" : \"Pilger des Finken\",\n\t\t\t\t\"fr\" : \"Révérence: oiseau sacré\",\n\t\t\t\t\"jp\" : \"巡礼：霊鳥\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3734\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rite of the Sea Turtle\",\n\t\t\t\t\"de\" : \"Pilger der Schildkröte\",\n\t\t\t\t\"fr\" : \"Révérence: tortue sacrée\",\n\t\t\t\t\"jp\" : \"巡礼：霊亀\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3735\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rite of the Great Whale\",\n\t\t\t\t\"de\" : \"Pilger des Wals\",\n\t\t\t\t\"fr\" : \"Révérence: baleine sacrée\",\n\t\t\t\t\"jp\" : \"巡礼：霊鯨\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3737\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forced March\",\n\t\t\t\t\"de\" : \"Marschbefehl\",\n\t\t\t\t\"fr\" : \"Marche forcée\",\n\t\t\t\t\"jp\" : \"強制移動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3739\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Time and Tide\",\n\t\t\t\t\"de\" : \"Zeit und Gezeiten\",\n\t\t\t\t\"fr\" : \"Manipulation temporelle\",\n\t\t\t\t\"jp\" : \"時間操作\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3740\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bright Pulse\",\n\t\t\t\t\"de\" : \"Sichtblende\",\n\t\t\t\t\"fr\" : \"Éblouissement\",\n\t\t\t\t\"jp\" : \"閃光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3741\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seventh Heaven\",\n\t\t\t\t\"de\" : \"Macht des Astralen Himmels\",\n\t\t\t\t\"fr\" : \"Pouvoir céleste\",\n\t\t\t\t\"jp\" : \"星天の力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3742\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bull's-eye\",\n\t\t\t\t\"de\" : \"Donnerdarts\",\n\t\t\t\t\"fr\" : \"Fléchette de tonnerre\",\n\t\t\t\t\"jp\" : \"サンダーダート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3743\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bubble Weave\",\n\t\t\t\t\"de\" : \"Ahnung des Blasennetzes\",\n\t\t\t\t\"fr\" : \"Filet de bulles: écho\",\n\t\t\t\t\"jp\" : \"バブルネットエコー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3747\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hydrofall Target\",\n\t\t\t\t\"de\" : \"Ziel von Hydro-Sturz\",\n\t\t\t\t\"fr\" : \"Cible de pilonnage hydrique\",\n\t\t\t\t\"jp\" : \"ターゲッティング：ハイドロフォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3748\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hydrobullet Target\",\n\t\t\t\t\"de\" : \"Ziel von Hydro-Kugel\",\n\t\t\t\t\"fr\" : \"Cible de barillet hydrique\",\n\t\t\t\t\"jp\" : \"ターゲッティング：ハイドロバレット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3751\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Needle Veil\",\n\t\t\t\t\"de\" : \"Nadelschleier\",\n\t\t\t\t\"fr\" : \"Barrière thérapeutique\",\n\t\t\t\t\"jp\" : \"鍼バリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3752\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Oasal Balm\",\n\t\t\t\t\"de\" : \"Balsam der Oase\",\n\t\t\t\t\"fr\" : \"Baume oasien\",\n\t\t\t\t\"jp\" : \"憩いの水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3753\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Oasal Balm\",\n\t\t\t\t\"de\" : \"Balsam der Oase\",\n\t\t\t\t\"fr\" : \"Baume oasien\",\n\t\t\t\t\"jp\" : \"憩いの水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3756\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3757\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vulnerability Down\",\n\t\t\t\t\"de\" : \"Verringerte Verwundbarkeit\",\n\t\t\t\t\"fr\" : \"Vulnérabilité diminuée\",\n\t\t\t\t\"jp\" : \"被ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3758\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raging Rroneek\",\n\t\t\t\t\"de\" : \"Seele des Rroneek\",\n\t\t\t\t\"fr\" : \"Ardeur du rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの心熱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3759\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Impassioned\",\n\t\t\t\t\"de\" : \"Raserei\",\n\t\t\t\t\"fr\" : \"Psychose\",\n\t\t\t\t\"jp\" : \"狂騒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3760\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Big Bang\",\n\t\t\t\t\"de\" : \"Großer Knall\",\n\t\t\t\t\"fr\" : \"Big bang\",\n\t\t\t\t\"jp\" : \"ビッグバーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3761\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Big Bounce\",\n\t\t\t\t\"de\" : \"Großer Praller\",\n\t\t\t\t\"fr\" : \"Big bounce\",\n\t\t\t\t\"jp\" : \"ビッグバウンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3762\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divisive Dark\",\n\t\t\t\t\"de\" : \"Fressende Finsternis: Zerschmetterung\",\n\t\t\t\t\"fr\" : \"Ténèbres rongeuses: Pulvérisation\",\n\t\t\t\t\"jp\" : \"闇の侵食：砕\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3763\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beckoning Dark\",\n\t\t\t\t\"de\" : \"Fressende Finsternis: Last\",\n\t\t\t\t\"fr\" : \"Ténèbres rongeuses: Gravité\",\n\t\t\t\t\"jp\" : \"闇の侵食：重\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3764\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doubled Dark\",\n\t\t\t\t\"de\" : \"Fressende Finsternis: Zwilling\",\n\t\t\t\t\"fr\" : \"Ténèbres rongeuses: Dualité\",\n\t\t\t\t\"jp\" : \"闇の侵食：双\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3765\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glowering Dark\",\n\t\t\t\t\"de\" : \"Fressende Finsternis: Auge\",\n\t\t\t\t\"fr\" : \"Ténèbres rongeuses: Regard\",\n\t\t\t\t\"jp\" : \"闇の侵食：眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3766\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Binding Dark\",\n\t\t\t\t\"de\" : \"Fressende Finsternis: Kette\",\n\t\t\t\t\"fr\" : \"Ténèbres rongeuses: Chaînes\",\n\t\t\t\t\"jp\" : \"闇の侵食：鎖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3768\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Area of Influence Up\",\n\t\t\t\t\"de\" : \"Erweiterter Wirkungsbereich\",\n\t\t\t\t\"fr\" : \"Aire d'effet élargie\",\n\t\t\t\t\"jp\" : \"アクション効果幅拡大\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3770\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Towering Flame\",\n\t\t\t\t\"de\" : \"Überhitzung\",\n\t\t\t\t\"fr\" : \"Surchauffe\",\n\t\t\t\t\"jp\" : \"過熱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3771\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infernal Shroud\",\n\t\t\t\t\"de\" : \"Höllenschleier\",\n\t\t\t\t\"fr\" : \"Embrasement primordial\",\n\t\t\t\t\"jp\" : \"炎影\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3772\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honed Reavers\",\n\t\t\t\t\"de\" : \"Tückische Haltung\",\n\t\t\t\t\"fr\" : \"Lacération mortelle\",\n\t\t\t\t\"jp\" : \"蛇鋭牙【穿裂】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3776\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3778\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3779\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrocution\",\n\t\t\t\t\"de\" : \"Stromschlag\",\n\t\t\t\t\"fr\" : \"Électrocution\",\n\t\t\t\t\"jp\" : \"感電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3783\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rroneek Pulse\",\n\t\t\t\t\"de\" : \"Blutrausch des Rroneek\",\n\t\t\t\t\"fr\" : \"Sang chaud du rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの血潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3784\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Br'aax Pulse\",\n\t\t\t\t\"de\" : \"Blutrausch des Br'aax\",\n\t\t\t\t\"fr\" : \"Sang chaud du br'aax\",\n\t\t\t\t\"jp\" : \"ブラーシャの血潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3785\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Luwatena Pulse\",\n\t\t\t\t\"de\" : \"Blutrausch der Luwatena\",\n\t\t\t\t\"fr\" : \"Sang chaud du luwatena\",\n\t\t\t\t\"jp\" : \"ルワテナの血潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3786\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full-grown\",\n\t\t\t\t\"de\" : \"Ausgewachsen\",\n\t\t\t\t\"fr\" : \"Mature\",\n\t\t\t\t\"jp\" : \"成形\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3788\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Foamy Fetters\",\n\t\t\t\t\"de\" : \"Blasenbindung\",\n\t\t\t\t\"fr\" : \"Agglutination de bulles\",\n\t\t\t\t\"jp\" : \"バブルフィッター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3791\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Movement Speed Up\",\n\t\t\t\t\"de\" : \"Geschwindigkeit +\",\n\t\t\t\t\"fr\" : \"Vitesse de déplacement accrue\",\n\t\t\t\t\"jp\" : \"移動速度上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3793\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration Bomb\",\n\t\t\t\t\"de\" : \"Beschleunigungsbombe\",\n\t\t\t\t\"fr\" : \"Bombe à accélération\",\n\t\t\t\t\"jp\" : \"加速度爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3794\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beckoning Dark\",\n\t\t\t\t\"de\" : \"Fressende Finsternis: Last\",\n\t\t\t\t\"fr\" : \"Ténèbres rongeuses: Gravité\",\n\t\t\t\t\"jp\" : \"闇の侵食：重\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3795\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Damage\",\n\t\t\t\t\"de\" : \"Schaden über Zeit\",\n\t\t\t\t\"fr\" : \"Dégâts continus\",\n\t\t\t\t\"jp\" : \"\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3796\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trauma\",\n\t\t\t\t\"de\" : \"Leichtes Schädel-Hirn-Trauma\",\n\t\t\t\t\"fr\" : \"Début de commotion cérébrale\",\n\t\t\t\t\"jp\" : \"脳しんとう［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3798\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dropsy\",\n\t\t\t\t\"de\" : \"Wassersucht\",\n\t\t\t\t\"fr\" : \"Œdème\",\n\t\t\t\t\"jp\" : \"水毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3799\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forked Lightning\",\n\t\t\t\t\"de\" : \"Gabelblitz\",\n\t\t\t\t\"fr\" : \"Éclair ramifié\",\n\t\t\t\t\"jp\" : \"フォークライトニング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3801\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sharpened Sights\",\n\t\t\t\t\"de\" : \"Stechender Scharfblick\",\n\t\t\t\t\"fr\" : \"Iris perçants\",\n\t\t\t\t\"jp\" : \"鋭い眼光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3802\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration Bomb\",\n\t\t\t\t\"de\" : \"Beschleunigungsbombe\",\n\t\t\t\t\"fr\" : \"Bombe à accélération\",\n\t\t\t\t\"jp\" : \"加速度爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3803\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apex Wings\",\n\t\t\t\t\"de\" : \"Flügelverstärkung\",\n\t\t\t\t\"fr\" : \"Ailes renforcées\",\n\t\t\t\t\"jp\" : \"翅強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3804\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apex Blades\",\n\t\t\t\t\"de\" : \"Sichelverstärkung\",\n\t\t\t\t\"fr\" : \"Ravisseuses renforcées\",\n\t\t\t\t\"jp\" : \"鎌強化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3805\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fury\",\n\t\t\t\t\"de\" : \"Erzürnt\",\n\t\t\t\t\"fr\" : \"Furie\",\n\t\t\t\t\"jp\" : \"激怒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3806\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vitalized\",\n\t\t\t\t\"de\" : \"Wachstumsschub\",\n\t\t\t\t\"fr\" : \"Galvanisation\",\n\t\t\t\t\"jp\" : \"活性化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3807\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vitalized\",\n\t\t\t\t\"de\" : \"Wachstumsschub\",\n\t\t\t\t\"fr\" : \"Galvanisation\",\n\t\t\t\t\"jp\" : \"活性化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3809\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seed Crystals\",\n\t\t\t\t\"de\" : \"Leichte Kristallisierung\",\n\t\t\t\t\"fr\" : \"Petit piège cristallin\",\n\t\t\t\t\"jp\" : \"結晶付着［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3810\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystal Burden\",\n\t\t\t\t\"de\" : \"Starke Kristallisierung\",\n\t\t\t\t\"fr\" : \"Grand piège cristallin\",\n\t\t\t\t\"jp\" : \"結晶付着［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3811\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystallized\",\n\t\t\t\t\"de\" : \"Vollkommene Kristallisierung\",\n\t\t\t\t\"fr\" : \"Cristallisation\",\n\t\t\t\t\"jp\" : \"結晶化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3812\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expedience\",\n\t\t\t\t\"de\" : \"Kühne Hand\",\n\t\t\t\t\"fr\" : \"Opportunité experte\",\n\t\t\t\t\"jp\" : \"匠の好機\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3813\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trained Perfection\",\n\t\t\t\t\"de\" : \"Meisters Beitrag\",\n\t\t\t\t\"fr\" : \"Main suprême\",\n\t\t\t\t\"jp\" : \"匠の絶技\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3815\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Authority's Gaze\",\n\t\t\t\t\"de\" : \"Raumkontrolle\",\n\t\t\t\t\"fr\" : \"Soumission absolue: pétrification\",\n\t\t\t\t\"jp\" : \"空間掌握：石光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3817\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Flames\",\n\t\t\t\t\"de\" : \"Feurige Kalamität\",\n\t\t\t\t\"fr\" : \"Catastrophe de feu\",\n\t\t\t\t\"jp\" : \"火の災禍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3818\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Inferno\",\n\t\t\t\t\"de\" : \"Infernale Kalamität\",\n\t\t\t\t\"fr\" : \"Grande catastrophe de feu\",\n\t\t\t\t\"jp\" : \"火の災禍［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3819\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Embers\",\n\t\t\t\t\"de\" : \"Glimmende Kalamität\",\n\t\t\t\t\"fr\" : \"Petite catastrophe de feu\",\n\t\t\t\t\"jp\" : \"火の災禍［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3820\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Frost\",\n\t\t\t\t\"de\" : \"Eisige Kalamität\",\n\t\t\t\t\"fr\" : \"Catastrophe de glace\",\n\t\t\t\t\"jp\" : \"氷の災禍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3821\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Bite\",\n\t\t\t\t\"de\" : \"Frostige Kalamität\",\n\t\t\t\t\"fr\" : \"Grande catastrophe de glace\",\n\t\t\t\t\"jp\" : \"氷の災禍［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3822\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Chill\",\n\t\t\t\t\"de\" : \"Kühle Kalamität\",\n\t\t\t\t\"fr\" : \"Petite catastrophe de glace\",\n\t\t\t\t\"jp\" : \"氷の災禍［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3823\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Bolt\",\n\t\t\t\t\"de\" : \"Knisternde Kalamität\",\n\t\t\t\t\"fr\" : \"Catastrophe de foudre\",\n\t\t\t\t\"jp\" : \"雷の災禍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3824\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Calamity's Fulgur\",\n\t\t\t\t\"de\" : \"Krachende Kalamität\",\n\t\t\t\t\"fr\" : \"Grande catastrophe de foudre\",\n\t\t\t\t\"jp\" : \"雷の災禍［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3825\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Greatest Curse\",\n\t\t\t\t\"de\" : \"Großer Fluch der Schlange\",\n\t\t\t\t\"fr\" : \"Malédiction du grand serpent?\",\n\t\t\t\t\"jp\" : \"大蛇の呪詛？\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3826\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burns\",\n\t\t\t\t\"de\" : \"Brandwunde\",\n\t\t\t\t\"fr\" : \"Brûlure\",\n\t\t\t\t\"jp\" : \"火傷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3827\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Supplication Ready\",\n\t\t\t\t\"de\" : \"Gnadenerfüllt\",\n\t\t\t\t\"fr\" : \"Oraison préparée\",\n\t\t\t\t\"jp\" : \"ゲベート実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3828\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sepulchre Ready\",\n\t\t\t\t\"de\" : \"Heilige Grabstätte\",\n\t\t\t\t\"fr\" : \"Sépulcre préparé\",\n\t\t\t\t\"jp\" : \"グラブカッマー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3829\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guardian\",\n\t\t\t\t\"de\" : \"Heilige Wacht\",\n\t\t\t\t\"fr\" : \"Garde extrême\",\n\t\t\t\t\"jp\" : \"エクストリームガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3830\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guardian's Will\",\n\t\t\t\t\"de\" : \"Heilige Wacht (Barriere)\",\n\t\t\t\t\"fr\" : \"Garde extrême\",\n\t\t\t\t\"jp\" : \"エクストリームガード［バリア］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3831\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blade of Honor Ready\",\n\t\t\t\t\"de\" : \"Ehrenhaftigkeit\",\n\t\t\t\t\"fr\" : \"Lame d'honneur préparée\",\n\t\t\t\t\"jp\" : \"ブレード・オブ・オナー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3832\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damnation\",\n\t\t\t\t\"de\" : \"Verdammnis\",\n\t\t\t\t\"fr\" : \"Damnation\",\n\t\t\t\t\"jp\" : \"ダムネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3833\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burgeoning Fury\",\n\t\t\t\t\"de\" : \"Inneres Zittern\",\n\t\t\t\t\"fr\" : \"Palpitations bestiales\",\n\t\t\t\t\"jp\" : \"原初の鼓動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3834\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primal Ruination Ready\",\n\t\t\t\t\"de\" : \"Ruinator\",\n\t\t\t\t\"fr\" : \"Dévastateur préparé\",\n\t\t\t\t\"jp\" : \"ルイネーター実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3835\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadowed Vigil\",\n\t\t\t\t\"de\" : \"Schattenwacht\",\n\t\t\t\t\"fr\" : \"Vigile ténébreux\",\n\t\t\t\t\"jp\" : \"シャドウヴィジル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3836\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delirium\",\n\t\t\t\t\"de\" : \"Blutdelirium\",\n\t\t\t\t\"fr\" : \"Delirium de sang\",\n\t\t\t\t\"jp\" : \"ブラッドデリリアム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3837\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scorn\",\n\t\t\t\t\"de\" : \"Lied des Antihelden\",\n\t\t\t\t\"fr\" : \"Sillon de morgue préparé\",\n\t\t\t\t\"jp\" : \"ディセスティーム実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3838\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Great Nebula\",\n\t\t\t\t\"de\" : \"Große Nebula\",\n\t\t\t\t\"fr\" : \"Grande nébuleuse\",\n\t\t\t\t\"jp\" : \"グレートネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3839\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Raze\",\n\t\t\t\t\"de\" : \"Fäden des Schicksals\",\n\t\t\t\t\"fr\" : \"Insigne fatidique préparé\",\n\t\t\t\t\"jp\" : \"フェイテッドブランド実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3840\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Reign\",\n\t\t\t\t\"de\" : \"Löwenherz\",\n\t\t\t\t\"fr\" : \"Combo du cœur préparé\",\n\t\t\t\t\"jp\" : \"ハートコンボ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3841\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earth's Rumination\",\n\t\t\t\t\"de\" : \"Geerdet\",\n\t\t\t\t\"fr\" : \"Grondement de la terre\",\n\t\t\t\t\"jp\" : \"金剛周天実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3842\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind's Rumination\",\n\t\t\t\t\"de\" : \"Himmelbrecher\",\n\t\t\t\t\"fr\" : \"Grondement du vent\",\n\t\t\t\t\"jp\" : \"絶空拳実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3843\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire's Rumination\",\n\t\t\t\t\"de\" : \"Himmel und Erde\",\n\t\t\t\t\"fr\" : \"Grondement du feu\",\n\t\t\t\t\"jp\" : \"乾坤闘気弾実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3844\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nastrond Ready\",\n\t\t\t\t\"de\" : \"Zielgerichtet\",\n\t\t\t\t\"fr\" : \"Naströnd préparé\",\n\t\t\t\t\"jp\" : \"ナーストレンド実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3845\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragon's Flight\",\n\t\t\t\t\"de\" : \"Aufstiegsbereit\",\n\t\t\t\t\"fr\" : \"Envol du dragon préparé\",\n\t\t\t\t\"jp\" : \"ドラゴンライズ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3846\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starcross Ready\",\n\t\t\t\t\"de\" : \"Sternenkreuz\",\n\t\t\t\t\"fr\" : \"Traversée céleste préparée\",\n\t\t\t\t\"jp\" : \"スタークロッサー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3847\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GLD\",\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Goring Blade Ready\",\n\t\t\t\t\"de\" : \"Gewetzte Klinge\",\n\t\t\t\t\"fr\" : \"Lame étripante préparée\",\n\t\t\t\t\"jp\" : \"ゴアブレード実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3848\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Walker\",\n\t\t\t\t\"de\" : \"In die Schatten\",\n\t\t\t\t\"fr\" : \"Camouflage shinobi\",\n\t\t\t\t\"jp\" : \"忍隠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3849\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dokumori\",\n\t\t\t\t\"de\" : \"Dokumori\",\n\t\t\t\t\"fr\" : \"Dokumori\",\n\t\t\t\t\"jp\" : \"毒盛の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3850\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Higi\",\n\t\t\t\t\"de\" : \"Higi\",\n\t\t\t\t\"fr\" : \"Technique interdite\",\n\t\t\t\t\"jp\" : \"秘技実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3851\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tenri Jindo Ready\",\n\t\t\t\t\"de\" : \"Tenri Jindo\",\n\t\t\t\t\"fr\" : \"Tenri Jindô préparé\",\n\t\t\t\t\"jp\" : \"天理人道実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3852\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tsubame-gaeshi Ready\",\n\t\t\t\t\"de\" : \"Tsubamegaeshi\",\n\t\t\t\t\"fr\" : \"Tsubamegaeshi préparé\",\n\t\t\t\t\"jp\" : \"燕返し実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3853\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tengentsu\",\n\t\t\t\t\"de\" : \"Tengentsu\",\n\t\t\t\t\"fr\" : \"Tengentsû\",\n\t\t\t\t\"jp\" : \"天眼通\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3854\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tengentsu's Foresight\",\n\t\t\t\t\"de\" : \"Tengentsu: Sei\",\n\t\t\t\t\"fr\" : \"Tengentsû: Sei\",\n\t\t\t\t\"jp\" : \"天眼通：生\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3855\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zanshin Ready\",\n\t\t\t\t\"de\" : \"Zanshin\",\n\t\t\t\t\"fr\" : \"Zanshin préparé\",\n\t\t\t\t\"jp\" : \"残心実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3856\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tendo\",\n\t\t\t\t\"de\" : \"Tendo\",\n\t\t\t\t\"fr\" : \"Tendô\",\n\t\t\t\t\"jp\" : \"天道\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3857\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Oblatio\",\n\t\t\t\t\"de\" : \"Sacrificium paratum\",\n\t\t\t\t\"fr\" : \"Sacrificium préparé\",\n\t\t\t\t\"jp\" : \"サクリフィキウム実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3858\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Executioner\",\n\t\t\t\t\"de\" : \"Henkerssense\",\n\t\t\t\t\"fr\" : \"Bourreau\",\n\t\t\t\t\"jp\" : \"処刑人\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3859\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfectio Occulta\",\n\t\t\t\t\"de\" : \"Perfectio occulta\",\n\t\t\t\t\"fr\" : \"Perfectio occulta\",\n\t\t\t\t\"jp\" : \"ペルフェクティオ待機\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3860\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfectio Parata\",\n\t\t\t\t\"de\" : \"Perfectio parata\",\n\t\t\t\t\"fr\" : \"Perfectio parata\",\n\t\t\t\t\"jp\" : \"ペルフェクティオ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3861\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hawk's Eye\",\n\t\t\t\t\"de\" : \"Falkenauge\",\n\t\t\t\t\"fr\" : \"Œil de faucon\",\n\t\t\t\t\"jp\" : \"ホークアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3862\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resonant Arrow Ready\",\n\t\t\t\t\"de\" : \"Resonanzpfeilbereit\",\n\t\t\t\t\"fr\" : \"Flèche résonante préparée\",\n\t\t\t\t\"jp\" : \"レゾナンスアロー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3863\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Encore Ready\",\n\t\t\t\t\"de\" : \"Luminöse Zugabe\",\n\t\t\t\t\"fr\" : \"Rappel radieux préparé\",\n\t\t\t\t\"jp\" : \"光神のアンコール実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3864\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hypercharged\",\n\t\t\t\t\"de\" : \"Hyperladung\",\n\t\t\t\t\"fr\" : \"Hypercharge préparée\",\n\t\t\t\t\"jp\" : \"ハイパーチャージ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3865\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Excavator Ready\",\n\t\t\t\t\"de\" : \"Exkavator\",\n\t\t\t\t\"fr\" : \"Excavation préparée\",\n\t\t\t\t\"jp\" : \"エクスカベーター実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3866\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full Metal Machinist\",\n\t\t\t\t\"de\" : \"Aus allen Rohren\",\n\t\t\t\t\"fr\" : \"Rafale de métal préparée\",\n\t\t\t\t\"jp\" : \"フルメタルバースト実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3867\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Last Dance Ready\",\n\t\t\t\t\"de\" : \"Bühneneuphorie\",\n\t\t\t\t\"fr\" : \"Ultime danse préparée\",\n\t\t\t\t\"jp\" : \"ラストダンス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3868\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Finishing Move Ready\",\n\t\t\t\t\"de\" : \"Finalhaltung\",\n\t\t\t\t\"fr\" : \"Mouvement final préparé\",\n\t\t\t\t\"jp\" : \"フィニシングムーブ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3869\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dance of the Dawn Ready\",\n\t\t\t\t\"de\" : \"Glühende Sohlen\",\n\t\t\t\t\"fr\" : \"Danse de l'aurore préparée\",\n\t\t\t\t\"jp\" : \"暁の舞い実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3870\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderhead\",\n\t\t\t\t\"de\" : \"Schwarze Funken\",\n\t\t\t\t\"fr\" : \"Électrifié\",\n\t\t\t\t\"jp\" : \"サンダー系魔法実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3871\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Thunder\",\n\t\t\t\t\"de\" : \"Hoher Blitz\",\n\t\t\t\t\"fr\" : \"Foudre majeure\",\n\t\t\t\t\"jp\" : \"ハイサンダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3872\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Thunder\",\n\t\t\t\t\"de\" : \"Hohes Blitzra\",\n\t\t\t\t\"fr\" : \"Extra Foudre majeure\",\n\t\t\t\t\"jp\" : \"ハイサンダラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3873\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ruby's Glimmer\",\n\t\t\t\t\"de\" : \"Gleißender Funke\",\n\t\t\t\t\"fr\" : \"Étoile ardente préparée\",\n\t\t\t\t\"jp\" : \"シアリングスパーク実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3874\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Refulgent Lux\",\n\t\t\t\t\"de\" : \"Lux Solaris\",\n\t\t\t\t\"fr\" : \"Lux solaris préparée\",\n\t\t\t\t\"jp\" : \"ルクス・ソラリス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3875\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magicked Swordplay\",\n\t\t\t\t\"de\" : \"Manafizierte Klinge\",\n\t\t\t\t\"fr\" : \"Combo Magilame préparé\",\n\t\t\t\t\"jp\" : \"魔法剣コンボ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3876\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thorned Flourish\",\n\t\t\t\t\"de\" : \"Blüte des Mutes\",\n\t\t\t\t\"fr\" : \"Épine croisée préparée\",\n\t\t\t\t\"jp\" : \"ブライヤー・クロゼ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3877\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grand Impact Ready\",\n\t\t\t\t\"de\" : \"Noble Aura\",\n\t\t\t\t\"fr\" : \"Impact majestueux préparé\",\n\t\t\t\t\"jp\" : \"ノーブルインパクト実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3878\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prefulgence Ready\",\n\t\t\t\t\"de\" : \"Kristallglanz-bereit\",\n\t\t\t\t\"fr\" : \"Syncristallisation préparée\",\n\t\t\t\t\"jp\" : \"プリフルジェンス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3879\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Sight\",\n\t\t\t\t\"de\" : \"Maximaler Fokus\",\n\t\t\t\t\"fr\" : \"Giga Chatoiement préparé\",\n\t\t\t\t\"jp\" : \"グレアジャ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3880\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medica III\",\n\t\t\t\t\"de\" : \"Resega\",\n\t\t\t\t\"fr\" : \"Méga Médica\",\n\t\t\t\t\"jp\" : \"メディガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3881\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Grace\",\n\t\t\t\t\"de\" : \"Göttliche Gnade\",\n\t\t\t\t\"fr\" : \"Caresse divine préparée\",\n\t\t\t\t\"jp\" : \"ディヴァインカレス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3882\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Impact Imminent\",\n\t\t\t\t\"de\" : \"Mit Gift und Galle\",\n\t\t\t\t\"fr\" : \"Impaction venimeuse préparée\",\n\t\t\t\t\"jp\" : \"埋伏の毒実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3883\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Baneful Impaction\",\n\t\t\t\t\"de\" : \"Gift und Galle\",\n\t\t\t\t\"fr\" : \"Impaction venimeuse\",\n\t\t\t\t\"jp\" : \"埋伏の毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3884\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphism\",\n\t\t\t\t\"de\" : \"Seraphenlehre\",\n\t\t\t\t\"fr\" : \"Séraphisme\",\n\t\t\t\t\"jp\" : \"セラフィズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3885\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphism\",\n\t\t\t\t\"de\" : \"Seraphenbelehrt\",\n\t\t\t\t\"fr\" : \"Aura séraphique\",\n\t\t\t\t\"jp\" : \"セラフィズム：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3886\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Break\",\n\t\t\t\t\"de\" : \"Schallschnell\",\n\t\t\t\t\"fr\" : \"Rupture sonique préparée\",\n\t\t\t\t\"jp\" : \"ソニックブレイク実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3887\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Balance\",\n\t\t\t\t\"de\" : \"Waage\",\n\t\t\t\t\"fr\" : \"La Balance\",\n\t\t\t\t\"jp\" : \"アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3888\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Arrow\",\n\t\t\t\t\"de\" : \"Pfeil\",\n\t\t\t\t\"fr\" : \"La Flèche\",\n\t\t\t\t\"jp\" : \"オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3889\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spear\",\n\t\t\t\t\"de\" : \"Speer\",\n\t\t\t\t\"fr\" : \"L'Épieu\",\n\t\t\t\t\"jp\" : \"ハルオーネの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3890\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Bole\",\n\t\t\t\t\"de\" : \"Eiche\",\n\t\t\t\t\"fr\" : \"Le Tronc\",\n\t\t\t\t\"jp\" : \"世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3891\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Ewer\",\n\t\t\t\t\"de\" : \"Krug\",\n\t\t\t\t\"fr\" : \"L'Aiguière\",\n\t\t\t\t\"jp\" : \"サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3892\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Spire\",\n\t\t\t\t\"de\" : \"Turm\",\n\t\t\t\t\"fr\" : \"La Tour\",\n\t\t\t\t\"jp\" : \"ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3893\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divining\",\n\t\t\t\t\"de\" : \"Auge des Orakels\",\n\t\t\t\t\"fr\" : \"Oracle préparé\",\n\t\t\t\t\"jp\" : \"オラクル実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3894\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Helios Conjunction\",\n\t\t\t\t\"de\" : \"Helios in Konjunktion\",\n\t\t\t\t\"fr\" : \"Hélios combiné\",\n\t\t\t\t\"jp\" : \"コンジャンクション・ヘリオス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3895\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Suntouched\",\n\t\t\t\t\"de\" : \"Stand der Sonne\",\n\t\t\t\t\"fr\" : \"Signe solaire préparé\",\n\t\t\t\t\"jp\" : \"サンサイン実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3896\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sun Sign\",\n\t\t\t\t\"de\" : \"Sonnenzeichen\",\n\t\t\t\t\"fr\" : \"Signe solaire\",\n\t\t\t\t\"jp\" : \"サンサイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3897\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dyskrasia\",\n\t\t\t\t\"de\" : \"Eukratische Dyskrasie\",\n\t\t\t\t\"fr\" : \"Dyskrasia eucrasique\",\n\t\t\t\t\"jp\" : \"エウクラシア・ディスクラシア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3898\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Philosophia\",\n\t\t\t\t\"de\" : \"Philosophia\",\n\t\t\t\t\"fr\" : \"Philosophia\",\n\t\t\t\t\"jp\" : \"フィロソフィア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3899\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eudaimonia\",\n\t\t\t\t\"de\" : \"Eudaimonie\",\n\t\t\t\t\"fr\" : \"Eudémonisme\",\n\t\t\t\t\"jp\" : \"エウダイモニア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3900\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primeval Impulse\",\n\t\t\t\t\"de\" : \"Erlöst\",\n\t\t\t\t\"fr\" : \"Damné\",\n\t\t\t\t\"jp\" : \"ダムネーション［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3901\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrathful\",\n\t\t\t\t\"de\" : \"Inneres Beben\",\n\t\t\t\t\"fr\" : \"Trépidation bestiale préparée\",\n\t\t\t\t\"jp\" : \"原初の激震実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3902\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vigilant\",\n\t\t\t\t\"de\" : \"Schattenschutz\",\n\t\t\t\t\"fr\" : \"Garde ténébreuse\",\n\t\t\t\t\"jp\" : \"シャドウヴィジル［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3903\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Caress\",\n\t\t\t\t\"de\" : \"Göttliche Umarmung (Barriere)\",\n\t\t\t\t\"fr\" : \"Caresse divine\",\n\t\t\t\t\"jp\" : \"ディヴァインカレス［バリア］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3904\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Aura\",\n\t\t\t\t\"de\" : \"Göttliche Umarmung\",\n\t\t\t\t\"fr\" : \"Caresse divine\",\n\t\t\t\t\"jp\" : \"ディヴァインカレス［回］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3905\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ideal Host\",\n\t\t\t\t\"de\" : \"Lemurenschleier\",\n\t\t\t\t\"fr\" : \"Linceul du lémure préparé\",\n\t\t\t\t\"jp\" : \"レムールシュラウド実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3906\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kunai's Bane\",\n\t\t\t\t\"de\" : \"Blendendes Raiju\",\n\t\t\t\t\"fr\" : \"Kunai explosifs\",\n\t\t\t\t\"jp\" : \"百雷銃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3907\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Big-game Fishing\",\n\t\t\t\t\"de\" : \"Kaventskenntnis\",\n\t\t\t\t\"fr\" : \"Connaissance des grosses proies\",\n\t\t\t\t\"jp\" : \"大物の知識\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3908\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3909\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temporary Misdirection\",\n\t\t\t\t\"de\" : \"Plötzliche Panik\",\n\t\t\t\t\"fr\" : \"Fulguration\",\n\t\t\t\t\"jp\" : \"心神喪失\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3910\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Priming Touch\",\n\t\t\t\t\"de\" : \"Vertraute Berührung\",\n\t\t\t\t\"fr\" : \"Toucher d'amorçage\",\n\t\t\t\t\"jp\" : \"プライミングタッチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3911\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collector's High Standard\",\n\t\t\t\t\"de\" : \"Höchste Akribie\",\n\t\t\t\t\"fr\" : \"Œil vif puissant\",\n\t\t\t\t\"jp\" : \"強活眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3912\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Roar of Conviction\",\n\t\t\t\t\"de\" : \"Gebrüll der Entschlossenheit\",\n\t\t\t\t\"fr\" : \"Cri de détermination\",\n\t\t\t\t\"jp\" : \"決意の咆哮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3914\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riled\",\n\t\t\t\t\"de\" : \"Kampfeswille\",\n\t\t\t\t\"fr\" : \"Combativité\",\n\t\t\t\t\"jp\" : \"闘志\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3915\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lovely Poison\",\n\t\t\t\t\"de\" : \"Liebliches Gift\",\n\t\t\t\t\"fr\" : \"Affection empoisonnée\",\n\t\t\t\t\"jp\" : \"B・ポイズン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3920\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fatal Attraction\",\n\t\t\t\t\"de\" : \"Liebeswahn\",\n\t\t\t\t\"fr\" : \"À la folie\",\n\t\t\t\t\"jp\" : \"熱狂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3921\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drone\",\n\t\t\t\t\"de\" : \"Darbietung\",\n\t\t\t\t\"fr\" : \"Sacrifice d'amour\",\n\t\t\t\t\"jp\" : \"献上\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3931\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nine Lives\",\n\t\t\t\t\"de\" : \"Sieben Leben\",\n\t\t\t\t\"fr\" : \"Neuf-Vies\",\n\t\t\t\t\"jp\" : \"ナインライヴス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3932\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beeloved Venom: α\",\n\t\t\t\t\"de\" : \"Liebliches Gift: α\",\n\t\t\t\t\"fr\" : \"Poison de l'amour α\",\n\t\t\t\t\"jp\" : \"ラブポイズン：α\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3933\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beeloved Venom: β\",\n\t\t\t\t\"de\" : \"Liebliches Gift: β\",\n\t\t\t\t\"fr\" : \"Poison de l'amour β\",\n\t\t\t\t\"jp\" : \"ラブポイズン：β\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3934\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison 'n' Pop\",\n\t\t\t\t\"de\" : \"Giftballon\",\n\t\t\t\t\"fr\" : \"Ballon de poison\",\n\t\t\t\t\"jp\" : \"ポイズンバルーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3935\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Poison Resistance Down II\",\n\t\t\t\t\"de\" : \"Giftresistenz - (stark)\",\n\t\t\t\t\"fr\" : \"Résistance au poison réduite+\",\n\t\t\t\t\"jp\" : \"毒耐性低下［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3936\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Queen Bee\",\n\t\t\t\t\"de\" : \"Bienenkönigin\",\n\t\t\t\t\"fr\" : \"Gelée royale\",\n\t\t\t\t\"jp\" : \"クイーン・B\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3937\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honeyed Charms\",\n\t\t\t\t\"de\" : \"Bienencharme\",\n\t\t\t\t\"fr\" : \"Affection envoûtante\",\n\t\t\t\t\"jp\" : \"B・チャーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3938\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Times Three\",\n\t\t\t\t\"de\" : \"3-fache Winkeladdition\",\n\t\t\t\t\"fr\" : \"Triple rotation\",\n\t\t\t\t\"jp\" : \"回転角3倍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3939\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Times Five\",\n\t\t\t\t\"de\" : \"5-fache Winkeladdition\",\n\t\t\t\t\"fr\" : \"Quintuple rotation\",\n\t\t\t\t\"jp\" : \"回転角5倍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3940\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delayed Neurotoxicity\",\n\t\t\t\t\"de\" : \"Schleichendes Nervengift\",\n\t\t\t\t\"fr\" : \"Poison paralysant\",\n\t\t\t\t\"jp\" : \"遅効性神経毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3945\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunder of the Rroneek\",\n\t\t\t\t\"de\" : \"Drohung des Rroneek\",\n\t\t\t\t\"fr\" : \"Intimidation du rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの威嚇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3946\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Turali Will\",\n\t\t\t\t\"de\" : \"Wille Turals\",\n\t\t\t\t\"fr\" : \"Détermination turalienne\",\n\t\t\t\t\"jp\" : \"トラルの意地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3948\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Benoggined\",\n\t\t\t\t\"de\" : \"Schönkopf\",\n\t\t\t\t\"fr\" : \"Bonne bouille\",\n\t\t\t\t\"jp\" : \"ナイスヘッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3949\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ghostly Guise\",\n\t\t\t\t\"de\" : \"Vergeistert\",\n\t\t\t\t\"fr\" : \"Ectoplasme\",\n\t\t\t\t\"jp\" : \"霊体化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3951\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of the Rroneek\",\n\t\t\t\t\"de\" : \"Herz des Rroneek\",\n\t\t\t\t\"fr\" : \"Cœur de rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの心臓\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3952\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rroneek's Favor\",\n\t\t\t\t\"de\" : \"Herzgebunden\",\n\t\t\t\t\"fr\" : \"Palpitations de rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの心臓［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3953\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Femme Fatale\",\n\t\t\t\t\"de\" : \"Femme Fatale\",\n\t\t\t\t\"fr\" : \"Femme fatale\",\n\t\t\t\t\"jp\" : \"ファムファタル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3954\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Tural\",\n\t\t\t\t\"de\" : \"Herz von Tural\",\n\t\t\t\t\"fr\" : \"Âme du Tural\",\n\t\t\t\t\"jp\" : \"トラルの魂\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3955\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tural's Embrace\",\n\t\t\t\t\"de\" : \"Umarmung von Tural\",\n\t\t\t\t\"fr\" : \"Amour du Tural\",\n\t\t\t\t\"jp\" : \"トラルの慈愛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3956\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasia\",\n\t\t\t\t\"de\" : \"Eukrasie\",\n\t\t\t\t\"fr\" : \"Eukrasia\",\n\t\t\t\t\"jp\" : \"エウクラシア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3957\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vermedica II\",\n\t\t\t\t\"de\" : \"Erzresedra\",\n\t\t\t\t\"fr\" : \"VerExtra Médica\",\n\t\t\t\t\"jp\" : \"ヴァルメディカラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3958\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Strengthening Stimulant\",\n\t\t\t\t\"de\" : \"Muskel EX\",\n\t\t\t\t\"fr\" : \"Super-muscles\",\n\t\t\t\t\"jp\" : \"筋力の超薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3959\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concentration Concentrate\",\n\t\t\t\t\"de\" : \"Fokus EX\",\n\t\t\t\t\"fr\" : \"Super-concentration\",\n\t\t\t\t\"jp\" : \"集中力の超薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3960\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mana Medication\",\n\t\t\t\t\"de\" : \"Magie EX\",\n\t\t\t\t\"fr\" : \"Super-magie\",\n\t\t\t\t\"jp\" : \"魔力の超薬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3961\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Wire\",\n\t\t\t\t\"de\" : \"Hochstimmung\",\n\t\t\t\t\"fr\" : \"Excitation\",\n\t\t\t\t\"jp\" : \"ハイテンション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3967\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"HP Recovery Down\",\n\t\t\t\t\"de\" : \"Heilung -\",\n\t\t\t\t\"fr\" : \"Soins diminués\",\n\t\t\t\t\"jp\" : \"被回復低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3968\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delusions\",\n\t\t\t\t\"de\" : \"Optische Täuschung\",\n\t\t\t\t\"fr\" : \"Illusion d'optique\",\n\t\t\t\t\"jp\" : \"幻覚：錯視\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3969\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delusions\",\n\t\t\t\t\"de\" : \"Optische Täuschung\",\n\t\t\t\t\"fr\" : \"Illusion d'optique\",\n\t\t\t\t\"jp\" : \"幻覚：錯視\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3972\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ambitious Lure\",\n\t\t\t\t\"de\" : \"Großer Fischfang\",\n\t\t\t\t\"fr\" : \"Chances de proies de grande taille augmentées\",\n\t\t\t\t\"jp\" : \"大型魚確率上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3973\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Modest Lure\",\n\t\t\t\t\"de\" : \"Kleiner Fischfang\",\n\t\t\t\t\"fr\" : \"Chances de proies de petite taille augmentées\",\n\t\t\t\t\"jp\" : \"小型魚確率上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3974\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Levitate\",\n\t\t\t\t\"de\" : \"Levitation\",\n\t\t\t\t\"fr\" : \"Lévitation\",\n\t\t\t\t\"jp\" : \"レビテト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3975\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3976\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasian Dosis III\",\n\t\t\t\t\"de\" : \"Eukratische Dosis III\",\n\t\t\t\t\"fr\" : \"Dosis eucrasique III\",\n\t\t\t\t\"jp\" : \"エウクラシア・ドシスIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3977\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shocking Cross\",\n\t\t\t\t\"de\" : \"Kreuzförmige Entladung\",\n\t\t\t\t\"fr\" : \"Décharge croisée\",\n\t\t\t\t\"jp\" : \"十字型放電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3978\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"X Marks the Shock\",\n\t\t\t\t\"de\" : \"X-förmige Entladung\",\n\t\t\t\t\"fr\" : \"Décharge en X\",\n\t\t\t\t\"jp\" : \"Ｘ字型放電\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3979\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Electrical Charge\",\n\t\t\t\t\"de\" : \"Blitzballung\",\n\t\t\t\t\"fr\" : \"Accumulation électrique\",\n\t\t\t\t\"jp\" : \"雷気蓄積\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3980\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Numbing Current\",\n\t\t\t\t\"de\" : \"Blitzparalyse\",\n\t\t\t\t\"fr\" : \"Paralysie électrique\",\n\t\t\t\t\"jp\" : \"雷気性麻痺\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3981\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxicosis\",\n\t\t\t\t\"de\" : \"Giftlache\",\n\t\t\t\t\"fr\" : \"Poison violent\",\n\t\t\t\t\"jp\" : \"猛毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3982\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxicosis\",\n\t\t\t\t\"de\" : \"Giftlache\",\n\t\t\t\t\"fr\" : \"Poison violent\",\n\t\t\t\t\"jp\" : \"猛毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3984\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3985\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス：効果\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3986\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medica III\",\n\t\t\t\t\"de\" : \"Resega\",\n\t\t\t\t\"fr\" : \"Méga Médica\",\n\t\t\t\t\"jp\" : \"メディガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3987\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medica III of the Seventh Dawn\",\n\t\t\t\t\"de\" : \"Resega der Morgenröte\",\n\t\t\t\t\"fr\" : \"Méga Médica des Héritiers\",\n\t\t\t\t\"jp\" : \"サイオンズ・メディガ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3988\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neutral Sect\",\n\t\t\t\t\"de\" : \"Neutral\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3989\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Macrocosmos\",\n\t\t\t\t\"de\" : \"Makrokosmos\",\n\t\t\t\t\"fr\" : \"Macrocosme\",\n\t\t\t\t\"jp\" : \"マクロコスモス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3996\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"On a Roll\",\n\t\t\t\t\"de\" : \"Balanceakt\",\n\t\t\t\t\"fr\" : \"Équilibriste\",\n\t\t\t\t\"jp\" : \"玉乗り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3997\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Concealed\",\n\t\t\t\t\"de\" : \"Verborgen\",\n\t\t\t\t\"fr\" : \"Camouflage\",\n\t\t\t\t\"jp\" : \"潜伏\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3999\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_3999_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_3999_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_3999_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_3999_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4000\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4000_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4000_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4000_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4000_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4001\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4001_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4001_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4001_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4001_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4002\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4002_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4002_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4002_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4002_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4003\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4003_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4003_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4003_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4003_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4004\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4004_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4004_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4004_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4004_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4005\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4005_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4005_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4005_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4005_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4006\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4006_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4006_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4006_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4006_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4007\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4007_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4007_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4007_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4007_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4008\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"_rsv_4008_-1_1_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"de\" : \"_rsv_4008_-1_2_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"fr\" : \"_rsv_4008_-1_3_0_0_S74CFC3B0_E74CFC3B0\",\n\t\t\t\t\"jp\" : \"_rsv_4008_-1_0_0_0_S74CFC3B0_E74CFC3B0\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4009\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inverse Operations\",\n\t\t\t\t\"de\" : \"Umgekehrte Reihenfolge\",\n\t\t\t\t\"fr\" : \"Protocole inversé\",\n\t\t\t\t\"jp\" : \"逆手順\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4010\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wandering Eyes\",\n\t\t\t\t\"de\" : \"Beherztes Auge\",\n\t\t\t\t\"fr\" : \"Yeux capricieux\",\n\t\t\t\t\"jp\" : \"気まぐれな瞳\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4011\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chance of Wildfires\",\n\t\t\t\t\"de\" : \"Vorhersage: Glutwellen\",\n\t\t\t\t\"fr\" : \"Prévisions météo: vague caniculaire\",\n\t\t\t\t\"jp\" : \"天気予報：灼熱波\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4012\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chance of Hyperelectricity\",\n\t\t\t\t\"de\" : \"Vorhersage: Hyperelektrizität\",\n\t\t\t\t\"fr\" : \"Prévisions météo: tempête électrique\",\n\t\t\t\t\"jp\" : \"天気予報：雷波\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4013\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chance of Gale-force Winds\",\n\t\t\t\t\"de\" : \"Vorhersage: Orkanartige Winde\",\n\t\t\t\t\"fr\" : \"Prévisions météo: tempête de vent\",\n\t\t\t\t\"jp\" : \"天気予報：暴風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4014\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chance of Blizzards\",\n\t\t\t\t\"de\" : \"Vorhersage: Eissturm\",\n\t\t\t\t\"fr\" : \"Prévisions météo: tempête de glace\",\n\t\t\t\t\"jp\" : \"天気予報：吹雪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4019\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Deathmatch\",\n\t\t\t\t\"de\" : \"Ketten-Todeskampf\",\n\t\t\t\t\"fr\" : \"Chaîne de la mort\",\n\t\t\t\t\"jp\" : \"チェーンデスマッチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4020\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bombarium\",\n\t\t\t\t\"de\" : \"Bombarium\",\n\t\t\t\t\"fr\" : \"Bombarium\",\n\t\t\t\t\"jp\" : \"ボンバリウム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4021\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doped\",\n\t\t\t\t\"de\" : \"Aufgeputscht\",\n\t\t\t\t\"fr\" : \"Dopage\",\n\t\t\t\t\"jp\" : \"ドーピング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4022\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dangerously Doped\",\n\t\t\t\t\"de\" : \"Stark aufgeputscht\",\n\t\t\t\t\"fr\" : \"Surdopage\",\n\t\t\t\t\"jp\" : \"ドーピング［強］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4023\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doped and Detonative\",\n\t\t\t\t\"de\" : \"Maximal aufgeputscht\",\n\t\t\t\t\"fr\" : \"Mégadopage\",\n\t\t\t\t\"jp\" : \"ドーピング［極］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4029\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Windup\",\n\t\t\t\t\"de\" : \"Linkes Wirbeln\",\n\t\t\t\t\"fr\" : \"Attaque giratoire gauche\",\n\t\t\t\t\"jp\" : \"左回転の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4030\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Windup\",\n\t\t\t\t\"de\" : \"Rechtes Wirbeln\",\n\t\t\t\t\"fr\" : \"Attaque giratoire droite\",\n\t\t\t\t\"jp\" : \"右回転の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4031\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Left Windup\",\n\t\t\t\t\"de\" : \"Linkes Wirbeln\",\n\t\t\t\t\"fr\" : \"Attaque giratoire gauche\",\n\t\t\t\t\"jp\" : \"左回転の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4032\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Right Windup\",\n\t\t\t\t\"de\" : \"Rechtes Wirbeln\",\n\t\t\t\t\"fr\" : \"Attaque giratoire droite\",\n\t\t\t\t\"jp\" : \"右回転の構え\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4033\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shining Encouragement\",\n\t\t\t\t\"de\" : \"Sonnenschein\",\n\t\t\t\t\"fr\" : \"Encouragements\",\n\t\t\t\t\"jp\" : \"おうえん\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4034\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Unbroken Mettle\",\n\t\t\t\t\"de\" : \"Schwer geschützt\",\n\t\t\t\t\"fr\" : \"Protection parfaite\",\n\t\t\t\t\"jp\" : \"堅き護り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4035\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fractured Mettle\",\n\t\t\t\t\"de\" : \"Brüchig geschützt\",\n\t\t\t\t\"fr\" : \"Protection réduite\",\n\t\t\t\t\"jp\" : \"綻んだ護り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4040\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intersection\",\n\t\t\t\t\"de\" : \"Kongruenz\",\n\t\t\t\t\"fr\" : \"Rencontre céleste\",\n\t\t\t\t\"jp\" : \"星天交差\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4041\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Balance Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Waage\",\n\t\t\t\t\"fr\" : \"Tirage: la Balance\",\n\t\t\t\t\"jp\" : \"ドロー：アーゼマの均衡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4042\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bole Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Eiche\",\n\t\t\t\t\"fr\" : \"Tirage: le Tronc\",\n\t\t\t\t\"jp\" : \"ドロー：世界樹の幹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4043\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arrow Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Pfeil\",\n\t\t\t\t\"fr\" : \"Tirage: la Flèche\",\n\t\t\t\t\"jp\" : \"ドロー：オシュオンの矢\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4044\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spear Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Speer\",\n\t\t\t\t\"fr\" : \"Tirage: l'Épieu\",\n\t\t\t\t\"jp\" : \"ドロー：ハルオーネの槍\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4045\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ewer Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Krug\",\n\t\t\t\t\"fr\" : \"Tirage: l'Aiguière\",\n\t\t\t\t\"jp\" : \"ドロー：サリャクの水瓶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4046\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spire Drawn\",\n\t\t\t\t\"de\" : \"Gezogen: Turm\",\n\t\t\t\t\"fr\" : \"Tirage: la Tour\",\n\t\t\t\t\"jp\" : \"ドロー：ビエルゴの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4047\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Projection\",\n\t\t\t\t\"de\" : \"Vorhersage\",\n\t\t\t\t\"fr\" : \"Projection\",\n\t\t\t\t\"jp\" : \"プロジェクション［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4048\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"One-two Memory\",\n\t\t\t\t\"de\" : \"Sieben Leben: Doppelklaue\",\n\t\t\t\t\"fr\" : \"Neuf-Vies: un-deux\",\n\t\t\t\t\"jp\" : \"ナインライヴス：デュアル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4049\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Four-crossed Memory\",\n\t\t\t\t\"de\" : \"Sieben Leben: Vierfachklaue\",\n\t\t\t\t\"fr\" : \"Neuf-Vies: Quadruple griffade\",\n\t\t\t\t\"jp\" : \"ナインライヴス：クアドラプルネイル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4050\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Memory\",\n\t\t\t\t\"de\" : \"Sieben Leben: Rechts\",\n\t\t\t\t\"fr\" : \"Neuf-Vies: droite\",\n\t\t\t\t\"jp\" : \"ナインライヴス：ライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4051\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Memory\",\n\t\t\t\t\"de\" : \"Sieben Leben: Links\",\n\t\t\t\t\"fr\" : \"Neuf-Vies: gauche\",\n\t\t\t\t\"jp\" : \"ナインライヴス：レフト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4052\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Four-swipe Memory\",\n\t\t\t\t\"de\" : \"Sieben Leben: Vierfache Kralle\",\n\t\t\t\t\"fr\" : \"Neuf-Vies: Quadruple fauchage\",\n\t\t\t\t\"jp\" : \"ナインライヴス：クァッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4053\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Two-swipe Memory\",\n\t\t\t\t\"de\" : \"Sieben Leben: Doppelte Kralle\",\n\t\t\t\t\"fr\" : \"Neuf-Vies: Double fauchage\",\n\t\t\t\t\"jp\" : \"ナインライヴス：ダブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4064\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Twisted Tongue\",\n\t\t\t\t\"de\" : \"Plappermaul\",\n\t\t\t\t\"fr\" : \"Moulin à paroles\",\n\t\t\t\t\"jp\" : \"早口\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4067\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wide-eyed\",\n\t\t\t\t\"de\" : \"Kraft des Schlaflosen\",\n\t\t\t\t\"fr\" : \"Insomnie\",\n\t\t\t\t\"jp\" : \"抗睡眠\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4068\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bleeding\",\n\t\t\t\t\"de\" : \"Blutung\",\n\t\t\t\t\"fr\" : \"Saignement\",\n\t\t\t\t\"jp\" : \"ペイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4071\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Positive Charge\",\n\t\t\t\t\"de\" : \"Positive Ladung\",\n\t\t\t\t\"fr\" : \"Charge positive\",\n\t\t\t\t\"jp\" : \"磁力【＋】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4072\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Negative Charge\",\n\t\t\t\t\"de\" : \"Negative Ladung\",\n\t\t\t\t\"fr\" : \"Charge négative\",\n\t\t\t\t\"jp\" : \"磁力【－】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4073\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revised to Wildfires\",\n\t\t\t\t\"de\" : \"Korrektur: Glutwellen\",\n\t\t\t\t\"fr\" : \"Prévisions rectifiées: vague caniculaire\",\n\t\t\t\t\"jp\" : \"予報訂正：灼熱波\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4074\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revised to Blizzards\",\n\t\t\t\t\"de\" : \"Korrektur: Eissturm\",\n\t\t\t\t\"fr\" : \"Prévisions rectifiées: tempête de glace\",\n\t\t\t\t\"jp\" : \"予報訂正：吹雪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4075\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revised to Hyperelectricity\",\n\t\t\t\t\"de\" : \"Korrektur: Hyperelektrizität\",\n\t\t\t\t\"fr\" : \"Prévisions rectifiées: tempête électrique\",\n\t\t\t\t\"jp\" : \"予報訂正：雷波\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4076\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Revised to Gale-force Winds\",\n\t\t\t\t\"de\" : \"Korrektur: Orkanartige Winde\",\n\t\t\t\t\"fr\" : \"Prévisions rectifiées: tempête de vent\",\n\t\t\t\t\"jp\" : \"予報訂正：暴風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4094\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reawakened\",\n\t\t\t\t\"de\" : \"Ruf der Ahnen\",\n\t\t\t\t\"fr\" : \"Réminiscence\",\n\t\t\t\t\"jp\" : \"祖霊降ろし\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4095\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slither\",\n\t\t\t\t\"de\" : \"Schuppensprung\",\n\t\t\t\t\"fr\" : \"Reptation\",\n\t\t\t\t\"jp\" : \"蛇行\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4096\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hardened Scales\",\n\t\t\t\t\"de\" : \"Hornplatten\",\n\t\t\t\t\"fr\" : \"Écailles inflexibles\",\n\t\t\t\t\"jp\" : \"蛇鱗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4097\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Armored Scales\",\n\t\t\t\t\"de\" : \"Hornschild\",\n\t\t\t\t\"fr\" : \"Écailles protectrices\",\n\t\t\t\t\"jp\" : \"蛇鱗［バリア］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4098\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Snake's Bane\",\n\t\t\t\t\"de\" : \"Otterngeblüt\",\n\t\t\t\t\"fr\" : \"Sang ophidien\",\n\t\t\t\t\"jp\" : \"蛇血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4099\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Noxious Gnash\",\n\t\t\t\t\"de\" : \"Viperngift\",\n\t\t\t\t\"fr\" : \"Mortification\",\n\t\t\t\t\"jp\" : \"惨毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4100\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherhues\",\n\t\t\t\t\"de\" : \"Zweite Pikto-Farbe\",\n\t\t\t\t\"fr\" : \"Sorts chromatiques 2 préparés\",\n\t\t\t\t\"jp\" : \"色魔法2実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4101\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherhues II\",\n\t\t\t\t\"de\" : \"Dritte Pikto-Farbe\",\n\t\t\t\t\"fr\" : \"Sorts chromatiques 3 préparés\",\n\t\t\t\t\"jp\" : \"色魔法3実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4102\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Subtractive Palette\",\n\t\t\t\t\"de\" : \"Subtraktive Palette\",\n\t\t\t\t\"fr\" : \"Palette soustractive\",\n\t\t\t\t\"jp\" : \"サブトラクティブパレット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4103\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Moogle Portrait\",\n\t\t\t\t\"de\" : \"Pikto-Mogry\",\n\t\t\t\t\"fr\" : \"Symbole Mog\",\n\t\t\t\t\"jp\" : \"モーグリシンボル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4104\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Madeen Portrait\",\n\t\t\t\t\"de\" : \"Pikto-Madhin\",\n\t\t\t\t\"fr\" : \"Symbole Marthym\",\n\t\t\t\t\"jp\" : \"マディーンシンボル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4105\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pom Motif\",\n\t\t\t\t\"de\" : \"Pikto-Bommel\",\n\t\t\t\t\"fr\" : \"Picto Pompon\",\n\t\t\t\t\"jp\" : \"ピクトポンポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4106\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wing Motif\",\n\t\t\t\t\"de\" : \"Pikto-Schwingen\",\n\t\t\t\t\"fr\" : \"Picto Ailes\",\n\t\t\t\t\"jp\" : \"ピクトウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4107\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Claw Motif\",\n\t\t\t\t\"de\" : \"Pikto-Klaue\",\n\t\t\t\t\"fr\" : \"Picto Griffes\",\n\t\t\t\t\"jp\" : \"ピクトクロ―\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4108\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Maw Motif\",\n\t\t\t\t\"de\" : \"Pikto-Hauer\",\n\t\t\t\t\"fr\" : \"Picto Crocs\",\n\t\t\t\t\"jp\" : \"ピクトファング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4109\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pom Muse\",\n\t\t\t\t\"de\" : \"Muse mit Bommel\",\n\t\t\t\t\"fr\" : \"Imagi Pompon\",\n\t\t\t\t\"jp\" : \"イマジンポンポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4110\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Muse\",\n\t\t\t\t\"de\" : \"Beschwingte Muse\",\n\t\t\t\t\"fr\" : \"Imagi Ailes\",\n\t\t\t\t\"jp\" : \"イマジンウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4111\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Clawed Muse\",\n\t\t\t\t\"de\" : \"Kratzende Muse\",\n\t\t\t\t\"fr\" : \"Imagi Griffes\",\n\t\t\t\t\"jp\" : \"イマジンクロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4112\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fanged Muse\",\n\t\t\t\t\"de\" : \"Beißende Muse\",\n\t\t\t\t\"fr\" : \"Imagi Crocs\",\n\t\t\t\t\"jp\" : \"イマジンファング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4113\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smudge\",\n\t\t\t\t\"de\" : \"Verschmiert\",\n\t\t\t\t\"fr\" : \"Barbouillage\",\n\t\t\t\t\"jp\" : \"スマッジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4114\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempera Coat\",\n\t\t\t\t\"de\" : \"Tempera-Schicht\",\n\t\t\t\t\"fr\" : \"Enduit a tempera\",\n\t\t\t\t\"jp\" : \"テンペラコート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4115\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempera Grassa\",\n\t\t\t\t\"de\" : \"Fette Tempera\",\n\t\t\t\t\"fr\" : \"Tempera grassa\",\n\t\t\t\t\"jp\" : \"テンペラグラッサ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4116\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Advent of Chocobastion\",\n\t\t\t\t\"de\" : \"Mächtige Moppelmauer\",\n\t\t\t\t\"fr\" : \"Mur de gras\",\n\t\t\t\t\"jp\" : \"ウォール・オブ・ファット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4117\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chocobastion\",\n\t\t\t\t\"de\" : \"Mächtig vermoppelmauert\",\n\t\t\t\t\"fr\" : \"Mur de gras appliqué\",\n\t\t\t\t\"jp\" : \"ウォール・オブ・ファット［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4118\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starstruck\",\n\t\t\t\t\"de\" : \"Sternenfunkeln\",\n\t\t\t\t\"fr\" : \"Prisme d'étoiles préparé\",\n\t\t\t\t\"jp\" : \"スタープリズム実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4119\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Star Prism\",\n\t\t\t\t\"de\" : \"Sternenprisma\",\n\t\t\t\t\"fr\" : \"Prisme d'étoiles\",\n\t\t\t\t\"jp\" : \"スタープリズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4120\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hunter's Instinct\",\n\t\t\t\t\"de\" : \"Vipernblut\",\n\t\t\t\t\"fr\" : \"Prédation\",\n\t\t\t\t\"jp\" : \"猛襲\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4121\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftscaled\",\n\t\t\t\t\"de\" : \"Vipernhatz\",\n\t\t\t\t\"fr\" : \"Vélocité\",\n\t\t\t\t\"jp\" : \"疾速\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4123\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Siphon\",\n\t\t\t\t\"de\" : \"Lebenskraft\",\n\t\t\t\t\"fr\" : \"Absorption des PV\",\n\t\t\t\t\"jp\" : \"ＨＰ吸収攻撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4124\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pom Sketch\",\n\t\t\t\t\"de\" : \"Skizzierter Bommel\",\n\t\t\t\t\"fr\" : \"Ébauche de Pompon\",\n\t\t\t\t\"jp\" : \"ドラフトポンポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4125\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wing Sketch\",\n\t\t\t\t\"de\" : \"Skizzierte Schwingen\",\n\t\t\t\t\"fr\" : \"Ébauche d'Ailes\",\n\t\t\t\t\"jp\" : \"ドラフトウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4126\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Claw Sketch\",\n\t\t\t\t\"de\" : \"Skizzierte Klaue\",\n\t\t\t\t\"fr\" : \"Ébauche de Griffes\",\n\t\t\t\t\"jp\" : \"ドラフトクロ―\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4127\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Maw Sketch\",\n\t\t\t\t\"de\" : \"Skizzierte Hauer\",\n\t\t\t\t\"fr\" : \"Ébauche de Crocs\",\n\t\t\t\t\"jp\" : \"ドラフトファング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4128\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dreamwoven Mimicry\",\n\t\t\t\t\"de\" : \"Mimikry\",\n\t\t\t\t\"fr\" : \"Mimétisme\",\n\t\t\t\t\"jp\" : \"擬態\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4129\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dawn's Resolve\",\n\t\t\t\t\"de\" : \"Resolution im Dämmerschein\",\n\t\t\t\t\"fr\" : \"Résolution de l'Aurore\",\n\t\t\t\t\"jp\" : \"黄金の決意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4130\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Authority's Hold\",\n\t\t\t\t\"de\" : \"Raumkontrolle: Ausbremsung\",\n\t\t\t\t\"fr\" : \"Soumission absolue: explosion\",\n\t\t\t\t\"jp\" : \"空間掌握：制動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4132\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Down for the Count\",\n\t\t\t\t\"de\" : \"Am Boden\",\n\t\t\t\t\"fr\" : \"Au tapis\",\n\t\t\t\t\"jp\" : \"ノックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4133\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haste\",\n\t\t\t\t\"de\" : \"Hast\",\n\t\t\t\t\"fr\" : \"Hâte\",\n\t\t\t\t\"jp\" : \"ヘイスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4134\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honor's Accord\",\n\t\t\t\t\"de\" : \"Einklang der Ehre\",\n\t\t\t\t\"fr\" : \"Lame abominable\",\n\t\t\t\t\"jp\" : \"厭忌剣技\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4136\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherstock\",\n\t\t\t\t\"de\" : \"Ätheransammlung\",\n\t\t\t\t\"fr\" : \"Accumulation d'éther\",\n\t\t\t\t\"jp\" : \"エーテルストック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4139\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ghostly Guise\",\n\t\t\t\t\"de\" : \"Vergeistert\",\n\t\t\t\t\"fr\" : \"Ectoplasme\",\n\t\t\t\t\"jp\" : \"霊体化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4140\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Boiling\",\n\t\t\t\t\"de\" : \"Nagende Hitze\",\n\t\t\t\t\"fr\" : \"Chaleur graduelle\",\n\t\t\t\t\"jp\" : \"徐々にヒート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4141\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heatstroke\",\n\t\t\t\t\"de\" : \"Wärmekontrolle: Heizen\",\n\t\t\t\t\"fr\" : \"Contrôle calorifique: chaud\",\n\t\t\t\t\"jp\" : \"熱支配：熱\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4142\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Sweats\",\n\t\t\t\t\"de\" : \"Wärmekontrolle: Kühlen\",\n\t\t\t\t\"fr\" : \"Contrôle calorifique: froid\",\n\t\t\t\t\"jp\" : \"熱支配：冷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4143\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Top of the Hive\",\n\t\t\t\t\"de\" : \"Liebliche Biene\",\n\t\t\t\t\"fr\" : \"Charme mielleux\",\n\t\t\t\t\"jp\" : \"ラブリーハニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4144\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration Bomb\",\n\t\t\t\t\"de\" : \"Beschleunigungsbombe\",\n\t\t\t\t\"fr\" : \"Bombe à accélération\",\n\t\t\t\t\"jp\" : \"加速度爆弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4145\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rotten Honey\",\n\t\t\t\t\"de\" : \"Verdorbener Honig\",\n\t\t\t\t\"fr\" : \"Colère mielleuse\",\n\t\t\t\t\"jp\" : \"ブラックハニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4147\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bee Be Gone\",\n\t\t\t\t\"de\" : \"Nahe Raserei\",\n\t\t\t\t\"fr\" : \"Frénésie proche\",\n\t\t\t\t\"jp\" : \"ニア・フレンジー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4148\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bee Be Here\",\n\t\t\t\t\"de\" : \"Ferne Raserei\",\n\t\t\t\t\"fr\" : \"Frénésie éloignée\",\n\t\t\t\t\"jp\" : \"ファー・フレンジー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4149\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sustained Damage\",\n\t\t\t\t\"de\" : \"Schaden über Zeit\",\n\t\t\t\t\"fr\" : \"Dégâts continus\",\n\t\t\t\t\"jp\" : \"継続ダメージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4150\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deep Freeze\",\n\t\t\t\t\"de\" : \"Tiefkühlung\",\n\t\t\t\t\"fr\" : \"Congélation\",\n\t\t\t\t\"jp\" : \"氷結\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4151\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Omen\",\n\t\t\t\t\"de\" : \"Linkssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: gauche\",\n\t\t\t\t\"jp\" : \"回転の構え：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4152\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Omen\",\n\t\t\t\t\"de\" : \"Rechtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: droite\",\n\t\t\t\t\"jp\" : \"回転の構え：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4153\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward Omen\",\n\t\t\t\t\"de\" : \"Vorwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: avant\",\n\t\t\t\t\"jp\" : \"回転の構え：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4154\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rearward Omen\",\n\t\t\t\t\"de\" : \"Rückwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: arrière\",\n\t\t\t\t\"jp\" : \"回転の構え：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4155\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Omen\",\n\t\t\t\t\"de\" : \"Linkssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: gauche\",\n\t\t\t\t\"jp\" : \"回転の構え：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4156\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Omen\",\n\t\t\t\t\"de\" : \"Rechtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: droite\",\n\t\t\t\t\"jp\" : \"回転の構え：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4168\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"tank\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart\",\n\t\t\t\t\"de\" : \"Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart\",\n\t\t\t\t\"jp\" : \"ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4169\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rroneek Pulse\",\n\t\t\t\t\"de\" : \"Blutrausch des Rroneek\",\n\t\t\t\t\"fr\" : \"Sang chaud du rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの血潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4170\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood of the Br'aax\",\n\t\t\t\t\"de\" : \"Heißblut des Br'aax\",\n\t\t\t\t\"fr\" : \"Ardeur du br'aax\",\n\t\t\t\t\"jp\" : \"ブラーシャの熱血\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4175\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burning Ward\",\n\t\t\t\t\"de\" : \"Flammengewahrsam\",\n\t\t\t\t\"fr\" : \"Barrière de flammes\",\n\t\t\t\t\"jp\" : \"火精の守り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4183\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Training\",\n\t\t\t\t\"de\" : \"Übungskampf\",\n\t\t\t\t\"fr\" : \"En entraînement\",\n\t\t\t\t\"jp\" : \"訓練中\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4186\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Authority's Expansion\",\n\t\t\t\t\"de\" : \"Raumkontrolle: Explosivstrahl\",\n\t\t\t\t\"fr\" : \"Soumission absolue: explosion étendue\",\n\t\t\t\t\"jp\" : \"空間掌握：光爆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4187\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Authority's Boot\",\n\t\t\t\t\"de\" : \"Raumkontrolle: Detonierend\",\n\t\t\t\t\"fr\" : \"Soumission absolue: explosion violente\",\n\t\t\t\t\"jp\" : \"空間掌握：重爆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4188\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Authority's Heel\",\n\t\t\t\t\"de\" : \"Raumkontrolle: Explodierend\",\n\t\t\t\t\"fr\" : \"Soumission absolue: explosion\",\n\t\t\t\t\"jp\" : \"空間掌握：爆撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4189\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"East Wind of Change\",\n\t\t\t\t\"de\" : \"Wind des Ostens\",\n\t\t\t\t\"fr\" : \"Vent du levant\",\n\t\t\t\t\"jp\" : \"ウィンド・オブ・イースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4190\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"West Wind of Change\",\n\t\t\t\t\"de\" : \"Wind des Westens\",\n\t\t\t\t\"fr\" : \"Vent du ponant\",\n\t\t\t\t\"jp\" : \"ウィンド・オブ・ウェスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4198\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mighty Strikes\",\n\t\t\t\t\"de\" : \"Mächtiger Schlag\",\n\t\t\t\t\"fr\" : \"Destro-frappes\",\n\t\t\t\t\"jp\" : \"マイティストライク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4210\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amnesia\",\n\t\t\t\t\"de\" : \"Amnesie\",\n\t\t\t\t\"fr\" : \"Amnésie\",\n\t\t\t\t\"jp\" : \"アビリティ不可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4216\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tsubame-gaeshi\",\n\t\t\t\t\"de\" : \"Tsubamegaeshi\",\n\t\t\t\t\"fr\" : \"Tsubamegaeshi préparé\",\n\t\t\t\t\"jp\" : \"燕返し実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4217\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tsubame-gaeshi\",\n\t\t\t\t\"de\" : \"Tsubamegaeshi\",\n\t\t\t\t\"fr\" : \"Tsubamegaeshi préparé\",\n\t\t\t\t\"jp\" : \"燕返し実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4218\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tsubame-gaeshi\",\n\t\t\t\t\"de\" : \"Tsubamegaeshi\",\n\t\t\t\t\"fr\" : \"Tsubamegaeshi préparé\",\n\t\t\t\t\"jp\" : \"燕返し実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4219\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Levitation\",\n\t\t\t\t\"de\" : \"Levitation\",\n\t\t\t\t\"fr\" : \"Lévitation\",\n\t\t\t\t\"jp\" : \"レビテト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4281\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Supplication Ready\",\n\t\t\t\t\"de\" : \"Gnadenerfüllt\",\n\t\t\t\t\"fr\" : \"Oraison préparée\",\n\t\t\t\t\"jp\" : \"ゲベート実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4282\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sepulchre Ready\",\n\t\t\t\t\"de\" : \"Heilige Grabstätte\",\n\t\t\t\t\"fr\" : \"Sépulcre préparé\",\n\t\t\t\t\"jp\" : \"グラブカッマー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4283\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield Smite\",\n\t\t\t\t\"de\" : \"Schildhieb\",\n\t\t\t\t\"fr\" : \"Frappe de bouclier\",\n\t\t\t\t\"jp\" : \"シールドスマイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4284\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Chaos Ready\",\n\t\t\t\t\"de\" : \"Inneres Chaos\",\n\t\t\t\t\"fr\" : \"Chaos intérieur préparé\",\n\t\t\t\t\"jp\" : \"インナーカオス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4285\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primal Ruination Ready\",\n\t\t\t\t\"de\" : \"Ruinator\",\n\t\t\t\t\"fr\" : \"Dévastateur préparé\",\n\t\t\t\t\"jp\" : \"ルイネーター実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4286\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wrathful\",\n\t\t\t\t\"de\" : \"Inneres Beben\",\n\t\t\t\t\"fr\" : \"Trépidation bestiale préparée\",\n\t\t\t\t\"jp\" : \"原初の激震実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4287\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burgeoning Fury\",\n\t\t\t\t\"de\" : \"Inneres Zittern\",\n\t\t\t\t\"fr\" : \"Palpitations bestiales\",\n\t\t\t\t\"jp\" : \"原初の鼓動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4288\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Comeuppance Ready\",\n\t\t\t\t\"de\" : \"Blutrache\",\n\t\t\t\t\"fr\" : \"Punition réciproque préparée\",\n\t\t\t\t\"jp\" : \"カマパンス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4289\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Torcleaver Ready\",\n\t\t\t\t\"de\" : \"Torspalter\",\n\t\t\t\t\"fr\" : \"Brise-montagne préparé\",\n\t\t\t\t\"jp\" : \"トアクリーバー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4290\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scorn\",\n\t\t\t\t\"de\" : \"Lied des Antihelden\",\n\t\t\t\t\"fr\" : \"Sillon de morgue préparé\",\n\t\t\t\t\"jp\" : \"ディセスティーム実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4293\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ready to Raze\",\n\t\t\t\t\"de\" : \"Fäden des Schicksals\",\n\t\t\t\t\"fr\" : \"Insigne fatidique préparé\",\n\t\t\t\t\"jp\" : \"フェイテッドブランド実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4294\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fated Brand\",\n\t\t\t\t\"de\" : \"Schicksalszeichen\",\n\t\t\t\t\"fr\" : \"Insigne fatidique\",\n\t\t\t\t\"jp\" : \"フェイテッドブランド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4295\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Corundum\",\n\t\t\t\t\"de\" : \"Herz des Korunds\",\n\t\t\t\t\"fr\" : \"Cœur de corindon\",\n\t\t\t\t\"jp\" : \"ハート・オブ・コランダム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4296\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Catharsis of Corundum\",\n\t\t\t\t\"de\" : \"Katharsis des Korunds\",\n\t\t\t\t\"fr\" : \"Catharsis de corindon\",\n\t\t\t\t\"jp\" : \"カタルシス・オブ・コランダム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4301\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fire's Rumination\",\n\t\t\t\t\"de\" : \"Himmel und Erde\",\n\t\t\t\t\"fr\" : \"Grondement du feu\",\n\t\t\t\t\"jp\" : \"乾坤闘気弾実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4302\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starcross Ready\",\n\t\t\t\t\"de\" : \"Sternenkreuz\",\n\t\t\t\t\"fr\" : \"Traversée céleste préparée\",\n\t\t\t\t\"jp\" : \"スタークロッサー実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4303\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dokumori\",\n\t\t\t\t\"de\" : \"Dokumori\",\n\t\t\t\t\"fr\" : \"Dokumori\",\n\t\t\t\t\"jp\" : \"毒盛の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4304\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doton\",\n\t\t\t\t\"de\" : \"Doton\",\n\t\t\t\t\"fr\" : \"Doton\",\n\t\t\t\t\"jp\" : \"土遁の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4305\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zesho Meppo Ready\",\n\t\t\t\t\"de\" : \"Zesho Meppo\",\n\t\t\t\t\"fr\" : \"Zeshô Meppô préparé\",\n\t\t\t\t\"jp\" : \"是生滅法実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4306\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Debana\",\n\t\t\t\t\"de\" : \"Debana\",\n\t\t\t\t\"fr\" : \"Kuzushi jaku\",\n\t\t\t\t\"jp\" : \"崩し［弱］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4307\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Executioner's Guillotine Ready\",\n\t\t\t\t\"de\" : \"Henkersguillotine\",\n\t\t\t\t\"fr\" : \"Guillotine tortionnaire préparée\",\n\t\t\t\t\"jp\" : \"エクスギロティン実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4308\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death Warrant\",\n\t\t\t\t\"de\" : \"Richtbefehl\",\n\t\t\t\t\"fr\" : \"Arrêt de mort\",\n\t\t\t\t\"jp\" : \"デスワラント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4309\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfectio Parata\",\n\t\t\t\t\"de\" : \"Perfectio parata\",\n\t\t\t\t\"fr\" : \"Perfectio parata\",\n\t\t\t\t\"jp\" : \"ペルフェクティオ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4312\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Encore of Light Ready\",\n\t\t\t\t\"de\" : \"Zugabe des Helden\",\n\t\t\t\t\"fr\" : \"Rappel héroïque\",\n\t\t\t\t\"jp\" : \"英雄のアンコール実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4313\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Solo Step\",\n\t\t\t\t\"de\" : \"Dämmerpakt\",\n\t\t\t\t\"fr\" : \"Liens de l'aurore\",\n\t\t\t\t\"jp\" : \"暁の絆\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4314\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dance of the Dawn\",\n\t\t\t\t\"de\" : \"Dämmertanz\",\n\t\t\t\t\"fr\" : \"Danse de l'aurore\",\n\t\t\t\t\"jp\" : \"暁の舞い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4315\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wreath of Fire\",\n\t\t\t\t\"de\" : \"Kranz des Feuers\",\n\t\t\t\t\"fr\" : \"Couronne de feu\",\n\t\t\t\t\"jp\" : \"リース・オブ・ファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4316\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wreath of Ice\",\n\t\t\t\t\"de\" : \"Kranz des Eises\",\n\t\t\t\t\"fr\" : \"Couronne de glace\",\n\t\t\t\t\"jp\" : \"リース・オブ・アイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4317\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Star\",\n\t\t\t\t\"de\" : \"Stern der Elemente\",\n\t\t\t\t\"fr\" : \"Astres élémentaires\",\n\t\t\t\t\"jp\" : \"エレメントスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4319\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scorch\",\n\t\t\t\t\"de\" : \"Versengung\",\n\t\t\t\t\"fr\" : \"Calcination\",\n\t\t\t\t\"jp\" : \"スコーチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4320\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forte\",\n\t\t\t\t\"de\" : \"Forte\",\n\t\t\t\t\"fr\" : \"Forte\",\n\t\t\t\t\"jp\" : \"フォルテ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4321\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thorned Flourish\",\n\t\t\t\t\"de\" : \"Blüte des Mutes\",\n\t\t\t\t\"fr\" : \"Épine croisée préparée\",\n\t\t\t\t\"jp\" : \"ブライヤー・クロゼ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4322\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Prefulgence Ready\",\n\t\t\t\t\"de\" : \"Kristallglanz-bereit\",\n\t\t\t\t\"fr\" : \"Syncristallisation préparée\",\n\t\t\t\t\"jp\" : \"プリフルジェンス実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4324\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quick Sketch\",\n\t\t\t\t\"de\" : \"Grobe Skizze\",\n\t\t\t\t\"fr\" : \"Dessin rapide\",\n\t\t\t\t\"jp\" : \"ラフドローイング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4326\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Sight\",\n\t\t\t\t\"de\" : \"Maximaler Fokus\",\n\t\t\t\t\"fr\" : \"Giga Chatoiement préparé\",\n\t\t\t\t\"jp\" : \"グレアジャ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4327\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphism\",\n\t\t\t\t\"de\" : \"Seraphenlehre\",\n\t\t\t\t\"fr\" : \"Séraphisme\",\n\t\t\t\t\"jp\" : \"セラフィズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4328\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lady of Crowns\",\n\t\t\t\t\"de\" : \"Königin der Kronen\",\n\t\t\t\t\"fr\" : \"Reine des couronnes\",\n\t\t\t\t\"jp\" : \"クラウンレディ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4329\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lord of Crowns\",\n\t\t\t\t\"de\" : \"König der Kronen\",\n\t\t\t\t\"fr\" : \"Roi des couronnes\",\n\t\t\t\t\"jp\" : \"クラウンロード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4330\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Epicycle\",\n\t\t\t\t\"de\" : \"Epizykel\",\n\t\t\t\t\"fr\" : \"Épicycle\",\n\t\t\t\t\"jp\" : \"エピサイクル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4331\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Retrograde Ready\",\n\t\t\t\t\"de\" : \"Rücklauf möglich\",\n\t\t\t\t\"fr\" : \"Rétrogradation préparée\",\n\t\t\t\t\"jp\" : \"レトログレード実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4332\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divining\",\n\t\t\t\t\"de\" : \"Auge des Orakels\",\n\t\t\t\t\"fr\" : \"Oracle préparé\",\n\t\t\t\t\"jp\" : \"オラクル実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4333\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lethargy\",\n\t\t\t\t\"de\" : \"Lethargie\",\n\t\t\t\t\"fr\" : \"Léthargie\",\n\t\t\t\t\"jp\" : \"レサージー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4340\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bind\",\n\t\t\t\t\"de\" : \"Fessel\",\n\t\t\t\t\"fr\" : \"Entrave\",\n\t\t\t\t\"jp\" : \"バインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4351\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lord Unshadowed\",\n\t\t\t\t\"de\" : \"Dunkler Herrscher\",\n\t\t\t\t\"fr\" : \"Souverain ténébreux\",\n\t\t\t\t\"jp\" : \"無影大王\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4352\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Covered\",\n\t\t\t\t\"de\" : \"Gedeckt\",\n\t\t\t\t\"fr\" : \"Couvert\",\n\t\t\t\t\"jp\" : \"かばう［被］\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4357\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Redrawn Domain\",\n\t\t\t\t\"de\" : \"Veränderte Reichweite\",\n\t\t\t\t\"fr\" : \"Portée d'action changée\",\n\t\t\t\t\"jp\" : \"アクション効果範囲変更\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4371\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Down\",\n\t\t\t\t\"de\" : \"Schaden -\",\n\t\t\t\t\"fr\" : \"Malus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ低下\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4374\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4378\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4379\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxicosis\",\n\t\t\t\t\"de\" : \"Giftlache\",\n\t\t\t\t\"fr\" : \"Poison violent\",\n\t\t\t\t\"jp\" : \"猛毒\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4380\" : {\n\t\t\"type\" : \"dot\",\n\t\t\"dot\" : true,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Drain\",\n\t\t\t\t\"de\" : \"Vitalabsorption\",\n\t\t\t\t\"fr\" : \"Absorption vitale\",\n\t\t\t\t\"jp\" : \"生命吸収\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4385\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift Sprint\",\n\t\t\t\t\"de\" : \"Supersprint\",\n\t\t\t\t\"fr\" : \"Super sprint\",\n\t\t\t\t\"jp\" : \"スーパースプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4399\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Further Ruin\",\n\t\t\t\t\"de\" : \"Rand des Ruins\",\n\t\t\t\t\"fr\" : \"Giga Ruine préparée\",\n\t\t\t\t\"jp\" : \"ルインジャ実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4400\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crimson Strike Ready\",\n\t\t\t\t\"de\" : \"Zinnoberfeuer\",\n\t\t\t\t\"fr\" : \"Assaut écarlate préparé\",\n\t\t\t\t\"jp\" : \"クリムゾンストライク実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4402\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphic Illumination\",\n\t\t\t\t\"de\" : \"Seraphische Illumination\",\n\t\t\t\t\"fr\" : \"Illumination séraphique\",\n\t\t\t\t\"jp\" : \"セラフィックイルミネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4403\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crimson Strike Ready\",\n\t\t\t\t\"de\" : \"Zinnoberfeuer\",\n\t\t\t\t\"fr\" : \"Assaut écarlate préparé\",\n\t\t\t\t\"jp\" : \"クリムゾンストライク実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4404\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nastrond Ready\",\n\t\t\t\t\"de\" : \"Zielgerichtet\",\n\t\t\t\t\"fr\" : \"Naströnd préparé\",\n\t\t\t\t\"jp\" : \"ナーストレンド実行可\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4407\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damage Up\",\n\t\t\t\t\"de\" : \"Schaden +\",\n\t\t\t\t\"fr\" : \"Bonus de dégâts\",\n\t\t\t\t\"jp\" : \"ダメージ上昇\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4410\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Invincibility\",\n\t\t\t\t\"de\" : \"Unverwundbar\",\n\t\t\t\t\"fr\" : \"Invulnérable\",\n\t\t\t\t\"jp\" : \"無敵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4416\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Uninterrupted\",\n\t\t\t\t\"de\" : \"Eiserne Konzentration\",\n\t\t\t\t\"fr\" : \"Résistance à Interruption\",\n\t\t\t\t\"jp\" : \"詠唱中断無効\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4417\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward Omen\",\n\t\t\t\t\"de\" : \"Vorwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: avant\",\n\t\t\t\t\"jp\" : \"回転の構え：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4418\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rearward Omen\",\n\t\t\t\t\"de\" : \"Rückwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: arrière\",\n\t\t\t\t\"jp\" : \"回転の構え：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4419\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Omen\",\n\t\t\t\t\"de\" : \"Linkssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: gauche\",\n\t\t\t\t\"jp\" : \"回転の構え：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4420\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Omen\",\n\t\t\t\t\"de\" : \"Rechtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: droite\",\n\t\t\t\t\"jp\" : \"回転の構え：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4421\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward Omen\",\n\t\t\t\t\"de\" : \"Vorwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: avant\",\n\t\t\t\t\"jp\" : \"回転の構え：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4422\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rearward Omen\",\n\t\t\t\t\"de\" : \"Rückwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: arrière\",\n\t\t\t\t\"jp\" : \"回転の構え：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4423\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Omen\",\n\t\t\t\t\"de\" : \"Linkssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: gauche\",\n\t\t\t\t\"jp\" : \"回転の構え：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4425\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Omen\",\n\t\t\t\t\"de\" : \"Rechtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: droite\",\n\t\t\t\t\"jp\" : \"回転の構え：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4426\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forward Omen\",\n\t\t\t\t\"de\" : \"Vorwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: avant\",\n\t\t\t\t\"jp\" : \"回転の構え：前\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4427\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rearward Omen\",\n\t\t\t\t\"de\" : \"Rückwärtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: arrière\",\n\t\t\t\t\"jp\" : \"回転の構え：後\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4428\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Omen\",\n\t\t\t\t\"de\" : \"Linkssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: gauche\",\n\t\t\t\t\"jp\" : \"回転の構え：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4429\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rightward Omen\",\n\t\t\t\t\"de\" : \"Rechtssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: droite\",\n\t\t\t\t\"jp\" : \"回転の構え：右\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4430\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leftward Omen\",\n\t\t\t\t\"de\" : \"Linkssturm\",\n\t\t\t\t\"fr\" : \"Posture rotative: gauche\",\n\t\t\t\t\"jp\" : \"回転の構え：左\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4433\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stun\",\n\t\t\t\t\"de\" : \"Betäubung\",\n\t\t\t\t\"fr\" : \"Étourdissement\",\n\t\t\t\t\"jp\" : \"スタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4516\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"PvP Role Action: Phantom Dart\",\n\t\t\t\t\"de\" : \"PvP-Rollenkommando: Phantompfeil\",\n\t\t\t\t\"fr\" : \"Action de rôle JcJ: Projectile fantôme\",\n\t\t\t\t\"jp\" : \"PvPロールアクション：ファントムダート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4517\" : {\n\t\t\"type\" : \"effect\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : false,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hungry for Victory\",\n\t\t\t\t\"de\" : \"Euphorie des Wolfes\",\n\t\t\t\t\"fr\" : \"Exhaltation du champion\",\n\t\t\t\t\"jp\" : \"王者の高揚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4537\" : {\n\t\t\"type\" : \"debuff\",\n\t\t\"dot\" : false,\n\t\t\"debuff\" : true,\n\t\t\"jobs\" : [],\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stone Curse\",\n\t\t\t\t\"de\" : \"Steinfluch\",\n\t\t\t\t\"fr\" : \"Malédiction pétrificante\",\n\t\t\t\t\"jp\" : \"石化の呪い\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "src/data/game/instances.json",
    "content": "{\n\t\"1\" : {\n\t\t\"zone_id\" : 1039,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Thousand Maws of Toto–Rak\",\n\t\t\t\t\"de\" : \"Tausend Löcher von Toto-Rak\",\n\t\t\t\t\"fr\" : \"les Mille Gueules de Toto-Rak\",\n\t\t\t\t\"jp\" : \"監獄廃墟 トトラクの千獄\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2\" : {\n\t\t\"zone_id\" : 1037,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Tam–Tara Deepcroft\",\n\t\t\t\t\"de\" : \"Totenacker Tam-Tara\",\n\t\t\t\t\"fr\" : \"l'Hypogée de Tam-Tara\",\n\t\t\t\t\"jp\" : \"地下霊殿 タムタラの墓所\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3\" : {\n\t\t\"zone_id\" : 1038,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Copperbell Mines\",\n\t\t\t\t\"de\" : \"Kupferglocken-Mine\",\n\t\t\t\t\"fr\" : \"les Mines de Clochecuivre\",\n\t\t\t\t\"jp\" : \"封鎖坑道 カッパーベル銅山\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4\" : {\n\t\t\"zone_id\" : 1036,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sastasha\",\n\t\t\t\t\"de\" : \"Sastasha\",\n\t\t\t\t\"fr\" : \"Sastasha\",\n\t\t\t\t\"jp\" : \"天然要害 サスタシャ浸食洞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5\" : {\n\t\t\"zone_id\" : 172,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Aurum Vale\",\n\t\t\t\t\"de\" : \"Goldklamm\",\n\t\t\t\t\"fr\" : \"le Val d'Aurum\",\n\t\t\t\t\"jp\" : \"霧中行軍 オーラムヴェイル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"6\" : {\n\t\t\"zone_id\" : 1040,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haukke Manor\",\n\t\t\t\t\"de\" : \"Haukke-Herrenhaus\",\n\t\t\t\t\"fr\" : \"le Manoir des Haukke\",\n\t\t\t\t\"jp\" : \"名門屋敷 ハウケタ御用邸\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7\" : {\n\t\t\"zone_id\" : 1245,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Halatali\",\n\t\t\t\t\"de\" : \"Halatali\",\n\t\t\t\t\"fr\" : \"Halatali\",\n\t\t\t\t\"jp\" : \"魔獣領域 ハラタリ修練所\"\n\t\t\t}\n\t\t}\n\t},\n\t\"8\" : {\n\t\t\"zone_id\" : 1041,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brayflox's Longstop\",\n\t\t\t\t\"de\" : \"Brüllvolx' Langrast\",\n\t\t\t\t\"fr\" : \"le Bivouac de Brayflox\",\n\t\t\t\t\"jp\" : \"奪還支援 ブレイフロクスの野営地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9\" : {\n\t\t\"zone_id\" : 1267,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Sunken Temple of Qarn\",\n\t\t\t\t\"de\" : \"Versunkener Tempel von Qarn\",\n\t\t\t\t\"fr\" : \"le Temple enseveli de Qarn\",\n\t\t\t\t\"jp\" : \"遺跡探索 カルン埋没寺院\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10\" : {\n\t\t\"zone_id\" : 159,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Wanderer's Palace\",\n\t\t\t\t\"de\" : \"Palast des Wanderers\",\n\t\t\t\t\"fr\" : \"le Palais du Vagabond\",\n\t\t\t\t\"jp\" : \"旅神聖域 ワンダラーパレス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11\" : {\n\t\t\"zone_id\" : 1042,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Stone Vigil\",\n\t\t\t\t\"de\" : \"Steinerne Wacht\",\n\t\t\t\t\"fr\" : \"le Vigile de Pierre\",\n\t\t\t\t\"jp\" : \"城塞攻略 ストーンヴィジル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12\" : {\n\t\t\"zone_id\" : 170,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cutter's Cry\",\n\t\t\t\t\"de\" : \"Sägerschrei\",\n\t\t\t\t\"fr\" : \"le Gouffre hurlant\",\n\t\t\t\t\"jp\" : \"流砂迷宮 カッターズクライ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"13\" : {\n\t\t\"zone_id\" : 171,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dzemael Darkhold\",\n\t\t\t\t\"de\" : \"Die Feste Dzemael\",\n\t\t\t\t\"fr\" : \"la Forteresse de Dzemael\",\n\t\t\t\t\"jp\" : \"掃討作戦 ゼーメル要塞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14\" : {\n\t\t\"zone_id\" : 167,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amdapor Keep\",\n\t\t\t\t\"de\" : \"Die Ruinen von Amdapor\",\n\t\t\t\t\"fr\" : \"le Château d'Amdapor\",\n\t\t\t\t\"jp\" : \"邪教排撃 古城アムダプール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15\" : {\n\t\t\"zone_id\" : 1043,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Castrum Meridianum\",\n\t\t\t\t\"de\" : \"Castrum Meridianum - Außenbereich\",\n\t\t\t\t\"fr\" : \"Castrum Meridianum\",\n\t\t\t\t\"jp\" : \"外郭攻略 カストルム・メリディアヌム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"86\" : {\n\t\t\"zone_id\" : 1044,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Praetorium\",\n\t\t\t\t\"de\" : \"Castrum Meridianum - Praetorium\",\n\t\t\t\t\"fr\" : \"le Praetorium\",\n\t\t\t\t\"jp\" : \"最終決戦 魔導城プラエトリウム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17\" : {\n\t\t\"zone_id\" : 160,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pharos Sirius\",\n\t\t\t\t\"de\" : \"Pharos Sirius\",\n\t\t\t\t\"fr\" : \"le Phare de Sirius\",\n\t\t\t\t\"jp\" : \"怪鳥巨塔 シリウス大灯台\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18\" : {\n\t\t\"zone_id\" : 349,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Copperbell Mines (Hard)\",\n\t\t\t\t\"de\" : \"Kupferglocken-Mine (schwer)\",\n\t\t\t\t\"fr\" : \"les Mines de Clochecuivre (brutal)\",\n\t\t\t\t\"jp\" : \"騒乱坑道 カッパーベル銅山 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"19\" : {\n\t\t\"zone_id\" : 350,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haukke Manor (Hard)\",\n\t\t\t\t\"de\" : \"Haukke-Herrenhaus (schwer)\",\n\t\t\t\t\"fr\" : \"le Manoir des Haukke (brutal)\",\n\t\t\t\t\"jp\" : \"妖異屋敷 ハウケタ御用邸 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20\" : {\n\t\t\"zone_id\" : 362,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brayflox's Longstop (Hard)\",\n\t\t\t\t\"de\" : \"Brüllvolx' Langrast (schwer)\",\n\t\t\t\t\"fr\" : \"le Bivouac de Brayflox (brutal)\",\n\t\t\t\t\"jp\" : \"盟友支援 ブレイフロクスの野営地 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"21\" : {\n\t\t\"zone_id\" : 360,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Halatali (Hard)\",\n\t\t\t\t\"de\" : \"Halatali (schwer)\",\n\t\t\t\t\"fr\" : \"Halatali (brutal)\",\n\t\t\t\t\"jp\" : \"剣闘領域 ハラタリ修練所 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22\" : {\n\t\t\"zone_id\" : 363,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Lost City of Amdapor\",\n\t\t\t\t\"de\" : \"Historisches Amdapor\",\n\t\t\t\t\"fr\" : \"les Vestiges de la cité d'Amdapor\",\n\t\t\t\t\"jp\" : \"腐敗遺跡 古アムダプール市街\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23\" : {\n\t\t\"zone_id\" : 361,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hullbreaker Isle\",\n\t\t\t\t\"de\" : \"Schiffbrecher-Insel\",\n\t\t\t\t\"fr\" : \"l'Île de Crèvecarène\",\n\t\t\t\t\"jp\" : \"財宝伝説 ハルブレーカー・アイル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24\" : {\n\t\t\"zone_id\" : 373,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Tam–Tara Deepcroft (Hard)\",\n\t\t\t\t\"de\" : \"Totenacker Tam-Tara (schwer)\",\n\t\t\t\t\"fr\" : \"l'Hypogée de Tam-Tara (brutal)\",\n\t\t\t\t\"jp\" : \"惨劇霊殿 タムタラの墓所 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25\" : {\n\t\t\"zone_id\" : 365,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Stone Vigil (Hard)\",\n\t\t\t\t\"de\" : \"Steinerne Wacht (schwer)\",\n\t\t\t\t\"fr\" : \"le Vigile de Pierre (brutal)\",\n\t\t\t\t\"jp\" : \"城塞奪回 ストーンヴィジル (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26\" : {\n\t\t\"zone_id\" : 367,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Sunken Temple of Qarn (Hard)\",\n\t\t\t\t\"de\" : \"Versunkener Tempel von Qarn (schwer)\",\n\t\t\t\t\"fr\" : \"le Temple enseveli de Qarn (brutal)\",\n\t\t\t\t\"jp\" : \"遺跡救援 カルン埋没寺院 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27\" : {\n\t\t\"zone_id\" : 1062,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Snowcloak\",\n\t\t\t\t\"de\" : \"Das Schneekleid\",\n\t\t\t\t\"fr\" : \"Manteneige\",\n\t\t\t\t\"jp\" : \"氷結潜窟 スノークローク大氷壁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"28\" : {\n\t\t\"zone_id\" : 387,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sastasha (Hard)\",\n\t\t\t\t\"de\" : \"Sastasha (schwer)\",\n\t\t\t\t\"fr\" : \"Sastasha (brutal)\",\n\t\t\t\t\"jp\" : \"逆襲要害 サスタシャ浸食洞 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29\" : {\n\t\t\"zone_id\" : 189,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amdapor Keep (Hard)\",\n\t\t\t\t\"de\" : \"Die Ruinen von Amdapor (schwer)\",\n\t\t\t\t\"fr\" : \"le Château d'Amdapor (brutal)\",\n\t\t\t\t\"jp\" : \"邪念排撃 古城アムダプール (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30\" : {\n\t\t\"zone_id\" : 188,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Wanderer's Palace (Hard)\",\n\t\t\t\t\"de\" : \"Palast des Wanderers (schwer)\",\n\t\t\t\t\"fr\" : \"le Palais du Vagabond (brutal)\",\n\t\t\t\t\"jp\" : \"武装聖域 ワンダラーパレス (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31\" : {\n\t\t\"zone_id\" : 1109,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Great Gubal Library\",\n\t\t\t\t\"de\" : \"Große Gubal-Bibliothek\",\n\t\t\t\t\"fr\" : \"la Grande bibliothèque de Gubal\",\n\t\t\t\t\"jp\" : \"禁書回収 グブラ幻想図書館\"\n\t\t\t}\n\t\t}\n\t},\n\t\"32\" : {\n\t\t\"zone_id\" : 1063,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Keeper of the Lake\",\n\t\t\t\t\"de\" : \"Hüter des Sees\",\n\t\t\t\t\"fr\" : \"le Gardien du lac\",\n\t\t\t\t\"jp\" : \"幻龍残骸 黙約の塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"33\" : {\n\t\t\"zone_id\" : 420,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neverreap\",\n\t\t\t\t\"de\" : \"Nimmerreich\",\n\t\t\t\t\"fr\" : \"Nalloncques\",\n\t\t\t\t\"jp\" : \"神域浮島 ネバーリープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34\" : {\n\t\t\"zone_id\" : 1066,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Vault\",\n\t\t\t\t\"de\" : \"Erzbasilika\",\n\t\t\t\t\"fr\" : \"La Voûte\",\n\t\t\t\t\"jp\" : \"強硬突入 イシュガルド教皇庁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35\" : {\n\t\t\"zone_id\" : 430,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Fractal Continuum\",\n\t\t\t\t\"de\" : \"Die Fraktal-Kontinuum\",\n\t\t\t\t\"fr\" : \"Le Continuum fractal\",\n\t\t\t\t\"jp\" : \"博物戦艦 フラクタル・コンティニアム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36\" : {\n\t\t\"zone_id\" : 434,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dusk Vigil\",\n\t\t\t\t\"de\" : \"Abendrot-Wacht\",\n\t\t\t\t\"fr\" : \"le Vigile du Crépuscule\",\n\t\t\t\t\"jp\" : \"廃砦捜索 ダスクヴィジル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37\" : {\n\t\t\"zone_id\" : 1064,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sohm Al\",\n\t\t\t\t\"de\" : \"Sohm Al\",\n\t\t\t\t\"fr\" : \"Sohm Al\",\n\t\t\t\t\"jp\" : \"霊峰踏破 ソーム・アル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"38\" : {\n\t\t\"zone_id\" : 1110,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Aetherochemical Research Facility\",\n\t\t\t\t\"de\" : \"Ätherochemisches Forschungslabor\",\n\t\t\t\t\"fr\" : \"le Laboratoire de magismologie\",\n\t\t\t\t\"jp\" : \"蒼天聖戦 魔科学研究所\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39\" : {\n\t\t\"zone_id\" : 1065,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Aery\",\n\t\t\t\t\"de\" : \"Nest des Drachen\",\n\t\t\t\t\"fr\" : \"L'Aire\",\n\t\t\t\t\"jp\" : \"邪竜血戦 ドラゴンズエアリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40\" : {\n\t\t\"zone_id\" : 510,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pharos Sirius (Hard)\",\n\t\t\t\t\"de\" : \"Pharos Sirius (schwer)\",\n\t\t\t\t\"fr\" : \"le Phare de Sirius (brutal)\",\n\t\t\t\t\"jp\" : \"制圧巨塔 シリウス大灯台 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41\" : {\n\t\t\"zone_id\" : 511,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Saint Mocianne's Arboretum\",\n\t\t\t\t\"de\" : \"Sankt Mocianne-Arboretum\",\n\t\t\t\t\"fr\" : \"l'Arboretum Sainte-Mocianne\",\n\t\t\t\t\"jp\" : \"草木庭園 聖モシャーヌ植物園\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10001\" : {\n\t\t\"zone_id\" : 214,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Basic Training: Enemy Parties\",\n\t\t\t\t\"de\" : \"Einer für alle, alle für einen\",\n\t\t\t\t\"fr\" : \"Entraînement: groupes d'ennemis\",\n\t\t\t\t\"jp\" : \"集団戦訓練をくぐり抜けろ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10002\" : {\n\t\t\"zone_id\" : 190,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Under the Armor\",\n\t\t\t\t\"de\" : \"Bockmanns Gefolge\",\n\t\t\t\t\"fr\" : \"Chasse au fantôme fantoche\",\n\t\t\t\t\"jp\" : \"彷徨う死霊を討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10003\" : {\n\t\t\"zone_id\" : 215,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Basic Training: Enemy Strongholds\",\n\t\t\t\t\"de\" : \"Sturmkommando\",\n\t\t\t\t\"fr\" : \"Entraînement: infiltration en base ennemie\",\n\t\t\t\t\"jp\" : \"全関門を突破し、最深部の敵を討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10004\" : {\n\t\t\"zone_id\" : 216,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hero on the Half Shell\",\n\t\t\t\t\"de\" : \"Gil oder Leben\",\n\t\t\t\t\"fr\" : \"Reconquête d'une carapace escamotée\",\n\t\t\t\t\"jp\" : \"ギルガメを捕獲せよ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10005\" : {\n\t\t\"zone_id\" : 191,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pulling Poison Posies\",\n\t\t\t\t\"de\" : \"Unkraut jäten\",\n\t\t\t\t\"fr\" : \"Opération fleurs du mal\",\n\t\t\t\t\"jp\" : \"有毒妖花を駆除せよ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10006\" : {\n\t\t\"zone_id\" : 192,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stinging Back\",\n\t\t\t\t\"de\" : \"Ins Wespennest stechen\",\n\t\t\t\t\"fr\" : \"Expédition punitive contre les Ventrerouge\",\n\t\t\t\t\"jp\" : \"無法者「似我蜂団」を撃滅せよ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10007\" : {\n\t\t\"zone_id\" : 220,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"All's Well that Ends in the Well\",\n\t\t\t\t\"de\" : \"Briaxio ausschalten\",\n\t\t\t\t\"fr\" : \"Briaxio à bras raccourcis\",\n\t\t\t\t\"jp\" : \"夢幻のブラキシオを討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10008\" : {\n\t\t\"zone_id\" : 219,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flicking Sticks and Taking Names\",\n\t\t\t\t\"de\" : \"Bombige Goblins\",\n\t\t\t\t\"fr\" : \"Les Gobelins bombardiers\",\n\t\t\t\t\"jp\" : \"爆弾魔ゴブリン軍団を撃滅せよ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10009\" : {\n\t\t\"zone_id\" : 221,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"More than a Feeler\",\n\t\t\t\t\"de\" : \"Tödliches Rankenspiel\",\n\t\t\t\t\"fr\" : \"Sus au morbol pollueur\",\n\t\t\t\t\"jp\" : \"汚染源モルボルを討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10010\" : {\n\t\t\"zone_id\" : 222,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Annoy the Void\",\n\t\t\t\t\"de\" : \"Gefahr aus dem Nichts\",\n\t\t\t\t\"fr\" : \"Buso l'immolateur\",\n\t\t\t\t\"jp\" : \"坑道に現れた妖異ブソを討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10011\" : {\n\t\t\"zone_id\" : 223,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow and Claw\",\n\t\t\t\t\"de\" : \"Kampf gegen Schatten\",\n\t\t\t\t\"fr\" : \"Ombres et griffes\",\n\t\t\t\t\"jp\" : \"無敵の眷属を従えし、大型妖異を討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10012\" : {\n\t\t\"zone_id\" : 298,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Long Live the Queen\",\n\t\t\t\t\"de\" : \"Miss Bombastic\",\n\t\t\t\t\"fr\" : \"Longue vie à la Reine\",\n\t\t\t\t\"jp\" : \"ボムを率いる「ボムクイーン」を討て！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10013\" : {\n\t\t\"zone_id\" : 299,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ward Up\",\n\t\t\t\t\"de\" : \"Unzertrennlich\",\n\t\t\t\t\"fr\" : \"Quintettes infernaux\",\n\t\t\t\t\"jp\" : \"不気味な陣形を組む妖異をせん滅せよ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"10014\" : {\n\t\t\"zone_id\" : 300,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Solemn Trinity\",\n\t\t\t\t\"de\" : \"Wuchtige Dreifaltigkeit\",\n\t\t\t\t\"fr\" : \"Trinité sinistre\",\n\t\t\t\t\"jp\" : \"三つ巴の巨人族を制し、遺物を守れ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20001\" : {\n\t\t\"zone_id\" : 1045,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Bowl of Embers\",\n\t\t\t\t\"de\" : \"Das Grab der Lohe\",\n\t\t\t\t\"fr\" : \"le Cratère des tisons\",\n\t\t\t\t\"jp\" : \"イフリート討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20002\" : {\n\t\t\"zone_id\" : 1046,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Navel\",\n\t\t\t\t\"de\" : \"Der Nabel\",\n\t\t\t\t\"fr\" : \"le Nombril\",\n\t\t\t\t\"jp\" : \"タイタン討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20003\" : {\n\t\t\"zone_id\" : 1047,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Howling Eye\",\n\t\t\t\t\"de\" : \"Das Tosende Auge\",\n\t\t\t\t\"fr\" : \"Hurlœil\",\n\t\t\t\t\"jp\" : \"ガルーダ討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20004\" : {\n\t\t\"zone_id\" : 292,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Bowl of Embers (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Ifrit\",\n\t\t\t\t\"fr\" : \"le Cratère des tisons (brutal)\",\n\t\t\t\t\"jp\" : \"真イフリート討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20005\" : {\n\t\t\"zone_id\" : 293,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Navel (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Titan\",\n\t\t\t\t\"fr\" : \"le Nombril (brutal)\",\n\t\t\t\t\"jp\" : \"真タイタン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20006\" : {\n\t\t\"zone_id\" : 294,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Howling Eye (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Garuda\",\n\t\t\t\t\"fr\" : \"Hurlœil (brutal)\",\n\t\t\t\t\"jp\" : \"真ガルーダ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20008\" : {\n\t\t\"zone_id\" : 295,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Bowl of Embers (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Ifrit\",\n\t\t\t\t\"fr\" : \"le Cratère des tisons (extrême)\",\n\t\t\t\t\"jp\" : \"極イフリート討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20009\" : {\n\t\t\"zone_id\" : 296,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Navel (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Titan\",\n\t\t\t\t\"fr\" : \"le Nombril (extrême)\",\n\t\t\t\t\"jp\" : \"極タイタン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20010\" : {\n\t\t\"zone_id\" : 297,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Howling Eye (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Garuda\",\n\t\t\t\t\"fr\" : \"Hurlœil (extrême)\",\n\t\t\t\t\"jp\" : \"極ガルーダ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20011\" : {\n\t\t\"zone_id\" : 1067,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thornmarch (Hard)\",\n\t\t\t\t\"de\" : \"Königliche Konfrontation (schwer)\",\n\t\t\t\t\"fr\" : \"la Lisière de ronces (brutal)\",\n\t\t\t\t\"jp\" : \"善王モグル・モグXII世討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20012\" : {\n\t\t\"zone_id\" : 364,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thornmarch (Extreme)\",\n\t\t\t\t\"de\" : \"Königliche Konfrontation (extrem)\",\n\t\t\t\t\"fr\" : \"la Lisière de ronces (extrême)\",\n\t\t\t\t\"jp\" : \"極王モグル・モグXII世討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20013\" : {\n\t\t\"zone_id\" : 348,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Ultima's Bane\",\n\t\t\t\t\"de\" : \"Heldenlied von Ultima\",\n\t\t\t\t\"fr\" : \"le fléau d'Ultima\",\n\t\t\t\t\"jp\" : \"究極幻想 アルテマウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20014\" : {\n\t\t\"zone_id\" : 509,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Gilded Araya\",\n\t\t\t\t\"de\" : \"Prophetie - Asura\",\n\t\t\t\t\"fr\" : \"Le temple doré d'Araya\",\n\t\t\t\t\"jp\" : \"アスラ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20015\" : {\n\t\t\"zone_id\" : 353,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Special Event I\",\n\t\t\t\t\"de\" : \"Event-Inhalt 1\",\n\t\t\t\t\"fr\" : \"Défi spécial I\",\n\t\t\t\t\"jp\" : \"イベント用コンテンツ：1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20016\" : {\n\t\t\"zone_id\" : 354,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Special Event II\",\n\t\t\t\t\"de\" : \"Event-Inhalt 2\",\n\t\t\t\t\"fr\" : \"Défi spécial II\",\n\t\t\t\t\"jp\" : \"イベント用コンテンツ：2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20017\" : {\n\t\t\"zone_id\" : 281,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the <Emphasis>Whorleater</Emphasis> (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Leviathan\",\n\t\t\t\t\"fr\" : \"le Briseur de marées (brutal)\",\n\t\t\t\t\"jp\" : \"真リヴァイアサン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20018\" : {\n\t\t\"zone_id\" : 359,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the <Emphasis>Whorleater</Emphasis> (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Leviathan\",\n\t\t\t\t\"fr\" : \"le Briseur de marées (extrême)\",\n\t\t\t\t\"jp\" : \"極リヴァイアサン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20019\" : {\n\t\t\"zone_id\" : 368,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Relic Reborn: the Chimera\",\n\t\t\t\t\"de\" : \"Kampf gegen die Dhorme-Chimära\",\n\t\t\t\t\"fr\" : \"la chimère dhorme du Coerthas\",\n\t\t\t\t\"jp\" : \"ドルムキマイラ討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20020\" : {\n\t\t\"zone_id\" : 369,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Relic Reborn: the Hydra\",\n\t\t\t\t\"de\" : \"Kampf gegen die Hydra\",\n\t\t\t\t\"fr\" : \"l'hydre d'Halatali\",\n\t\t\t\t\"jp\" : \"ハイドラ討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20021\" : {\n\t\t\"zone_id\" : 366,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle on the Big Bridge\",\n\t\t\t\t\"de\" : \"Duell auf der großen Brücke\",\n\t\t\t\t\"fr\" : \"Affrontement sur le grand pont\",\n\t\t\t\t\"jp\" : \"ギルガメッシュ討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20022\" : {\n\t\t\"zone_id\" : 374,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Striking Tree (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Ramuh\",\n\t\t\t\t\"fr\" : \"l'Arbre du jugement (brutal)\",\n\t\t\t\t\"jp\" : \"真ラムウ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20023\" : {\n\t\t\"zone_id\" : 375,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Striking Tree (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Ramuh\",\n\t\t\t\t\"fr\" : \"l'Arbre du jugement (extrême)\",\n\t\t\t\t\"jp\" : \"極ラムウ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20024\" : {\n\t\t\"zone_id\" : 377,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Akh Afah Amphitheatre (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Shiva\",\n\t\t\t\t\"fr\" : \"l'Amphithéâtre d'Akh Afah (brutal)\",\n\t\t\t\t\"jp\" : \"真シヴァ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20025\" : {\n\t\t\"zone_id\" : 378,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Akh Afah Amphitheatre (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Shiva\",\n\t\t\t\t\"fr\" : \"l'Amphithéâtre d'Akh Afah (extrême)\",\n\t\t\t\t\"jp\" : \"極シヴァ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20026\" : {\n\t\t\"zone_id\" : 142,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dragon's Neck\",\n\t\t\t\t\"de\" : \"Das Drachenhals-Kolosseum\",\n\t\t\t\t\"fr\" : \"le Col du dragon\",\n\t\t\t\t\"jp\" : \"アマジナ杯闘技会決勝戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20027\" : {\n\t\t\"zone_id\" : 394,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Urth's Fount\",\n\t\t\t\t\"de\" : \"Jenseits Urths Quelle\",\n\t\t\t\t\"fr\" : \"la Fontaine d'Urth\",\n\t\t\t\t\"jp\" : \"闘神オーディン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20029\" : {\n\t\t\"zone_id\" : 426,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Chrysalis\",\n\t\t\t\t\"de\" : \"Chrysalis\",\n\t\t\t\t\"fr\" : \"La Chrysalide\",\n\t\t\t\t\"jp\" : \"アシエン・ナプリアレス討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20030\" : {\n\t\t\"zone_id\" : 396,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle in the Big Keep\",\n\t\t\t\t\"de\" : \"Revanche in den Ruinen\",\n\t\t\t\t\"fr\" : \"Revanche au vieux château\",\n\t\t\t\t\"jp\" : \"真ギルガメッシュ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20031\" : {\n\t\t\"zone_id\" : 432,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thok ast Thok (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Ravana\",\n\t\t\t\t\"fr\" : \"Thok ast Thok (brutal)\",\n\t\t\t\t\"jp\" : \"真ラーヴァナ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20032\" : {\n\t\t\"zone_id\" : 446,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thok ast Thok (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Ravana\",\n\t\t\t\t\"fr\" : \"Thok ast Thok (extrême)\",\n\t\t\t\t\"jp\" : \"極ラーヴァナ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20033\" : {\n\t\t\"zone_id\" : 436,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Limitless Blue (Hard)\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Bismarck\",\n\t\t\t\t\"fr\" : \"L'Immensité bleue (brutal)\",\n\t\t\t\t\"jp\" : \"真ビスマルク討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20034\" : {\n\t\t\"zone_id\" : 447,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Limitless Blue (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Bismarck\",\n\t\t\t\t\"fr\" : \"L'Immensité bleue (extrême)\",\n\t\t\t\t\"jp\" : \"極ビスマルク討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20035\" : {\n\t\t\"zone_id\" : 437,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Singularity Reactor\",\n\t\t\t\t\"de\" : \"Singularitäts-Reaktor\",\n\t\t\t\t\"fr\" : \"le Réacteur de singularité\",\n\t\t\t\t\"jp\" : \"ナイツ・オブ・ラウンド討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20036\" : {\n\t\t\"zone_id\" : 448,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Thordan's Reign\",\n\t\t\t\t\"de\" : \"Heldenlied von Thordans Fall\",\n\t\t\t\t\"fr\" : \"le règne de Thordan\",\n\t\t\t\t\"jp\" : \"蒼天幻想 ナイツ・オブ・ラウンド討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30001\" : {\n\t\t\"zone_id\" : 174,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Labyrinth of the Ancients\",\n\t\t\t\t\"de\" : \"Kristallturm - Das Labyrinth der Alten\",\n\t\t\t\t\"fr\" : \"la Tour de Cristal - Dédale antique\",\n\t\t\t\t\"jp\" : \"クリスタルタワー：古代の民の迷宮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30002\" : {\n\t\t\"zone_id\" : 241,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Binding Coil of Bahamut - Turn 1\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 1\",\n\t\t\t\t\"fr\" : \"le Labyrinthe de Bahamut I\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：邂逅編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30003\" : {\n\t\t\"zone_id\" : 242,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Binding Coil of Bahamut - Turn 2\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2\",\n\t\t\t\t\"fr\" : \"le Labyrinthe de Bahamut II\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：邂逅編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30004\" : {\n\t\t\"zone_id\" : 243,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Binding Coil of Bahamut - Turn 3\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 3\",\n\t\t\t\t\"fr\" : \"le Labyrinthe de Bahamut III\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：邂逅編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30005\" : {\n\t\t\"zone_id\" : 244,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Binding Coil of Bahamut - Turn 4\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 4\",\n\t\t\t\t\"fr\" : \"le Labyrinthe de Bahamut IV\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：邂逅編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30006\" : {\n\t\t\"zone_id\" : 245,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Binding Coil of Bahamut - Turn 5\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 5\",\n\t\t\t\t\"fr\" : \"le Labyrinthe de Bahamut V\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：邂逅編5\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30007\" : {\n\t\t\"zone_id\" : 355,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut - Turn 1\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 1\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut I\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：侵攻編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30008\" : {\n\t\t\"zone_id\" : 356,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut - Turn 2\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 2\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut II\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：侵攻編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30009\" : {\n\t\t\"zone_id\" : 357,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut - Turn 3\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 3\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut III\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：侵攻編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30010\" : {\n\t\t\"zone_id\" : 358,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut - Turn 4\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 4\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut IV\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：侵攻編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30011\" : {\n\t\t\"zone_id\" : 372,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Syrcus Tower\",\n\t\t\t\t\"de\" : \"Kristallturm - Der Syrcus-Turm\",\n\t\t\t\t\"fr\" : \"la Tour de Cristal - Tour de Syrcus\",\n\t\t\t\t\"jp\" : \"クリスタルタワー：シルクスの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30012\" : {\n\t\t\"zone_id\" : 380,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut (Savage) - Turn 1\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 1 (episch)\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut I (sadique)\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート零式：侵攻編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30013\" : {\n\t\t\"zone_id\" : 381,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut (Savage) - Turn 2\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 2 (episch)\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut II (sadique)\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート零式：侵攻編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30014\" : {\n\t\t\"zone_id\" : 382,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut (Savage) - Turn 3\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 3 (episch)\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut III (sadique)\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート零式：侵攻編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30015\" : {\n\t\t\"zone_id\" : 383,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Second Coil of Bahamut (Savage) - Turn 4\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 2 - 4 (episch)\",\n\t\t\t\t\"fr\" : \"les Méandres de Bahamut IV (sadique)\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート零式：侵攻編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30016\" : {\n\t\t\"zone_id\" : 193,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Final Coil of Bahamut - Turn 1\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 3 - 1\",\n\t\t\t\t\"fr\" : \"l'Abîme de Bahamut I\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：真成編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30017\" : {\n\t\t\"zone_id\" : 194,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Final Coil of Bahamut - Turn 2\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 3 - 2\",\n\t\t\t\t\"fr\" : \"l'Abîme de Bahamut II\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：真成編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30018\" : {\n\t\t\"zone_id\" : 195,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Final Coil of Bahamut - Turn 3\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 3 - 3\",\n\t\t\t\t\"fr\" : \"l'Abîme de Bahamut III\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：真成編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30019\" : {\n\t\t\"zone_id\" : 196,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Final Coil of Bahamut - Turn 4\",\n\t\t\t\t\"de\" : \"Verschlungene Schatten 3 - 4\",\n\t\t\t\t\"fr\" : \"l'Abîme de Bahamut IV\",\n\t\t\t\t\"jp\" : \"大迷宮バハムート：真成編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30020\" : {\n\t\t\"zone_id\" : 151,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the World of Darkness\",\n\t\t\t\t\"de\" : \"Die Welt der Dunkelheit\",\n\t\t\t\t\"fr\" : \"la Tour de Cristal - Monde des Ténèbres\",\n\t\t\t\t\"jp\" : \"クリスタルタワー：闇の世界\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30021\" : {\n\t\t\"zone_id\" : 442,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Fist of the Father\",\n\t\t\t\t\"de\" : \"Alexander - Faust des Vaters\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poing du Père\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：起動編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30022\" : {\n\t\t\"zone_id\" : 443,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Cuff of the Father\",\n\t\t\t\t\"de\" : \"Alexander - Elle des Vaters\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poignet du Père\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：起動編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30023\" : {\n\t\t\"zone_id\" : 444,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Arm of the Father\",\n\t\t\t\t\"de\" : \"Alexander - Arm des Vaters\",\n\t\t\t\t\"fr\" : \"Alexander - Le Bras du Père\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：起動編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30024\" : {\n\t\t\"zone_id\" : 445,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Burden of the Father\",\n\t\t\t\t\"de\" : \"Alexander - Last des Vaters\",\n\t\t\t\t\"fr\" : \"Alexander - Le Fardeau du Père\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：起動編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30025\" : {\n\t\t\"zone_id\" : 449,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Fist of the Father (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Faust des Vaters (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poing du Père (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：起動編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30026\" : {\n\t\t\"zone_id\" : 450,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Cuff of the Father (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Elle des Vaters (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poignet du Père (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：起動編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30027\" : {\n\t\t\"zone_id\" : 451,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Arm of the Father (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Arm des Vaters (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Bras du Père (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：起動編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30028\" : {\n\t\t\"zone_id\" : 452,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Burden of the Father (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Last des Vaters (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Fardeau du Père (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：起動編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30029\" : {\n\t\t\"zone_id\" : 508,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Void Ark\",\n\t\t\t\t\"de\" : \"Die Nichts-Arche\",\n\t\t\t\t\"fr\" : \"l'Arche du néant\",\n\t\t\t\t\"jp\" : \"魔航船ヴォイドアーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"50001\" : {\n\t\t\"zone_id\" : 1273,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Borderland Ruins (Secure)\",\n\t\t\t\t\"de\" : \"Äußere Ruinen (Sicherung)\",\n\t\t\t\t\"fr\" : \"les Ruines frontalières (annexion)\",\n\t\t\t\t\"jp\" : \"外縁遺跡群 (制圧戦)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"50004\" : {\n\t\t\"zone_id\" : 431,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seal Rock (Seize)\",\n\t\t\t\t\"de\" : \"Robbenholm (Eroberung)\",\n\t\t\t\t\"fr\" : \"le Rocher des tréfonds (invasion)\",\n\t\t\t\t\"jp\" : \"シールロック (争奪戦)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20037\" : {\n\t\t\"zone_id\" : 517,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Containment Bay S1T7\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Sephirot\",\n\t\t\t\t\"fr\" : \"Unité de contention S1P7\",\n\t\t\t\t\"jp\" : \"魔神セフィロト討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20038\" : {\n\t\t\"zone_id\" : 524,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Containment Bay S1T7 (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Sephirot\",\n\t\t\t\t\"fr\" : \"Unité de contention S1P7 (extrême)\",\n\t\t\t\t\"jp\" : \"極魔神セフィロト討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30030\" : {\n\t\t\"zone_id\" : 520,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Fist of the Son\",\n\t\t\t\t\"de\" : \"Alexander - Faust des Sohnes\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poing du Fils\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：律動編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30031\" : {\n\t\t\"zone_id\" : 521,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Cuff of the Son\",\n\t\t\t\t\"de\" : \"Alexander - Elle des Sohnes\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poignet du Fils\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：律動編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30032\" : {\n\t\t\"zone_id\" : 522,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Arm of the Son\",\n\t\t\t\t\"de\" : \"Alexander - Arm des Sohnes\",\n\t\t\t\t\"fr\" : \"Alexander - Le Bras du Fils\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：律動編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30033\" : {\n\t\t\"zone_id\" : 523,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Burden of the Son\",\n\t\t\t\t\"de\" : \"Alexander - Last des Sohnes\",\n\t\t\t\t\"fr\" : \"Alexander - Le Fardeau du Fils\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：律動編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"42\" : {\n\t\t\"zone_id\" : 519,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Lost City of Amdapor (Hard)\",\n\t\t\t\t\"de\" : \"Historisches Amdapor (schwer)\",\n\t\t\t\t\"fr\" : \"les Vestiges de la cité d'Amdapor (brutal)\",\n\t\t\t\t\"jp\" : \"神聖遺跡 古アムダプール市街 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43\" : {\n\t\t\"zone_id\" : 1111,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Antitower\",\n\t\t\t\t\"de\" : \"Antiturm\",\n\t\t\t\t\"fr\" : \"L'Antitour\",\n\t\t\t\t\"jp\" : \"星海観測 逆さの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30034\" : {\n\t\t\"zone_id\" : 529,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Fist of the Son (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Faust des Sohnes (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poing du Fils (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：律動編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30035\" : {\n\t\t\"zone_id\" : 530,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Cuff of the Son (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Elle des Sohnes (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Poignet du Fils (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：律動編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30036\" : {\n\t\t\"zone_id\" : 531,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Arm of the Son (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Arm des Sohnes (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Bras du Fils (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：律動編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30037\" : {\n\t\t\"zone_id\" : 532,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Burden of the Son (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Last des Sohnes (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Fardeau du Fils (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：律動編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15001\" : {\n\t\t\"zone_id\" : 537,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Avoid Area of Effect Attacks\",\n\t\t\t\t\"de\" : \"Flächenangriffen ausweichen\",\n\t\t\t\t\"fr\" : \"Éviter les attaques à aire d'effet\",\n\t\t\t\t\"jp\" : \"範囲攻撃を避けよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15002\" : {\n\t\t\"zone_id\" : 538,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Execute a Combo to Increase Enmity\",\n\t\t\t\t\"de\" : \"Mit Kombos Feindseligkeit auf sich ziehen\",\n\t\t\t\t\"fr\" : \"Générer de l'inimitié avec un combo\",\n\t\t\t\t\"jp\" : \"コンボで敵視を集めよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15003\" : {\n\t\t\"zone_id\" : 539,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Execute a Combo in Battle\",\n\t\t\t\t\"de\" : \"Kombos im Kampf einsetzen\",\n\t\t\t\t\"fr\" : \"Effectuer le combo en combat\",\n\t\t\t\t\"jp\" : \"実戦でコンボに挑戦しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15004\" : {\n\t\t\"zone_id\" : 540,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accrue Enmity from Multiple Targets\",\n\t\t\t\t\"de\" : \"Feindseligkeit mehrerer Gegner auf sich ziehen\",\n\t\t\t\t\"fr\" : \"Attirer l'inimitié de plusieurs ennemis sur soi\",\n\t\t\t\t\"jp\" : \"複数の敵から敵視を集めよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15005\" : {\n\t\t\"zone_id\" : 541,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Engage Multiple Targets\",\n\t\t\t\t\"de\" : \"Gegen mehrere Gegner auf einmal kämpfen\",\n\t\t\t\t\"fr\" : \"Affronter plusieurs ennemis\",\n\t\t\t\t\"jp\" : \"実戦で複数の敵と戦ってみよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15006\" : {\n\t\t\"zone_id\" : 542,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Execute a Ranged Attack to Increase Enmity\",\n\t\t\t\t\"de\" : \"Aus der Ferne Feindseligkeit auf sich ziehen\",\n\t\t\t\t\"fr\" : \"Générer de l'inimitié à distance\",\n\t\t\t\t\"jp\" : \"遠距離から敵視を集めよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15007\" : {\n\t\t\"zone_id\" : 543,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Engage Enemy Reinforcements\",\n\t\t\t\t\"de\" : \"Feindliche Verstärkung aufhalten\",\n\t\t\t\t\"fr\" : \"Faire face à des renforts ennemis\",\n\t\t\t\t\"jp\" : \"敵の増援に対応しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15008\" : {\n\t\t\"zone_id\" : 544,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assist Allies in Defeating a Target\",\n\t\t\t\t\"de\" : \"Gegner gemeinsam besiegen\",\n\t\t\t\t\"fr\" : \"Vaincre un ennemi en assistant des alliés\",\n\t\t\t\t\"jp\" : \"味方と協力して敵を倒そう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15009\" : {\n\t\t\"zone_id\" : 545,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Defeat an Occupied Target\",\n\t\t\t\t\"de\" : \"Den Gegner eines Verbündeten besiegen\",\n\t\t\t\t\"fr\" : \"Vaincre un ennemi occupé par un allié\",\n\t\t\t\t\"jp\" : \"味方が引きつけている敵を倒そう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15010\" : {\n\t\t\"zone_id\" : 546,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Avoid Engaged Targets\",\n\t\t\t\t\"de\" : \"Angriffen ausweichen\",\n\t\t\t\t\"fr\" : \"Combattre en évitant les attaques ennemies\",\n\t\t\t\t\"jp\" : \"敵の攻撃を避けながら戦おう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15011\" : {\n\t\t\"zone_id\" : 547,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Engage Enemy Reinforcements\",\n\t\t\t\t\"de\" : \"Feindliche Verstärkung aufhalten\",\n\t\t\t\t\"fr\" : \"Éliminer les renforts ennemis\",\n\t\t\t\t\"jp\" : \"敵の増援に対応しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15012\" : {\n\t\t\"zone_id\" : 548,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Interact with the Battlefield\",\n\t\t\t\t\"de\" : \"Mit dem Gelände interagieren\",\n\t\t\t\t\"fr\" : \"Interagir avec le décor en combat\",\n\t\t\t\t\"jp\" : \"ギミックを活用して戦おう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15013\" : {\n\t\t\"zone_id\" : 549,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heal an Ally\",\n\t\t\t\t\"de\" : \"Verbündete heilen\",\n\t\t\t\t\"fr\" : \"Soigner un allié\",\n\t\t\t\t\"jp\" : \"味方を回復しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15014\" : {\n\t\t\"zone_id\" : 550,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heal Multiple Allies\",\n\t\t\t\t\"de\" : \"Mehrere Verbündete heilen\",\n\t\t\t\t\"fr\" : \"Soigner plusieurs alliés\",\n\t\t\t\t\"jp\" : \"複数の味方を回復しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15015\" : {\n\t\t\"zone_id\" : 551,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Avoid Engaged Targets\",\n\t\t\t\t\"de\" : \"Angriffen ausweichen\",\n\t\t\t\t\"fr\" : \"Combattre en évitant les attaques ennemies\",\n\t\t\t\t\"jp\" : \"敵の攻撃を避けながら戦おう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15016\" : {\n\t\t\"zone_id\" : 552,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Exercise\",\n\t\t\t\t\"de\" : \"Letzte Übung\",\n\t\t\t\t\"fr\" : \"Exercice final\",\n\t\t\t\t\"jp\" : \"最終訓練！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5001\" : {\n\t\t\"zone_id\" : 533,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"a Spectacle for the Ages\",\n\t\t\t\t\"de\" : \"Truppenübung der Eorzäischen Allianz\",\n\t\t\t\t\"fr\" : \"La grande manœuvre éorzéenne\",\n\t\t\t\t\"jp\" : \"四国合同演習\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30038\" : {\n\t\t\"zone_id\" : 556,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Weeping City of Mhach\",\n\t\t\t\t\"de\" : \"Die Stadt der Tränen\",\n\t\t\t\t\"fr\" : \"la Cité défendue de Mhach\",\n\t\t\t\t\"jp\" : \"禁忌都市マハ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20039\" : {\n\t\t\"zone_id\" : 559,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Final Steps of Faith\",\n\t\t\t\t\"de\" : \"Der letzte Schicksalsweg\",\n\t\t\t\t\"fr\" : \"la Dernière avancée de la Foi\",\n\t\t\t\t\"jp\" : \"ニーズヘッグ征竜戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20040\" : {\n\t\t\"zone_id\" : 566,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Nidhogg's Rage\",\n\t\t\t\t\"de\" : \"Das Lied von Nidhoggs letztem Ruf\",\n\t\t\t\t\"fr\" : \"l'ire de Nidhogg\",\n\t\t\t\t\"jp\" : \"極ニーズヘッグ征竜戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"44\" : {\n\t\t\"zone_id\" : 1112,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sohr Khai\",\n\t\t\t\t\"de\" : \"Sohr Khai\",\n\t\t\t\t\"fr\" : \"Sohr Khai\",\n\t\t\t\t\"jp\" : \"天竜宮殿 ソール・カイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"45\" : {\n\t\t\"zone_id\" : 557,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hullbreaker Isle (Hard)\",\n\t\t\t\t\"de\" : \"Schiffbrecher-Insel (schwer)\",\n\t\t\t\t\"fr\" : \"l'Île de Crèvecarène (brutal)\",\n\t\t\t\t\"jp\" : \"黒渦伝説 ハルブレーカー・アイル (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5002\" : {\n\t\t\"zone_id\" : 560,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"a Bloody Reunion\",\n\t\t\t\t\"de\" : \"Blutiges Wiedersehen\",\n\t\t\t\t\"fr\" : \"Course-poursuite dans le laboratoire\",\n\t\t\t\t\"jp\" : \"レグラ・ヴァン・ヒュドルス追撃戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60001\" : {\n\t\t\"zone_id\" : 561,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 1-10)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 1-10)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 1-10)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B1～B10\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60002\" : {\n\t\t\"zone_id\" : 562,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 11-20)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 11-20)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 11-20)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B11～B20\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60003\" : {\n\t\t\"zone_id\" : 563,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 21-30)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 21-30)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 21-30)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B21～B30\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60004\" : {\n\t\t\"zone_id\" : 564,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 31-40)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 31-40)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 31-40)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B31～B40\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60005\" : {\n\t\t\"zone_id\" : 565,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 41-50)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 41-50)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 41-50)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B41～B50\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55001\" : {\n\t\t\"zone_id\" : 558,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Aquapolis\",\n\t\t\t\t\"de\" : \"Aquapolis\",\n\t\t\t\t\"fr\" : \"l'Aquapole\",\n\t\t\t\t\"jp\" : \"宝物庫 アクアポリス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"50005\" : {\n\t\t\"zone_id\" : 554,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Fields of Glory (Shatter)\",\n\t\t\t\t\"de\" : \"Feld der Ehre (Zersplitterung)\",\n\t\t\t\t\"fr\" : \"les Champs de la Gloire (brise-glace)\",\n\t\t\t\t\"jp\" : \"フィールド・オブ・グローリー (砕氷戦)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25001\" : {\n\t\t\"zone_id\" : 571,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Haunted Manor\",\n\t\t\t\t\"de\" : \"Das Geisterschloss\",\n\t\t\t\t\"fr\" : \"le Manoir hanté\",\n\t\t\t\t\"jp\" : \"亡霊屋敷 ホーンテッドマナー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"46\" : {\n\t\t\"zone_id\" : 1113,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Xelphatol\",\n\t\t\t\t\"de\" : \"Xelphatol\",\n\t\t\t\t\"fr\" : \"Xelphatol\",\n\t\t\t\t\"jp\" : \"峻厳渓谷 ゼルファトル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20041\" : {\n\t\t\"zone_id\" : 576,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Containment Bay P1T6\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Sophia\",\n\t\t\t\t\"fr\" : \"Unité de contention P1P6\",\n\t\t\t\t\"jp\" : \"女神ソフィア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20042\" : {\n\t\t\"zone_id\" : 577,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Containment Bay P1T6 (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Sophia\",\n\t\t\t\t\"fr\" : \"Unité de contention P1P6 (extrême)\",\n\t\t\t\t\"jp\" : \"極女神ソフィア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30039\" : {\n\t\t\"zone_id\" : 580,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Eyes of the Creator\",\n\t\t\t\t\"de\" : \"Alexander - Augen des Schöpfers\",\n\t\t\t\t\"fr\" : \"Alexander - Les Yeux du Créateur\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：天動編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30040\" : {\n\t\t\"zone_id\" : 581,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Breath of the Creator\",\n\t\t\t\t\"de\" : \"Alexander - Atem des Schöpfers\",\n\t\t\t\t\"fr\" : \"Alexander - Le Souffle du Créateur\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：天動編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30041\" : {\n\t\t\"zone_id\" : 582,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Heart of the Creator\",\n\t\t\t\t\"de\" : \"Alexander - Herz des Schöpfers\",\n\t\t\t\t\"fr\" : \"Alexander - Le Cœur du Créateur\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：天動編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30042\" : {\n\t\t\"zone_id\" : 583,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Soul of the Creator\",\n\t\t\t\t\"de\" : \"Alexander - Seele des Schöpfers\",\n\t\t\t\t\"fr\" : \"Alexander - L'Âme du Créateur\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー：天動編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30043\" : {\n\t\t\"zone_id\" : 584,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Eyes of the Creator (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Augen des Schöpfers (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Les Yeux du Créateur (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：天動編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30044\" : {\n\t\t\"zone_id\" : 585,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Breath of the Creator (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Atem des Schöpfers (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Souffle du Créateur (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：天動編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30045\" : {\n\t\t\"zone_id\" : 586,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Heart of the Creator (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Herz des Schöpfers (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - Le Cœur du Créateur (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：天動編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30046\" : {\n\t\t\"zone_id\" : 587,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexander - The Soul of the Creator (Savage)\",\n\t\t\t\t\"de\" : \"Alexander - Seele des Schöpfers (episch)\",\n\t\t\t\t\"fr\" : \"Alexander - L'Âme du Créateur (sadique)\",\n\t\t\t\t\"jp\" : \"機工城アレキサンダー零式：天動編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5003\" : {\n\t\t\"zone_id\" : 592,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"One Life for One World\",\n\t\t\t\t\"de\" : \"Weltenübergreifendes Schicksal\",\n\t\t\t\t\"fr\" : \"Destins entrecroisés\",\n\t\t\t\t\"jp\" : \"絡み合う宿命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"47\" : {\n\t\t\"zone_id\" : 578,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Great Gubal Library (Hard)\",\n\t\t\t\t\"de\" : \"Große Gubal-Bibliothek (schwer)\",\n\t\t\t\t\"fr\" : \"la Grande bibliothèque de Gubal (brutal)\",\n\t\t\t\t\"jp\" : \"稀書回収 グブラ幻想図書館 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60006\" : {\n\t\t\"zone_id\" : 593,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 51-60)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 51 - 60)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 51-60)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B51～B60\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60007\" : {\n\t\t\"zone_id\" : 594,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 61-70)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 61 - 70)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 61-70)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B61～B70\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60008\" : {\n\t\t\"zone_id\" : 595,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 71-80)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 71 - 80)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 71-80)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B71～B80\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60009\" : {\n\t\t\"zone_id\" : 596,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 81-90)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 81 - 90)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 81-90)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B81～B90\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60010\" : {\n\t\t\"zone_id\" : 597,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 91-100)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 91 - 100)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 91-100)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B91～B100\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60011\" : {\n\t\t\"zone_id\" : 598,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 101-110)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 101 - 110)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 101-110)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B101～B110\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60012\" : {\n\t\t\"zone_id\" : 599,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 111-120)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 111 - 120)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 111-120)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B111～B120\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60013\" : {\n\t\t\"zone_id\" : 600,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 121-130)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 121 - 130)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 121-130)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B121～B130\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60014\" : {\n\t\t\"zone_id\" : 601,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 131-140)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 131 - 140)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 131-140)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B131～B140\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60015\" : {\n\t\t\"zone_id\" : 602,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 141-150)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 141 - 150)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 141-150)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B141～B150\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60016\" : {\n\t\t\"zone_id\" : 603,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 151-160)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 151 - 160)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 151-160)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B151～B160\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60017\" : {\n\t\t\"zone_id\" : 604,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 161-170)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 161 - 170)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 161-170)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B161～B170\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60018\" : {\n\t\t\"zone_id\" : 605,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 171-180)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 171 - 180)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 171-180)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B171～B180\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60019\" : {\n\t\t\"zone_id\" : 606,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 181-190)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 181 - 190)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 181-190)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B181～B190\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60020\" : {\n\t\t\"zone_id\" : 607,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palace of the Dead (Floors 191-200)\",\n\t\t\t\t\"de\" : \"Palast der Toten (Ebenen 191 - 200)\",\n\t\t\t\t\"fr\" : \"le Palais des morts (sous-sols 191-200)\",\n\t\t\t\t\"jp\" : \"死者の宮殿 B191～B200\"\n\t\t\t}\n\t\t}\n\t},\n\t\"48\" : {\n\t\t\"zone_id\" : 1114,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Baelsar's Wall\",\n\t\t\t\t\"de\" : \"Baelsar-Wall\",\n\t\t\t\t\"fr\" : \"la Muraille de Baelsar\",\n\t\t\t\t\"jp\" : \"巨大防壁 バエサルの長城\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30047\" : {\n\t\t\"zone_id\" : 627,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dun Scaith\",\n\t\t\t\t\"de\" : \"Dun Scaith\",\n\t\t\t\t\"fr\" : \"Dun Scaith\",\n\t\t\t\t\"jp\" : \"影の国ダン・スカー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"49\" : {\n\t\t\"zone_id\" : 617,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sohm Al (Hard)\",\n\t\t\t\t\"de\" : \"Sohm Al (schwer)\",\n\t\t\t\t\"fr\" : \"Sohm Al (brutal)\",\n\t\t\t\t\"jp\" : \"霊峰浄化 ソーム・アル (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5004\" : {\n\t\t\"zone_id\" : 633,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Carteneau Flats: Heliodrome\",\n\t\t\t\t\"de\" : \"Heliodrom\",\n\t\t\t\t\"fr\" : \"Rixe à l'Héliodrome\",\n\t\t\t\t\"jp\" : \"カルテノー平原遭遇戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20043\" : {\n\t\t\"zone_id\" : 637,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Containment Bay Z1T9\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Zurvan\",\n\t\t\t\t\"fr\" : \"Unité de contention Z1P9\",\n\t\t\t\t\"jp\" : \"鬼神ズルワーン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20044\" : {\n\t\t\"zone_id\" : 638,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Containment Bay Z1T9 (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Zurvan\",\n\t\t\t\t\"fr\" : \"Unité de contention Z1P9 (extrême)\",\n\t\t\t\t\"jp\" : \"極鬼神ズルワーン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"50\" : {\n\t\t\"zone_id\" : 616,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shisui of the Violet Tides\",\n\t\t\t\t\"de\" : \"Shisui\",\n\t\t\t\t\"fr\" : \"le Palais aux Marées violettes\",\n\t\t\t\t\"jp\" : \"海底宮殿 紫水宮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"51\" : {\n\t\t\"zone_id\" : 663,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Temple of the Fist\",\n\t\t\t\t\"de\" : \"Tempel der Faust\",\n\t\t\t\t\"fr\" : \"le Temple du Poing\",\n\t\t\t\t\"jp\" : \"壊神修行 星導山寺院\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5005\" : {\n\t\t\"zone_id\" : 665,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"It's Probably a Trap\",\n\t\t\t\t\"de\" : \"Ein zweifelhaftes Angebot\",\n\t\t\t\t\"fr\" : \"Un drôle de Namazu\",\n\t\t\t\t\"jp\" : \"ギョドウ現る！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"52\" : {\n\t\t\"zone_id\" : 1142,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Sirensong Sea\",\n\t\t\t\t\"de\" : \"Sirenen-See\",\n\t\t\t\t\"fr\" : \"la Mer du Chant des sirènes\",\n\t\t\t\t\"jp\" : \"漂流海域 セイレーン海\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20045\" : {\n\t\t\"zone_id\" : 679,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Royal Menagerie\",\n\t\t\t\t\"de\" : \"Königliche Menagerie\",\n\t\t\t\t\"fr\" : \"la Ménagerie royale\",\n\t\t\t\t\"jp\" : \"神龍討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"53\" : {\n\t\t\"zone_id\" : 1143,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bardam's Mettle\",\n\t\t\t\t\"de\" : \"Bardams Probe\",\n\t\t\t\t\"fr\" : \"la Force de Bardam\",\n\t\t\t\t\"jp\" : \"伝統試練 バルダム覇道\"\n\t\t\t}\n\t\t}\n\t},\n\t\"54\" : {\n\t\t\"zone_id\" : 1144,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Doma Castle\",\n\t\t\t\t\"de\" : \"Burg Doma\",\n\t\t\t\t\"fr\" : \"le Château de Doma\",\n\t\t\t\t\"jp\" : \"解放決戦 ドマ城\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55\" : {\n\t\t\"zone_id\" : 1145,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Castrum Abania\",\n\t\t\t\t\"de\" : \"Castrum Abania\",\n\t\t\t\t\"fr\" : \"Castrum Abania\",\n\t\t\t\t\"jp\" : \"巨砲要塞 カストルム・アバニア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20046\" : {\n\t\t\"zone_id\" : 674,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Pool of Tribute\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Susano\",\n\t\t\t\t\"fr\" : \"la Crique aux tributs\",\n\t\t\t\t\"jp\" : \"スサノオ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20047\" : {\n\t\t\"zone_id\" : 677,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Pool of Tribute (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Susano\",\n\t\t\t\t\"fr\" : \"la Crique aux tributs (extrême)\",\n\t\t\t\t\"jp\" : \"極スサノオ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5007\" : {\n\t\t\"zone_id\" : 707,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"With Heart and Steel\",\n\t\t\t\t\"de\" : \"Die Kraft des Widerstands\",\n\t\t\t\t\"fr\" : \"Transmigration démoniaque\",\n\t\t\t\t\"jp\" : \"抗う力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5008\" : {\n\t\t\"zone_id\" : 688,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Naadam\",\n\t\t\t\t\"de\" : \"Naadam\",\n\t\t\t\t\"fr\" : \"La grande bataille du Naadam\",\n\t\t\t\t\"jp\" : \"終節の合戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"56\" : {\n\t\t\"zone_id\" : 1146,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ala Mhigo\",\n\t\t\t\t\"de\" : \"Ala Mhigo\",\n\t\t\t\t\"fr\" : \"Ala Mhigo\",\n\t\t\t\t\"jp\" : \"紅蓮決戦 アラミゴ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5009\" : {\n\t\t\"zone_id\" : 708,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood on the Deck\",\n\t\t\t\t\"de\" : \"Mord ist sein Hobby\",\n\t\t\t\t\"fr\" : \"La légende de Musosai: l'assassin de Limsa Lominsa\",\n\t\t\t\t\"jp\" : \"海都を震わす人斬りの宴！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5010\" : {\n\t\t\"zone_id\" : 709,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Face of True Evil\",\n\t\t\t\t\"de\" : \"Der Inbegriff des Bösen\",\n\t\t\t\t\"fr\" : \"L'abominable Kogarashi\",\n\t\t\t\t\"jp\" : \"極悪人コガラシ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5011\" : {\n\t\t\"zone_id\" : 710,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Matsuba Mayhem\",\n\t\t\t\t\"de\" : \"Vorfall auf dem Matsuba-Platz\",\n\t\t\t\t\"fr\" : \"Règlement de compte au square Matsuba\",\n\t\t\t\t\"jp\" : \"松葉門外の変\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5012\" : {\n\t\t\"zone_id\" : 711,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Battle on Bekko\",\n\t\t\t\t\"de\" : \"Entscheidungsschlacht auf Bekko\",\n\t\t\t\t\"fr\" : \"L'affrontement de deux justices\",\n\t\t\t\t\"jp\" : \"ベッコウ島の決闘\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30049\" : {\n\t\t\"zone_id\" : 691,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V1.0\",\n\t\t\t\t\"de\" : \"Deltametrie 1.0\",\n\t\t\t\t\"fr\" : \"Deltastice v1.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：デルタ編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30050\" : {\n\t\t\"zone_id\" : 692,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V2.0\",\n\t\t\t\t\"de\" : \"Deltametrie 2.0\",\n\t\t\t\t\"fr\" : \"Deltastice v2.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：デルタ編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30051\" : {\n\t\t\"zone_id\" : 693,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V3.0\",\n\t\t\t\t\"de\" : \"Deltametrie 3.0\",\n\t\t\t\t\"fr\" : \"Deltastice v3.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：デルタ編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30052\" : {\n\t\t\"zone_id\" : 694,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V4.0\",\n\t\t\t\t\"de\" : \"Deltametrie 4.0\",\n\t\t\t\t\"fr\" : \"Deltastice v4.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：デルタ編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30053\" : {\n\t\t\"zone_id\" : 695,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V1.0 (Savage)\",\n\t\t\t\t\"de\" : \"Deltametrie 1.0 (episch)\",\n\t\t\t\t\"fr\" : \"Deltastice v1.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：デルタ編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30054\" : {\n\t\t\"zone_id\" : 696,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V2.0 (Savage)\",\n\t\t\t\t\"de\" : \"Deltametrie 2.0 (episch)\",\n\t\t\t\t\"fr\" : \"Deltastice v2.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：デルタ編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30055\" : {\n\t\t\"zone_id\" : 697,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V3.0 (Savage)\",\n\t\t\t\t\"de\" : \"Deltametrie 3.0 (episch)\",\n\t\t\t\t\"fr\" : \"Deltastice v3.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：デルタ編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30056\" : {\n\t\t\"zone_id\" : 698,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deltascape V4.0 (Savage)\",\n\t\t\t\t\"de\" : \"Deltametrie 4.0 (episch)\",\n\t\t\t\t\"fr\" : \"Deltastice v4.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：デルタ編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5013\" : {\n\t\t\"zone_id\" : 717,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Curious Gorge Meets His Match\",\n\t\t\t\t\"de\" : \"Die Urkraft in ihr\",\n\t\t\t\t\"fr\" : \"L'épreuve de force\",\n\t\t\t\t\"jp\" : \"原初的な彼女\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5006\" : {\n\t\t\"zone_id\" : 705,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In Thal's Name\",\n\t\t\t\t\"de\" : \"Thal zu Ehren\",\n\t\t\t\t\"fr\" : \"Le tournoi commémoratif du sultanat\",\n\t\t\t\t\"jp\" : \"ウル王杯闘技会の始まり\"\n\t\t\t}\n\t\t}\n\t},\n\t\"57\" : {\n\t\t\"zone_id\" : 662,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kugane Castle\",\n\t\t\t\t\"de\" : \"Schloss Kugane\",\n\t\t\t\t\"fr\" : \"le Château de Kugane\",\n\t\t\t\t\"jp\" : \"悪党成敗 クガネ城\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20048\" : {\n\t\t\"zone_id\" : 719,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Emanation\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Lakshmi\",\n\t\t\t\t\"fr\" : \"Émanation\",\n\t\t\t\t\"jp\" : \"ラクシュミ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20049\" : {\n\t\t\"zone_id\" : 720,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Emanation (Extreme)\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Lakshmi\",\n\t\t\t\t\"fr\" : \"Émanation (extrême)\",\n\t\t\t\t\"jp\" : \"極ラクシュミ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5014\" : {\n\t\t\"zone_id\" : 722,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Our Unsung Heroes\",\n\t\t\t\t\"de\" : \"Ein Wunsch aus alten Zeiten\",\n\t\t\t\t\"fr\" : \"L'espoir en héritage\",\n\t\t\t\t\"jp\" : \"時をかける願い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5015\" : {\n\t\t\"zone_id\" : 718,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Heart of the Problem\",\n\t\t\t\t\"de\" : \"Kriegerische Leidenschaft\",\n\t\t\t\t\"fr\" : \"Passion guerrière\",\n\t\t\t\t\"jp\" : \"燃えよゴージ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5016\" : {\n\t\t\"zone_id\" : 713,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark as the Night Sky\",\n\t\t\t\t\"de\" : \"Der tobende Drache\",\n\t\t\t\t\"fr\" : \"Aussi sombre que la nuit\",\n\t\t\t\t\"jp\" : \"漆黒の巨竜\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55002\" : {\n\t\t\"zone_id\" : 712,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Lost Canals of Uznair\",\n\t\t\t\t\"de\" : \"Kanäle von Uznair\",\n\t\t\t\t\"fr\" : \"les Canaux perdus d'Uznair\",\n\t\t\t\t\"jp\" : \"宝物庫 ウズネアカナル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5017\" : {\n\t\t\"zone_id\" : 684,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Resonant\",\n\t\t\t\t\"de\" : \"Wege zur Transzendenz\",\n\t\t\t\t\"fr\" : \"La ruse d'Urianger\",\n\t\t\t\t\"jp\" : \"ウリエンジェの秘策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5018\" : {\n\t\t\"zone_id\" : 706,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raising the Sword\",\n\t\t\t\t\"de\" : \"Die hohe Kunst des Schwertkampfs\",\n\t\t\t\t\"fr\" : \"La finale des champions\",\n\t\t\t\t\"jp\" : \"さらなる剣術の高みへ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5019\" : {\n\t\t\"zone_id\" : 715,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Orphans and the Broken Blade\",\n\t\t\t\t\"de\" : \"Probe des Meisters\",\n\t\t\t\t\"fr\" : \"L'aspiration refoulée\",\n\t\t\t\t\"jp\" : \"あと三度、遥かな憧憬\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5020\" : {\n\t\t\"zone_id\" : 716,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Our Compromise\",\n\t\t\t\t\"de\" : \"Aus der Tiefe des Herzens\",\n\t\t\t\t\"fr\" : \"La dernière séparation\",\n\t\t\t\t\"jp\" : \"あと一度、君に会えたら\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5021\" : {\n\t\t\"zone_id\" : 714,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragon Sound\",\n\t\t\t\t\"de\" : \"Der Rubin-Drachenreiter\",\n\t\t\t\t\"fr\" : \"Le Dragon écarlate\",\n\t\t\t\t\"jp\" : \"紅の竜騎士\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5022\" : {\n\t\t\"zone_id\" : 723,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"When Clans Collide\",\n\t\t\t\t\"de\" : \"Aus dem Verborgenen\",\n\t\t\t\t\"fr\" : \"La bataille des clans\",\n\t\t\t\t\"jp\" : \"影隠忍法帖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5023\" : {\n\t\t\"zone_id\" : 690,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Interdimensional Rift\",\n\t\t\t\t\"de\" : \"Interdimensionaler Riss\",\n\t\t\t\t\"fr\" : \"Fissure interdimensionnelle\",\n\t\t\t\t\"jp\" : \"次元の狭間：外縁\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55003\" : {\n\t\t\"zone_id\" : 725,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Hidden Canals of Uznair\",\n\t\t\t\t\"de\" : \"Vergessene Kanäle von Uznair\",\n\t\t\t\t\"fr\" : \"les Canaux cachés d'Uznair\",\n\t\t\t\t\"jp\" : \"宝物庫 ウズネアカナル深層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"51001\" : {\n\t\t\"zone_id\" : 729,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astragalos\",\n\t\t\t\t\"de\" : \"Astragalos\",\n\t\t\t\t\"fr\" : \"Astragalos (machinerie)\",\n\t\t\t\t\"jp\" : \"アストラガロス (機工戦)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20050\" : {\n\t\t\"zone_id\" : 730,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Shinryu's Domain\",\n\t\t\t\t\"de\" : \"Heldenlied von Shinryu\",\n\t\t\t\t\"fr\" : \"Le domaine de Shinryu\",\n\t\t\t\t\"jp\" : \"極神龍討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"58\" : {\n\t\t\"zone_id\" : 1172,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Drowned City of Skalla\",\n\t\t\t\t\"de\" : \"Die versunkene Stadt Skalla\",\n\t\t\t\t\"fr\" : \"la Cité engloutie de Skalla\",\n\t\t\t\t\"jp\" : \"水没遺構 スカラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30057\" : {\n\t\t\"zone_id\" : 733,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Unending Coil of Bahamut (Ultimate)\",\n\t\t\t\t\"de\" : \"Endlose Schatten von Bahamut (fatal)\",\n\t\t\t\t\"fr\" : \"l'Abîme infini de Bahamut (fatal)\",\n\t\t\t\t\"jp\" : \"絶バハムート討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30058\" : {\n\t\t\"zone_id\" : 734,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Royal City of Rabanastre\",\n\t\t\t\t\"de\" : \"Rabanastre\",\n\t\t\t\t\"fr\" : \"la Cité royale de Rabanastre\",\n\t\t\t\t\"jp\" : \"失われた都 ラバナスタ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5024\" : {\n\t\t\"zone_id\" : 403,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Return of the Bull\",\n\t\t\t\t\"de\" : \"Verrat der Qalyana\",\n\t\t\t\t\"fr\" : \"Retour au bercail\",\n\t\t\t\t\"jp\" : \"英雄の帰還\"\n\t\t\t}\n\t\t}\n\t},\n\t\"59\" : {\n\t\t\"zone_id\" : 742,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hells' Lid\",\n\t\t\t\t\"de\" : \"Höllenspund\",\n\t\t\t\t\"fr\" : \"le Couvercle des enfers\",\n\t\t\t\t\"jp\" : \"紅玉火山 獄之蓋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60\" : {\n\t\t\"zone_id\" : 743,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Fractal Continuum (Hard)\",\n\t\t\t\t\"de\" : \"Die Fraktal-Kontinuum (schwer)\",\n\t\t\t\t\"fr\" : \"le Continuum fractal (brutal)\",\n\t\t\t\t\"jp\" : \"暴走戦艦 フラクタル・コンティニアム (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30059\" : {\n\t\t\"zone_id\" : 748,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V1.0\",\n\t\t\t\t\"de\" : \"Sigmametrie 1.0\",\n\t\t\t\t\"fr\" : \"Sigmastice v1.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：シグマ編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30060\" : {\n\t\t\"zone_id\" : 749,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V2.0\",\n\t\t\t\t\"de\" : \"Sigmametrie 2.0\",\n\t\t\t\t\"fr\" : \"Sigmastice v2.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：シグマ編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30061\" : {\n\t\t\"zone_id\" : 750,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V3.0\",\n\t\t\t\t\"de\" : \"Sigmametrie 3.0\",\n\t\t\t\t\"fr\" : \"Sigmastice v3.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：シグマ編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30062\" : {\n\t\t\"zone_id\" : 751,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V4.0\",\n\t\t\t\t\"de\" : \"Sigmametrie 4.0\",\n\t\t\t\t\"fr\" : \"Sigmastice v4.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：シグマ編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20051\" : {\n\t\t\"zone_id\" : 746,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Jade Stoa\",\n\t\t\t\t\"de\" : \"Seelentanz - Byakko\",\n\t\t\t\t\"fr\" : \"la Clairière de Jade\",\n\t\t\t\t\"jp\" : \"白虎征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20052\" : {\n\t\t\"zone_id\" : 758,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Jade Stoa (Extreme)\",\n\t\t\t\t\"de\" : \"Seelensturm - Byakko\",\n\t\t\t\t\"fr\" : \"la Clairière de Jade (extrême)\",\n\t\t\t\t\"jp\" : \"極白虎征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30063\" : {\n\t\t\"zone_id\" : 752,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V1.0 (Savage)\",\n\t\t\t\t\"de\" : \"Sigmametrie 1.0 (episch)\",\n\t\t\t\t\"fr\" : \"Sigmastice v1.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：シグマ編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30064\" : {\n\t\t\"zone_id\" : 753,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V2.0 (Savage)\",\n\t\t\t\t\"de\" : \"Sigmametrie 2.0 (episch)\",\n\t\t\t\t\"fr\" : \"Sigmastice v2.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：シグマ編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30065\" : {\n\t\t\"zone_id\" : 754,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V3.0 (Savage)\",\n\t\t\t\t\"de\" : \"Sigmametrie 3.0 (episch)\",\n\t\t\t\t\"fr\" : \"Sigmastice v3.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：シグマ編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30066\" : {\n\t\t\"zone_id\" : 755,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sigmascape V4.0 (Savage)\",\n\t\t\t\t\"de\" : \"Sigmametrie 4.0 (episch)\",\n\t\t\t\t\"fr\" : \"Sigmastice v4.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：シグマ編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25002\" : {\n\t\t\"zone_id\" : 741,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Valentione's Ceremony\",\n\t\t\t\t\"de\" : \"Valentionzeremonie\",\n\t\t\t\t\"fr\" : \"la Cérémonie de la Valention\",\n\t\t\t\t\"jp\" : \"ヴァレンティオンセレモニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20053\" : {\n\t\t\"zone_id\" : 761,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Great Hunt\",\n\t\t\t\t\"de\" : \"Jagd auf Rathalos\",\n\t\t\t\t\"fr\" : \"Chasse au Rathalos\",\n\t\t\t\t\"jp\" : \"リオレウス狩猟戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20054\" : {\n\t\t\"zone_id\" : 762,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Great Hunt (Extreme)\",\n\t\t\t\t\"de\" : \"Jagd auf Rathalos (schwer)\",\n\t\t\t\t\"fr\" : \"Chasse au Rathalos (extrême)\",\n\t\t\t\t\"jp\" : \"極リオレウス狩猟戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61\" : {\n\t\t\"zone_id\" : 768,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Swallow's Compass\",\n\t\t\t\t\"de\" : \"Kompass der Schwalbe\",\n\t\t\t\t\"fr\" : \"le Compas de l'Hirondelle\",\n\t\t\t\t\"jp\" : \"風水霊殿 ガンエン廟\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20055\" : {\n\t\t\"zone_id\" : 778,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Castrum Fluminis\",\n\t\t\t\t\"de\" : \"Götterdämmerung - Tsukuyomi\",\n\t\t\t\t\"fr\" : \"Castrum Fluminis\",\n\t\t\t\t\"jp\" : \"ツクヨミ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20056\" : {\n\t\t\"zone_id\" : 779,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Tsukuyomi's Pain\",\n\t\t\t\t\"de\" : \"Zenit der Götter - Tsukuyomi\",\n\t\t\t\t\"fr\" : \"Castrum Fluminis (extrême)\",\n\t\t\t\t\"jp\" : \"極ツクヨミ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30067\" : {\n\t\t\"zone_id\" : 777,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Weapon's Refrain (Ultimate)\",\n\t\t\t\t\"de\" : \"Heldenlied von Ultima (fatal)\",\n\t\t\t\t\"fr\" : \"la Fantasmagorie d'Ultima (fatal)\",\n\t\t\t\t\"jp\" : \"絶アルテマウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60021\" : {\n\t\t\"zone_id\" : 770,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 1-10)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 1-10)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 1-10)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 1～10層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60022\" : {\n\t\t\"zone_id\" : 771,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 11-20)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 11-20)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 11-20)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 11～20層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60023\" : {\n\t\t\"zone_id\" : 772,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 21-30)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 21-30)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 21-30)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 21～30層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60024\" : {\n\t\t\"zone_id\" : 782,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 31-40)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 31-40)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 31-40)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 31～40層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60025\" : {\n\t\t\"zone_id\" : 773,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 41-50)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 41-50)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 41-50)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 41～50層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60026\" : {\n\t\t\"zone_id\" : 783,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 51-60)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 51-60)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 51-60)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 51～60層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60027\" : {\n\t\t\"zone_id\" : 774,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 61-70)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 61-70)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 61-70)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 61～70層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60028\" : {\n\t\t\"zone_id\" : 784,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 71-80)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 71-80)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 71-80)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 71～80層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60029\" : {\n\t\t\"zone_id\" : 775,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 81-90)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 81-90)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 81-90)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 81～90層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60030\" : {\n\t\t\"zone_id\" : 785,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heaven-on-High  (Floors 91-100)\",\n\t\t\t\t\"de\" : \"Himmelssäule (Ebenen 91-100)\",\n\t\t\t\t\"fr\" : \"le Pilier des Cieux (étages 91-100)\",\n\t\t\t\t\"jp\" : \"アメノミハシラ 91～100層\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30068\" : {\n\t\t\"zone_id\" : 776,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Ridorana Lighthouse\",\n\t\t\t\t\"de\" : \"Richtfeuer von Ridorana\",\n\t\t\t\t\"fr\" : \"le Phare de Ridorana\",\n\t\t\t\t\"jp\" : \"封じられた聖塔 リドルアナ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5025\" : {\n\t\t\"zone_id\" : 769,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Emissary of the Dawn\",\n\t\t\t\t\"de\" : \"Der Knabe der Morgenröte\",\n\t\t\t\t\"fr\" : \"Voyage en terre hostile\",\n\t\t\t\t\"jp\" : \"「暁」の少年\"\n\t\t\t}\n\t\t}\n\t},\n\t\"62\" : {\n\t\t\"zone_id\" : 788,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Saint Mocianne's Arboretum (Hard)\",\n\t\t\t\t\"de\" : \"Sankt Mocianne-Arboretum (schwer)\",\n\t\t\t\t\"fr\" : \"l'Arboretum Sainte-Mocianne (brutal)\",\n\t\t\t\t\"jp\" : \"草木汚染 聖モシャーヌ植物園 (Hard)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63\" : {\n\t\t\"zone_id\" : 1173,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Burn\",\n\t\t\t\t\"de\" : \"Das Kargland\",\n\t\t\t\t\"fr\" : \"L'Escarre\",\n\t\t\t\t\"jp\" : \"永久焦土 ザ・バーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55004\" : {\n\t\t\"zone_id\" : 794,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Shifting Altars of Uznair\",\n\t\t\t\t\"de\" : \"Glücksaltäre von Uznair\",\n\t\t\t\t\"fr\" : \"le Temple sacré d'Uznair\",\n\t\t\t\t\"jp\" : \"宝物庫 ウズネアカナル祭殿\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30069\" : {\n\t\t\"zone_id\" : 798,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V1.0\",\n\t\t\t\t\"de\" : \"Alphametrie 1.0\",\n\t\t\t\t\"fr\" : \"Alphastice v1.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：アルファ編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30070\" : {\n\t\t\"zone_id\" : 799,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V2.0\",\n\t\t\t\t\"de\" : \"Alphametrie 2.0\",\n\t\t\t\t\"fr\" : \"Alphastice v2.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：アルファ編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30071\" : {\n\t\t\"zone_id\" : 800,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V3.0\",\n\t\t\t\t\"de\" : \"Alphametrie 3.0\",\n\t\t\t\t\"fr\" : \"Alphastice v3.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：アルファ編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30072\" : {\n\t\t\"zone_id\" : 801,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V4.0\",\n\t\t\t\t\"de\" : \"Alphametrie 4.0\",\n\t\t\t\t\"fr\" : \"Alphastice v4.0\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ：アルファ編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30073\" : {\n\t\t\"zone_id\" : 802,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V1.0 (Savage)\",\n\t\t\t\t\"de\" : \"Alphametrie 1.0 (episch)\",\n\t\t\t\t\"fr\" : \"Alphastice v1.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：アルファ編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30074\" : {\n\t\t\"zone_id\" : 803,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V2.0 (Savage)\",\n\t\t\t\t\"de\" : \"Alphametrie 2.0 (episch)\",\n\t\t\t\t\"fr\" : \"Alphastice v2.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：アルファ編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30075\" : {\n\t\t\"zone_id\" : 804,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V3.0 (Savage)\",\n\t\t\t\t\"de\" : \"Alphametrie 3.0 (episch)\",\n\t\t\t\t\"fr\" : \"Alphastice v3.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：アルファ編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30076\" : {\n\t\t\"zone_id\" : 805,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alphascape V4.0 (Savage)\",\n\t\t\t\t\"de\" : \"Alphametrie 4.0 (episch)\",\n\t\t\t\t\"fr\" : \"Alphastice v4.0 (sadique)\",\n\t\t\t\t\"jp\" : \"次元の狭間オメガ零式：アルファ編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20059\" : {\n\t\t\"zone_id\" : 806,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kugane Ohashi\",\n\t\t\t\t\"de\" : \"Duell auf der Kugane-Brücke\",\n\t\t\t\t\"fr\" : \"le Pont Ohashi\",\n\t\t\t\t\"jp\" : \"真ヨウジンボウ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20057\" : {\n\t\t\"zone_id\" : 810,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hells' Kier\",\n\t\t\t\t\"de\" : \"Seelentanz - Suzaku\",\n\t\t\t\t\"fr\" : \"le Nid des Lamentations\",\n\t\t\t\t\"jp\" : \"朱雀征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20058\" : {\n\t\t\"zone_id\" : 811,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hells' Kier (Extreme)\",\n\t\t\t\t\"de\" : \"Seelensturm - Suzaku\",\n\t\t\t\t\"fr\" : \"le Nid des Lamentations (extrême)\",\n\t\t\t\t\"jp\" : \"極朱雀征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"51002\" : {\n\t\t\"zone_id\" : 791,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hidden Gorge\",\n\t\t\t\t\"de\" : \"Verborgene Schlucht\",\n\t\t\t\t\"fr\" : \"Gorge dérobée (machinerie)\",\n\t\t\t\t\"jp\" : \"ヒドゥンゴージ (機工戦)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5026\" : {\n\t\t\"zone_id\" : 797,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Will of the Moon\",\n\t\t\t\t\"de\" : \"Der Wille der Mondgöttin\",\n\t\t\t\t\"fr\" : \"Ralliement dans la steppe\",\n\t\t\t\t\"jp\" : \"楔石の虚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35001\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"All's Well That Starts Well\",\n\t\t\t\t\"de\" : \"Debüt in der Himmlischen Arena\",\n\t\t\t\t\"fr\" : \"Début du spectacle\",\n\t\t\t\t\"jp\" : \"デビューマッチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"64\" : {\n\t\t\"zone_id\" : 1174,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Ghimlyt Dark\",\n\t\t\t\t\"de\" : \"Die Ghimlyt-Finsternis\",\n\t\t\t\t\"fr\" : \"Les Ténèbres de Ghimlyt\",\n\t\t\t\t\"jp\" : \"境界戦線 ギムリトダーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35002\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Much Ado About Pudding\",\n\t\t\t\t\"de\" : \"Pudding nach Art des Hauses\",\n\t\t\t\t\"fr\" : \"Puddings à la mode\",\n\t\t\t\t\"jp\" : \"プリン・アラモード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35003\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Waiting for Golem\",\n\t\t\t\t\"de\" : \"Zipacna - Aller Anfang ist schwer\",\n\t\t\t\t\"fr\" : \"Zipacna, le premier obstacle\",\n\t\t\t\t\"jp\" : \"最初の岩壁「シパクナー」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35004\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gentlemen Prefer Swords\",\n\t\t\t\t\"de\" : \"Kreios - Der Mann aus Stahl\",\n\t\t\t\t\"fr\" : \"Kreios, le destructeur d'acier\",\n\t\t\t\t\"jp\" : \"怪力の鉄巨人「クレイオス」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35005\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Threepenny Turtles\",\n\t\t\t\t\"de\" : \"Die Bruderschaft der Kröten\",\n\t\t\t\t\"fr\" : \"La fratrie des gilkhélones\",\n\t\t\t\t\"jp\" : \"ギルガメブラザーズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35006\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eye Society\",\n\t\t\t\t\"de\" : \"Den Tod im Auge\",\n\t\t\t\t\"fr\" : \"Vengeance aveugle\",\n\t\t\t\t\"jp\" : \"ブラインド・フューリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35007\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Chorus Slime\",\n\t\t\t\t\"de\" : \"Heißkalte Schauer\",\n\t\t\t\t\"fr\" : \"Pure attaque cardiaque\",\n\t\t\t\t\"jp\" : \"シアーハートアタック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35008\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bomb-edy of Errors\",\n\t\t\t\t\"de\" : \"Explosiv - Vorhut in Blau und Rot\",\n\t\t\t\t\"fr\" : \"Crocs bleus et crocs rouges\",\n\t\t\t\t\"jp\" : \"青い牙、赤い牙\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35009\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"To Kill a Mockingslime\",\n\t\t\t\t\"de\" : \"Guimauve und die sieben Gesichter des Todes\",\n\t\t\t\t\"fr\" : \"Guimauve, le goût de l'arc-en-ciel\",\n\t\t\t\t\"jp\" : \"七色の甘味「ギモーヴ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35010\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Little Knight Music\",\n\t\t\t\t\"de\" : \"Crom Dubh - König der Götzen\",\n\t\t\t\t\"fr\" : \"Crom Dubh, roi des idoles\",\n\t\t\t\t\"jp\" : \"偶像の王者「クロムドゥーブ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35011\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Some Like It Excruciatingly Hot\",\n\t\t\t\t\"de\" : \"Explosiv - Die zweite Welle\",\n\t\t\t\t\"fr\" : \"Les courtes mèches\",\n\t\t\t\t\"jp\" : \"爆ボム・ファーストアタック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35012\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Plant-om of the Opera\",\n\t\t\t\t\"de\" : \"Hydnora - Der Parasit, der Paras sieht\",\n\t\t\t\t\"fr\" : \"Hydnora, la plante parasite\",\n\t\t\t\t\"jp\" : \"寄生植物「ヒドノラ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35013\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Beauty and a Beast\",\n\t\t\t\t\"de\" : \"Carmilla - Prinzessin des Todes\",\n\t\t\t\t\"fr\" : \"La mystérieuse Carmilla\",\n\t\t\t\t\"jp\" : \"紅の死妖姫「カーミラ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35014\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blobs in the Woods\",\n\t\t\t\t\"de\" : \"Der Tod kommt süß gekleidet\",\n\t\t\t\t\"fr\" : \"La mort n'a pas d'ami\",\n\t\t\t\t\"jp\" : \"死なばもろともーッ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35015\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Me Nobody Nodes\",\n\t\t\t\t\"de\" : \"Die Bestie steckt im System\",\n\t\t\t\t\"fr\" : \"La sphère bestiale, une menace allagoise\",\n\t\t\t\t\"jp\" : \"アラグの脅威「闘獣システム」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35016\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sunset Bull-evard\",\n\t\t\t\t\"de\" : \"Tikbalang - Der rechte Arm des Verderbens\",\n\t\t\t\t\"fr\" : \"Tikbalang, bras tout-puissant\",\n\t\t\t\t\"jp\" : \"豪腕の獣王「ティクバラン」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35017\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Sword of Music\",\n\t\t\t\t\"de\" : \"Kreios - Neues vom Mann aus Stahl\",\n\t\t\t\t\"fr\" : \"Kreios plie, mais ne rompt pas\",\n\t\t\t\t\"jp\" : \"剛柔の鉄巨人「クレイオス改」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35018\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Midsummer Night's Explosion\",\n\t\t\t\t\"de\" : \"Explosiv - Revanche mit Wumms\",\n\t\t\t\t\"fr\" : \"Rencontre explosive\",\n\t\t\t\t\"jp\" : \"爆破デスマッチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35019\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"On a Clear Day You Can Smell Forever\",\n\t\t\t\t\"de\" : \"Rebekkha - Verführerische Gerüche\",\n\t\t\t\t\"fr\" : \"Miroir, mon beau miroir\",\n\t\t\t\t\"jp\" : \"魅惑の芳香「リフレクティブ・レベッカ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35020\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miss Typhon\",\n\t\t\t\t\"de\" : \"Ultros & Typhon - Zwei wie Rotz und Wasser\",\n\t\t\t\t\"fr\" : \"Duo de choc: Orthros et maître Typhon\",\n\t\t\t\t\"jp\" : \"名コンビ「オルトロス＆テュポーン」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35021\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chimera on a Hot Tin Roof\",\n\t\t\t\t\"de\" : \"Apademak - Die cholerische Chimära\",\n\t\t\t\t\"fr\" : \"La chimèrique colère d'Apademak\",\n\t\t\t\t\"jp\" : \"憤怒の合成獣「アペデマク」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35022\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Here Comes the Boom\",\n\t\t\t\t\"de\" : \"Explosiv - Urgroßbomber lässt es krachen\",\n\t\t\t\t\"fr\" : \"L'histoire détonante de Papi bombo\",\n\t\t\t\t\"jp\" : \"爆発の対消滅「グランパボム」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35023\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Behemoths and Broomsticks\",\n\t\t\t\t\"de\" : \"Kronprinz-Behemoth - Vom Teufel besessen\",\n\t\t\t\t\"fr\" : \"Kronprinz béhémoth, le prince héritier\",\n\t\t\t\t\"jp\" : \"魔獣の皇太子「クロンプリンツ・ベヒーモス」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35024\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amazing Technicolor Pit Fiends\",\n\t\t\t\t\"de\" : \"Epilogi - Das Ende kommt immer zuletzt\",\n\t\t\t\t\"fr\" : \"Epilogi, l'étrange marionnettiste\",\n\t\t\t\t\"jp\" : \"異形の人形師「エペロギ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35025\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dirty Rotten Azulmagia\",\n\t\t\t\t\"de\" : \"Azulmagia - Der Blaumagier des Bösen\",\n\t\t\t\t\"fr\" : \"L'abominable Azulmagia\",\n\t\t\t\t\"jp\" : \"悪の青魔道士「アポカリョープス」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30077\" : {\n\t\t\"zone_id\" : 826,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Orbonne Monastery\",\n\t\t\t\t\"de\" : \"Kloster von Orbonne\",\n\t\t\t\t\"fr\" : \"le Monastère d'Orbonne\",\n\t\t\t\t\"jp\" : \"楽欲の僧院 オーボンヌ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20060\" : {\n\t\t\"zone_id\" : 824,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Wreath of Snakes\",\n\t\t\t\t\"de\" : \"Seelentanz - Seiryu\",\n\t\t\t\t\"fr\" : \"l'Îlot des Amertumes\",\n\t\t\t\t\"jp\" : \"青龍征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20061\" : {\n\t\t\"zone_id\" : 825,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Wreath of Snakes (Extreme)\",\n\t\t\t\t\"de\" : \"Seelensturm - Seiryu\",\n\t\t\t\t\"fr\" : \"l'Îlot des Amertumes (extrême)\",\n\t\t\t\t\"jp\" : \"極青龍征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"62000\" : {\n\t\t\"zone_id\" : 832,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Force One\",\n\t\t\t\t\"de\" : \"Luftwaffe, Feuer frei!\",\n\t\t\t\t\"fr\" : \"As de l'air\",\n\t\t\t\t\"jp\" : \"出撃！ エアフォースパイロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"62001\" : {\n\t\t\"zone_id\" : 832,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Force One\",\n\t\t\t\t\"de\" : \"Luftwaffe, Feuer frei!\",\n\t\t\t\t\"fr\" : \"As de l'air\",\n\t\t\t\t\"jp\" : \"出撃！ エアフォースパイロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"62002\" : {\n\t\t\"zone_id\" : 832,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Force One\",\n\t\t\t\t\"de\" : \"Luftwaffe, Feuer frei!\",\n\t\t\t\t\"fr\" : \"As de l'air\",\n\t\t\t\t\"jp\" : \"出撃！ エアフォースパイロット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61001\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Novice Mahjong (Full Ranked Match)\",\n\t\t\t\t\"de\" : \"Anfänger-Mahjong (komplette Partie, gewertet)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: tous rangs (partie classée)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：半荘戦一般卓（段位変動有り）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61002\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Advanced Mahjong (Full Ranked Match)\",\n\t\t\t\t\"de\" : \"Fortgeschrittenen-Mahjong (komplette Partie, gewertet)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: dan seulement (partie classée)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：半荘戦有段卓（段位変動有り）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61003\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Four-player Mahjong (Full Match, Kuitan Enabled)\",\n\t\t\t\t\"de\" : \"4-Spieler-Mahjong (komplette Partie, Kuitan aktiviert)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: 4 joueurs (partie avec kuitan)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：半荘戦4人セット卓（クイタン有り）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5027\" : {\n\t\t\"zone_id\" : 834,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Messenger of the Winds\",\n\t\t\t\t\"de\" : \"Durch den Sturm und zurück\",\n\t\t\t\t\"fr\" : \"La Messagère du vent\",\n\t\t\t\t\"jp\" : \"来訪せし風の御使\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5028\" : {\n\t\t\"zone_id\" : 830,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"a Requiem for Heroes\",\n\t\t\t\t\"de\" : \"Requiem der Helden\",\n\t\t\t\t\"fr\" : \"Un requiem pour les héros\",\n\t\t\t\t\"jp\" : \"英雄への鎮魂歌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"65\" : {\n\t\t\"zone_id\" : 821,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dohn Mheg\",\n\t\t\t\t\"de\" : \"Dohn Mheg\",\n\t\t\t\t\"fr\" : \"Dohn Mheg\",\n\t\t\t\t\"jp\" : \"水妖幻園 ドォーヌ・メグ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61004\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Four-player Mahjong (Full Match, Kuitan Disabled)\",\n\t\t\t\t\"de\" : \"4-Spieler-Mahjong (komplette Partie, Kuitan deaktiviert)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: 4 joueurs (partie sans kuitan)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：半荘戦4人セット卓（クイタン無し）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"66\" : {\n\t\t\"zone_id\" : 823,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Qitana Ravel\",\n\t\t\t\t\"de\" : \"Irrungen der Qitari\",\n\t\t\t\t\"fr\" : \"L'Enchevêtrement des Qitari\",\n\t\t\t\t\"jp\" : \"古跡探索 キタンナ神影洞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"67\" : {\n\t\t\"zone_id\" : 838,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amaurot\",\n\t\t\t\t\"de\" : \"Amaurot\",\n\t\t\t\t\"fr\" : \"Amaurote\",\n\t\t\t\t\"jp\" : \"終末幻想 アーモロート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30078\" : {\n\t\t\"zone_id\" : 849,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Resurrection\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Auferstehung\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Résurrection\",\n\t\t\t\t\"jp\" : \"希望の園エデン：覚醒編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30079\" : {\n\t\t\"zone_id\" : 853,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Resurrection (Savage)\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Auferstehung (episch)\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Résurrection (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：覚醒編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"68\" : {\n\t\t\"zone_id\" : 840,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Twinning\",\n\t\t\t\t\"de\" : \"Der Kristallzwilling\",\n\t\t\t\t\"fr\" : \"La Macle de Syrcus\",\n\t\t\t\t\"jp\" : \"異界遺構 シルクス・ツイニング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"69\" : {\n\t\t\"zone_id\" : 836,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Malikah's Well\",\n\t\t\t\t\"de\" : \"Malikahs Brunnen\",\n\t\t\t\t\"fr\" : \"le Puits de Malikah\",\n\t\t\t\t\"jp\" : \"爽涼離宮 マリカの大井戸\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20062\" : {\n\t\t\"zone_id\" : 845,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dancing Plague\",\n\t\t\t\t\"de\" : \"Offenbarung - Titania\",\n\t\t\t\t\"fr\" : \"la Valse du Monarque\",\n\t\t\t\t\"jp\" : \"ティターニア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20063\" : {\n\t\t\"zone_id\" : 858,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dancing Plague (Extreme)\",\n\t\t\t\t\"de\" : \"Letzte Läuterung - Titania\",\n\t\t\t\t\"fr\" : \"la Valse du Monarque (extrême)\",\n\t\t\t\t\"jp\" : \"極ティターニア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"70\" : {\n\t\t\"zone_id\" : 822,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mt. Gulg\",\n\t\t\t\t\"de\" : \"Der Gulg\",\n\t\t\t\t\"fr\" : \"Mont Gulg\",\n\t\t\t\t\"jp\" : \"偽造天界 グルグ火山\"\n\t\t\t}\n\t\t}\n\t},\n\t\"71\" : {\n\t\t\"zone_id\" : 841,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Akadaemia Anyder\",\n\t\t\t\t\"de\" : \"Akadaemia Anyder\",\n\t\t\t\t\"fr\" : \"Akadaemia Anydre\",\n\t\t\t\t\"jp\" : \"創造機関 アナイダアカデミア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20064\" : {\n\t\t\"zone_id\" : 846,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Crown of the Immaculate\",\n\t\t\t\t\"de\" : \"Offenbarung - Innozenz\",\n\t\t\t\t\"fr\" : \"La Couronne de l'Immaculé\",\n\t\t\t\t\"jp\" : \"イノセンス討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20065\" : {\n\t\t\"zone_id\" : 848,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Crown of the Immaculate (Extreme)\",\n\t\t\t\t\"de\" : \"Letzte Läuterung - Innozenz\",\n\t\t\t\t\"fr\" : \"La Couronne de l'Immaculé (extrême)\",\n\t\t\t\t\"jp\" : \"極イノセンス討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"72\" : {\n\t\t\"zone_id\" : 837,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holminster Switch\",\n\t\t\t\t\"de\" : \"Holminster\",\n\t\t\t\t\"fr\" : \"Holminster\",\n\t\t\t\t\"jp\" : \"殺戮郷村 ホルミンスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5029\" : {\n\t\t\"zone_id\" : 873,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Hardened Heart\",\n\t\t\t\t\"de\" : \"Ob Mitleid oder Hass\",\n\t\t\t\t\"fr\" : \"Naissance d'un bourreau\",\n\t\t\t\t\"jp\" : \"揺れる天秤\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5030\" : {\n\t\t\"zone_id\" : 874,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Lost and the Found\",\n\t\t\t\t\"de\" : \"Alter Zauber\",\n\t\t\t\t\"fr\" : \"Magie ancestrale\",\n\t\t\t\t\"jp\" : \"古の大再生魔法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5031\" : {\n\t\t\"zone_id\" : 860,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Coming Clean\",\n\t\t\t\t\"de\" : \"Vater und Bruder\",\n\t\t\t\t\"fr\" : \"Sur les rails de Nabaath Areng\",\n\t\t\t\t\"jp\" : \"廃都ナバスアレン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5032\" : {\n\t\t\"zone_id\" : 859,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Legend of the Not-so-hidden Temple\",\n\t\t\t\t\"de\" : \"Der Beichtstuhl von Toupasa dem Älteren\",\n\t\t\t\t\"fr\" : \"Le Confessionnal de Toupasa l'ancien\",\n\t\t\t\t\"jp\" : \"仕掛けと呪いと毒と\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30080\" : {\n\t\t\"zone_id\" : 851,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Inundation\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Überflutung\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Déluge\",\n\t\t\t\t\"jp\" : \"希望の園エデン：覚醒編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30081\" : {\n\t\t\"zone_id\" : 855,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Inundation (Savage)\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Überflutung (episch)\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Déluge (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：覚醒編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30082\" : {\n\t\t\"zone_id\" : 850,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Descent\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Niederkunft\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Descente\",\n\t\t\t\t\"jp\" : \"希望の園エデン：覚醒編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30083\" : {\n\t\t\"zone_id\" : 854,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Descent (Savage)\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Niederkunft (episch)\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Descente (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：覚醒編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5033\" : {\n\t\t\"zone_id\" : 876,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nyelbert's Lament\",\n\t\t\t\t\"de\" : \"Ein großes Opfer\",\n\t\t\t\t\"fr\" : \"Une cupidité bien généreuse\",\n\t\t\t\t\"jp\" : \"ナイルベルトの後悔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20066\" : {\n\t\t\"zone_id\" : 847,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dying Gasp\",\n\t\t\t\t\"de\" : \"Offenbarung - Hades\",\n\t\t\t\t\"fr\" : \"le Râle de l'Agonie\",\n\t\t\t\t\"jp\" : \"ハーデス討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55006\" : {\n\t\t\"zone_id\" : 879,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Dungeons of Lyhe Ghiah\",\n\t\t\t\t\"de\" : \"Verliese von Lyhe Ghiah\",\n\t\t\t\t\"fr\" : \"le Donjon hypogéen du Lyhe Ghiah\",\n\t\t\t\t\"jp\" : \"宝物庫 リェー・ギア・ダンジョン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30084\" : {\n\t\t\"zone_id\" : 852,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Sepulture\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Beerdigung\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Inhumation\",\n\t\t\t\t\"jp\" : \"希望の園エデン：覚醒編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30085\" : {\n\t\t\"zone_id\" : 856,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Gate: Sepulture (Savage)\",\n\t\t\t\t\"de\" : \"Edens Erwachen - Beerdigung (episch)\",\n\t\t\t\t\"fr\" : \"L'Éveil d'Éden - Inhumation (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：覚醒編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5034\" : {\n\t\t\"zone_id\" : 875,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Hunter's Legacy\",\n\t\t\t\t\"de\" : \"Der Legende auf der Spur\",\n\t\t\t\t\"fr\" : \"La chasseuse de légende\",\n\t\t\t\t\"jp\" : \"勇気の狩人\"\n\t\t\t}\n\t\t}\n\t},\n\t\"73\" : {\n\t\t\"zone_id\" : 884,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Grand Cosmos\",\n\t\t\t\t\"de\" : \"Chateau Cosmea\",\n\t\t\t\t\"fr\" : \"le Cosmos coruscant\",\n\t\t\t\t\"jp\" : \"魔法宮殿 グラン・コスモス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20067\" : {\n\t\t\"zone_id\" : 885,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Hades's Elegy\",\n\t\t\t\t\"de\" : \"Letzte Läuterung - Hades\",\n\t\t\t\t\"fr\" : \"Le Râle de l'Agonie (extrême)\",\n\t\t\t\t\"jp\" : \"極ハーデス討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30086\" : {\n\t\t\"zone_id\" : 887,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Epic of Alexander (Ultimate)\",\n\t\t\t\t\"de\" : \"Alexander (fatal)\",\n\t\t\t\t\"fr\" : \"L'Odyssée d'Alexander (fatal)\",\n\t\t\t\t\"jp\" : \"絶アレキサンダー討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35026\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Papa Mia\",\n\t\t\t\t\"de\" : \"Papa Mia\",\n\t\t\t\t\"fr\" : \"Papa Humbaba, le paternel aux gros bras\",\n\t\t\t\t\"jp\" : \"豪腕の父親「フンババ・パパ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35027\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lock up Your Snorters\",\n\t\t\t\t\"de\" : \"Explosives Schnaufen\",\n\t\t\t\t\"fr\" : \"Fungaaah! Et boum!\",\n\t\t\t\t\"jp\" : \"はないき爆破デスマッチ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35028\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dangerous When Dead\",\n\t\t\t\t\"de\" : \"Begnadeter Puppenspieler\",\n\t\t\t\t\"fr\" : \"Durinn, marionnettiste d'outre-tombe\",\n\t\t\t\t\"jp\" : \"至妙の傀儡子「ドゥリン」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35029\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Red, Fraught, and Blue\",\n\t\t\t\t\"de\" : \"Die Melodie von Feuer und Wasser\",\n\t\t\t\t\"fr\" : \"La mélodie du feu et de l'eau\",\n\t\t\t\t\"jp\" : \"水と炎の歌\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35030\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Catch of the Siegfried\",\n\t\t\t\t\"de\" : \"Siegfried, der beste Schwertkämpfer der Welt!\",\n\t\t\t\t\"fr\" : \"Siegfried, le plus grand bretteur du monde\",\n\t\t\t\t\"jp\" : \"世界一の剣士「ジークフリード」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30087\" : {\n\t\t\"zone_id\" : 882,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Copied Factory\",\n\t\t\t\t\"de\" : \"Die kopierte Fabrik\",\n\t\t\t\t\"fr\" : \"La réplique de l'usine désaffectée\",\n\t\t\t\t\"jp\" : \"複製サレタ工場廃墟\"\n\t\t\t}\n\t\t}\n\t},\n\t\"50006\" : {\n\t\t\"zone_id\" : 888,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Onsal Hakair (Danshig Naadam)\",\n\t\t\t\t\"de\" : \"Onsal Hakair (Danshig Naadam)\",\n\t\t\t\t\"fr\" : \"Onsal Hakair (Danshig Naadam)\",\n\t\t\t\t\"jp\" : \"オンサル・ハカイル (終節戦)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5035\" : {\n\t\t\"zone_id\" : 893,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vows of Virtue, Deeds of Cruelty\",\n\t\t\t\t\"de\" : \"Der Wolf und der Drachenreiter\",\n\t\t\t\t\"fr\" : \"Vœux de vertu, actes de cruauté\",\n\t\t\t\t\"jp\" : \"白き誓約、黒き密約\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5036\" : {\n\t\t\"zone_id\" : 894,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"As the Heart Bids\",\n\t\t\t\t\"de\" : \"Trubel im Traumland\",\n\t\t\t\t\"fr\" : \"À l'écoute de soi\",\n\t\t\t\t\"jp\" : \"この心が望むがままに\"\n\t\t\t}\n\t\t}\n\t},\n\t\"74\" : {\n\t\t\"zone_id\" : 898,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anamnesis Anyder\",\n\t\t\t\t\"de\" : \"Anamnesis Anyder\",\n\t\t\t\t\"fr\" : \"Anamnesis Anydre\",\n\t\t\t\t\"jp\" : \"黒風海底 アニドラス・アナムネーシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30088\" : {\n\t\t\"zone_id\" : 902,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Fulmination\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Entladung\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Fulmination\",\n\t\t\t\t\"jp\" : \"希望の園エデン：共鳴編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30089\" : {\n\t\t\"zone_id\" : 906,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Fulmination (Savage)\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Entladung (episch)\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Fulmination (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：共鳴編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20068\" : {\n\t\t\"zone_id\" : 897,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cinder Drift\",\n\t\t\t\t\"de\" : \"Rubinfeuer - Entfesselung\",\n\t\t\t\t\"fr\" : \"Les Nuées de Brandons\",\n\t\t\t\t\"jp\" : \"ルビーウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20069\" : {\n\t\t\"zone_id\" : 912,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cinder Drift (Extreme)\",\n\t\t\t\t\"de\" : \"Rubinfeuer - Trauma\",\n\t\t\t\t\"fr\" : \"Les Nuées de Brandons (extrême)\",\n\t\t\t\t\"jp\" : \"極ルビーウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30090\" : {\n\t\t\"zone_id\" : 903,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Furor\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Raserei\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Fureur\",\n\t\t\t\t\"jp\" : \"希望の園エデン：共鳴編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30091\" : {\n\t\t\"zone_id\" : 907,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Furor (Savage)\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Raserei (episch)\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Fureur (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：共鳴編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63000\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5037\" : {\n\t\t\"zone_id\" : 911,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Bozja Incident\",\n\t\t\t\t\"de\" : \"Der Bozja-Vorfall\",\n\t\t\t\t\"fr\" : \"Prélude à la catastrophe\",\n\t\t\t\t\"jp\" : \"シタデル・ボズヤ蒸発事変\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5038\" : {\n\t\t\"zone_id\" : 914,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Sleep Disturbed\",\n\t\t\t\t\"de\" : \"Von schlafenden Helden\",\n\t\t\t\t\"fr\" : \"L'épreuve ronka\",\n\t\t\t\t\"jp\" : \"汝、英雄の眠り妨げるは\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20070\" : {\n\t\t\"zone_id\" : 913,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Memoria Misera (Extreme)\",\n\t\t\t\t\"de\" : \"Memoria Misera (extrem)\",\n\t\t\t\t\"fr\" : \"Memoria Misera (extrême)\",\n\t\t\t\t\"jp\" : \"極シタデル・ボズヤ追憶戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30092\" : {\n\t\t\"zone_id\" : 904,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Iconoclasm\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Bildersturm\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Iconoclasme\",\n\t\t\t\t\"jp\" : \"希望の園エデン：共鳴編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30093\" : {\n\t\t\"zone_id\" : 908,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Iconoclasm (Savage)\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Bildersturm (episch)\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Iconoclasme (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：共鳴編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30094\" : {\n\t\t\"zone_id\" : 905,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Refulgence\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Erstarrung\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Éclat\",\n\t\t\t\t\"jp\" : \"希望の園エデン：共鳴編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30095\" : {\n\t\t\"zone_id\" : 909,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Verse: Refulgence (Savage)\",\n\t\t\t\t\"de\" : \"Edens Resonanz - Erstarrung (episch)\",\n\t\t\t\t\"fr\" : \"Les Accords d'Éden - Éclat (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：共鳴編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63001\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63002\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63003\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63004\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63005\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30096\" : {\n\t\t\"zone_id\" : 917,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Puppets' Bunker\",\n\t\t\t\t\"de\" : \"Die Puppenfestung\",\n\t\t\t\t\"fr\" : \"La base militaire des Pantins\",\n\t\t\t\t\"jp\" : \"人形タチノ軍事基地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"75\" : {\n\t\t\"zone_id\" : 916,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Heroes' Gauntlet\",\n\t\t\t\t\"de\" : \"Schlacht um Norvrandt\",\n\t\t\t\t\"fr\" : \"La Traversée de Norvrandt\",\n\t\t\t\t\"jp\" : \"漆黒決戦 ノルヴラント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20071\" : {\n\t\t\"zone_id\" : 922,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Seat of Sacrifice\",\n\t\t\t\t\"de\" : \"Krieger des Lichts\",\n\t\t\t\t\"fr\" : \"Le Trône du Sacrifice\",\n\t\t\t\t\"jp\" : \"ウォーリア・オブ・ライト討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20072\" : {\n\t\t\"zone_id\" : 923,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Seat of Sacrifice (Extreme)\",\n\t\t\t\t\"de\" : \"Krieger des Lichts (extrem)\",\n\t\t\t\t\"fr\" : \"Le Trône du Sacrifice (extrême)\",\n\t\t\t\t\"jp\" : \"極ウォーリア・オブ・ライト討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5039\" : {\n\t\t\"zone_id\" : 925,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep Now in Sapphire\",\n\t\t\t\t\"de\" : \"Luftangriff auf Werlyt\",\n\t\t\t\t\"fr\" : \"Sur la mer de saphir\",\n\t\t\t\t\"jp\" : \"飛べ！ ウェルリトへ \"\n\t\t\t}\n\t\t}\n\t},\n\t\"5040\" : {\n\t\t\"zone_id\" : 926,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sleep Now in Sapphire\",\n\t\t\t\t\"de\" : \"Luftangriff auf Werlyt\",\n\t\t\t\t\"fr\" : \"Sur la mer de saphir\",\n\t\t\t\t\"jp\" : \"飛べ！ ウェルリトへ \"\n\t\t\t}\n\t\t}\n\t},\n\t\"5041\" : {\n\t\t\"zone_id\" : 932,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Faded Memories\",\n\t\t\t\t\"de\" : \"Verblasste Erinnerungen\",\n\t\t\t\t\"fr\" : \"Souvenir périssable\",\n\t\t\t\t\"jp\" : \"色あせた記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55008\" : {\n\t\t\"zone_id\" : 924,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Shifting Oubliettes of Lyhe Ghiah\",\n\t\t\t\t\"de\" : \"Das Karussell von Lyhe Ghiah\",\n\t\t\t\t\"fr\" : \"le Jardin secret du Lyhe Ghiah\",\n\t\t\t\t\"jp\" : \"宝物庫 リェー・ギア・ダンジョン祭殿\"\n\t\t\t}\n\t\t}\n\t},\n\t\"76\" : {\n\t\t\"zone_id\" : 933,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Matoya's Relict\",\n\t\t\t\t\"de\" : \"Matoyas Atelier\",\n\t\t\t\t\"fr\" : \"l'Atelier abandonné de Matoya\",\n\t\t\t\t\"jp\" : \"魔術工房 マトーヤのアトリエ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30099\" : {\n\t\t\"zone_id\" : 943,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Litany\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Litanei\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Litanie\",\n\t\t\t\t\"jp\" : \"希望の園エデン：再生編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30100\" : {\n\t\t\"zone_id\" : 947,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Litany (Savage)\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Litanei (episch)\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Litanie (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：再生編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30097\" : {\n\t\t\"zone_id\" : 942,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Umbra\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Umbra\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Nuée\",\n\t\t\t\t\"jp\" : \"希望の園エデン：再生編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30098\" : {\n\t\t\"zone_id\" : 946,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Umbra (Savage)\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Umbra (episch)\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Nuée (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：再生編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30101\" : {\n\t\t\"zone_id\" : 944,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Anamorphosis\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Anamorphose\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Anamorphose\",\n\t\t\t\t\"jp\" : \"希望の園エデン：再生編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30102\" : {\n\t\t\"zone_id\" : 948,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Anamorphosis (Savage)\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Anamorphose (episch)\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Anamorphose (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：再生編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35031\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anything Gogo's\",\n\t\t\t\t\"de\" : \"Gogo der Mime\",\n\t\t\t\t\"fr\" : \"Gogo le mime\",\n\t\t\t\t\"jp\" : \"黄金頭巾「ものまね士ゴゴ」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26001\" : {\n\t\t\"zone_id\" : 940,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triple Triad Open Tournament\",\n\t\t\t\t\"de\" : \"Triple Triad: Manderville-Turnier\",\n\t\t\t\t\"fr\" : \"Tournoi officiel de Triple Triade\",\n\t\t\t\t\"jp\" : \"トリプルトライアド：オフィシャルトーナメント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26002\" : {\n\t\t\"zone_id\" : 941,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triple Triad Invitational Parlor\",\n\t\t\t\t\"de\" : \"Triple Triad: Privatturnier\",\n\t\t\t\t\"fr\" : \"Salle de tournoi libre de Triple Triade\",\n\t\t\t\t\"jp\" : \"トリプルトライアド：カスタムトーナメントルーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30103\" : {\n\t\t\"zone_id\" : 945,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Eternity\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Ewigkeit\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Éternité\",\n\t\t\t\t\"jp\" : \"希望の園エデン：再生編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30104\" : {\n\t\t\"zone_id\" : 949,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eden's Promise: Eternity (Savage)\",\n\t\t\t\t\"de\" : \"Edens Verheißung - Ewigkeit (episch)\",\n\t\t\t\t\"fr\" : \"La Promesse d'Éden - Éternité (sadique)\",\n\t\t\t\t\"jp\" : \"希望の園エデン零式：再生編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20073\" : {\n\t\t\"zone_id\" : 934,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Castrum Marinum\",\n\t\t\t\t\"de\" : \"Smaragdsturm - Entfesselung\",\n\t\t\t\t\"fr\" : \"Castrum Marinum\",\n\t\t\t\t\"jp\" : \"エメラルドウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20074\" : {\n\t\t\"zone_id\" : 935,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Castrum Marinum (Extreme)\",\n\t\t\t\t\"de\" : \"Smaragdsturm - Trauma\",\n\t\t\t\t\"fr\" : \"Castrum Marinum (extrême)\",\n\t\t\t\t\"jp\" : \"極エメラルドウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5042\" : {\n\t\t\"zone_id\" : 954,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Great Ship Vylbrand\",\n\t\t\t\t\"de\" : \"Gute Winde für Vylbrand\",\n\t\t\t\t\"fr\" : \"Un navire nommé Vylbrand\",\n\t\t\t\t\"jp\" : \"バイルブランドの船出\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5043\" : {\n\t\t\"zone_id\" : 955,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fit for a Queen\",\n\t\t\t\t\"de\" : \"Hinab in die Ruinen\",\n\t\t\t\t\"fr\" : \"Que les Dieux gardent la Reine\",\n\t\t\t\t\"jp\" : \"ゴッド・セイブ・ザ・クイーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61005\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Novice Mahjong (Quick Ranked Match)\",\n\t\t\t\t\"de\" : \"Anfänger-Mahjong (schnelle Partie, gewertet)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: tous rangs (partie rapide classée)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：東風戦一般卓（段位変動有り）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61006\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Advanced Mahjong (Quick Ranked Match)\",\n\t\t\t\t\"de\" : \"Fortgeschrittenen-Mahjong (schnelle Partie, gewertet)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: dan seulement (partie rapide classée)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：東風戦有段卓（段位変動有り）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61007\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Four-player Mahjong (Quick Match, Kuitan Enabled)\",\n\t\t\t\t\"de\" : \"4-Spieler-Mahjong (schnelle Partie, Kuitan aktiviert)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: 4 joueurs (partie rapide avec kuitan)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：東風戦4人セット卓（クイタン有り）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"61008\" : {\n\t\t\"zone_id\" : 831,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Four-player Mahjong (Quick Match, Kuitan Disabled)\",\n\t\t\t\t\"de\" : \"4-Spieler-Mahjong (schnelle Partie, Kuitan deaktiviert)\",\n\t\t\t\t\"fr\" : \"Mahjong domien: 4 joueurs (partie rapide sans kuitan)\",\n\t\t\t\t\"jp\" : \"ドマ式麻雀：東風戦4人セット卓（クイタン無し）\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63006\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63007\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63008\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63009\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63010\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63011\" : {\n\t\t\"zone_id\" : 900,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"77\" : {\n\t\t\"zone_id\" : 938,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Paglth'an\",\n\t\t\t\t\"de\" : \"Die Goldene Ebene von Paglth'an\",\n\t\t\t\t\"fr\" : \"La grande prairie de Paglth'an\",\n\t\t\t\t\"jp\" : \"黄金平原 パガルザン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30105\" : {\n\t\t\"zone_id\" : 966,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Tower at Paradigm's Breach\",\n\t\t\t\t\"de\" : \"Der Turm, Paradigmenbrecher\",\n\t\t\t\t\"fr\" : \"La tour de la Contingence\",\n\t\t\t\t\"jp\" : \"希望ノ砲台：「塔」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5044\" : {\n\t\t\"zone_id\" : 977,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death Unto Dawn\",\n\t\t\t\t\"de\" : \"Kampf im Morgengrauen\",\n\t\t\t\t\"fr\" : \"Aube meurtrière\",\n\t\t\t\t\"jp\" : \"黎明の死闘\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20075\" : {\n\t\t\"zone_id\" : 950,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Cloud Deck\",\n\t\t\t\t\"de\" : \"Diamantblitz - Entfesselung\",\n\t\t\t\t\"fr\" : \"Le Tillac des Cirrus\",\n\t\t\t\t\"jp\" : \"ダイヤウェポン捕獲作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20076\" : {\n\t\t\"zone_id\" : 951,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Cloud Deck (Extreme)\",\n\t\t\t\t\"de\" : \"Diamantblitz - Trauma\",\n\t\t\t\t\"fr\" : \"Le Tillac des Cirrus (extrême)\",\n\t\t\t\t\"jp\" : \"極ダイヤウェポン捕獲作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"78\" : {\n\t\t\"zone_id\" : 952,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Tower of Zot\",\n\t\t\t\t\"de\" : \"Der Turm von Zot\",\n\t\t\t\t\"fr\" : \"La tour de Zott\",\n\t\t\t\t\"jp\" : \"異形楼閣 ゾットの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"79\" : {\n\t\t\"zone_id\" : 986,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Stigma Dreamscape\",\n\t\t\t\t\"de\" : \"Stigma-Holometrie\",\n\t\t\t\t\"fr\" : \"Rêve électrique de Stigma-4\",\n\t\t\t\t\"jp\" : \"電脳夢想 スティグマ・フォー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"80\" : {\n\t\t\"zone_id\" : 969,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Tower of Babil\",\n\t\t\t\t\"de\" : \"Der Turm von Babil\",\n\t\t\t\t\"fr\" : \"La tour de Babil\",\n\t\t\t\t\"jp\" : \"魔導神門 バブイルの塔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"81\" : {\n\t\t\"zone_id\" : 978,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Aitiascope\",\n\t\t\t\t\"de\" : \"Das Aitiaskop\",\n\t\t\t\t\"fr\" : \"le Prisme de l'Aitia\",\n\t\t\t\t\"jp\" : \"星海潜航 アイティオン星晶鏡\"\n\t\t\t}\n\t\t}\n\t},\n\t\"82\" : {\n\t\t\"zone_id\" : 974,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ktisis Hyperboreia\",\n\t\t\t\t\"de\" : \"Ktisis Hyperboreia\",\n\t\t\t\t\"fr\" : \"l'Hyperborée\",\n\t\t\t\t\"jp\" : \"創造環境 ヒュペルボレア造物院\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30106\" : {\n\t\t\"zone_id\" : 968,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragonsong's Reprise (Ultimate)\",\n\t\t\t\t\"de\" : \"Drachenkrieg (fatal)\",\n\t\t\t\t\"fr\" : \"la Guerre du chant des dragons (fatal)\",\n\t\t\t\t\"jp\" : \"絶竜詩戦争\"\n\t\t\t}\n\t\t}\n\t},\n\t\"83\" : {\n\t\t\"zone_id\" : 970,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vanaspati\",\n\t\t\t\t\"de\" : \"Vanaspati\",\n\t\t\t\t\"fr\" : \"Vanaspati\",\n\t\t\t\t\"jp\" : \"終末樹海 ヴァナスパティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20077\" : {\n\t\t\"zone_id\" : 995,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Mothercrystal\",\n\t\t\t\t\"de\" : \"Prophetie - Hydaelyn\",\n\t\t\t\t\"fr\" : \"Le Cristal-mère\",\n\t\t\t\t\"jp\" : \"ハイデリン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20078\" : {\n\t\t\"zone_id\" : 996,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Hydaelyn's Call\",\n\t\t\t\t\"de\" : \"Eschatos - Hydaelyn\",\n\t\t\t\t\"fr\" : \"Le Cristal-mère (extrême)\",\n\t\t\t\t\"jp\" : \"極ハイデリン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"84\" : {\n\t\t\"zone_id\" : 973,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dead Ends\",\n\t\t\t\t\"de\" : \"Das Sternengrab\",\n\t\t\t\t\"fr\" : \"L'Issue aux Impasses\",\n\t\t\t\t\"jp\" : \"最終幻想 レムナント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5045\" : {\n\t\t\"zone_id\" : 1011,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"In from the Cold\",\n\t\t\t\t\"de\" : \"In fremder Haut\",\n\t\t\t\t\"fr\" : \"Le voleur de corps\",\n\t\t\t\t\"jp\" : \"寒夜のこと\"\n\t\t\t}\n\t\t}\n\t},\n\t\"85\" : {\n\t\t\"zone_id\" : 976,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smileton\",\n\t\t\t\t\"de\" : \"Smileton\",\n\t\t\t\t\"fr\" : \"Risette-sur-lune\",\n\t\t\t\t\"jp\" : \"楽園都市 スマイルトン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5046\" : {\n\t\t\"zone_id\" : 1014,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Worthy of His Back\",\n\t\t\t\t\"de\" : \" Es reimt sich auf Gebell\",\n\t\t\t\t\"fr\" : \"Le défi de l'ancienne Azem\",\n\t\t\t\t\"jp\" : \"前代アゼムの手ほどき\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20079\" : {\n\t\t\"zone_id\" : 997,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Final Day\",\n\t\t\t\t\"de\" : \"Prophetie - Endsängerin\",\n\t\t\t\t\"fr\" : \"le Répons final\",\n\t\t\t\t\"jp\" : \"終焉の戦い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25003\" : {\n\t\t\"zone_id\" : 994,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Phantoms' Feast\",\n\t\t\t\t\"de\" : \"Lustiges Bankett\",\n\t\t\t\t\"fr\" : \"Le banquet cauchemardesque\",\n\t\t\t\t\"jp\" : \"道化饗宴 ホーンテッドフィースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5047\" : {\n\t\t\"zone_id\" : 1013,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Endwalker\",\n\t\t\t\t\"de\" : \"Endschreiter\",\n\t\t\t\t\"fr\" : \"Arpenteur des finitudes\",\n\t\t\t\t\"jp\" : \"暁月のフィナーレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5048\" : {\n\t\t\"zone_id\" : 1016,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"To Calmer Seas\",\n\t\t\t\t\"de\" : \"Im Hafen des Friedens\",\n\t\t\t\t\"fr\" : \"Cap sur la paix\",\n\t\t\t\t\"jp\" : \"融和への船出\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30107\" : {\n\t\t\"zone_id\" : 1008,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The Fourth Circle\",\n\t\t\t\t\"de\" : \"Asphodelos - Vierter Kreis\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Abîme\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：辺獄編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30108\" : {\n\t\t\"zone_id\" : 1009,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The Fourth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Asphodelos - Vierter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Abîme (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：辺獄編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20080\" : {\n\t\t\"zone_id\" : 992,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Dark Inside\",\n\t\t\t\t\"de\" : \"Prophetie - Zodiark\",\n\t\t\t\t\"fr\" : \"Le Cratère des Martyrs\",\n\t\t\t\t\"jp\" : \"ゾディアーク討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20081\" : {\n\t\t\"zone_id\" : 993,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Zodiark's Fall\",\n\t\t\t\t\"de\" : \"Eschatos - Zodiark\",\n\t\t\t\t\"fr\" : \"Le Cratère des Martyrs (extrême)\",\n\t\t\t\t\"jp\" : \"極ゾディアーク討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5049\" : {\n\t\t\"zone_id\" : 1012,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"As the Heavens Burn\",\n\t\t\t\t\"de\" : \"Rote Himmel, roter Schnee\",\n\t\t\t\t\"fr\" : \"L'arène des neiges\",\n\t\t\t\t\"jp\" : \"拡がる終末\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5050\" : {\n\t\t\"zone_id\" : 1015,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Path Unveiled\",\n\t\t\t\t\"de\" : \"Offen für neue Wege\",\n\t\t\t\t\"fr\" : \"Des esprits et des hommes\",\n\t\t\t\t\"jp\" : \"開かれた道の先へ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30109\" : {\n\t\t\"zone_id\" : 1006,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The Third Circle\",\n\t\t\t\t\"de\" : \"Asphodelos - Dritter Kreis\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Fournaise\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：辺獄編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30110\" : {\n\t\t\"zone_id\" : 1007,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The Third Circle (Savage)\",\n\t\t\t\t\"de\" : \"Asphodelos - Dritter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Fournaise (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：辺獄編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30111\" : {\n\t\t\"zone_id\" : 1002,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The First Circle\",\n\t\t\t\t\"de\" : \"Asphodelos - Erster Kreis\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Parvis\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：辺獄編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30112\" : {\n\t\t\"zone_id\" : 1003,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The First Circle (Savage)\",\n\t\t\t\t\"de\" : \"Asphodelos - Erster Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Parvis (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：辺獄編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30113\" : {\n\t\t\"zone_id\" : 1004,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The Second Circle\",\n\t\t\t\t\"de\" : \"Asphodelos - Zweiter Kreis\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Cloaque\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：辺獄編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30114\" : {\n\t\t\"zone_id\" : 1005,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asphodelos: The Second Circle (Savage)\",\n\t\t\t\t\"de\" : \"Asphodelos - Zweiter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Les Limbes du Pandæmonium - Cloaque (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：辺獄編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5051\" : {\n\t\t\"zone_id\" : 1010,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Frosty Reception\",\n\t\t\t\t\"de\" : \"Ein frostiger Empfang\",\n\t\t\t\t\"fr\" : \"Un accueil glacial\",\n\t\t\t\t\"jp\" : \"霜雪を踏みしめて\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5052\" : {\n\t\t\"zone_id\" : 1022,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sage's Focus\",\n\t\t\t\t\"de\" : \"Des Weisen wundersames Werkzeug\",\n\t\t\t\t\"fr\" : \"Les armes du sage\",\n\t\t\t\t\"jp\" : \"賢者の短杖\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5053\" : {\n\t\t\"zone_id\" : 1020,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Harvest Begins\",\n\t\t\t\t\"de\" : \"Die Bedeutung der Sense\",\n\t\t\t\t\"fr\" : \"La vraie puissance de la faux\",\n\t\t\t\t\"jp\" : \"大鎌の意味\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5054\" : {\n\t\t\"zone_id\" : 1018,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ever March Heavensward\",\n\t\t\t\t\"de\" : \"Der Weg zur Erneuerung\",\n\t\t\t\t\"fr\" : \"La voie du renouveau\",\n\t\t\t\t\"jp\" : \"蒼天を仰ぎ、歩み続ける\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5055\" : {\n\t\t\"zone_id\" : 1021,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Killing Art\",\n\t\t\t\t\"de\" : \"Die Kunst des Tötens\",\n\t\t\t\t\"fr\" : \"La voie du néant\",\n\t\t\t\t\"jp\" : \"暗殺道\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5056\" : {\n\t\t\"zone_id\" : 1023,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Ephemeral, Path Eternal\",\n\t\t\t\t\"de\" : \"Das Leben ist kurz, die Kunst ist lang\",\n\t\t\t\t\"fr\" : \"Existences éphémères et savoir éternel\",\n\t\t\t\t\"jp\" : \"人命は儚く、術のみちは永久に\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5057\" : {\n\t\t\"zone_id\" : 1017,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Laid to Rest\",\n\t\t\t\t\"de\" : \"Domanisches Begräbnis\",\n\t\t\t\t\"fr\" : \"Des adieux domiens\",\n\t\t\t\t\"jp\" : \"ドマの弔い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55009\" : {\n\t\t\"zone_id\" : 1000,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Excitatron 6000\",\n\t\t\t\t\"de\" : \"Euphoratron\",\n\t\t\t\t\"fr\" : \"Le Ludodrome\",\n\t\t\t\t\"jp\" : \"宝物庫 エキサイトロン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5058\" : {\n\t\t\"zone_id\" : 1019,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Gift of Mercy\",\n\t\t\t\t\"de\" : \"Trauer und Hoffnung\",\n\t\t\t\t\"fr\" : \"Acceptation\",\n\t\t\t\t\"jp\" : \"僕たちは還り、君を見送ろう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"90\" : {\n\t\t\"zone_id\" : 1126,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Aetherfont\",\n\t\t\t\t\"de\" : \"Ätherborn\",\n\t\t\t\t\"fr\" : \"L'île de Haam\",\n\t\t\t\t\"jp\" : \"星霊間欠 ハーム島\"\n\t\t\t}\n\t\t}\n\t},\n\t\"91\" : {\n\t\t\"zone_id\" : 1164,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Lunar Subterrane\",\n\t\t\t\t\"de\" : \"Monduntergrund\",\n\t\t\t\t\"fr\" : \"Le Souterrain lunaire\",\n\t\t\t\t\"jp\" : \"深淵潜行 月の地下渓谷\"\n\t\t\t}\n\t\t}\n\t},\n\t\"92\" : {\n\t\t\"zone_id\" : 1193,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Worqor Zormor\",\n\t\t\t\t\"de\" : \"Worqor Zormor\",\n\t\t\t\t\"fr\" : \"Worqor Zormor\",\n\t\t\t\t\"jp\" : \"山嶺登頂 ウォーコー・ゾーモー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"93\" : {\n\t\t\"zone_id\" : 1208,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Origenics\",\n\t\t\t\t\"de\" : \"Origenik\",\n\t\t\t\t\"fr\" : \"L'Origenèse\",\n\t\t\t\t\"jp\" : \"魂魄工廠 オリジェニクス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"94\" : {\n\t\t\"zone_id\" : 1167,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ihuykatumu\",\n\t\t\t\t\"de\" : \"Ihuykatumu\",\n\t\t\t\t\"fr\" : \"La Remontée de l'Ihuykatumu\",\n\t\t\t\t\"jp\" : \"濁流遡上 イフイカ・トゥム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"95\" : {\n\t\t\"zone_id\" : 1199,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alexandria\",\n\t\t\t\t\"de\" : \"Alexandria\",\n\t\t\t\t\"fr\" : \"Alexandrie\",\n\t\t\t\t\"jp\" : \"記憶幻想 アレクサンドリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5068\" : {\n\t\t\"zone_id\" : 1210,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Father First\",\n\t\t\t\t\"de\" : \"Des Vaters viele Sorgen\",\n\t\t\t\t\"fr\" : \"L'Aurarque et le père\",\n\t\t\t\t\"jp\" : \"王として、父として\"\n\t\t\t}\n\t\t}\n\t},\n\t\"96\" : {\n\t\t\"zone_id\" : 1194,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Skydeep Cenote\",\n\t\t\t\t\"de\" : \"Himmelstiefer Cenote\",\n\t\t\t\t\"fr\" : \"Le cénote des Cieux infinis\",\n\t\t\t\t\"jp\" : \"遺産踏査 天深きセノーテ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20082\" : {\n\t\t\"zone_id\" : 1048,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Porta Decumana\",\n\t\t\t\t\"de\" : \"Porta Decumana\",\n\t\t\t\t\"fr\" : \"Porta Decumana\",\n\t\t\t\t\"jp\" : \"アルテマウェポン破壊作戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"97\" : {\n\t\t\"zone_id\" : 1198,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vanguard\",\n\t\t\t\t\"de\" : \"Der Außenposten\",\n\t\t\t\t\"fr\" : \"L'Avant-garde\",\n\t\t\t\t\"jp\" : \"外征前哨 ヴァンガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20093\" : {\n\t\t\"zone_id\" : 1195,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Worqor Lar Dor\",\n\t\t\t\t\"de\" : \"Zel Tajaal - Valigarmanda\",\n\t\t\t\t\"fr\" : \"Worqor Lar Dor\",\n\t\t\t\t\"jp\" : \"ヴァリガルマンダ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20094\" : {\n\t\t\"zone_id\" : 1196,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Worqor Lar Dor (Extreme)\",\n\t\t\t\t\"de\" : \"Gok Tajaal - Valigarmanda\",\n\t\t\t\t\"fr\" : \"Worqor Lar Dor (extrême)\",\n\t\t\t\t\"jp\" : \"極ヴァリガルマンダ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"98\" : {\n\t\t\"zone_id\" : 1203,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tender Valley\",\n\t\t\t\t\"de\" : \"Kaktorsenke\",\n\t\t\t\t\"fr\" : \"La Vallée des Pampas\",\n\t\t\t\t\"jp\" : \"荒野秘境 サボテンダーバレー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40027\" : {\n\t\t\"zone_id\" : 1032,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palaistra\",\n\t\t\t\t\"de\" : \"Die Palästra\",\n\t\t\t\t\"fr\" : \"Le Palestre\",\n\t\t\t\t\"jp\" : \"パライストラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40028\" : {\n\t\t\"zone_id\" : 1033,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Volcanic Heart\",\n\t\t\t\t\"de\" : \"Das Herz des Vulkans\",\n\t\t\t\t\"fr\" : \"Le Cœur volcanique\",\n\t\t\t\t\"jp\" : \"ヴォルカニック・ハート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40029\" : {\n\t\t\"zone_id\" : 1034,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cloud Nine\",\n\t\t\t\t\"de\" : \"Wolke Sieben\",\n\t\t\t\t\"fr\" : \"Le Petit Nuage\",\n\t\t\t\t\"jp\" : \"クラウドナイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"87\" : {\n\t\t\"zone_id\" : 1050,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Alzadaal's Legacy\",\n\t\t\t\t\"de\" : \"Alzadaals Vermächtnis\",\n\t\t\t\t\"fr\" : \"Le legs d'Alzadaal\",\n\t\t\t\t\"jp\" : \"近東秘宝 アルザダール海底遺跡群\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5059\" : {\n\t\t\"zone_id\" : 1051,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forlorn Glory\",\n\t\t\t\t\"de\" : \"Nervas Reich\",\n\t\t\t\t\"fr\" : \"Nerva, le patriote\",\n\t\t\t\t\"jp\" : \"ネルウァの帝国\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20083\" : {\n\t\t\"zone_id\" : 998,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Minstrel's Ballad: Endsinger's Aria\",\n\t\t\t\t\"de\" : \"Eschatos - Endsängerin\",\n\t\t\t\t\"fr\" : \"le Répons final (extrême)\",\n\t\t\t\t\"jp\" : \"終極の戦い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40030\" : {\n\t\t\"zone_id\" : 1032,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Palaistra\",\n\t\t\t\t\"de\" : \"Die Palästra\",\n\t\t\t\t\"fr\" : \"Le Palestre\",\n\t\t\t\t\"jp\" : \"パライストラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40031\" : {\n\t\t\"zone_id\" : 1033,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Volcanic Heart\",\n\t\t\t\t\"de\" : \"Das Herz des Vulkans\",\n\t\t\t\t\"fr\" : \"Le Cœur volcanique\",\n\t\t\t\t\"jp\" : \"ヴォルカニック・ハート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40032\" : {\n\t\t\"zone_id\" : 1034,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cloud Nine\",\n\t\t\t\t\"de\" : \"Wolke Sieben\",\n\t\t\t\t\"fr\" : \"Le Petit Nuage\",\n\t\t\t\t\"jp\" : \"クラウドナイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40033\" : {\n\t\t\"zone_id\" : 1058,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystalline Conflict (Custom Match - The Palaistra)\",\n\t\t\t\t\"de\" : \"Crystalline Conflict: Die Palästra (Schaukampf)\",\n\t\t\t\t\"fr\" : \"Crystalline Conflict (partie personnalisée - Le Palestre)\",\n\t\t\t\t\"jp\" : \"クリスタルコンフリクト(パライストラ：カスタムマッチ)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40034\" : {\n\t\t\"zone_id\" : 1059,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystalline Conflict (Custom Match - The Volcanic Heart)\",\n\t\t\t\t\"de\" : \"Crystalline Conflict: Das Herz des Vulkans (Schaukampf)\",\n\t\t\t\t\"fr\" : \"Crystalline Conflict (partie personnalisée - Le Cœur volcanique)\",\n\t\t\t\t\"jp\" : \"クリスタルコンフリクト(ヴォルカニック・ハート：カスタムマッチ)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40035\" : {\n\t\t\"zone_id\" : 1060,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystalline Conflict (Custom Match - Cloud Nine)\",\n\t\t\t\t\"de\" : \"Crystalline Conflict: Wolke Sieben (Schaukampf)\",\n\t\t\t\t\"fr\" : \"Crystalline Conflict (partie personnalisée - Le Petit Nuage)\",\n\t\t\t\t\"jp\" : \"クリスタルコンフリクト(クラウドナイン：カスタムマッチ)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5060\" : {\n\t\t\"zone_id\" : 1049,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cape Westwind\",\n\t\t\t\t\"de\" : \"Kap Westwind\",\n\t\t\t\t\"fr\" : \"le Cap Vendouest\",\n\t\t\t\t\"jp\" : \"リットアティン強襲戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30115\" : {\n\t\t\"zone_id\" : 1054,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aglaia\",\n\t\t\t\t\"de\" : \"Aglaia\",\n\t\t\t\t\"fr\" : \"Domaine divin - Aglaé\",\n\t\t\t\t\"jp\" : \"輝ける神域 アグライア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5061\" : {\n\t\t\"zone_id\" : 1052,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Devastation\",\n\t\t\t\t\"de\" : \"Das Antlitz der Kaltblütigkeit\",\n\t\t\t\t\"fr\" : \"le Praetorium en flammes\",\n\t\t\t\t\"jp\" : \"アシエン・ラハブレア討伐戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36001\" : {\n\t\t\"zone_id\" : 1069,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Sil'dihn Subterrane\",\n\t\t\t\t\"de\" : \"Die Unterstadt von Sil'dih\",\n\t\t\t\t\"fr\" : \"Les canalisations sildiennes - Donjon à embranchements\",\n\t\t\t\t\"jp\" : \"ヴァリアントダンジョン シラディハ水道\"\n\t\t\t}\n\t\t}\n\t},\n\t\"88\" : {\n\t\t\"zone_id\" : 1070,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Fell Court of Troia\",\n\t\t\t\t\"de\" : \"Der Schwarze Hof von Troia\",\n\t\t\t\t\"fr\" : \"Le Château de Troïa\",\n\t\t\t\t\"jp\" : \"異界孤城 トロイアコート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20084\" : {\n\t\t\"zone_id\" : 1071,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Storm's Crown\",\n\t\t\t\t\"de\" : \"Prophetie - Barbarizia\",\n\t\t\t\t\"fr\" : \"La Toison des tempêtes\",\n\t\t\t\t\"jp\" : \"バルバリシア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20085\" : {\n\t\t\"zone_id\" : 1072,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Storm's Crown (Extreme)\",\n\t\t\t\t\"de\" : \"Eschatos - Barbarizia\",\n\t\t\t\t\"fr\" : \"La Toison des tempêtes (extrême)\",\n\t\t\t\t\"jp\" : \"極バルバリシア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30116\" : {\n\t\t\"zone_id\" : 1081,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Fifth Circle\",\n\t\t\t\t\"de\" : \"Abyssos - Fünfter Kreis\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Cages\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：煉獄編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30117\" : {\n\t\t\"zone_id\" : 1082,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Fifth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Abyssos - Fünfter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Cages (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：煉獄編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5062\" : {\n\t\t\"zone_id\" : 1091,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Where Everything Begins\",\n\t\t\t\t\"de\" : \"Wo alles seinen Anfang nimmt\",\n\t\t\t\t\"fr\" : \"Au commencement était Zero\",\n\t\t\t\t\"jp\" : \"失われた力\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30118\" : {\n\t\t\"zone_id\" : 1085,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Seventh Circle\",\n\t\t\t\t\"de\" : \"Abyssos - Siebter Kreis\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Racines\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：煉獄編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30119\" : {\n\t\t\"zone_id\" : 1086,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Seventh Circle (Savage)\",\n\t\t\t\t\"de\" : \"Abyssos - Siebter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Racines (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：煉獄編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37001\" : {\n\t\t\"zone_id\" : 1075,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Sil'dihn Subterrane\",\n\t\t\t\t\"de\" : \"Die kuriose Unterstadt von Sil'dih\",\n\t\t\t\t\"fr\" : \"Les canalisations sildiennes annexes - Donjon alternatif\",\n\t\t\t\t\"jp\" : \"アナザーダンジョン 異聞シラディハ水道\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37002\" : {\n\t\t\"zone_id\" : 1076,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Sil'dihn Subterrane (Savage)\",\n\t\t\t\t\"de\" : \"Die kuriose Unterstadt von Sil'dih (episch)\",\n\t\t\t\t\"fr\" : \"Les canalisations sildiennes annexes - Donjon alternatif (sadique)\",\n\t\t\t\t\"jp\" : \"アナザーダンジョン 異聞シラディハ水道 零式\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30120\" : {\n\t\t\"zone_id\" : 1083,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Sixth Circle\",\n\t\t\t\t\"de\" : \"Abyssos - Sechster Kreis\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Croisements\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：煉獄編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30121\" : {\n\t\t\"zone_id\" : 1084,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Sixth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Abyssos - Sechster Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Croisements (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：煉獄編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30122\" : {\n\t\t\"zone_id\" : 1087,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Eighth Circle\",\n\t\t\t\t\"de\" : \"Abyssos - Achter Kreis\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Hérédité\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：煉獄編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30123\" : {\n\t\t\"zone_id\" : 1088,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssos: The Eighth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Abyssos - Achter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Purgatoire du Pandæmonium - Hérédité (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：煉獄編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5063\" : {\n\t\t\"zone_id\" : 1068,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Steps of Faith\",\n\t\t\t\t\"de\" : \"Der Schicksalsweg\",\n\t\t\t\t\"fr\" : \"Le Siège de la sainte Cité d'Ishgard\",\n\t\t\t\t\"jp\" : \"皇都イシュガルド防衛戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20086\" : {\n\t\t\"zone_id\" : 1095,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mount Ordeals\",\n\t\t\t\t\"de\" : \"Prophetie - Rubicante\",\n\t\t\t\t\"fr\" : \"Le Mont du Supplice\",\n\t\t\t\t\"jp\" : \"ルビカンテ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"89\" : {\n\t\t\"zone_id\" : 1097,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lapis Manalis\",\n\t\t\t\t\"de\" : \"Lapis Manalis\",\n\t\t\t\t\"fr\" : \"Lapis Manalis\",\n\t\t\t\t\"jp\" : \"雪山冥洞 ラピス・マナリス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60031\" : {\n\t\t\"zone_id\" : 1099,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 1-10)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 1-10)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 1-10)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B1～B10\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60032\" : {\n\t\t\"zone_id\" : 1100,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 11-20)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 11-20)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 11-20)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B11～B20\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60033\" : {\n\t\t\"zone_id\" : 1101,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 21-30)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 21-30)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 21-30)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B21～B30\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60034\" : {\n\t\t\"zone_id\" : 1102,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 31-40)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 31-40)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 31-40)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B31～B40\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60035\" : {\n\t\t\"zone_id\" : 1103,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 41-50)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 41-50)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 41-50)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B41～B50\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60036\" : {\n\t\t\"zone_id\" : 1104,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 51-60)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 51-60)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 51-60)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B51～B60\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60037\" : {\n\t\t\"zone_id\" : 1105,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 61-70)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 61-70)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 61-70)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B61～B70\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60038\" : {\n\t\t\"zone_id\" : 1106,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 71-80)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 71-80)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 71-80)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B71～B80\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60039\" : {\n\t\t\"zone_id\" : 1107,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 81-90)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 81-90)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 81-90)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B81～B90\"\n\t\t\t}\n\t\t}\n\t},\n\t\"60040\" : {\n\t\t\"zone_id\" : 1108,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eureka Orthos (Floors 91-100)\",\n\t\t\t\t\"de\" : \"Eureka Orthos (Ebenen 91-100)\",\n\t\t\t\t\"fr\" : \"Eurêka Orthos (sous-sols 91-100)\",\n\t\t\t\t\"jp\" : \"オルト・エウレカ B91～B100\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5064\" : {\n\t\t\"zone_id\" : 1115,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Generational Bonding\",\n\t\t\t\t\"de\" : \"Väterliche Liebe\",\n\t\t\t\t\"fr\" : \"Tel gentilhomme, tel gentilhomme\",\n\t\t\t\t\"jp\" : \"はつらつとした親子\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30124\" : {\n\t\t\"zone_id\" : 1122,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Omega Protocol (Ultimate)\",\n\t\t\t\t\"de\" : \"Omega (fatal)\",\n\t\t\t\t\"fr\" : \"le Protocole Oméga (fatal)\",\n\t\t\t\t\"jp\" : \"絶オメガ検証戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55011\" : {\n\t\t\"zone_id\" : 1123,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Shifting Gymnasion Agonon\",\n\t\t\t\t\"de\" : \"Gymnasion Agonon\",\n\t\t\t\t\"fr\" : \"Elpis Gymnasion\",\n\t\t\t\t\"jp\" : \"宝物庫 エルピス・ギュムナシオン祭殿\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5065\" : {\n\t\t\"zone_id\" : 1120,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"An Unforeseen Bargain\",\n\t\t\t\t\"de\" : \"Der Wert einer Buuds\",\n\t\t\t\t\"fr\" : \"Pour une bouchée de pain\",\n\t\t\t\t\"jp\" : \"パンひとつと引き換えに\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30125\" : {\n\t\t\"zone_id\" : 1118,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Euphrosyne\",\n\t\t\t\t\"de\" : \"Euphrosyne\",\n\t\t\t\t\"fr\" : \"Domaine divin - Euphrosyne\",\n\t\t\t\t\"jp\" : \"喜びの神域 エウプロシュネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40036\" : {\n\t\t\"zone_id\" : 1116,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Clockwork Castletown\",\n\t\t\t\t\"de\" : \"Die Mechanische Menagerie\",\n\t\t\t\t\"fr\" : \"Le Traquenard oriental\",\n\t\t\t\t\"jp\" : \"東方絡繰御殿\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40037\" : {\n\t\t\"zone_id\" : 1116,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Clockwork Castletown\",\n\t\t\t\t\"de\" : \"Die Mechanische Menagerie\",\n\t\t\t\t\"fr\" : \"Le Traquenard oriental\",\n\t\t\t\t\"jp\" : \"東方絡繰御殿\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40038\" : {\n\t\t\"zone_id\" : 1117,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystalline Conflict (Custom Match - The Clockwork Castletown)\",\n\t\t\t\t\"de\" : \"Crystalline Conflict: Die Mechanische Menagerie (Schaukampf)\",\n\t\t\t\t\"fr\" : \"Crys. Conflict (partie perso. - Le Traquenard oriental)\",\n\t\t\t\t\"jp\" : \"クリスタルコンフリクト(東方絡繰御殿：カスタムマッチ)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20087\" : {\n\t\t\"zone_id\" : 1096,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mount Ordeals (Extreme)\",\n\t\t\t\t\"de\" : \"Eschatos - Rubicante\",\n\t\t\t\t\"fr\" : \"Le Mont du Supplice (extrême)\",\n\t\t\t\t\"jp\" : \"極ルビカンテ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5072\" : {\n\t\t\"zone_id\" : 1235,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fangs of the Viper\",\n\t\t\t\t\"de\" : \"Einführung in die Viperologie\",\n\t\t\t\t\"fr\" : \"Le devoir des rôdeurs vipère\",\n\t\t\t\t\"jp\" : \"ヴァイパーの使命\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30126\" : {\n\t\t\"zone_id\" : 1147,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Ninth Circle\",\n\t\t\t\t\"de\" : \"Anabaseios - Neunter Kreis\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Métempsycose\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：天獄編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30127\" : {\n\t\t\"zone_id\" : 1148,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Ninth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Anabaseios - Neunter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Métempsycose (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：天獄編1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30128\" : {\n\t\t\"zone_id\" : 1149,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Tenth Circle\",\n\t\t\t\t\"de\" : \"Anabaseios - Zehnter Kreis\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Monochrome\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：天獄編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30129\" : {\n\t\t\"zone_id\" : 1150,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Tenth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Anabaseios - Zehnter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Monochrome (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：天獄編2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30130\" : {\n\t\t\"zone_id\" : 1151,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Eleventh Circle\",\n\t\t\t\t\"de\" : \"Anabaseios - Elfter Kreis\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Tribunal\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：天獄編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30131\" : {\n\t\t\"zone_id\" : 1152,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Eleventh Circle (Savage)\",\n\t\t\t\t\"de\" : \"Anabaseios - Elfter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Tribunal (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：天獄編3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30132\" : {\n\t\t\"zone_id\" : 1153,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Twelfth Circle\",\n\t\t\t\t\"de\" : \"Anabaseios - Zwölfter Kreis\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Apothéose\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム：天獄編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30133\" : {\n\t\t\"zone_id\" : 1154,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Anabaseios: The Twelfth Circle (Savage)\",\n\t\t\t\t\"de\" : \"Anabaseios - Zwölfter Kreis (episch)\",\n\t\t\t\t\"fr\" : \"Le Paradis du Pandæmonium - Apothéose (sadique)\",\n\t\t\t\t\"jp\" : \"万魔殿パンデモニウム零式：天獄編4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20088\" : {\n\t\t\"zone_id\" : 1136,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Gilded Araya\",\n\t\t\t\t\"de\" : \"Prophetie - Asura\",\n\t\t\t\t\"fr\" : \"Le temple doré d'Araya\",\n\t\t\t\t\"jp\" : \"アスラ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36002\" : {\n\t\t\"zone_id\" : 1137,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mount Rokkon\",\n\t\t\t\t\"de\" : \"Der Rokkon\",\n\t\t\t\t\"fr\" : \"Le mont Rokkon - Donjon à embranchements\",\n\t\t\t\t\"jp\" : \"ヴァリアントダンジョン 六根山\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37003\" : {\n\t\t\"zone_id\" : 1155,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Mount Rokkon\",\n\t\t\t\t\"de\" : \"Der kuriose Rokkon\",\n\t\t\t\t\"fr\" : \"Le mont Rokkon annexe - Donjon alternatif\",\n\t\t\t\t\"jp\" : \"アナザーダンジョン 異聞六根山\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37004\" : {\n\t\t\"zone_id\" : 1156,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Mount Rokkon (Savage)\",\n\t\t\t\t\"de\" : \"Der kuriose Rokkon (episch)\",\n\t\t\t\t\"fr\" : \"Le mont Rokkon annexe - Donjon alternatif (sadique)\",\n\t\t\t\t\"jp\" : \"アナザーダンジョン 異聞六根山 零式\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35032\" : {\n\t\t\"zone_id\" : 796,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Golden Opportunity\",\n\t\t\t\t\"de\" : \"Goldor der Güldene\",\n\t\t\t\t\"fr\" : \"Goldor, le mage doré\",\n\t\t\t\t\"jp\" : \"黄金闘士「ゴールドル」\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20089\" : {\n\t\t\"zone_id\" : 1140,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Voidcast Dais\",\n\t\t\t\t\"de\" : \"Prophetie - Golbez\",\n\t\t\t\t\"fr\" : \"La Chaire de l'Exilée\",\n\t\t\t\t\"jp\" : \"ゴルベーザ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20090\" : {\n\t\t\"zone_id\" : 1141,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Voidcast Dais (Extreme)\",\n\t\t\t\t\"de\" : \"Eschatos - Golbez\",\n\t\t\t\t\"fr\" : \"La Chaire de l'Exilée (extrême)\",\n\t\t\t\t\"jp\" : \"極ゴルベーザ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63012\" : {\n\t\t\"zone_id\" : 1163,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63013\" : {\n\t\t\"zone_id\" : 1163,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63014\" : {\n\t\t\"zone_id\" : 1163,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63015\" : {\n\t\t\"zone_id\" : 1163,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63016\" : {\n\t\t\"zone_id\" : 1163,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"63017\" : {\n\t\t\"zone_id\" : 1163,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ocean Fishing\",\n\t\t\t\t\"de\" : \"Auf großer Fahrt\",\n\t\t\t\t\"fr\" : \"Pêche en mer\",\n\t\t\t\t\"jp\" : \"オーシャンフィッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5066\" : {\n\t\t\"zone_id\" : 1166,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Memory of Embers\",\n\t\t\t\t\"de\" : \"Der Pfad der Flammen\",\n\t\t\t\t\"fr\" : \"Flammes primordiales\",\n\t\t\t\t\"jp\" : \"炎影の旅路\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5067\" : {\n\t\t\"zone_id\" : 1177,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Game Is Afoot\",\n\t\t\t\t\"de\" : \"Die Jagd ist eröffnet\",\n\t\t\t\t\"fr\" : \"Par-delà l'horizon\",\n\t\t\t\t\"jp\" : \"その瞳が見据えるもの\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36003\" : {\n\t\t\"zone_id\" : 1176,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aloalo Island\",\n\t\t\t\t\"de\" : \"Aloalo\",\n\t\t\t\t\"fr\" : \"L'île d'Aloalo - Donjon à embranchements\",\n\t\t\t\t\"jp\" : \"ヴァリアントダンジョン アロアロ島\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30134\" : {\n\t\t\"zone_id\" : 1178,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thaleia\",\n\t\t\t\t\"de\" : \"Thaleia\",\n\t\t\t\t\"fr\" : \"Domaine divin - Thalie\",\n\t\t\t\t\"jp\" : \"華めく神域 タレイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20091\" : {\n\t\t\"zone_id\" : 1168,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Abyssal Fracture\",\n\t\t\t\t\"de\" : \"Prophetie - Zeromus\",\n\t\t\t\t\"fr\" : \"La Fracture abyssale\",\n\t\t\t\t\"jp\" : \"ゼロムス討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20092\" : {\n\t\t\"zone_id\" : 1169,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Abyssal Fracture (Extreme)\",\n\t\t\t\t\"de\" : \"Eschatos - Zeromus\",\n\t\t\t\t\"fr\" : \"La Fracture abyssale (extrême)\",\n\t\t\t\t\"jp\" : \"極ゼロムス討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5074\" : {\n\t\t\"zone_id\" : 1234,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Somewhere Only She Knows\",\n\t\t\t\t\"de\" : \"Begegnungen und Abschiede\",\n\t\t\t\t\"fr\" : \"L'œuvre de la maturité\",\n\t\t\t\t\"jp\" : \"旅する画家は幻想を征く\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40039\" : {\n\t\t\"zone_id\" : 1138,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Red Sands\",\n\t\t\t\t\"de\" : \"Die Roten Sande\",\n\t\t\t\t\"fr\" : \"Les Sables sanglants\",\n\t\t\t\t\"jp\" : \"レッド・サンズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40040\" : {\n\t\t\"zone_id\" : 1138,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Red Sands\",\n\t\t\t\t\"de\" : \"Die Roten Sande\",\n\t\t\t\t\"fr\" : \"Les Sables sanglants\",\n\t\t\t\t\"jp\" : \"レッド・サンズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40041\" : {\n\t\t\"zone_id\" : 1139,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crystalline Conflict (Custom Match - The Red Sands)\",\n\t\t\t\t\"de\" : \"Crystalline Conflict: Die Roten Sande (Schaukampf)\",\n\t\t\t\t\"fr\" : \"Crystalline Conflict (partie personnalisée - Les Sables sanglants)\",\n\t\t\t\t\"jp\" : \"クリスタルコンフリクト(レッド・サンズ：カスタムマッチ)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37005\" : {\n\t\t\"zone_id\" : 1179,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Aloalo Island\",\n\t\t\t\t\"de\" : \"Kurioses Aloalo\",\n\t\t\t\t\"fr\" : \"L'île d'Aloalo annexe - Donjon alternatif\",\n\t\t\t\t\"jp\" : \"アナザーダンジョン 異聞アロアロ島\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37006\" : {\n\t\t\"zone_id\" : 1180,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Another Aloalo Island (Savage)\",\n\t\t\t\t\"de\" : \"Kurioses Aloalo (episch)\",\n\t\t\t\t\"fr\" : \"L'île d'Aloalo annexe - Donjon alternatif (sadique)\",\n\t\t\t\t\"jp\" : \"アナザーダンジョン 異聞アロアロ島 零式\"\n\t\t\t}\n\t\t}\n\t},\n\t\"99\" : {\n\t\t\"zone_id\" : 1204,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Strayborough Deadwalk\",\n\t\t\t\t\"de\" : \"Mahrlingen-Promenade\",\n\t\t\t\t\"fr\" : \"le Parc-aux-Errants\",\n\t\t\t\t\"jp\" : \"悪夢遊園 ストレイバロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5069\" : {\n\t\t\"zone_id\" : 1212,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Feat of the Brotherhood\",\n\t\t\t\t\"de\" : \"Von Schuld und Sühne\",\n\t\t\t\t\"fr\" : \"L'épreuve de l'amitié\",\n\t\t\t\t\"jp\" : \"友の試練\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5070\" : {\n\t\t\"zone_id\" : 1211,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Taking a Stand\",\n\t\t\t\t\"de\" : \"Mit scharfer Axt und leichtem Lächeln\",\n\t\t\t\t\"fr\" : \"Préserver la paix\",\n\t\t\t\t\"jp\" : \"笑顔を護るための戦い\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20095\" : {\n\t\t\"zone_id\" : 1202,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Interphos\",\n\t\t\t\t\"de\" : \"Zel Tajaal - Ewige Königin\",\n\t\t\t\t\"fr\" : \"Interphos\",\n\t\t\t\t\"jp\" : \"エターナルクイーン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30135\" : {\n\t\t\"zone_id\" : 1225,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M1\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R1\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 1\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：ライトヘビー級1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30136\" : {\n\t\t\"zone_id\" : 1226,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M1 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R1 (episch)\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 1 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：ライトヘビー級1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30137\" : {\n\t\t\"zone_id\" : 1227,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M2\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R2\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 2\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：ライトヘビー級2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30138\" : {\n\t\t\"zone_id\" : 1228,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M2 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R2 (episch)\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 2 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：ライトヘビー級2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30139\" : {\n\t\t\"zone_id\" : 1229,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M3\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R3\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 3\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：ライトヘビー級3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30140\" : {\n\t\t\"zone_id\" : 1230,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M3 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R3 (episch)\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 3 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：ライトヘビー級3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30141\" : {\n\t\t\"zone_id\" : 1231,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M4\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R4\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 4\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：ライトヘビー級4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30142\" : {\n\t\t\"zone_id\" : 1232,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Light-heavyweight M4 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Halbschwergewicht R4 (episch)\",\n\t\t\t\t\"fr\" : \"Poids mi-lourds CCA - match 4 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：ライトヘビー級4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"55012\" : {\n\t\t\"zone_id\" : 1209,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cenote Ja Ja Gural\",\n\t\t\t\t\"de\" : \"Cenote Ja Ja Gural\",\n\t\t\t\t\"fr\" : \"Cénote Ja Ja Gural\",\n\t\t\t\t\"jp\" : \"宝物庫 セノーテ・ジャジャグラル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5071\" : {\n\t\t\"zone_id\" : 1215,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"An Antidote for Anarchy\",\n\t\t\t\t\"de\" : \"Heilkunst gegen Hexerei\",\n\t\t\t\t\"fr\" : \"Les deux faces du scorpion\",\n\t\t\t\t\"jp\" : \"毒と癒やしの頂上決戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20096\" : {\n\t\t\"zone_id\" : 1200,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Everkeep\",\n\t\t\t\t\"de\" : \"Zel Tajaal - Zoraal Ja\",\n\t\t\t\t\"fr\" : \"Le Pinacle de l'Éternité\",\n\t\t\t\t\"jp\" : \"ゾラージャ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20097\" : {\n\t\t\"zone_id\" : 1201,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Everkeep (Extreme)\",\n\t\t\t\t\"de\" : \"Gok Tajaal - Zoraal Ja\",\n\t\t\t\t\"fr\" : \"Le Pinacle de l'Éternité (extrême)\",\n\t\t\t\t\"jp\" : \"極ゾラージャ討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5073\" : {\n\t\t\"zone_id\" : 1216,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"A Hunter True\",\n\t\t\t\t\"de\" : \"Krönender Abschuss\",\n\t\t\t\t\"fr\" : \"Chasseuse à lunettes... chasseuse honnête\",\n\t\t\t\t\"jp\" : \"一端の狩人\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5075\" : {\n\t\t\"zone_id\" : 1213,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Protector and the Destroyer\",\n\t\t\t\t\"de\" : \"Schützer des Volkes, Schlächter des Volkes\",\n\t\t\t\t\"fr\" : \"Protecteurs et destructeurs\",\n\t\t\t\t\"jp\" : \"護る者、壊す者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5076\" : {\n\t\t\"zone_id\" : 1217,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Mightiest Shield\",\n\t\t\t\t\"de\" : \"Der mächtigste Schild\",\n\t\t\t\t\"fr\" : \"Mauvais cru pour Chalteaufite\",\n\t\t\t\t\"jp\" : \"打倒！ シャルトフィット盗賊団\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5077\" : {\n\t\t\"zone_id\" : 1233,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mind over Manor\",\n\t\t\t\t\"de\" : \"Nächtliche Ruhestörung\",\n\t\t\t\t\"fr\" : \"Tapage nocturne\",\n\t\t\t\t\"jp\" : \"旅する画家は森都を征く\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5078\" : {\n\t\t\"zone_id\" : 1218,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heroes and Pretenders\",\n\t\t\t\t\"de\" : \"Ein Mythos in Trümmern\",\n\t\t\t\t\"fr\" : \"Le château de cartes s'effondre\",\n\t\t\t\t\"jp\" : \"祭器と作られた虚像\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5079\" : {\n\t\t\"zone_id\" : 1236,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vengeance of the Viper\",\n\t\t\t\t\"de\" : \"Der Wille der Natur\",\n\t\t\t\t\"fr\" : \"Le fléau des Tural vidraal\",\n\t\t\t\t\"jp\" : \"トラルヴィドラールを狩る者\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5080\" : {\n\t\t\"zone_id\" : 1214,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dreams of a New Day\",\n\t\t\t\t\"de\" : \"Neue Bande der Freundschaft\",\n\t\t\t\t\"fr\" : \"Rêves éveillés\",\n\t\t\t\t\"jp\" : \"寝ても覚めても\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30143\" : {\n\t\t\"zone_id\" : 1238,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Futures Rewritten (Ultimate)\",\n\t\t\t\t\"de\" : \"Eine zweite Zukunft (fatal)\",\n\t\t\t\t\"fr\" : \"Avenirs réécrits (fatal)\",\n\t\t\t\t\"jp\" : \"絶もうひとつの未来\"\n\t\t\t}\n\t\t}\n\t},\n\t\"100\" : {\n\t\t\"zone_id\" : 1242,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Yuweyawata Field Station\",\n\t\t\t\t\"de\" : \"Forschungsstation Yuweyawata\",\n\t\t\t\t\"fr\" : \"Le centre de recherche de Yuweyawata\",\n\t\t\t\t\"jp\" : \"廃地討究 ユウェヤーワータ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5081\" : {\n\t\t\"zone_id\" : 1244,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Warmth of Family\",\n\t\t\t\t\"de\" : \"Ein Land, eine Familie\",\n\t\t\t\t\"fr\" : \"La famille de l'Aurarque\",\n\t\t\t\t\"jp\" : \"王の家族\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20098\" : {\n\t\t\"zone_id\" : 1241,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Cloud of Darkness (Chaotic)\",\n\t\t\t\t\"de\" : \"Die Wolke der Dunkelheit (chaotisch)\",\n\t\t\t\t\"fr\" : \"La Tour de Ténèbres (chaotique)\",\n\t\t\t\t\"jp\" : \"滅暗闇の雲激闘戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15017\" : {\n\t\t\"zone_id\" : 1127,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"React to Attack Markers\",\n\t\t\t\t\"de\" : \"Achte auf Attackenmarkierungen!\",\n\t\t\t\t\"fr\" : \"Réagir à des marquages\",\n\t\t\t\t\"jp\" : \"マーカーが出る攻撃に対処しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15018\" : {\n\t\t\"zone_id\" : 1128,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"React to Floor Markers\",\n\t\t\t\t\"de\" : \"Achte auf Geländemarkierungen!\",\n\t\t\t\t\"fr\" : \"Réagir à des indications au sol\",\n\t\t\t\t\"jp\" : \"地面に予兆が出る攻撃に対処しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15019\" : {\n\t\t\"zone_id\" : 1129,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"React to Advanced Visual Indicators\",\n\t\t\t\t\"de\" : \"Stelle dich allerlei Angriffsmanövern!\",\n\t\t\t\t\"fr\" : \"Réagir à des mécaniques variées\",\n\t\t\t\t\"jp\" : \"さまざまな攻撃に対処しよう！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30144\" : {\n\t\t\"zone_id\" : 1248,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jeuno: The First Walk\",\n\t\t\t\t\"de\" : \"Jeuno: Die erste Etappe\",\n\t\t\t\t\"fr\" : \"Jeuno - La première perambulation\",\n\t\t\t\t\"jp\" : \"ジュノ：ザ・ファーストウォーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5082\" : {\n\t\t\"zone_id\" : 1246,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bar the Passage\",\n\t\t\t\t\"de\" : \"Kampf an Zorgor der Weiten\",\n\t\t\t\t\"fr\" : \"Pour s'affranchir de la tyrannie, tout s'appelle vertu\",\n\t\t\t\t\"jp\" : \"決戦、ゾーゴー永結橋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20099\" : {\n\t\t\"zone_id\" : 1243,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Minstrel's Ballad: Sphene's Burden\",\n\t\t\t\t\"de\" : \"Gok Tajaal - Ewige Königin\",\n\t\t\t\t\"fr\" : \"Interphos (extrême)\",\n\t\t\t\t\"jp\" : \"極エターナルクイーン討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30145\" : {\n\t\t\"zone_id\" : 1256,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M1\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R1\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 1\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：クルーザー級1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30146\" : {\n\t\t\"zone_id\" : 1257,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M1 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R1 (episch)\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 1 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：クルーザー級1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30147\" : {\n\t\t\"zone_id\" : 1258,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M2\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R2\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 2\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：クルーザー級2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30148\" : {\n\t\t\"zone_id\" : 1259,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M2 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R2 (episch)\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 2 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：クルーザー級2\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30149\" : {\n\t\t\"zone_id\" : 1260,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M3\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R3\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 3\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：クルーザー級3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30150\" : {\n\t\t\"zone_id\" : 1261,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M3 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R3 (episch)\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 3 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：クルーザー級3\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30151\" : {\n\t\t\"zone_id\" : 1262,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M4\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R4\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 4\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア：クルーザー級4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30152\" : {\n\t\t\"zone_id\" : 1263,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"AAC Cruiserweight M4 (Savage)\",\n\t\t\t\t\"de\" : \"Arkadion - Schwergewicht R4 (episch)\",\n\t\t\t\t\"fr\" : \"Poids lourds-légers CCA - match 4 (sadique)\",\n\t\t\t\t\"jp\" : \"至天の座アルカディア零式：クルーザー級4\"\n\t\t\t}\n\t\t}\n\t},\n\t\"101\" : {\n\t\t\"zone_id\" : 1266,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Underkeep\",\n\t\t\t\t\"de\" : \"Unterfried-Ruinen\",\n\t\t\t\t\"fr\" : \"La Gardienne de l'Immémorial\",\n\t\t\t\t\"jp\" : \"王城旧跡 アンダーキープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"64010\" : {\n\t\t\"zone_id\" : 1272,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hells' Kier (Unreal)\",\n\t\t\t\t\"de\" : \"Traumprüfung - Suzaku\",\n\t\t\t\t\"fr\" : \"Le Nid des Lamentations (irréel)\",\n\t\t\t\t\"jp\" : \"幻朱雀征魂戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20100\" : {\n\t\t\"zone_id\" : 1270,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recollection\",\n\t\t\t\t\"de\" : \"Zel Tajaal - Zelenia\",\n\t\t\t\t\"fr\" : \"Le Sanctuaire du Serment\",\n\t\t\t\t\"jp\" : \"ゼレニア討滅戦\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20101\" : {\n\t\t\"zone_id\" : 1271,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recollection (Extreme)\",\n\t\t\t\t\"de\" : \"Gok Tajaal - Zelenia\",\n\t\t\t\t\"fr\" : \"Le Sanctuaire du Serment (extrême)\",\n\t\t\t\t\"jp\" : \"極ゼレニア討滅戦\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "src/data/game/jobs.json",
    "content": "{\n\t\"1\" : {\n\t\t\"abbreviation\" : \"GLA\"\n\t},\n\t\"2\" : {\n\t\t\"abbreviation\" : \"PGL\"\n\t},\n\t\"3\" : {\n\t\t\"abbreviation\" : \"MRD\"\n\t},\n\t\"4\" : {\n\t\t\"abbreviation\" : \"LNC\"\n\t},\n\t\"5\" : {\n\t\t\"abbreviation\" : \"ARC\"\n\t},\n\t\"6\" : {\n\t\t\"abbreviation\" : \"CNJ\"\n\t},\n\t\"7\" : {\n\t\t\"abbreviation\" : \"THM\"\n\t},\n\t\"8\" : {\n\t\t\"abbreviation\" : \"CRP\"\n\t},\n\t\"9\" : {\n\t\t\"abbreviation\" : \"BSM\"\n\t},\n\t\"10\" : {\n\t\t\"abbreviation\" : \"ARM\"\n\t},\n\t\"11\" : {\n\t\t\"abbreviation\" : \"GSM\"\n\t},\n\t\"12\" : {\n\t\t\"abbreviation\" : \"LTW\"\n\t},\n\t\"13\" : {\n\t\t\"abbreviation\" : \"WVR\"\n\t},\n\t\"14\" : {\n\t\t\"abbreviation\" : \"ALC\"\n\t},\n\t\"15\" : {\n\t\t\"abbreviation\" : \"CUL\"\n\t},\n\t\"16\" : {\n\t\t\"abbreviation\" : \"MIN\"\n\t},\n\t\"17\" : {\n\t\t\"abbreviation\" : \"BTN\"\n\t},\n\t\"18\" : {\n\t\t\"abbreviation\" : \"FSH\"\n\t},\n\t\"19\" : {\n\t\t\"abbreviation\" : \"PLD\"\n\t},\n\t\"20\" : {\n\t\t\"abbreviation\" : \"MNK\"\n\t},\n\t\"21\" : {\n\t\t\"abbreviation\" : \"WAR\"\n\t},\n\t\"22\" : {\n\t\t\"abbreviation\" : \"DRG\"\n\t},\n\t\"23\" : {\n\t\t\"abbreviation\" : \"BRD\"\n\t},\n\t\"24\" : {\n\t\t\"abbreviation\" : \"WHM\"\n\t},\n\t\"25\" : {\n\t\t\"abbreviation\" : \"BLM\"\n\t},\n\t\"26\" : {\n\t\t\"abbreviation\" : \"ACN\"\n\t},\n\t\"27\" : {\n\t\t\"abbreviation\" : \"SMN\"\n\t},\n\t\"28\" : {\n\t\t\"abbreviation\" : \"SCH\"\n\t},\n\t\"29\" : {\n\t\t\"abbreviation\" : \"ROG\"\n\t},\n\t\"30\" : {\n\t\t\"abbreviation\" : \"NIN\"\n\t},\n\t\"31\" : {\n\t\t\"abbreviation\" : \"MCH\"\n\t},\n\t\"32\" : {\n\t\t\"abbreviation\" : \"DRK\"\n\t},\n\t\"33\" : {\n\t\t\"abbreviation\" : \"AST\"\n\t},\n\t\"34\" : {\n\t\t\"abbreviation\" : \"SAM\"\n\t},\n\t\"35\" : {\n\t\t\"abbreviation\" : \"RDM\"\n\t},\n\t\"36\" : {\n\t\t\"abbreviation\" : \"BLU\"\n\t},\n\t\"37\" : {\n\t\t\"abbreviation\" : \"GNB\"\n\t},\n\t\"38\" : {\n\t\t\"abbreviation\" : \"DNC\"\n\t},\n\t\"39\" : {\n\t\t\"abbreviation\" : \"RPR\"\n\t},\n\t\"40\" : {\n\t\t\"abbreviation\" : \"SGE\"\n\t},\n\t\"41\" : {\n\t\t\"abbreviation\" : \"VPR\"\n\t},\n\t\"42\" : {\n\t\t\"abbreviation\" : \"PCT\"\n\t}\n}\n"
  },
  {
    "path": "src/data/game/ogcd-skills.json",
    "content": "{\n\t\"3\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sprint\",\n\t\t\t\t\"de\" : \"Sprint\",\n\t\t\t\t\"fr\" : \"Sprint\",\n\t\t\t\t\"jp\" : \"スプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"6\" : {\n\t\t\"recast\" : 900.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Return\",\n\t\t\t\t\"de\" : \"Rückführung\",\n\t\t\t\t\"fr\" : \"Rapatriement\",\n\t\t\t\t\"jp\" : \"デジョン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sentinel\",\n\t\t\t\t\"de\" : \"Sentinel\",\n\t\t\t\t\"fr\" : \"Sentinelle\",\n\t\t\t\t\"jp\" : \"センチネル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fight or Flight\",\n\t\t\t\t\"de\" : \"Verwegenheit\",\n\t\t\t\t\"fr\" : \"Combat acharné\",\n\t\t\t\t\"jp\" : \"ファイト・オア・フライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bulwark\",\n\t\t\t\t\"de\" : \"Bollwerk\",\n\t\t\t\t\"fr\" : \"Forteresse\",\n\t\t\t\t\"jp\" : \"ブルワーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Circle of Scorn\",\n\t\t\t\t\"de\" : \"Kreis der Verachtung\",\n\t\t\t\t\"fr\" : \"Cercle du destin\",\n\t\t\t\t\"jp\" : \"サークル・オブ・ドゥーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cover\",\n\t\t\t\t\"de\" : \"Deckung\",\n\t\t\t\t\"fr\" : \"Couverture\",\n\t\t\t\t\"jp\" : \"かばう\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirits Within\",\n\t\t\t\t\"de\" : \"Selbsterhaltungstrieb\",\n\t\t\t\t\"fr\" : \"Esprits intérieurs\",\n\t\t\t\t\"jp\" : \"スピリッツウィズイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"30\" : {\n\t\t\"recast\" : 420.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hallowed Ground\",\n\t\t\t\t\"de\" : \"Heiliger Boden\",\n\t\t\t\t\"fr\" : \"Invincible\",\n\t\t\t\t\"jp\" : \"インビンシブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"38\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Berserk\",\n\t\t\t\t\"de\" : \"Tollwut\",\n\t\t\t\t\"fr\" : \"Berserk\",\n\t\t\t\t\"jp\" : \"バーサク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"40\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thrill of Battle\",\n\t\t\t\t\"de\" : \"Kampfrausch\",\n\t\t\t\t\"fr\" : \"Frisson de la bataille\",\n\t\t\t\t\"jp\" : \"スリル・オブ・バトル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43\" : {\n\t\t\"recast\" : 240.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holmgang\",\n\t\t\t\t\"de\" : \"Holmgang\",\n\t\t\t\t\"fr\" : \"Holmgang\",\n\t\t\t\t\"jp\" : \"ホルムギャング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"44\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MRD\",\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vengeance\",\n\t\t\t\t\"de\" : \"Rachsucht\",\n\t\t\t\t\"fr\" : \"Représailles\",\n\t\t\t\t\"jp\" : \"ヴェンジェンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"52\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Infuriate\",\n\t\t\t\t\"de\" : \"Schlachtruf\",\n\t\t\t\t\"fr\" : \"Cri de guerre\",\n\t\t\t\t\"jp\" : \"ウォークライ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"65\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mantra\",\n\t\t\t\t\"de\" : \"Mantra\",\n\t\t\t\t\"fr\" : \"Mantra\",\n\t\t\t\t\"jp\" : \"マントラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"69\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Perfect Balance\",\n\t\t\t\t\"de\" : \"Improvisation\",\n\t\t\t\t\"fr\" : \"Équilibre parfait\",\n\t\t\t\t\"jp\" : \"踏鳴\"\n\t\t\t}\n\t\t}\n\t},\n\t\"83\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Life Surge\",\n\t\t\t\t\"de\" : \"Vitalwallung\",\n\t\t\t\t\"fr\" : \"Souffle de vie\",\n\t\t\t\t\"jp\" : \"ライフサージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"85\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"LNC\",\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lance Charge\",\n\t\t\t\t\"de\" : \"Lanzenschärfung\",\n\t\t\t\t\"fr\" : \"Lance acérée\",\n\t\t\t\t\"jp\" : \"ランスチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"92\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jump\",\n\t\t\t\t\"de\" : \"Sprung\",\n\t\t\t\t\"fr\" : \"Saut\",\n\t\t\t\t\"jp\" : \"ジャンプ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"94\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elusive Jump\",\n\t\t\t\t\"de\" : \"Ausweichsprung\",\n\t\t\t\t\"fr\" : \"Saut insaisissable\",\n\t\t\t\t\"jp\" : \"イルーシブジャンプ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"96\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragonfire Dive\",\n\t\t\t\t\"de\" : \"Wyrmodem\",\n\t\t\t\t\"fr\" : \"Piqué du dragon\",\n\t\t\t\t\"jp\" : \"ドラゴンダイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"101\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raging Strikes\",\n\t\t\t\t\"de\" : \"Wütende Attacke\",\n\t\t\t\t\"fr\" : \"Tir furieux\",\n\t\t\t\t\"jp\" : \"猛者の撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"107\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Barrage\",\n\t\t\t\t\"de\" : \"Sperrfeuer\",\n\t\t\t\t\"fr\" : \"Rafale de coups\",\n\t\t\t\t\"jp\" : \"乱れ撃ち\"\n\t\t\t}\n\t\t}\n\t},\n\t\"110\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodletter\",\n\t\t\t\t\"de\" : \"Aderlass\",\n\t\t\t\t\"fr\" : \"Hémorragie\",\n\t\t\t\t\"jp\" : \"ブラッドレッター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"112\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Shot\",\n\t\t\t\t\"de\" : \"Mannstopper\",\n\t\t\t\t\"fr\" : \"Tir repoussant\",\n\t\t\t\t\"jp\" : \"リペリングショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"114\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mage's Ballad\",\n\t\t\t\t\"de\" : \"Ballade des Weisen\",\n\t\t\t\t\"fr\" : \"Ballade du mage\",\n\t\t\t\t\"jp\" : \"賢人のバラード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"116\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Army's Paeon\",\n\t\t\t\t\"de\" : \"Hymne der Krieger\",\n\t\t\t\t\"fr\" : \"Péan martial\",\n\t\t\t\t\"jp\" : \"軍神のパイオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"117\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rain of Death\",\n\t\t\t\t\"de\" : \"Tödlicher Regen\",\n\t\t\t\t\"fr\" : \"Pluie mortelle\",\n\t\t\t\t\"jp\" : \"レイン・オブ・デス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"118\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle Voice\",\n\t\t\t\t\"de\" : \"Ode an die Seele\",\n\t\t\t\t\"fr\" : \"Voix de combat\",\n\t\t\t\t\"jp\" : \"バトルボイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"136\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Presence of Mind\",\n\t\t\t\t\"de\" : \"Geistesgegenwart\",\n\t\t\t\t\"fr\" : \"Présence d'esprit\",\n\t\t\t\t\"jp\" : \"神速魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"140\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Benediction\",\n\t\t\t\t\"de\" : \"Benediktion\",\n\t\t\t\t\"fr\" : \"Bénédiction\",\n\t\t\t\t\"jp\" : \"ベネディクション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"155\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Manipulation\",\n\t\t\t\t\"de\" : \"Äthermanipulation\",\n\t\t\t\t\"fr\" : \"Manipulation de l'éther\",\n\t\t\t\t\"jp\" : \"エーテリアルステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"157\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manaward\",\n\t\t\t\t\"de\" : \"Mana-Schild\",\n\t\t\t\t\"fr\" : \"Barrière de mana\",\n\t\t\t\t\"jp\" : \"マバリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"158\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"recast\" : 100.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manafont\",\n\t\t\t\t\"de\" : \"Mana-Brunnen\",\n\t\t\t\t\"fr\" : \"Vasque de mana\",\n\t\t\t\t\"jp\" : \"マナフォント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"166\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherflow\",\n\t\t\t\t\"de\" : \"Ätherfluss\",\n\t\t\t\t\"fr\" : \"Flux d'éther\",\n\t\t\t\t\"jp\" : \"エーテルフロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"188\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sacred Soil\",\n\t\t\t\t\"de\" : \"Geweihte Erde\",\n\t\t\t\t\"fr\" : \"Dogme de survie\",\n\t\t\t\t\"jp\" : \"野戦治療の陣\"\n\t\t\t}\n\t\t}\n\t},\n\t\"211\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Land\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arbor Call\",\n\t\t\t\t\"de\" : \"Ruf des Waldes\",\n\t\t\t\t\"fr\" : \"Dendrologie\",\n\t\t\t\t\"jp\" : \"アーバーコール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"228\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Land\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lay of the Land\",\n\t\t\t\t\"de\" : \"Bodenbefund\",\n\t\t\t\t\"fr\" : \"Géologie\",\n\t\t\t\t\"jp\" : \"ランドサーベイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"268\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"FSH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mooch II\",\n\t\t\t\t\"de\" : \"Naturköder II\",\n\t\t\t\t\"fr\" : \"Pêche au vif II\",\n\t\t\t\t\"jp\" : \"泳がせ釣りII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"290\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Land\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arbor Call II\",\n\t\t\t\t\"de\" : \"Ruf des Waldes II\",\n\t\t\t\t\"fr\" : \"Dendrologie II\",\n\t\t\t\t\"jp\" : \"アーバーコールII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"291\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Land\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lay of the Land II\",\n\t\t\t\t\"de\" : \"Bodenbefund II\",\n\t\t\t\t\"fr\" : \"Géologie II\",\n\t\t\t\t\"jp\" : \"ランドサーベイII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1584\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Purify\",\n\t\t\t\t\"de\" : \"Purifikation\",\n\t\t\t\t\"fr\" : \"Dépuration\",\n\t\t\t\t\"jp\" : \"浄化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"1695\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dig\",\n\t\t\t\t\"de\" : \"Ausgraben\",\n\t\t\t\t\"fr\" : \"Excavation\",\n\t\t\t\t\"jp\" : \"ディグ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2238\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spindly Finger\",\n\t\t\t\t\"de\" : \"Bombastik-Bombe\",\n\t\t\t\t\"fr\" : \"Boulet-torpille\",\n\t\t\t\t\"jp\" : \"雷撃弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2241\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shade Shift\",\n\t\t\t\t\"de\" : \"Superkniff\",\n\t\t\t\t\"fr\" : \"Décalage d'ombre\",\n\t\t\t\t\"jp\" : \"残影\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2245\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hide\",\n\t\t\t\t\"de\" : \"Verstecken\",\n\t\t\t\t\"fr\" : \"Dissimulation\",\n\t\t\t\t\"jp\" : \"かくれる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2246\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assassinate\",\n\t\t\t\t\"de\" : \"Meuchelsprung\",\n\t\t\t\t\"fr\" : \"Assassinement\",\n\t\t\t\t\"jp\" : \"終撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2248\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mug\",\n\t\t\t\t\"de\" : \"Ausrauben\",\n\t\t\t\t\"fr\" : \"Rapine\",\n\t\t\t\t\"jp\" : \"ぶんどる\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2258\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ROG\",\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trick Attack\",\n\t\t\t\t\"de\" : \"Trickattacke\",\n\t\t\t\t\"fr\" : \"Attaque sournoise\",\n\t\t\t\t\"jp\" : \"だまし討ち\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2259\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ten\",\n\t\t\t\t\"de\" : \"Ten\",\n\t\t\t\t\"fr\" : \"Ten\",\n\t\t\t\t\"jp\" : \"天の印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2261\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chi\",\n\t\t\t\t\"de\" : \"Chi\",\n\t\t\t\t\"fr\" : \"Chi\",\n\t\t\t\t\"jp\" : \"地の印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2262\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shukuchi\",\n\t\t\t\t\"de\" : \"Shukuchi\",\n\t\t\t\t\"fr\" : \"Shukuchi\",\n\t\t\t\t\"jp\" : \"縮地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2263\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Jin\",\n\t\t\t\t\"de\" : \"Jin\",\n\t\t\t\t\"fr\" : \"Jin\",\n\t\t\t\t\"jp\" : \"人の印\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2264\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kassatsu\",\n\t\t\t\t\"de\" : \"Kassatsu\",\n\t\t\t\t\"fr\" : \"Kassatsu\",\n\t\t\t\t\"jp\" : \"活殺自在\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2872\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hot Shot\",\n\t\t\t\t\"de\" : \"Explosivgeschoss\",\n\t\t\t\t\"fr\" : \"Tir déchaîné\",\n\t\t\t\t\"jp\" : \"ホットショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2874\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gauss Round\",\n\t\t\t\t\"de\" : \"Gauß-Geschoss\",\n\t\t\t\t\"fr\" : \"Décharge Gauss\",\n\t\t\t\t\"jp\" : \"ガウスラウンド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2876\" : {\n\t\t\"recast\" : 55.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reassemble\",\n\t\t\t\t\"de\" : \"Justieren\",\n\t\t\t\t\"fr\" : \"Réassemblage\",\n\t\t\t\t\"jp\" : \"整備\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2878\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wildfire\",\n\t\t\t\t\"de\" : \"Wildfeuer\",\n\t\t\t\t\"fr\" : \"Flambée\",\n\t\t\t\t\"jp\" : \"ワイルドファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2887\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dismantle\",\n\t\t\t\t\"de\" : \"Zerlegen\",\n\t\t\t\t\"fr\" : \"Brise-arme\",\n\t\t\t\t\"jp\" : \"ウェポンブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2890\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ricochet\",\n\t\t\t\t\"de\" : \"Rikoschettschuss\",\n\t\t\t\t\"fr\" : \"Ricochet\",\n\t\t\t\t\"jp\" : \"リコシェット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"2894\" : {\n\t\t\"recast\" : 600.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eternity Ring\",\n\t\t\t\t\"de\" : \"Ring der Ewigkeit\",\n\t\t\t\t\"fr\" : \"Anneau du lien éternel\",\n\t\t\t\t\"jp\" : \"エターナルリング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3378\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spindly Finger\",\n\t\t\t\t\"de\" : \"Bombastik-Bombe\",\n\t\t\t\t\"fr\" : \"Boulet-torpille\",\n\t\t\t\t\"jp\" : \"雷撃弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3379\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pitch Bomb\",\n\t\t\t\t\"de\" : \"Pechbombe\",\n\t\t\t\t\"fr\" : \"Obus gluant\",\n\t\t\t\t\"jp\" : \"粘着弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3506\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Low Voltage\",\n\t\t\t\t\"de\" : \"Niedrigstrom\",\n\t\t\t\t\"fr\" : \"Basse tension\",\n\t\t\t\t\"jp\" : \"低圧電流\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3540\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Veil\",\n\t\t\t\t\"de\" : \"Heiliger Quell\",\n\t\t\t\t\"fr\" : \"Voile divin\",\n\t\t\t\t\"jp\" : \"ディヴァインヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3551\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Raw Intuition\",\n\t\t\t\t\"de\" : \"Urinstinkt\",\n\t\t\t\t\"fr\" : \"Intuition pure\",\n\t\t\t\t\"jp\" : \"原初の直感\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3552\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Equilibrium\",\n\t\t\t\t\"de\" : \"Äquilibrium\",\n\t\t\t\t\"fr\" : \"Équilibre\",\n\t\t\t\t\"jp\" : \"エクリブリウム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3555\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Geirskogul\",\n\t\t\t\t\"de\" : \"Geirskogul\",\n\t\t\t\t\"fr\" : \"Geirskögul\",\n\t\t\t\t\"jp\" : \"ゲイルスコグル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3557\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Battle Litany\",\n\t\t\t\t\"de\" : \"Litanei der Schlacht\",\n\t\t\t\t\"fr\" : \"Litanie combattante\",\n\t\t\t\t\"jp\" : \"バトルリタニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3558\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Empyreal Arrow\",\n\t\t\t\t\"de\" : \"Empyreischer Pfeil\",\n\t\t\t\t\"fr\" : \"Flèche empyréenne\",\n\t\t\t\t\"jp\" : \"エンピリアルアロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3559\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Wanderer's Minuet\",\n\t\t\t\t\"de\" : \"Menuett des Wanderers\",\n\t\t\t\t\"fr\" : \"Menuet du Vagabond\",\n\t\t\t\t\"jp\" : \"旅神のメヌエット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3561\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Warden's Paean\",\n\t\t\t\t\"de\" : \"Päan des Hüters\",\n\t\t\t\t\"fr\" : \"Péon du Contemplateur\",\n\t\t\t\t\"jp\" : \"時神のピーアン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3562\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sidewinder\",\n\t\t\t\t\"de\" : \"Seitenschneider\",\n\t\t\t\t\"fr\" : \"Vent venimeux\",\n\t\t\t\t\"jp\" : \"サイドワインダー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3566\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dream Within a Dream\",\n\t\t\t\t\"de\" : \"Ternäre Trance\",\n\t\t\t\t\"fr\" : \"Rêve dans un rêve\",\n\t\t\t\t\"jp\" : \"夢幻三段\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3569\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Asylum\",\n\t\t\t\t\"de\" : \"Refugium\",\n\t\t\t\t\"fr\" : \"Asile\",\n\t\t\t\t\"jp\" : \"アサイラム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3570\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 98,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tetragrammaton\",\n\t\t\t\t\"de\" : \"Tetragrammaton\",\n\t\t\t\t\"fr\" : \"Tétragramme\",\n\t\t\t\t\"jp\" : \"テトラグラマトン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3571\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Assize\",\n\t\t\t\t\"de\" : \"Assise\",\n\t\t\t\t\"fr\" : \"Assises\",\n\t\t\t\t\"jp\" : \"アサイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3573\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ley Lines\",\n\t\t\t\t\"de\" : \"Ley-Linien\",\n\t\t\t\t\"fr\" : \"Manalignements\",\n\t\t\t\t\"jp\" : \"黒魔紋\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3581\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dreadwyrm Trance\",\n\t\t\t\t\"de\" : \"Bahamut-Trance\",\n\t\t\t\t\"fr\" : \"Transe-Bahamut\",\n\t\t\t\t\"jp\" : \"トランス・バハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3582\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deathflare\",\n\t\t\t\t\"de\" : \"Todesflamme\",\n\t\t\t\t\"fr\" : \"Brasier de mort\",\n\t\t\t\t\"jp\" : \"デスフレア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3583\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Indomitability\",\n\t\t\t\t\"de\" : \"Unbezwingbarkeit\",\n\t\t\t\t\"fr\" : \"Traité de la persévérance\",\n\t\t\t\t\"jp\" : \"不撓不屈の策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3585\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deployment Tactics\",\n\t\t\t\t\"de\" : \"Dislokation\",\n\t\t\t\t\"fr\" : \"Stratagème du déploiement\",\n\t\t\t\t\"jp\" : \"展開戦術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3586\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Emergency Tactics\",\n\t\t\t\t\"de\" : \"Apotropaion\",\n\t\t\t\t\"fr\" : \"Stratagème de l'urgence\",\n\t\t\t\t\"jp\" : \"応急戦術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3587\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dissipation\",\n\t\t\t\t\"de\" : \"Dissipation\",\n\t\t\t\t\"fr\" : \"Dissipation\",\n\t\t\t\t\"jp\" : \"転化\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3606\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 68,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lightspeed\",\n\t\t\t\t\"de\" : \"Lichtgeschwindigkeit\",\n\t\t\t\t\"fr\" : \"Vitesse de la lumière\",\n\t\t\t\t\"jp\" : \"ライトスピード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3612\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Synastry\",\n\t\t\t\t\"de\" : \"Synastrie\",\n\t\t\t\t\"fr\" : \"Synastrie\",\n\t\t\t\t\"jp\" : \"シナストリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3613\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Collective Unconscious\",\n\t\t\t\t\"de\" : \"Numinosum\",\n\t\t\t\t\"fr\" : \"Inconscient collectif\",\n\t\t\t\t\"jp\" : \"運命の輪\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3614\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 98,\n\t\t\t\t\"charges\" : 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"level\" : 78,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Essential Dignity\",\n\t\t\t\t\"de\" : \"Essenzielle Würde\",\n\t\t\t\t\"fr\" : \"Dignité essentielle\",\n\t\t\t\t\"jp\" : \"ディグニティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3625\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blood Weapon\",\n\t\t\t\t\"de\" : \"Blutwaffe\",\n\t\t\t\t\"fr\" : \"Arme de sang\",\n\t\t\t\t\"jp\" : \"ブラッドウェポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3634\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Mind\",\n\t\t\t\t\"de\" : \"Dunkler Geist\",\n\t\t\t\t\"fr\" : \"Esprit ténébreux\",\n\t\t\t\t\"jp\" : \"ダークマインド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3636\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadow Wall\",\n\t\t\t\t\"de\" : \"Schattenwand\",\n\t\t\t\t\"fr\" : \"Mur d'ombre\",\n\t\t\t\t\"jp\" : \"シャドウウォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3638\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Living Dead\",\n\t\t\t\t\"de\" : \"Totenerweckung\",\n\t\t\t\t\"fr\" : \"Mort-vivant\",\n\t\t\t\t\"jp\" : \"リビングデッド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3639\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salted Earth\",\n\t\t\t\t\"de\" : \"Salzige Erde\",\n\t\t\t\t\"fr\" : \"Terre salée\",\n\t\t\t\t\"jp\" : \"ソルトアース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3641\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Abyssal Drain\",\n\t\t\t\t\"de\" : \"Abyssale Blutung\",\n\t\t\t\t\"fr\" : \"Drainage abyssal\",\n\t\t\t\t\"jp\" : \"アビサルドレイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"3643\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Carve and Spit\",\n\t\t\t\t\"de\" : \"Zweischnitt\",\n\t\t\t\t\"fr\" : \"Tranchage-habillage\",\n\t\t\t\t\"jp\" : \"カーヴ・アンド・スピット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4589\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Giving Land\",\n\t\t\t\t\"de\" : \"Geschenk der Erde\",\n\t\t\t\t\"fr\" : \"Bénédiction de la nature\",\n\t\t\t\t\"jp\" : \"大地の恵み\"\n\t\t\t}\n\t\t}\n\t},\n\t\"4590\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BTN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Giving Land\",\n\t\t\t\t\"de\" : \"Geschenk der Erde\",\n\t\t\t\t\"fr\" : \"Bénédiction de la nature\",\n\t\t\t\t\"jp\" : \"大地の恵み\"\n\t\t\t}\n\t\t}\n\t},\n\t\"5136\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starry Heavens\",\n\t\t\t\t\"de\" : \"Funkelnder Himmel\",\n\t\t\t\t\"fr\" : \"Pétard céleste\",\n\t\t\t\t\"jp\" : \"ヘヴンスクラッカー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7382\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intervention\",\n\t\t\t\t\"de\" : \"Intervention\",\n\t\t\t\t\"fr\" : \"Intervention\",\n\t\t\t\t\"jp\" : \"インターベンション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7383\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Requiescat\",\n\t\t\t\t\"de\" : \"Requiescat\",\n\t\t\t\t\"fr\" : \"Requiescat\",\n\t\t\t\t\"jp\" : \"レクイエスカット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7385\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Passage of Arms\",\n\t\t\t\t\"de\" : \"Waffengang\",\n\t\t\t\t\"fr\" : \"Passe d'armes\",\n\t\t\t\t\"jp\" : \"パッセージ・オブ・アームズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7386\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Onslaught\",\n\t\t\t\t\"de\" : \"Sturmlauf\",\n\t\t\t\t\"fr\" : \"Assaut violent\",\n\t\t\t\t\"jp\" : \"オンスロート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7387\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Upheaval\",\n\t\t\t\t\"de\" : \"Umsturz\",\n\t\t\t\t\"fr\" : \"Révolte\",\n\t\t\t\t\"jp\" : \"アップヒーバル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7388\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shake It Off\",\n\t\t\t\t\"de\" : \"Abschütteln\",\n\t\t\t\t\"fr\" : \"Débarrassage\",\n\t\t\t\t\"jp\" : \"シェイクオフ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7389\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Inner Release\",\n\t\t\t\t\"de\" : \"Urbefreiung\",\n\t\t\t\t\"fr\" : \"Relâchement bestial\",\n\t\t\t\t\"jp\" : \"原初の解放\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7390\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Delirium\",\n\t\t\t\t\"de\" : \"Blutdelirium\",\n\t\t\t\t\"fr\" : \"Delirium de sang\",\n\t\t\t\t\"jp\" : \"ブラッドデリリアム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7393\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Blackest Night\",\n\t\t\t\t\"de\" : \"Schwärzeste Nacht\",\n\t\t\t\t\"fr\" : \"Nuit noirissime\",\n\t\t\t\t\"jp\" : \"ブラックナイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7394\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Earth\",\n\t\t\t\t\"de\" : \"Steinernes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme de la terre\",\n\t\t\t\t\"jp\" : \"金剛の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7395\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Fire\",\n\t\t\t\t\"de\" : \"Flammendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du feu\",\n\t\t\t\t\"jp\" : \"紅蓮の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7396\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brotherhood\",\n\t\t\t\t\"de\" : \"Bruderschaft\",\n\t\t\t\t\"fr\" : \"Fraternité\",\n\t\t\t\t\"jp\" : \"桃園結義\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7403\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ten Chi Jin\",\n\t\t\t\t\"de\" : \"Ten Chi Jin\",\n\t\t\t\t\"fr\" : \"Ten Chi Jin\",\n\t\t\t\t\"jp\" : \"天地人\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7405\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Troubadour\",\n\t\t\t\t\"de\" : \"Troubadour\",\n\t\t\t\t\"fr\" : \"Troubadour\",\n\t\t\t\t\"jp\" : \"トルバドゥール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7408\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nature's Minne\",\n\t\t\t\t\"de\" : \"Nophicas Minne\",\n\t\t\t\t\"fr\" : \"Minne de la nature\",\n\t\t\t\t\"jp\" : \"地神のミンネ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7414\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Barrel Stabilizer\",\n\t\t\t\t\"de\" : \"Laufstabilisator\",\n\t\t\t\t\"fr\" : \"Stabilisateur de canon\",\n\t\t\t\t\"jp\" : \"バレルヒーター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7415\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rook Overdrive\",\n\t\t\t\t\"de\" : \"TURM-Überhitzung\",\n\t\t\t\t\"fr\" : \"Surmultiplication de Tour\",\n\t\t\t\t\"jp\" : \"オーバードライブ・ルーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7418\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flamethrower\",\n\t\t\t\t\"de\" : \"Flammenwerfer\",\n\t\t\t\t\"fr\" : \"Lance-flammes\",\n\t\t\t\t\"jp\" : \"フレイムスロアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7421\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triplecast\",\n\t\t\t\t\"de\" : \"Tripelzauber\",\n\t\t\t\t\"fr\" : \"Triple sort\",\n\t\t\t\t\"jp\" : \"三連魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7427\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Bahamut\",\n\t\t\t\t\"de\" : \"Bahamut-Beschwörung\",\n\t\t\t\t\"fr\" : \"Invocation Bahamut\",\n\t\t\t\t\"jp\" : \"サモン・バハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7429\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enkindle Bahamut\",\n\t\t\t\t\"de\" : \"Bahamut-Entflammung\",\n\t\t\t\t\"fr\" : \"Galvanisation Bahamut\",\n\t\t\t\t\"jp\" : \"エンキンドル・バハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7430\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thin Air\",\n\t\t\t\t\"de\" : \"Ex Machina\",\n\t\t\t\t\"fr\" : \"Sponte\",\n\t\t\t\t\"jp\" : \"シンエアー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7432\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divine Benison\",\n\t\t\t\t\"de\" : \"Göttlicher Segen\",\n\t\t\t\t\"fr\" : \"Faveur divine\",\n\t\t\t\t\"jp\" : \"ディヴァインベニゾン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7433\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Plenary Indulgence\",\n\t\t\t\t\"de\" : \"Vollkommener Ablass\",\n\t\t\t\t\"fr\" : \"Indulgence plénière\",\n\t\t\t\t\"jp\" : \"インドゥルゲンティア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7434\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Excogitation\",\n\t\t\t\t\"de\" : \"Weise Voraussicht\",\n\t\t\t\t\"fr\" : \"Traité de l'excogitation\",\n\t\t\t\t\"jp\" : \"深謀遠慮の策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7436\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Stratagem\",\n\t\t\t\t\"de\" : \"Kritische Strategie\",\n\t\t\t\t\"fr\" : \"Stratagèmes entrelacés\",\n\t\t\t\t\"jp\" : \"連環計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7439\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Earthly Star\",\n\t\t\t\t\"de\" : \"Irdischer Stern\",\n\t\t\t\t\"fr\" : \"Étoile terrestre\",\n\t\t\t\t\"jp\" : \"アーサリースター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7493\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hissatsu: Yaten\",\n\t\t\t\t\"de\" : \"Hissatsu: Yaten\",\n\t\t\t\t\"fr\" : \"Hissatsu : Yaten\",\n\t\t\t\t\"jp\" : \"必殺剣・夜天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7496\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 94,\n\t\t\t\t\"recast\" : 60.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hissatsu: Guren\",\n\t\t\t\t\"de\" : \"Hissatsu: Guren\",\n\t\t\t\t\"fr\" : \"Hissatsu : Guren\",\n\t\t\t\t\"jp\" : \"必殺剣・紅蓮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7497\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meditate\",\n\t\t\t\t\"de\" : \"Meditieren\",\n\t\t\t\t\"fr\" : \"Mokusô\",\n\t\t\t\t\"jp\" : \"黙想\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7498\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Third Eye\",\n\t\t\t\t\"de\" : \"Drittes Auge\",\n\t\t\t\t\"fr\" : \"Troisième œil\",\n\t\t\t\t\"jp\" : \"心眼\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7499\" : {\n\t\t\"recast\" : 55.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 76,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meikyo Shisui\",\n\t\t\t\t\"de\" : \"Meikyo Shisui\",\n\t\t\t\t\"fr\" : \"Meikyô Shisui\",\n\t\t\t\t\"jp\" : \"明鏡止水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7506\" : {\n\t\t\"recast\" : 35.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corps-a-corps\",\n\t\t\t\t\"de\" : \"Corps-a-corps\",\n\t\t\t\t\"fr\" : \"Corps-à-corps\",\n\t\t\t\t\"jp\" : \"コル・ア・コル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7515\" : {\n\t\t\"recast\" : 35.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Displacement\",\n\t\t\t\t\"de\" : \"Körperparade\",\n\t\t\t\t\"fr\" : \"Déplacement\",\n\t\t\t\t\"jp\" : \"デプラスマン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7517\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fleche\",\n\t\t\t\t\"de\" : \"Fleche\",\n\t\t\t\t\"fr\" : \"Flèche\",\n\t\t\t\t\"jp\" : \"フレッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7518\" : {\n\t\t\"recast\" : 55.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Acceleration\",\n\t\t\t\t\"de\" : \"Präparation\",\n\t\t\t\t\"fr\" : \"Accélération\",\n\t\t\t\t\"jp\" : \"アクセラレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7519\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 74,\n\t\t\t\t\"recast\" : 35.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contre Sixte\",\n\t\t\t\t\"de\" : \"Contre Sixte\",\n\t\t\t\t\"fr\" : \"Contre de sixte\",\n\t\t\t\t\"jp\" : \"コントルシクスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7520\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Embolden\",\n\t\t\t\t\"de\" : \"Ermutigen\",\n\t\t\t\t\"fr\" : \"Enhardissement\",\n\t\t\t\t\"jp\" : \"エンボルデン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7521\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 78,\n\t\t\t\t\"recast\" : 110.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manafication\",\n\t\t\t\t\"de\" : \"Manafizierung\",\n\t\t\t\t\"fr\" : \"Manafication\",\n\t\t\t\t\"jp\" : \"マナフィケーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7531\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart\",\n\t\t\t\t\"de\" : \"Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart\",\n\t\t\t\t\"jp\" : \"ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7533\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Provoke\",\n\t\t\t\t\"de\" : \"Herausforderung\",\n\t\t\t\t\"fr\" : \"Provocation\",\n\t\t\t\t\"jp\" : \"挑発\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7535\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Reprisal\",\n\t\t\t\t\"de\" : \"Reflexion\",\n\t\t\t\t\"fr\" : \"Rétorsion\",\n\t\t\t\t\"jp\" : \"リプライザル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7537\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shirk\",\n\t\t\t\t\"de\" : \"Geteiltes Leid\",\n\t\t\t\t\"fr\" : \"Dérobade\",\n\t\t\t\t\"jp\" : \"シャーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7538\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Interject\",\n\t\t\t\t\"de\" : \"Zwischenruf\",\n\t\t\t\t\"fr\" : \"Interjection\",\n\t\t\t\t\"jp\" : \"インタージェクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7540\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Low Blow\",\n\t\t\t\t\"de\" : \"Tiefschlag\",\n\t\t\t\t\"fr\" : \"Coup bas\",\n\t\t\t\t\"jp\" : \"ロウブロウ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7541\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ARC\",\n\t\t\t\"ROG\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"SAM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Second Wind\",\n\t\t\t\t\"de\" : \"Chakra\",\n\t\t\t\t\"fr\" : \"Second souffle\",\n\t\t\t\t\"jp\" : \"内丹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7542\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ROG\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath\",\n\t\t\t\t\"de\" : \"Blutbad\",\n\t\t\t\t\"fr\" : \"Bain de sang\",\n\t\t\t\t\"jp\" : \"ブラッドバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7546\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ROG\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"True North\",\n\t\t\t\t\"de\" : \"Neuausrichtung\",\n\t\t\t\t\"fr\" : \"Vrai Nord\",\n\t\t\t\t\"jp\" : \"トゥルーノース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7548\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"PGL\",\n\t\t\t\"MRD\",\n\t\t\t\"LNC\",\n\t\t\t\"ARC\",\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"ROG\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arm's Length\",\n\t\t\t\t\"de\" : \"Abtausch\",\n\t\t\t\t\"fr\" : \"Portée de bras\",\n\t\t\t\t\"jp\" : \"アームズレングス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7549\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ROG\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Feint\",\n\t\t\t\t\"de\" : \"Zermürben\",\n\t\t\t\t\"fr\" : \"Restreinte\",\n\t\t\t\t\"jp\" : \"牽制\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7551\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Head Graze\",\n\t\t\t\t\"de\" : \"Haarscharfer Schuss\",\n\t\t\t\t\"fr\" : \"Écorche-tête\",\n\t\t\t\t\"jp\" : \"ヘッドグレイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7553\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Foot Graze\",\n\t\t\t\t\"de\" : \"Stolperschuss\",\n\t\t\t\t\"fr\" : \"Écorche-pied\",\n\t\t\t\t\"jp\" : \"フットグレイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7554\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ARC\",\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leg Graze\",\n\t\t\t\t\"de\" : \"Beinschuss\",\n\t\t\t\t\"fr\" : \"Écorche-jambe\",\n\t\t\t\t\"jp\" : \"レッググレイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7559\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"CNJ\",\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"RDM\",\n\t\t\t\"BLU\",\n\t\t\t\"SGE\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surecast\",\n\t\t\t\t\"de\" : \"Unbeirrbarkeit\",\n\t\t\t\t\"fr\" : \"Stoïcisme\",\n\t\t\t\t\"jp\" : \"堅実魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7560\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"BLU\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Addle\",\n\t\t\t\t\"de\" : \"Stumpfsinn\",\n\t\t\t\t\"fr\" : \"Embrouillement\",\n\t\t\t\t\"jp\" : \"アドル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7561\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 94,\n\t\t\t\t\"recast\" : 40.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"CNJ\",\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"RDM\",\n\t\t\t\"BLU\",\n\t\t\t\"SGE\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swiftcast\",\n\t\t\t\t\"de\" : \"Spontaneität\",\n\t\t\t\t\"fr\" : \"Magie prompte\",\n\t\t\t\t\"jp\" : \"迅速魔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7562\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"CNJ\",\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"RDM\",\n\t\t\t\"BLU\",\n\t\t\t\"SGE\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lucid Dreaming\",\n\t\t\t\t\"de\" : \"Klartraum\",\n\t\t\t\t\"fr\" : \"Rêve lucide\",\n\t\t\t\t\"jp\" : \"ルーシッドドリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7571\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"CNJ\",\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rescue\",\n\t\t\t\t\"de\" : \"Rettung\",\n\t\t\t\t\"fr\" : \"Secours\",\n\t\t\t\t\"jp\" : \"救出\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7621\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diffractive Magitek Cannon\",\n\t\t\t\t\"de\" : \"Diffraktive Magitek-Kanone\",\n\t\t\t\t\"fr\" : \"Canon diffractif magitek\",\n\t\t\t\t\"jp\" : \"拡散魔導カノン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7622\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High-powered Magitek Cannon\",\n\t\t\t\t\"de\" : \"Hochenergie-Magitek-Kanone\",\n\t\t\t\t\"fr\" : \"Canon surpuissant magitek\",\n\t\t\t\t\"jp\" : \"高出力魔導カノン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7863\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ROG\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leg Sweep\",\n\t\t\t\t\"de\" : \"Stolperfalle\",\n\t\t\t\t\"fr\" : \"Fauchage de jambe\",\n\t\t\t\t\"jp\" : \"レッグスウィープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7904\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Land\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shark Eye\",\n\t\t\t\t\"de\" : \"Hai-Auge\",\n\t\t\t\t\"fr\" : \"Œil de requin\",\n\t\t\t\t\"jp\" : \"シャークアイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"7905\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Land\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shark Eye II\",\n\t\t\t\t\"de\" : \"Hai-Auge II\",\n\t\t\t\t\"fr\" : \"Œil de requin II\",\n\t\t\t\t\"jp\" : \"シャークアイII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9974\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Laser X Sword (PVP)\",\n\t\t\t\t\"de\" : \"Laserschwert X (PVP)\",\n\t\t\t\t\"fr\" : \"Épée laser X (PVP)\",\n\t\t\t\t\"jp\" : \"レーザーエックススウォード (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9975\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"3000-tonze Missile (PVP)\",\n\t\t\t\t\"de\" : \"3000-Tonzen-Geschoss (PVP)\",\n\t\t\t\t\"fr\" : \"Missile de 3000 tonz (PVP)\",\n\t\t\t\t\"jp\" : \"超大型ミサイル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9978\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flarethrower (PVP)\",\n\t\t\t\t\"de\" : \"Großflammenwerfer (PVP)\",\n\t\t\t\t\"fr\" : \"Lance-brasiers (PVP)\",\n\t\t\t\t\"jp\" : \"大火炎放射 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9980\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mega Beam (PVP)\",\n\t\t\t\t\"de\" : \"Megastrahl (PVP)\",\n\t\t\t\t\"fr\" : \"Mégarayon (PVP)\",\n\t\t\t\t\"jp\" : \"メガビーム (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"9981\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ceruleum Refill (PVP)\",\n\t\t\t\t\"de\" : \"Auftanken (PVP)\",\n\t\t\t\t\"fr\" : \"Recharge de céruleum (PVP)\",\n\t\t\t\t\"jp\" : \"青燐水充填 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11411\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Off-guard\",\n\t\t\t\t\"de\" : \"Einschüchtern\",\n\t\t\t\t\"fr\" : \"Sans défense\",\n\t\t\t\t\"jp\" : \"ガードオファ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11421\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Peculiar Light\",\n\t\t\t\t\"de\" : \"Unheimliche Aura\",\n\t\t\t\t\"fr\" : \"Lumière sinistre\",\n\t\t\t\t\"jp\" : \"不思議な光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11426\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Feather Rain\",\n\t\t\t\t\"de\" : \"Federregen\",\n\t\t\t\t\"fr\" : \"Pluie de plumes\",\n\t\t\t\t\"jp\" : \"フェザーレイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11427\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eruption\",\n\t\t\t\t\"de\" : \"Eruption\",\n\t\t\t\t\"fr\" : \"Éruption\",\n\t\t\t\t\"jp\" : \"エラプション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11428\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mountain Buster\",\n\t\t\t\t\"de\" : \"Bergsprenger\",\n\t\t\t\t\"fr\" : \"Casse-montagnes\",\n\t\t\t\t\"jp\" : \"マウンテンバスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11429\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shock Strike\",\n\t\t\t\t\"de\" : \"Schockschlag\",\n\t\t\t\t\"fr\" : \"Frappe de choc\",\n\t\t\t\t\"jp\" : \"ショックストライク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11430\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Glass Dance\",\n\t\t\t\t\"de\" : \"Gläserner Tanz\",\n\t\t\t\t\"fr\" : \"Danse de glace\",\n\t\t\t\t\"jp\" : \"氷雪乱舞\"\n\t\t\t}\n\t\t}\n\t},\n\t\"11431\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Veil of the Whorl\",\n\t\t\t\t\"de\" : \"Wogenschleier\",\n\t\t\t\t\"fr\" : \"Voile du Déchaîneur\",\n\t\t\t\t\"jp\" : \"水神のヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12958\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Aetherweaver\",\n\t\t\t\t\"de\" : \"Vermächtnis des Zauberers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un prêtre guerrier\",\n\t\t\t\t\"jp\" : \"術士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12959\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Martialist\",\n\t\t\t\t\"de\" : \"Vermächtnis des Kämpfers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un protecteur intrépide\",\n\t\t\t\t\"jp\" : \"闘士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12960\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Platebearer\",\n\t\t\t\t\"de\" : \"Vermächtnis des Ritters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un soldat cuirassé\",\n\t\t\t\t\"jp\" : \"重騎兵の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12961\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Guardian\",\n\t\t\t\t\"de\" : \"Vermächtnis des Wächters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un gardien\",\n\t\t\t\t\"jp\" : \"守護者の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12962\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Ordained\",\n\t\t\t\t\"de\" : \"Vermächtnis des Priesters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un prêtre\",\n\t\t\t\t\"jp\" : \"司祭の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12963\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Skirmisher\",\n\t\t\t\t\"de\" : \"Vermächtnis des Kampfkünstlers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un combattant\",\n\t\t\t\t\"jp\" : \"武人の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12964\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Watcher\",\n\t\t\t\t\"de\" : \"Vermächtnis des Spähers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un éclaireur\",\n\t\t\t\t\"jp\" : \"斥候の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12965\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Templar\",\n\t\t\t\t\"de\" : \"Vermächtnis des heiligen Ritters\",\n\t\t\t\t\"fr\" : \"Mémoire d'un chevalier sacré\",\n\t\t\t\t\"jp\" : \"聖騎士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12966\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Irregular\",\n\t\t\t\t\"de\" : \"Vermächtnis des Berserkers\",\n\t\t\t\t\"fr\" : \"Mémoire d'un guerrier enragé\",\n\t\t\t\t\"jp\" : \"狂戦士の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12967\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Breathtaker\",\n\t\t\t\t\"de\" : \"Vermächtnis des Diebes\",\n\t\t\t\t\"fr\" : \"Mémoire d'un voleur\",\n\t\t\t\t\"jp\" : \"盗賊の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12968\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spirit of the Remembered\",\n\t\t\t\t\"de\" : \"Segen des Helden\",\n\t\t\t\t\"fr\" : \"Égide des héros vaillants\",\n\t\t\t\t\"jp\" : \"英傑の加護\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12971\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death L\",\n\t\t\t\t\"de\" : \"Logos-Tod\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Mort\",\n\t\t\t\t\"jp\" : \"ロゴス・デス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12975\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift L\",\n\t\t\t\t\"de\" : \"Logos-Eile\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Vélocité\",\n\t\t\t\t\"jp\" : \"ロゴス・スウィフト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12976\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Featherfoot L\",\n\t\t\t\t\"de\" : \"Logos-Leichtfuß\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Pieds légers\",\n\t\t\t\t\"jp\" : \"ロゴス・フェザーステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12978\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Catastrophe L\",\n\t\t\t\t\"de\" : \"Logos-Magieexplosion\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Catastrophe\",\n\t\t\t\t\"jp\" : \"ロゴス・カタスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12981\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stealth L\",\n\t\t\t\t\"de\" : \"Logos-Tarnung\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Furtivité\",\n\t\t\t\t\"jp\" : \"ロゴス・ステルス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12984\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tranquilizer L\",\n\t\t\t\t\"de\" : \"Logos-Betäubung\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Tranquillisant\",\n\t\t\t\t\"jp\" : \"ロゴス・トランキライザー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12985\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath L\",\n\t\t\t\t\"de\" : \"Logos-Blutbad\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Bain de sang\",\n\t\t\t\t\"jp\" : \"ロゴス・ブラッドバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12986\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rejuvenate L\",\n\t\t\t\t\"de\" : \"Logos-Aufladung\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Restauration\",\n\t\t\t\t\"jp\" : \"ロゴス・リチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12987\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haymaker L\",\n\t\t\t\t\"de\" : \"Logos-Konter\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Haymaker\",\n\t\t\t\t\"jp\" : \"ロゴス・カウンター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12988\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rapid Recast L\",\n\t\t\t\t\"de\" : \"Logos-Velocitas\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Recharge rapide\",\n\t\t\t\t\"jp\" : \"ロゴス・ファストリキャスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12995\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Incense L\",\n\t\t\t\t\"de\" : \"Logos-Hohn\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Incitation\",\n\t\t\t\t\"jp\" : \"ロゴス・エンミティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12998\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Solid Shield L\",\n\t\t\t\t\"de\" : \"Logos-Schild\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Protection physique\",\n\t\t\t\t\"jp\" : \"ロゴス・フィジカルシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"12999\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Spell Shield L\",\n\t\t\t\t\"de\" : \"Logos-Magieschild\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Protection magique\",\n\t\t\t\t\"jp\" : \"ロゴス・マジックシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"13001\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smite L\",\n\t\t\t\t\"de\" : \"Logos-Schattenhieb\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Châtiment\",\n\t\t\t\t\"jp\" : \"ロゴス・スマイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"13005\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"RDM\",\n\t\t\t\"SGE\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Burst L\",\n\t\t\t\t\"de\" : \"Logos-Magieexplosion\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Explosion magique\",\n\t\t\t\t\"jp\" : \"ロゴス・マジックバースト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"13006\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"GNB\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Double Edge L\",\n\t\t\t\t\"de\" : \"Logos-Zweischneid\",\n\t\t\t\t\"fr\" : \"Évocation Logos : Double tranchant\",\n\t\t\t\t\"jp\" : \"ロゴス・ダブルエッジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"13426\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherwell\",\n\t\t\t\t\"de\" : \"Ätherquell\",\n\t\t\t\t\"fr\" : \"Concentration d'éther\",\n\t\t\t\t\"jp\" : \"マナチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14477\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Elder\",\n\t\t\t\t\"de\" : \"Vermächtnis des Weisen\",\n\t\t\t\t\"fr\" : \"Mémoire d'un sage\",\n\t\t\t\t\"jp\" : \"賢者の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14478\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Duelist\",\n\t\t\t\t\"de\" : \"Vermächtnis des Fechtmeisters\",\n\t\t\t\t\"fr\" : \"Mémoire d'une fine lame\",\n\t\t\t\t\"jp\" : \"剣豪の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14479\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Fiendhunter\",\n\t\t\t\t\"de\" : \"Vermächtnis des Bogengeweihten\",\n\t\t\t\t\"fr\" : \"Mémoire d'un archer émérite\",\n\t\t\t\t\"jp\" : \"弓聖の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14480\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wisdom of the Indomitable\",\n\t\t\t\t\"de\" : \"Vermächtnis des Helden\",\n\t\t\t\t\"fr\" : \"Mémoire d'un héros illustre\",\n\t\t\t\t\"jp\" : \"豪傑の記憶\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14842\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hissatsu: Gyoten\",\n\t\t\t\t\"de\" : \"Hissatsu: Gyoten\",\n\t\t\t\t\"fr\" : \"Hissatsu : Gyôten\",\n\t\t\t\t\"jp\" : \"必殺剣・暁天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"14843\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"冥界恐叫打\",\n\t\t\t\t\"de\" : \"Jenseitsschrei\",\n\t\t\t\t\"fr\" : \"Cri de l'au-delà\",\n\t\t\t\t\"jp\" : \"冥界恐叫打\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15375\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Second Wind\",\n\t\t\t\t\"de\" : \"Chakra\",\n\t\t\t\t\"fr\" : \"Second souffle\",\n\t\t\t\t\"jp\" : \"内丹\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15870\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fight or Flight\",\n\t\t\t\t\"de\" : \"Verwegenheit\",\n\t\t\t\t\"fr\" : \"Combat acharné\",\n\t\t\t\t\"jp\" : \"ファイト・オア・フライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15997\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Standard Step\",\n\t\t\t\t\"de\" : \"Einfache Choreographie\",\n\t\t\t\t\"fr\" : \"Pas classique\",\n\t\t\t\t\"jp\" : \"スタンダードステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"15998\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Technical Step\",\n\t\t\t\t\"de\" : \"Komplexe Choreographie\",\n\t\t\t\t\"fr\" : \"Pas technique\",\n\t\t\t\t\"jp\" : \"テクニカルステップ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16006\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Closed Position\",\n\t\t\t\t\"de\" : \"Tanzpartner\",\n\t\t\t\t\"fr\" : \"Position rapprochée\",\n\t\t\t\t\"jp\" : \"クローズドポジション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16010\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 78,\n\t\t\t\t\"charges\" : 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"level\" : 68,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"En Avant\",\n\t\t\t\t\"de\" : \"En Avant\",\n\t\t\t\t\"fr\" : \"En avant\",\n\t\t\t\t\"jp\" : \"アン・アヴァン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16011\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Devilment\",\n\t\t\t\t\"de\" : \"Todestango\",\n\t\t\t\t\"fr\" : \"Tango endiablé\",\n\t\t\t\t\"jp\" : \"攻めのタンゴ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16012\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield Samba\",\n\t\t\t\t\"de\" : \"Schildsamba\",\n\t\t\t\t\"fr\" : \"Samba protectrice\",\n\t\t\t\t\"jp\" : \"守りのサンバ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16013\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flourish\",\n\t\t\t\t\"de\" : \"Trance\",\n\t\t\t\t\"fr\" : \"Apothéose\",\n\t\t\t\t\"jp\" : \"フラリッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16014\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Improvisation\",\n\t\t\t\t\"de\" : \"Tanzimprovisation\",\n\t\t\t\t\"fr\" : \"Improvisation\",\n\t\t\t\t\"jp\" : \"インプロビゼーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16015\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Curing Waltz\",\n\t\t\t\t\"de\" : \"Heilender Walzer\",\n\t\t\t\t\"fr\" : \"Valse revigorante\",\n\t\t\t\t\"jp\" : \"癒やしのワルツ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16138\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"No Mercy\",\n\t\t\t\t\"de\" : \"Ohne Gnade\",\n\t\t\t\t\"fr\" : \"Sans pitié\",\n\t\t\t\t\"jp\" : \"ノー・マーシー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16140\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Camouflage\",\n\t\t\t\t\"de\" : \"Camouflage\",\n\t\t\t\t\"fr\" : \"Camouflage\",\n\t\t\t\t\"jp\" : \"カモフラージュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16144\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Danger Zone\",\n\t\t\t\t\"de\" : \"Sprengzone\",\n\t\t\t\t\"fr\" : \"Zone de danger\",\n\t\t\t\t\"jp\" : \"デンジャーゾーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16146\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gnashing Fang\",\n\t\t\t\t\"de\" : \"Schlagfänge\",\n\t\t\t\t\"fr\" : \"Croc pugnace\",\n\t\t\t\t\"jp\" : \"ビートファング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16148\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nebula\",\n\t\t\t\t\"de\" : \"Nebula\",\n\t\t\t\t\"fr\" : \"Nébuleuse\",\n\t\t\t\t\"jp\" : \"ネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16151\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aurora\",\n\t\t\t\t\"de\" : \"Aurora\",\n\t\t\t\t\"fr\" : \"Aurore\",\n\t\t\t\t\"jp\" : \"オーロラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16152\" : {\n\t\t\"recast\" : 360.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Superbolide\",\n\t\t\t\t\"de\" : \"Meteoritenfall\",\n\t\t\t\t\"fr\" : \"Bolide\",\n\t\t\t\t\"jp\" : \"ボーライド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16159\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bow Shock\",\n\t\t\t\t\"de\" : \"Schockpatrone\",\n\t\t\t\t\"fr\" : \"Arc de choc\",\n\t\t\t\t\"jp\" : \"バウショック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16160\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Light\",\n\t\t\t\t\"de\" : \"Wackeres Herz\",\n\t\t\t\t\"fr\" : \"Cœur de Lumière\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16161\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Stone\",\n\t\t\t\t\"de\" : \"Steinernes Herz\",\n\t\t\t\t\"fr\" : \"Cœur de pierre\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ストーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16164\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodfest\",\n\t\t\t\t\"de\" : \"Blutpatronen\",\n\t\t\t\t\"fr\" : \"Cartouche de sang\",\n\t\t\t\t\"jp\" : \"ブラッドソイル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16165\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blasting Zone\",\n\t\t\t\t\"de\" : \"Erda-Detonation\",\n\t\t\t\t\"fr\" : \"Zone de destruction\",\n\t\t\t\t\"jp\" : \"ブラスティングゾーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16436\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soothing Potion\",\n\t\t\t\t\"de\" : \"Kristalltrank\",\n\t\t\t\t\"fr\" : \"Potion parfumée\",\n\t\t\t\t\"jp\" : \"セントポーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16461\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intervene\",\n\t\t\t\t\"de\" : \"Einschreiten\",\n\t\t\t\t\"fr\" : \"Irruption brutale\",\n\t\t\t\t\"jp\" : \"インターヴィーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16464\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nascent Flash\",\n\t\t\t\t\"de\" : \"Urflackern\",\n\t\t\t\t\"fr\" : \"Exaltation naissante\",\n\t\t\t\t\"jp\" : \"原初の猛り\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16471\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dark Missionary\",\n\t\t\t\t\"de\" : \"Dunkler Bote\",\n\t\t\t\t\"fr\" : \"Missionnaire des Ténèbres\",\n\t\t\t\t\"jp\" : \"ダークミッショナリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16472\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Living Shadow\",\n\t\t\t\t\"de\" : \"Schattenschemen\",\n\t\t\t\t\"fr\" : \"Ombre vivante\",\n\t\t\t\t\"jp\" : \"影身具現\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16478\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Jump\",\n\t\t\t\t\"de\" : \"Hochsprung\",\n\t\t\t\t\"fr\" : \"Grand saut\",\n\t\t\t\t\"jp\" : \"ハイジャンプ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16480\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stardiver\",\n\t\t\t\t\"de\" : \"Sternensturz\",\n\t\t\t\t\"fr\" : \"Plongeon céleste\",\n\t\t\t\t\"jp\" : \"スターダイバー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16481\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 94,\n\t\t\t\t\"recast\" : 60.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hissatsu: Senei\",\n\t\t\t\t\"de\" : \"Hissatsu: Senei\",\n\t\t\t\t\"fr\" : \"Hissatsu : Sen'ei\",\n\t\t\t\t\"jp\" : \"必殺剣・閃影\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16482\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ikishoten\",\n\t\t\t\t\"de\" : \"Ikishoten\",\n\t\t\t\t\"fr\" : \"Ikishôten\",\n\t\t\t\t\"jp\" : \"意気衝天\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16487\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shoha\",\n\t\t\t\t\"de\" : \"Shoha\",\n\t\t\t\t\"fr\" : \"Shôha\",\n\t\t\t\t\"jp\" : \"照破\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16489\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meisui\",\n\t\t\t\t\"de\" : \"Meisui\",\n\t\t\t\t\"fr\" : \"Meisui\",\n\t\t\t\t\"jp\" : \"命水\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16493\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bunshin\",\n\t\t\t\t\"de\" : \"Doppeltes Ich\",\n\t\t\t\t\"fr\" : \"Bunshin\",\n\t\t\t\t\"jp\" : \"分身の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16498\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drill\",\n\t\t\t\t\"de\" : \"Bohrer\",\n\t\t\t\t\"fr\" : \"Foreuse\",\n\t\t\t\t\"jp\" : \"ドリル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16499\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bioblaster\",\n\t\t\t\t\"de\" : \"Bioblaster\",\n\t\t\t\t\"fr\" : \"Lance-toxine\",\n\t\t\t\t\"jp\" : \"バイオブラスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16500\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Anchor\",\n\t\t\t\t\"de\" : \"Luftanker\",\n\t\t\t\t\"fr\" : \"Ancre aérienne\",\n\t\t\t\t\"jp\" : \"エアアンカー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16502\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Queen Overdrive\",\n\t\t\t\t\"de\" : \"DAME-Überhitzung\",\n\t\t\t\t\"fr\" : \"Surmultiplication de Reine\",\n\t\t\t\t\"jp\" : \"オーバードライブ・クイーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16508\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ACN\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Energy Drain\",\n\t\t\t\t\"de\" : \"Energieentzug\",\n\t\t\t\t\"fr\" : \"Aspiration d'énergie\",\n\t\t\t\t\"jp\" : \"エナジードレイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16510\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Energy Siphon\",\n\t\t\t\t\"de\" : \"Energiesiphon\",\n\t\t\t\t\"fr\" : \"Siphon d'énergie\",\n\t\t\t\t\"jp\" : \"エナジーサイフォン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16516\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enkindle Phoenix\",\n\t\t\t\t\"de\" : \"Phönix-Entflammung\",\n\t\t\t\t\"fr\" : \"Galvanisation Phénix\",\n\t\t\t\t\"jp\" : \"エンキンドル・フェニックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16527\" : {\n\t\t\"recast\" : 35.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Engagement\",\n\t\t\t\t\"de\" : \"Arret-Stoß\",\n\t\t\t\t\"fr\" : \"Engagement\",\n\t\t\t\t\"jp\" : \"アンガジェマン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16536\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Temperance\",\n\t\t\t\t\"de\" : \"Linderung\",\n\t\t\t\t\"fr\" : \"Tempérance\",\n\t\t\t\t\"jp\" : \"テンパランス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16537\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Whispering Dawn\",\n\t\t\t\t\"de\" : \"Erhebendes Flüstern\",\n\t\t\t\t\"fr\" : \"Murmure de l'aurore\",\n\t\t\t\t\"jp\" : \"光の囁き\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16538\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Illumination\",\n\t\t\t\t\"de\" : \"Illumination\",\n\t\t\t\t\"fr\" : \"Illumination féérique\",\n\t\t\t\t\"jp\" : \"フェイイルミネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16542\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 98,\n\t\t\t\t\"recast\" : 60.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Recitation\",\n\t\t\t\t\"de\" : \"Raffinesse\",\n\t\t\t\t\"fr\" : \"Récitation\",\n\t\t\t\t\"jp\" : \"秘策\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16543\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fey Blessing\",\n\t\t\t\t\"de\" : \"Gunst der Feen\",\n\t\t\t\t\"fr\" : \"Bénédiction féérique\",\n\t\t\t\t\"jp\" : \"フェイブレッシング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16545\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Seraph\",\n\t\t\t\t\"de\" : \"Seraph-Beschwörung\",\n\t\t\t\t\"fr\" : \"Invocation Séraphin\",\n\t\t\t\t\"jp\" : \"サモン・セラフィム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16546\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Consolation\",\n\t\t\t\t\"de\" : \"Seelentrost\",\n\t\t\t\t\"fr\" : \"Dictame\",\n\t\t\t\t\"jp\" : \"コンソレイション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16552\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Divination\",\n\t\t\t\t\"de\" : \"Weissagung\",\n\t\t\t\t\"fr\" : \"Divination\",\n\t\t\t\t\"jp\" : \"ディヴィネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16553\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Celestial Opposition\",\n\t\t\t\t\"de\" : \"Opposition\",\n\t\t\t\t\"fr\" : \"Opposition céleste\",\n\t\t\t\t\"jp\" : \"星天対抗\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16556\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Celestial Intersection\",\n\t\t\t\t\"de\" : \"Kongruenz\",\n\t\t\t\t\"fr\" : \"Rencontre céleste\",\n\t\t\t\t\"jp\" : \"星天交差\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16557\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Horoscope\",\n\t\t\t\t\"de\" : \"Horoskop\",\n\t\t\t\t\"fr\" : \"Horoscope\",\n\t\t\t\t\"jp\" : \"ホロスコープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16559\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Neutral Sect\",\n\t\t\t\t\"de\" : \"Neutral\",\n\t\t\t\t\"fr\" : \"Adepte de la neutralité\",\n\t\t\t\t\"jp\" : \"ニュートラルセクト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16804\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rough Divide\",\n\t\t\t\t\"de\" : \"Grobspalter\",\n\t\t\t\t\"fr\" : \"Lamineur\",\n\t\t\t\t\"jp\" : \"ラフディバイド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"16889\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tactician\",\n\t\t\t\t\"de\" : \"Taktiker\",\n\t\t\t\t\"fr\" : \"Tacticien\",\n\t\t\t\t\"jp\" : \"タクティシャン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17004\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ronkan Renew\",\n\t\t\t\t\"de\" : \"Ronka-Erneuerung\",\n\t\t\t\t\"fr\" : \"Maxi Soin ronka\",\n\t\t\t\t\"jp\" : \"ロンカ・フルケア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17124\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Arrow\",\n\t\t\t\t\"de\" : \"Strahlenpfeil\",\n\t\t\t\t\"fr\" : \"Flèche radiante\",\n\t\t\t\t\"jp\" : \"レディアントアロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17209\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hypercharge\",\n\t\t\t\t\"de\" : \"Hyperladung\",\n\t\t\t\t\"fr\" : \"Hypercharge\",\n\t\t\t\t\"jp\" : \"ハイパーチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17596\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hunter's Prudence\",\n\t\t\t\t\"de\" : \"Jägerweisheit\",\n\t\t\t\t\"fr\" : \"Sagesse du chasseur\",\n\t\t\t\t\"jp\" : \"狩人の知恵\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17839\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nebula\",\n\t\t\t\t\"de\" : \"Nebula\",\n\t\t\t\t\"fr\" : \"Nébuleuse\",\n\t\t\t\t\"jp\" : \"ネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"17901\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smackdown\",\n\t\t\t\t\"de\" : \"Niederschmetterung\",\n\t\t\t\t\"fr\" : \"Amour paternel\",\n\t\t\t\t\"jp\" : \"スマックダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18305\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magic Hammer\",\n\t\t\t\t\"de\" : \"Zauberhammer\",\n\t\t\t\t\"fr\" : \"Marteau magique\",\n\t\t\t\t\"jp\" : \"マジックハンマー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18306\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Avail\",\n\t\t\t\t\"de\" : \"Absichern\",\n\t\t\t\t\"fr\" : \"Ordre défensif\",\n\t\t\t\t\"jp\" : \"防御指示\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18312\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Level 5 Death\",\n\t\t\t\t\"de\" : \"Todesstufe 5\",\n\t\t\t\t\"fr\" : \"Mort niveau 5\",\n\t\t\t\t\"jp\" : \"レベル5デス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18317\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Angel Whisper\",\n\t\t\t\t\"de\" : \"Engelsflüstern\",\n\t\t\t\t\"fr\" : \"Grâce angélique\",\n\t\t\t\t\"jp\" : \"天使のささやき\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18320\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Devour\",\n\t\t\t\t\"de\" : \"Verschlingen\",\n\t\t\t\t\"fr\" : \"Dévoration\",\n\t\t\t\t\"jp\" : \"捕食\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18323\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 4,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Surpanakha\",\n\t\t\t\t\"de\" : \"Surpanakha\",\n\t\t\t\t\"fr\" : \"Surpanakha\",\n\t\t\t\t\"jp\" : \"徹甲散弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18324\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Quasar\",\n\t\t\t\t\"de\" : \"Quasar\",\n\t\t\t\t\"fr\" : \"Quasar\",\n\t\t\t\t\"jp\" : \"クエーサー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18325\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"J Kick\",\n\t\t\t\t\"de\" : \"Gewissenstritt\",\n\t\t\t\t\"fr\" : \"Pied justicier\",\n\t\t\t\t\"jp\" : \"ジャスティスキック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"18775\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Skydragon Dive\",\n\t\t\t\t\"de\" : \"Azurner Drachensturz\",\n\t\t\t\t\"fr\" : \"Piqué du Dragon céleste\",\n\t\t\t\t\"jp\" : \"蒼空のドラゴンダイブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"19218\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aqua Vitae\",\n\t\t\t\t\"de\" : \"Aqua Vitae\",\n\t\t\t\t\"fr\" : \"Aqua Vitae\",\n\t\t\t\t\"jp\" : \"アクアヴィッテ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20496\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aether Mine\",\n\t\t\t\t\"de\" : \"Äthergranate\",\n\t\t\t\t\"fr\" : \"Mine éthérée\",\n\t\t\t\t\"jp\" : \"エーテルマイン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20692\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20693\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20694\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20695\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20696\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20697\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20698\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20699\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20700\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20703\" : {\n\t\t\"recast\" : 360.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Manawall\",\n\t\t\t\t\"de\" : \"Verschollene Mana-Wand\",\n\t\t\t\t\"fr\" : \"Mur de mana oublié\",\n\t\t\t\t\"jp\" : \"ロスト・ウォール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20705\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Stealth\",\n\t\t\t\t\"de\" : \"Verschollene Coeurl-Pfoten\",\n\t\t\t\t\"fr\" : \"Furtivité oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・ステルス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20708\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Swift\",\n\t\t\t\t\"de\" : \"Verschollene Eile\",\n\t\t\t\t\"fr\" : \"Vélocité oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スウィフト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20715\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"RDM\",\n\t\t\t\"SGE\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Font of Magic\",\n\t\t\t\t\"de\" : \"Verschollene Magiefontäne\",\n\t\t\t\t\"fr\" : \"Fontaine de magie oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・マジックフォント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20716\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Font of Skill\",\n\t\t\t\t\"de\" : \"Verschollene Technikfontäne\",\n\t\t\t\t\"fr\" : \"Fontaine de technique oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スキルフォント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20717\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Font of Power\",\n\t\t\t\t\"de\" : \"Verschollene Machtfontäne\",\n\t\t\t\t\"fr\" : \"Fontaine de puissance oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・パワーフォント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20718\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Slash\",\n\t\t\t\t\"de\" : \"Verschollener Schlitzer\",\n\t\t\t\t\"fr\" : \"Taillade oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スラッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20719\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Death\",\n\t\t\t\t\"de\" : \"Verschollener Tod\",\n\t\t\t\t\"fr\" : \"Mort oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・デス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20720\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Noble Ends\",\n\t\t\t\t\"de\" : \"Gemüt der Verdrossenheit\",\n\t\t\t\t\"fr\" : \"Seuil de la frénésie\",\n\t\t\t\t\"jp\" : \"背水の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20721\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Honored Sacrifice\",\n\t\t\t\t\"de\" : \"Gemüt der Ungehaltenheit\",\n\t\t\t\t\"fr\" : \"Seuil de l'abnégation\",\n\t\t\t\t\"jp\" : \"捨身の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20722\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Tireless Conviction\",\n\t\t\t\t\"de\" : \"Gemüt der Beharrlichkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la patience\",\n\t\t\t\t\"jp\" : \"忍耐の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20723\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Firm Resolve\",\n\t\t\t\t\"de\" : \"Gemüt der Folgsamkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la préservation\",\n\t\t\t\t\"jp\" : \"堅守の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20724\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Solemn Clarity\",\n\t\t\t\t\"de\" : \"Gemüt der Besinnlichkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la contemplation\",\n\t\t\t\t\"jp\" : \"瞑想の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20725\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Banner of Honed Acuity\",\n\t\t\t\t\"de\" : \"Gemüt der Empfindsamkeit\",\n\t\t\t\t\"fr\" : \"Seuil de la perception\",\n\t\t\t\t\"jp\" : \"鋭敏の境地\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20731\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Incense\",\n\t\t\t\t\"de\" : \"Verschollener Hohn\",\n\t\t\t\t\"fr\" : \"Incitation oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・エンミティ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20734\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dynamis Dice\",\n\t\t\t\t\"de\" : \"Würfel des Schicksals\",\n\t\t\t\t\"fr\" : \"Dé du destin\",\n\t\t\t\t\"jp\" : \"運命のダイス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20737\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resistance Potion Kit\",\n\t\t\t\t\"de\" : \"Tränkesammlung des Widerstands\",\n\t\t\t\t\"fr\" : \"Kit de potion de la résistance\",\n\t\t\t\t\"jp\" : \"レジスタンスポーションキット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20738\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resistance Ether Kit\",\n\t\t\t\t\"de\" : \"Äthersammlung des Widerstands\",\n\t\t\t\t\"fr\" : \"Kit d'éther de la résistance\",\n\t\t\t\t\"jp\" : \"レジスタンスエーテルキット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20739\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resistance Medikit\",\n\t\t\t\t\"de\" : \"Kräutersammlung des Widerstands\",\n\t\t\t\t\"fr\" : \"Kit médical de la résistance\",\n\t\t\t\t\"jp\" : \"レジスタンスレメディキット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20740\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resistance Potion\",\n\t\t\t\t\"de\" : \"Heiltrank des Widerstands\",\n\t\t\t\t\"fr\" : \"Potion de la résistance\",\n\t\t\t\t\"jp\" : \"レジスタンスポーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"20940\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Auto Restoration\",\n\t\t\t\t\"de\" : \"Selbstheilung\",\n\t\t\t\t\"fr\" : \"Auto-réparation\",\n\t\t\t\t\"jp\" : \"自己修復\"\n\t\t\t}\n\t\t}\n\t},\n\t\"21494\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fleche\",\n\t\t\t\t\"de\" : \"Fleche\",\n\t\t\t\t\"fr\" : \"Flèche\",\n\t\t\t\t\"jp\" : \"フレッシュ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"21495\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 74,\n\t\t\t\t\"recast\" : 35.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contre Sixte\",\n\t\t\t\t\"de\" : \"Contre Sixte\",\n\t\t\t\t\"fr\" : \"Contre de sixte\",\n\t\t\t\t\"jp\" : \"コントルシクスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"21499\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Destiny Drawn\",\n\t\t\t\t\"de\" : \"Schicksalskarten\",\n\t\t\t\t\"fr\" : \"Tirage du destin\",\n\t\t\t\t\"jp\" : \"デスティニードロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"21611\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fixed Sign\",\n\t\t\t\t\"de\" : \"Schrein des Stillstands\",\n\t\t\t\t\"fr\" : \"Signe fixe\",\n\t\t\t\t\"jp\" : \"不動宮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22353\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Rend Armor\",\n\t\t\t\t\"de\" : \"Verschollener Panzerbruch\",\n\t\t\t\t\"fr\" : \"Brise-armure oublié\",\n\t\t\t\t\"jp\" : \"ロスト・アーマーブレイク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22354\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Seraph Strike\",\n\t\t\t\t\"de\" : \"Verschollener Seraphenschlag\",\n\t\t\t\t\"fr\" : \"Frappe séraphine oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・セラフストライク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22355\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Aethershield\",\n\t\t\t\t\"de\" : \"Verschollener Ätherschild\",\n\t\t\t\t\"fr\" : \"Égide d'éther oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・エーテルシールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"22356\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Dervish\",\n\t\t\t\t\"de\" : \"Verschollener Rapidus\",\n\t\t\t\t\"fr\" : \"Célérité extrême oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・スピードスター\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23264\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Triple Trident\",\n\t\t\t\t\"de\" : \"Dreizack\",\n\t\t\t\t\"fr\" : \"Triple trident\",\n\t\t\t\t\"jp\" : \"銛三段\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23267\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cold Fog\",\n\t\t\t\t\"de\" : \"Eisiger Nebel\",\n\t\t\t\t\"fr\" : \"Brume glaciale\",\n\t\t\t\t\"jp\" : \"冷たい霧\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23272\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Angel's Snack\",\n\t\t\t\t\"de\" : \"Engelspeise\",\n\t\t\t\t\"fr\" : \"Angélique\",\n\t\t\t\t\"jp\" : \"天使のおやつ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23273\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chelonian Gate\",\n\t\t\t\t\"de\" : \"Barriere\",\n\t\t\t\t\"fr\" : \"Barrière mystique\",\n\t\t\t\t\"jp\" : \"玄結界\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23275\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"The Rose of Destruction\",\n\t\t\t\t\"de\" : \"Zermalmender Geist\",\n\t\t\t\t\"fr\" : \"Rose de la destruction\",\n\t\t\t\t\"jp\" : \"闘霊弾\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23277\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ultravibration\",\n\t\t\t\t\"de\" : \"Ultravibration\",\n\t\t\t\t\"fr\" : \"Ultravibration\",\n\t\t\t\t\"jp\" : \"超振動\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23280\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dragon Force\",\n\t\t\t\t\"de\" : \"Drachenkraft\",\n\t\t\t\t\"fr\" : \"Dracoforce\",\n\t\t\t\t\"jp\" : \"ドラゴンフォース\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23285\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Matra Magic\",\n\t\t\t\t\"de\" : \"Matra-Magie\",\n\t\t\t\t\"fr\" : \"Magie Matra\",\n\t\t\t\t\"jp\" : \"マトラマジック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23287\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Both Ends\",\n\t\t\t\t\"de\" : \"Beide Enden\",\n\t\t\t\t\"fr\" : \"Coup de bâton tournicotant\",\n\t\t\t\t\"jp\" : \"如意大旋風\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23288\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantom Flurry\",\n\t\t\t\t\"de\" : \"Phantomhast\",\n\t\t\t\t\"fr\" : \"Frénésie spectrale\",\n\t\t\t\t\"jp\" : \"鬼宿脚\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23290\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nightbloom\",\n\t\t\t\t\"de\" : \"Monddämmerung\",\n\t\t\t\t\"fr\" : \"Lis araignée\",\n\t\t\t\t\"jp\" : \"月下彼岸花\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23913\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"RDM\",\n\t\t\t\"SGE\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Chainspell\",\n\t\t\t\t\"de\" : \"Verschollene Zauberkette\",\n\t\t\t\t\"fr\" : \"Avalanche de sorts oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・チェインスペル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23914\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Assassination\",\n\t\t\t\t\"de\" : \"Verschollener Meuchelmord\",\n\t\t\t\t\"fr\" : \"Assassinat oublié\",\n\t\t\t\t\"jp\" : \"ロスト・アサシネイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23918\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Impetus\",\n\t\t\t\t\"de\" : \"Verschollener Impuls\",\n\t\t\t\t\"fr\" : \"Impulsion oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・インペタス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23919\" : {\n\t\t\"recast\" : 300.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Excellence\",\n\t\t\t\t\"de\" : \"Verschollene Exzellenz\",\n\t\t\t\t\"fr\" : \"Excellence oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・エクセレンス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23920\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Full Cure\",\n\t\t\t\t\"de\" : \"Verschollene Erneuerung\",\n\t\t\t\t\"fr\" : \"Maxi Soin oublié\",\n\t\t\t\t\"jp\" : \"ロスト・フルケア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23921\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lost Blood Rage\",\n\t\t\t\t\"de\" : \"Verschollener Blutzorn\",\n\t\t\t\t\"fr\" : \"Rage sanguinaire oubliée\",\n\t\t\t\t\"jp\" : \"ロスト・ブラッドレイジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"23922\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resistance Elixir\",\n\t\t\t\t\"de\" : \"Elixier des Widerstands\",\n\t\t\t\t\"fr\" : \"Élixir de la résistance\",\n\t\t\t\t\"jp\" : \"レジスタンスエリクサー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24066\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Destiny's Sleeve\",\n\t\t\t\t\"de\" : \"Legeschema des Schicksals\",\n\t\t\t\t\"fr\" : \"Grand sabot du destin\",\n\t\t\t\t\"jp\" : \"デスティニースリーヴドロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24288\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physis\",\n\t\t\t\t\"de\" : \"Physis\",\n\t\t\t\t\"fr\" : \"Physis\",\n\t\t\t\t\"jp\" : \"ピュシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24289\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phlegma\",\n\t\t\t\t\"de\" : \"Phlegma\",\n\t\t\t\t\"fr\" : \"Phlegma\",\n\t\t\t\t\"jp\" : \"フレグマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24294\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 94,\n\t\t\t\t\"recast\" : 60.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soteria\",\n\t\t\t\t\"de\" : \"Soteria\",\n\t\t\t\t\"fr\" : \"Soteria\",\n\t\t\t\t\"jp\" : \"ソーテリア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24295\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Icarus\",\n\t\t\t\t\"de\" : \"Ikarus\",\n\t\t\t\t\"fr\" : \"Ikaros\",\n\t\t\t\t\"jp\" : \"イカロス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24298\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kerachole\",\n\t\t\t\t\"de\" : \"Kerachole\",\n\t\t\t\t\"fr\" : \"Kerachole\",\n\t\t\t\t\"jp\" : \"ケーラコレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24299\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ixochole\",\n\t\t\t\t\"de\" : \"Ixochole\",\n\t\t\t\t\"fr\" : \"Ixochole\",\n\t\t\t\t\"jp\" : \"イックソコレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24300\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zoe\",\n\t\t\t\t\"de\" : \"Zoe\",\n\t\t\t\t\"fr\" : \"Zoe\",\n\t\t\t\t\"jp\" : \"ゾーエ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24301\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pepsis\",\n\t\t\t\t\"de\" : \"Pepsis\",\n\t\t\t\t\"fr\" : \"Pepsis\",\n\t\t\t\t\"jp\" : \"ペプシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24302\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Physis II\",\n\t\t\t\t\"de\" : \"Physis II\",\n\t\t\t\t\"fr\" : \"Physis II\",\n\t\t\t\t\"jp\" : \"ピュシスII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24303\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Taurochole\",\n\t\t\t\t\"de\" : \"Taurochole\",\n\t\t\t\t\"fr\" : \"Taurochole\",\n\t\t\t\t\"jp\" : \"タウロコレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24305\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Haima\",\n\t\t\t\t\"de\" : \"Haima\",\n\t\t\t\t\"fr\" : \"Haima\",\n\t\t\t\t\"jp\" : \"ハイマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24307\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phlegma II\",\n\t\t\t\t\"de\" : \"Phlegma II\",\n\t\t\t\t\"fr\" : \"Phlegma II\",\n\t\t\t\t\"jp\" : \"フレグマII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24309\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rhizomata\",\n\t\t\t\t\"de\" : \"Rizomata\",\n\t\t\t\t\"fr\" : \"Rizomata\",\n\t\t\t\t\"jp\" : \"リゾーマタ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24310\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holos\",\n\t\t\t\t\"de\" : \"Holos\",\n\t\t\t\t\"fr\" : \"Holos\",\n\t\t\t\t\"jp\" : \"ホーリズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24311\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Panhaima\",\n\t\t\t\t\"de\" : \"Panhaima\",\n\t\t\t\t\"fr\" : \"Panhaima\",\n\t\t\t\t\"jp\" : \"パンハイマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24313\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phlegma III\",\n\t\t\t\t\"de\" : \"Phlegma III\",\n\t\t\t\t\"fr\" : \"Phlegma III\",\n\t\t\t\t\"jp\" : \"フレグマIII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24317\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Krasis\",\n\t\t\t\t\"de\" : \"Krasis\",\n\t\t\t\t\"fr\" : \"Krasis\",\n\t\t\t\t\"jp\" : \"クラーシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24318\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pneuma\",\n\t\t\t\t\"de\" : \"Pneuma\",\n\t\t\t\t\"fr\" : \"Pneuma\",\n\t\t\t\t\"jp\" : \"プネウマ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24380\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 78,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Slice\",\n\t\t\t\t\"de\" : \"Seelenschlitzer\",\n\t\t\t\t\"fr\" : \"Tranchage animique\",\n\t\t\t\t\"jp\" : \"ソウルスライス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24381\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 78,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Scythe\",\n\t\t\t\t\"de\" : \"Seelensense\",\n\t\t\t\t\"fr\" : \"Faux animique\",\n\t\t\t\t\"jp\" : \"ソウルサイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24393\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gluttony\",\n\t\t\t\t\"de\" : \"Völlerei\",\n\t\t\t\t\"fr\" : \"Gloutonnerie\",\n\t\t\t\t\"jp\" : \"グラトニー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24394\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enshroud\",\n\t\t\t\t\"de\" : \"Lemurenschleier\",\n\t\t\t\t\"fr\" : \"Linceul du lémure\",\n\t\t\t\t\"jp\" : \"レムールシュラウド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24401\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hell's Ingress\",\n\t\t\t\t\"de\" : \"Höllischer Auftritt\",\n\t\t\t\t\"fr\" : \"Intrusion de l'enfer\",\n\t\t\t\t\"jp\" : \"ヘルズイングレス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24402\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hell's Egress\",\n\t\t\t\t\"de\" : \"Höllischer Abgang\",\n\t\t\t\t\"fr\" : \"Retraite de l'enfer\",\n\t\t\t\t\"jp\" : \"ヘルズイーグレス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24404\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Crest\",\n\t\t\t\t\"de\" : \"Arkanes Wappen\",\n\t\t\t\t\"fr\" : \"Blason arcanique\",\n\t\t\t\t\"jp\" : \"アルケインクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24405\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Circle\",\n\t\t\t\t\"de\" : \"Arkaner Kreis\",\n\t\t\t\t\"fr\" : \"Cercle arcanique\",\n\t\t\t\t\"jp\" : \"アルケインサークル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"24917\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corps-a-corps\",\n\t\t\t\t\"de\" : \"Corps-a-corps\",\n\t\t\t\t\"fr\" : \"Corps-à-corps\",\n\t\t\t\t\"jp\" : \"コル・ア・コル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25133\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medical Kit\",\n\t\t\t\t\"de\" : \"Frontentrank\",\n\t\t\t\t\"fr\" : \"Potion militaire\",\n\t\t\t\t\"jp\" : \"軍用ポーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25747\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expiacion\",\n\t\t\t\t\"de\" : \"Expiacion\",\n\t\t\t\t\"fr\" : \"Expiation\",\n\t\t\t\t\"jp\" : \"エクスピアシオン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25751\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodwhetting\",\n\t\t\t\t\"de\" : \"Urimpuls\",\n\t\t\t\t\"fr\" : \"Intuition fougueuse\",\n\t\t\t\t\"jp\" : \"原初の血気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25752\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Orogeny\",\n\t\t\t\t\"de\" : \"Orogenese\",\n\t\t\t\t\"fr\" : \"Orogenèse\",\n\t\t\t\t\"jp\" : \"オロジェネシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25754\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Oblation\",\n\t\t\t\t\"de\" : \"Opfergabe\",\n\t\t\t\t\"fr\" : \"Oblation\",\n\t\t\t\t\"jp\" : \"オブレーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25755\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salt and Darkness\",\n\t\t\t\t\"de\" : \"Salz und Schwärze\",\n\t\t\t\t\"fr\" : \"Sel et Ténèbres\",\n\t\t\t\t\"jp\" : \"ソルト・アンド・ダーク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25757\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadowbringer\",\n\t\t\t\t\"de\" : \"Schattenbringer\",\n\t\t\t\t\"fr\" : \"Porteur d'ombre\",\n\t\t\t\t\"jp\" : \"シャドウブリンガー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25758\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Corundum\",\n\t\t\t\t\"de\" : \"Herz des Korunds\",\n\t\t\t\t\"fr\" : \"Cœur de corindon\",\n\t\t\t\t\"jp\" : \"ハート・オブ・コランダム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25760\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Double Down\",\n\t\t\t\t\"de\" : \"Doppelpack\",\n\t\t\t\t\"fr\" : \"Acharnement\",\n\t\t\t\t\"jp\" : \"ダブルダウン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25762\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderclap\",\n\t\t\t\t\"de\" : \"Donnersprung\",\n\t\t\t\t\"fr\" : \"Élan fulgurant\",\n\t\t\t\t\"jp\" : \"抜重歩法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25766\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Wind\",\n\t\t\t\t\"de\" : \"Stürmendes Enigma\",\n\t\t\t\t\"fr\" : \"Énigme du vent\",\n\t\t\t\t\"jp\" : \"疾風の極意\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25773\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wyrmwind Thrust\",\n\t\t\t\t\"de\" : \"Zwillingswyrm\",\n\t\t\t\t\"fr\" : \"Percée des dragons anciens\",\n\t\t\t\t\"jp\" : \"天竜点睛\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25785\" : {\n\t\t\"recast\" : 110.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Finale\",\n\t\t\t\t\"de\" : \"Luminöses Finale\",\n\t\t\t\t\"fr\" : \"Final radieux\",\n\t\t\t\t\"jp\" : \"光神のフィナーレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25788\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Saw\",\n\t\t\t\t\"de\" : \"Kreissäge\",\n\t\t\t\t\"fr\" : \"Tronçonneuses rotatives\",\n\t\t\t\t\"jp\" : \"回転のこぎり\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25796\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Amplifier\",\n\t\t\t\t\"de\" : \"Verstärker\",\n\t\t\t\t\"fr\" : \"Amplificateur\",\n\t\t\t\t\"jp\" : \"アンプリファイア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25799\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"ACN\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Aegis\",\n\t\t\t\t\"de\" : \"Schimmerschild\",\n\t\t\t\t\"fr\" : \"Égide rayonnante\",\n\t\t\t\t\"jp\" : \"守りの光\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25800\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"ACN\",\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aethercharge\",\n\t\t\t\t\"de\" : \"Ätherinfusion\",\n\t\t\t\t\"fr\" : \"Infusion d'éther\",\n\t\t\t\t\"jp\" : \"エーテルチャージ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25801\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Searing Light\",\n\t\t\t\t\"de\" : \"Gleißender Schein\",\n\t\t\t\t\"fr\" : \"Éclat ardent\",\n\t\t\t\t\"jp\" : \"シアリングライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25830\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rekindle\",\n\t\t\t\t\"de\" : \"Wiederaufleben\",\n\t\t\t\t\"fr\" : \"Ravivement\",\n\t\t\t\t\"jp\" : \"再生の炎\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25831\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Phoenix\",\n\t\t\t\t\"de\" : \"Phönix-Beschwörung\",\n\t\t\t\t\"fr\" : \"Invocation Phénix\",\n\t\t\t\t\"jp\" : \"サモン・フェニックス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25857\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Magick Barrier\",\n\t\t\t\t\"de\" : \"Magiebarriere\",\n\t\t\t\t\"fr\" : \"Barrière anti-magie\",\n\t\t\t\t\"jp\" : \"バマジク\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25861\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aquaveil\",\n\t\t\t\t\"de\" : \"Wasserschleier\",\n\t\t\t\t\"fr\" : \"Aquavoile\",\n\t\t\t\t\"jp\" : \"アクアヴェール\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25862\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Liturgy of the Bell\",\n\t\t\t\t\"de\" : \"Glockenspiel\",\n\t\t\t\t\"fr\" : \"Tintinnabule\",\n\t\t\t\t\"jp\" : \"リタージー・オブ・ベル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25867\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Protraction\",\n\t\t\t\t\"de\" : \"Protraktion\",\n\t\t\t\t\"fr\" : \"Loi de la protraction\",\n\t\t\t\t\"jp\" : \"生命回生法\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25868\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expedient\",\n\t\t\t\t\"de\" : \"Sturm und Drang\",\n\t\t\t\t\"fr\" : \"Thèse fluidique\",\n\t\t\t\t\"jp\" : \"疾風怒濤の計\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25873\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Exaltation\",\n\t\t\t\t\"de\" : \"Exaltation\",\n\t\t\t\t\"fr\" : \"Exaltation\",\n\t\t\t\t\"jp\" : \"エクザルテーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"25874\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Macrocosmos\",\n\t\t\t\t\"de\" : \"Makrokosmos\",\n\t\t\t\t\"fr\" : \"Macrocosme\",\n\t\t\t\t\"jp\" : \"マクロコスモス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26225\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Embolden\",\n\t\t\t\t\"de\" : \"Ermutigen\",\n\t\t\t\t\"fr\" : \"Enhardissement\",\n\t\t\t\t\"jp\" : \"エンボルデン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26232\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diffractive Magitek Cannon\",\n\t\t\t\t\"de\" : \"Diffraktive Magitek-Kanone\",\n\t\t\t\t\"fr\" : \"Canon diffractif magitek\",\n\t\t\t\t\"jp\" : \"拡散魔導カノン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26233\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High-powered Magitek Cannon\",\n\t\t\t\t\"de\" : \"Hochenergie-Magitek-Kanone\",\n\t\t\t\t\"fr\" : \"Canon surpuissant magitek\",\n\t\t\t\t\"jp\" : \"高出力魔導カノン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26252\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fight or Flight\",\n\t\t\t\t\"de\" : \"Verwegenheit\",\n\t\t\t\t\"fr\" : \"Combat acharné\",\n\t\t\t\t\"jp\" : \"ファイト・オア・フライト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26253\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart\",\n\t\t\t\t\"de\" : \"Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart\",\n\t\t\t\t\"jp\" : \"ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"26890\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fiendish Lantern\",\n\t\t\t\t\"de\" : \"Monsterschreck-Laterne\",\n\t\t\t\t\"fr\" : \"Lanterne repousse-démons\",\n\t\t\t\t\"jp\" : \"退魔のランタン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27044\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leveilleur Druochole\",\n\t\t\t\t\"de\" : \"Leveilleur-Druochole\",\n\t\t\t\t\"fr\" : \"Druochole des Leveilleur\",\n\t\t\t\t\"jp\" : \"ルヴェユール・ドルオコレ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27046\" : {\n\t\t\"recast\" : 35.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"ルヴェユール・トキシコンII\",\n\t\t\t\t\"de\" : \"ルヴェユール・トキシコンII\",\n\t\t\t\t\"fr\" : \"Toxikon II des Leveilleur\",\n\t\t\t\t\"jp\" : \"ルヴェユール・トキシコンII\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27047\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Leveilleur Toxikon\",\n\t\t\t\t\"de\" : \"Leveilleur-Toxikon\",\n\t\t\t\t\"fr\" : \"Toxikon des Leveilleur\",\n\t\t\t\t\"jp\" : \"ルヴェユール・トキシコン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27054\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corps-a-corps\",\n\t\t\t\t\"de\" : \"Corps-a-corps\",\n\t\t\t\t\"fr\" : \"Corps-à-corps\",\n\t\t\t\t\"jp\" : \"コル・ア・コル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27060\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 74,\n\t\t\t\t\"recast\" : 35.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contre Sixte\",\n\t\t\t\t\"de\" : \"Contre Sixte\",\n\t\t\t\t\"fr\" : \"Contre de sixte\",\n\t\t\t\t\"jp\" : \"コントルシクスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27430\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Nebula\",\n\t\t\t\t\"de\" : \"Nebula\",\n\t\t\t\t\"fr\" : \"Nébuleuse\",\n\t\t\t\t\"jp\" : \"ネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27432\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift Deception\",\n\t\t\t\t\"de\" : \"Leisetreter\",\n\t\t\t\t\"fr\" : \"Invisibilité rapide\",\n\t\t\t\t\"jp\" : \"スウィフトインビジブル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27433\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silent Takedown\",\n\t\t\t\t\"de\" : \"Ausschalten\",\n\t\t\t\t\"fr\" : \"Coup décisif\",\n\t\t\t\t\"jp\" : \"フィニッシュムーブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"27434\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bewilderment Bomb\",\n\t\t\t\t\"de\" : \"Verwirrperlen\",\n\t\t\t\t\"fr\" : \"Grenade ahurissante\",\n\t\t\t\t\"jp\" : \"嗅覚撹乱玉\"\n\t\t\t}\n\t\t}\n\t},\n\t\"28302\" : {\n\t\t\"recast\" : 11.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Family Outing\",\n\t\t\t\t\"de\" : \"Ringelreigen\",\n\t\t\t\t\"fr\" : \"Famille nombreuse\",\n\t\t\t\t\"jp\" : \"家族サービス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29054\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Jobs\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Disciples\",\n\t\t\t\"of\",\n\t\t\t\"War\",\n\t\t\t\"or\",\n\t\t\t\"Magic\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guard (PVP)\",\n\t\t\t\t\"de\" : \"Wehr (PVP)\",\n\t\t\t\t\"fr\" : \"Garde (PVP)\",\n\t\t\t\t\"jp\" : \"防御 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29056\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Jobs\",\n\t\t\t\"of\",\n\t\t\t\"the\",\n\t\t\t\"Disciples\",\n\t\t\t\"of\",\n\t\t\t\"War\",\n\t\t\t\"or\",\n\t\t\t\"Magic\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Purify (PVP)\",\n\t\t\t\t\"de\" : \"Purifikation (PVP)\",\n\t\t\t\t\"fr\" : \"Dépuration (PVP)\",\n\t\t\t\t\"jp\" : \"浄化 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29062\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Spirit (PVP)\",\n\t\t\t\t\"de\" : \"Heiliger Geist (PVP)\",\n\t\t\t\t\"fr\" : \"Esprit saint (PVP)\",\n\t\t\t\t\"jp\" : \"ホーリースピリット (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29065\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Intervene (PVP)\",\n\t\t\t\t\"de\" : \"Einschreiten (PVP)\",\n\t\t\t\t\"fr\" : \"Irruption brutale (PVP)\",\n\t\t\t\t\"jp\" : \"インターヴィーン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29066\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guardian (PVP)\",\n\t\t\t\t\"de\" : \"Wächter (PVP)\",\n\t\t\t\t\"fr\" : \"Gardien (PVP)\",\n\t\t\t\t\"jp\" : \"ガーディアン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29067\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy Sheltron (PVP)\",\n\t\t\t\t\"de\" : \"Heiliges Schiltron (PVP)\",\n\t\t\t\t\"fr\" : \"Schiltron sacré (PVP)\",\n\t\t\t\t\"jp\" : \"ホーリーシェルトロン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29069\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phalanx (PVP)\",\n\t\t\t\t\"de\" : \"Phalanx (PVP)\",\n\t\t\t\t\"fr\" : \"Phalanx (PVP)\",\n\t\t\t\t\"jp\" : \"ファランクス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29079\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Onslaught (PVP)\",\n\t\t\t\t\"de\" : \"Sturmlauf (PVP)\",\n\t\t\t\t\"fr\" : \"Assaut violent (PVP)\",\n\t\t\t\t\"jp\" : \"オンスロート (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29080\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Orogeny (PVP)\",\n\t\t\t\t\"de\" : \"Orogenese (PVP)\",\n\t\t\t\t\"fr\" : \"Orogenèse (PVP)\",\n\t\t\t\t\"jp\" : \"オロジェネシス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29081\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blota (PVP)\",\n\t\t\t\t\"de\" : \"Blot (PVP)\",\n\t\t\t\t\"fr\" : \"Libation (PVP)\",\n\t\t\t\t\"jp\" : \"ブロート (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29082\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodwhetting (PVP)\",\n\t\t\t\t\"de\" : \"Urimpuls (PVP)\",\n\t\t\t\t\"fr\" : \"Intuition fougueuse (PVP)\",\n\t\t\t\t\"jp\" : \"原初の血気 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29083\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primal Scream (PVP)\",\n\t\t\t\t\"de\" : \"Urschrei (PVP)\",\n\t\t\t\t\"fr\" : \"Rugissement bestial (PVP)\",\n\t\t\t\t\"jp\" : \"原初の怒号 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29084\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Primal Rend (PVP)\",\n\t\t\t\t\"de\" : \"Brachiale Gewalt (PVP)\",\n\t\t\t\t\"fr\" : \"Griffade primitive (PVP)\",\n\t\t\t\t\"jp\" : \"プライマルレンド (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29092\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Plunge (PVP)\",\n\t\t\t\t\"de\" : \"Hiebsprung (PVP)\",\n\t\t\t\t\"fr\" : \"Coupe plongeante (PVP)\",\n\t\t\t\t\"jp\" : \"プランジカット (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29093\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Blackest Night (PVP)\",\n\t\t\t\t\"de\" : \"Schwärzeste Nacht (PVP)\",\n\t\t\t\t\"fr\" : \"Nuit noirissime (PVP)\",\n\t\t\t\t\"jp\" : \"ブラックナイト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29094\" : {\n\t\t\"recast\" : 28.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salted Earth (PVP)\",\n\t\t\t\t\"de\" : \"Salzige Erde (PVP)\",\n\t\t\t\t\"fr\" : \"Terre salée (PVP)\",\n\t\t\t\t\"jp\" : \"ソルトアース (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29095\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Salt and Darkness (PVP)\",\n\t\t\t\t\"de\" : \"Salz und Schwärze (PVP)\",\n\t\t\t\t\"fr\" : \"Sel et Ténèbres (PVP)\",\n\t\t\t\t\"jp\" : \"ソルト・アンド・ダーク (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29097\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eventide (PVP)\",\n\t\t\t\t\"de\" : \"Dämmerung (PVP)\",\n\t\t\t\t\"fr\" : \"Crépuscule (PVP)\",\n\t\t\t\t\"jp\" : \"イーブンタイド (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29102\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gnashing Fang (PVP)\",\n\t\t\t\t\"de\" : \"Schlagfänge (PVP)\",\n\t\t\t\t\"fr\" : \"Croc pugnace (PVP)\",\n\t\t\t\t\"jp\" : \"ビートファング (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29123\" : {\n\t\t\"recast\" : 14.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rough Divide (PVP)\",\n\t\t\t\t\"de\" : \"Grobspalter (PVP)\",\n\t\t\t\t\"fr\" : \"Lamineur (PVP)\",\n\t\t\t\t\"jp\" : \"ラフディバイド (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29128\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Blasting Zone (PVP)\",\n\t\t\t\t\"de\" : \"Erda-Detonation (PVP)\",\n\t\t\t\t\"fr\" : \"Zone de destruction (PVP)\",\n\t\t\t\t\"jp\" : \"ブラスティングゾーン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29130\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Relentless Rush (PVP)\",\n\t\t\t\t\"de\" : \"Multi (PVP)\",\n\t\t\t\t\"fr\" : \"Multi-taillade (PVP)\",\n\t\t\t\t\"jp\" : \"連続剣 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29224\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Cure II (PVP)\",\n\t\t\t\t\"de\" : \"Vitra (PVP)\",\n\t\t\t\t\"fr\" : \"Extra Soin (PVP)\",\n\t\t\t\t\"jp\" : \"ケアルラ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29226\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Afflatus Misery (PVP)\",\n\t\t\t\t\"de\" : \"Afflatus miseriae (PVP)\",\n\t\t\t\t\"fr\" : \"Offrande de misère (PVP)\",\n\t\t\t\t\"jp\" : \"ハート・オブ・ミゼリ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29227\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aquaveil (PVP)\",\n\t\t\t\t\"de\" : \"Wasserschleier (PVP)\",\n\t\t\t\t\"fr\" : \"Aquavoile (PVP)\",\n\t\t\t\t\"jp\" : \"アクアヴェール (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29228\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Miracle of Nature (PVP)\",\n\t\t\t\t\"de\" : \"Wunder der Natur (PVP)\",\n\t\t\t\t\"fr\" : \"Miracle de la nature (PVP)\",\n\t\t\t\t\"jp\" : \"ミラクル・オブ・ネイチャー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29229\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraph Strike (PVP)\",\n\t\t\t\t\"de\" : \"Seraphenschlag (PVP)\",\n\t\t\t\t\"fr\" : \"Frappe séraphine (PVP)\",\n\t\t\t\t\"jp\" : \"セラフストライク (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29230\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Afflatus Purgation (PVP)\",\n\t\t\t\t\"de\" : \"Afflatus purgatio (PVP)\",\n\t\t\t\t\"fr\" : \"Purge fondamentale (PVP)\",\n\t\t\t\t\"jp\" : \"ハート・オブ・パーゲーション (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29232\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Adloquium (PVP)\",\n\t\t\t\t\"de\" : \"Adloquium (PVP)\",\n\t\t\t\t\"fr\" : \"Traité du réconfort (PVP)\",\n\t\t\t\t\"jp\" : \"鼓舞激励の策 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29233\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Biolysis (PVP)\",\n\t\t\t\t\"de\" : \"Causae et Curae (PVP)\",\n\t\t\t\t\"fr\" : \"Loi de l'infection (PVP)\",\n\t\t\t\t\"jp\" : \"蠱毒法 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29234\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"recast\" : 90.0\n\t\t\t}\n\t\t],\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deployment Tactics (PVP)\",\n\t\t\t\t\"de\" : \"Dislokation (PVP)\",\n\t\t\t\t\"fr\" : \"Stratagème du déploiement (PVP)\",\n\t\t\t\t\"jp\" : \"展開戦術 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29236\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Expedient (PVP)\",\n\t\t\t\t\"de\" : \"Sturm und Drang (PVP)\",\n\t\t\t\t\"fr\" : \"Thèse fluidique (PVP)\",\n\t\t\t\t\"jp\" : \"疾風怒濤の計 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29237\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Seraph (PVP)\",\n\t\t\t\t\"de\" : \"Seraph-Beschwörung (PVP)\",\n\t\t\t\t\"fr\" : \"Invocation Séraphin (PVP)\",\n\t\t\t\t\"jp\" : \"サモン・セラフィム (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29241\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Consolation (PVP)\",\n\t\t\t\t\"de\" : \"Seelentrost (PVP)\",\n\t\t\t\t\"fr\" : \"Dictame (PVP)\",\n\t\t\t\t\"jp\" : \"コンソレイション (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29243\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected Benefic (PVP)\",\n\t\t\t\t\"de\" : \"Harmonischer Orbis (PVP)\",\n\t\t\t\t\"fr\" : \"Bienfaisance aspectée (PVP)\",\n\t\t\t\t\"jp\" : \"アスペクト・ベネフィク (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29244\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gravity II (PVP)\",\n\t\t\t\t\"de\" : \"Gravitra (PVP)\",\n\t\t\t\t\"fr\" : \"Extra Gravité (PVP)\",\n\t\t\t\t\"jp\" : \"グラビラ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29245\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Double Cast (PVP)\",\n\t\t\t\t\"de\" : \"Zweifacher Zauber (PVP)\",\n\t\t\t\t\"fr\" : \"Double incantation (PVP)\",\n\t\t\t\t\"jp\" : \"ダブルキャスト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29246\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fall Malefic (PVP)\",\n\t\t\t\t\"de\" : \"Aspekt im Fall (PVP)\",\n\t\t\t\t\"fr\" : \"Malfaisance en chute (PVP)\",\n\t\t\t\t\"jp\" : \"フォールマレフィク (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29247\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aspected Benefic (PVP)\",\n\t\t\t\t\"de\" : \"Harmonischer Orbis (PVP)\",\n\t\t\t\t\"fr\" : \"Bienfaisance aspectée (PVP)\",\n\t\t\t\t\"jp\" : \"アスペクト・ベネフィク (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29248\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Gravity II (PVP)\",\n\t\t\t\t\"de\" : \"Gravitra (PVP)\",\n\t\t\t\t\"fr\" : \"Extra Gravité (PVP)\",\n\t\t\t\t\"jp\" : \"グラビラ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29253\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Macrocosmos (PVP)\",\n\t\t\t\t\"de\" : \"Makrokosmos (PVP)\",\n\t\t\t\t\"fr\" : \"Macrocosme (PVP)\",\n\t\t\t\t\"jp\" : \"マクロコスモス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29255\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Celestial River (PVP)\",\n\t\t\t\t\"de\" : \"Säule der Herrlichkeit (PVP)\",\n\t\t\t\t\"fr\" : \"Rivière céleste (PVP)\",\n\t\t\t\t\"jp\" : \"星河一天 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29258\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eukrasia (PVP)\",\n\t\t\t\t\"de\" : \"Eukrasie (PVP)\",\n\t\t\t\t\"fr\" : \"Eukrasia (PVP)\",\n\t\t\t\t\"jp\" : \"エウクラシア (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29259\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phlegma III (PVP)\",\n\t\t\t\t\"de\" : \"Phlegma III (PVP)\",\n\t\t\t\t\"fr\" : \"Phlegma III (PVP)\",\n\t\t\t\t\"jp\" : \"フレグマIII (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29260\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pneuma (PVP)\",\n\t\t\t\t\"de\" : \"Pneuma (PVP)\",\n\t\t\t\t\"fr\" : \"Pneuma (PVP)\",\n\t\t\t\t\"jp\" : \"プネウマ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29261\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Icarus (PVP)\",\n\t\t\t\t\"de\" : \"Ikarus (PVP)\",\n\t\t\t\t\"fr\" : \"Ikaros (PVP)\",\n\t\t\t\t\"jp\" : \"イカロス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29262\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Toxikon (PVP)\",\n\t\t\t\t\"de\" : \"Toxikon (PVP)\",\n\t\t\t\t\"fr\" : \"Toxikon (PVP)\",\n\t\t\t\t\"jp\" : \"トキシコン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29266\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mesotes (PVP)\",\n\t\t\t\t\"de\" : \"Mesotes (PVP)\",\n\t\t\t\t\"fr\" : \"Mesotes (PVP)\",\n\t\t\t\t\"jp\" : \"メソテース (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29267\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mesotes (PVP)\",\n\t\t\t\t\"de\" : \"Mesotes (PVP)\",\n\t\t\t\t\"fr\" : \"Mesotes (PVP)\",\n\t\t\t\t\"jp\" : \"メソテース (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29363\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Medical Kit\",\n\t\t\t\t\"de\" : \"Frontentrank\",\n\t\t\t\t\"fr\" : \"Potion militaire\",\n\t\t\t\t\"jp\" : \"軍用ポーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29393\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apex Arrow (PVP)\",\n\t\t\t\t\"de\" : \"Apex-Pfeil (PVP)\",\n\t\t\t\t\"fr\" : \"Trait alpha (PVP)\",\n\t\t\t\t\"jp\" : \"エイペックスアロー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29395\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Silent Nocturne (PVP)\",\n\t\t\t\t\"de\" : \"Stumme Nocturne (PVP)\",\n\t\t\t\t\"fr\" : \"Nocturne muet (PVP)\",\n\t\t\t\t\"jp\" : \"黙者のノクターン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29399\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Repelling Shot (PVP)\",\n\t\t\t\t\"de\" : \"Mannstopper (PVP)\",\n\t\t\t\t\"fr\" : \"Tir repoussant (PVP)\",\n\t\t\t\t\"jp\" : \"リペリングショット (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29400\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"the Warden's Paean (PVP)\",\n\t\t\t\t\"de\" : \"Päan des Hüters (PVP)\",\n\t\t\t\t\"fr\" : \"Péon du Contemplateur (PVP)\",\n\t\t\t\t\"jp\" : \"時神のピーアン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29401\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Final Fantasia (PVP)\",\n\t\t\t\t\"de\" : \"Fantasie des Helden (PVP)\",\n\t\t\t\t\"fr\" : \"Fantaisie héroïque (PVP)\",\n\t\t\t\t\"jp\" : \"英雄のファンタジア (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29404\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scattergun (PVP)\",\n\t\t\t\t\"de\" : \"Schrotflinte (PVP)\",\n\t\t\t\t\"fr\" : \"Fusil à pompe (PVP)\",\n\t\t\t\t\"jp\" : \"スキャッターガン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29405\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Drill (PVP)\",\n\t\t\t\t\"de\" : \"Bohrer (PVP)\",\n\t\t\t\t\"fr\" : \"Foreuse (PVP)\",\n\t\t\t\t\"jp\" : \"ドリル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29406\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bioblaster (PVP)\",\n\t\t\t\t\"de\" : \"Bioblaster (PVP)\",\n\t\t\t\t\"fr\" : \"Lance-toxine (PVP)\",\n\t\t\t\t\"jp\" : \"バイオブラスト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29407\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Air Anchor (PVP)\",\n\t\t\t\t\"de\" : \"Luftanker (PVP)\",\n\t\t\t\t\"fr\" : \"Ancre aérienne (PVP)\",\n\t\t\t\t\"jp\" : \"エアアンカー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29408\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Saw (PVP)\",\n\t\t\t\t\"de\" : \"Kreissäge (PVP)\",\n\t\t\t\t\"fr\" : \"Tronçonneuses rotatives (PVP)\",\n\t\t\t\t\"jp\" : \"回転のこぎり (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29409\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wildfire (PVP)\",\n\t\t\t\t\"de\" : \"Wildfeuer (PVP)\",\n\t\t\t\t\"fr\" : \"Flambée (PVP)\",\n\t\t\t\t\"jp\" : \"ワイルドファイア (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29412\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bishop Autoturret (PVP)\",\n\t\t\t\t\"de\" : \"Selbstschuss-Gyrocopter LÄUFER (PVP)\",\n\t\t\t\t\"fr\" : \"Auto-tourelle Fou (PVP)\",\n\t\t\t\t\"jp\" : \"オートタレット・ビショップ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29414\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Analysis (PVP)\",\n\t\t\t\t\"de\" : \"Analyse (PVP)\",\n\t\t\t\t\"fr\" : \"Analyse (PVP)\",\n\t\t\t\t\"jp\" : \"アナライズ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29415\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Marksman's Spite (PVP)\",\n\t\t\t\t\"de\" : \"Freischütz (PVP)\",\n\t\t\t\t\"fr\" : \"Fusil mystique (PVP)\",\n\t\t\t\t\"jp\" : \"魔弾の射手 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29421\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starfall Dance (PVP)\",\n\t\t\t\t\"de\" : \"Sternenfalltanz (PVP)\",\n\t\t\t\t\"fr\" : \"Danse de la pluie étoilée (PVP)\",\n\t\t\t\t\"jp\" : \"流星の舞い (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29422\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Honing Dance (PVP)\",\n\t\t\t\t\"de\" : \"Klingentanz (PVP)\",\n\t\t\t\t\"fr\" : \"Danse tranchante (PVP)\",\n\t\t\t\t\"jp\" : \"刃の舞い (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29428\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fan Dance (PVP)\",\n\t\t\t\t\"de\" : \"Fächertanz (PVP)\",\n\t\t\t\t\"fr\" : \"Danse de l'éventail (PVP)\",\n\t\t\t\t\"jp\" : \"扇の舞い (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29429\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Curing Waltz (PVP)\",\n\t\t\t\t\"de\" : \"Heilender Walzer (PVP)\",\n\t\t\t\t\"fr\" : \"Valse revigorante (PVP)\",\n\t\t\t\t\"jp\" : \"癒やしのワルツ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29430\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 4,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 78,\n\t\t\t\t\"charges\" : 3\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"level\" : 68,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"En Avant (PVP)\",\n\t\t\t\t\"de\" : \"En Avant (PVP)\",\n\t\t\t\t\"fr\" : \"En avant (PVP)\",\n\t\t\t\t\"jp\" : \"アン・アヴァン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29432\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Contradance (PVP)\",\n\t\t\t\t\"de\" : \"Kontratanz (PVP)\",\n\t\t\t\t\"fr\" : \"Contredanse (PVP)\",\n\t\t\t\t\"jp\" : \"コントラダンス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29481\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rising Phoenix (PVP)\",\n\t\t\t\t\"de\" : \"Phönixtanz (PVP)\",\n\t\t\t\t\"fr\" : \"Danse du Phénix (PVP)\",\n\t\t\t\t\"jp\" : \"鳳凰の舞 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29482\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Riddle of Earth (PVP)\",\n\t\t\t\t\"de\" : \"Steinernes Enigma (PVP)\",\n\t\t\t\t\"fr\" : \"Énigme de la terre (PVP)\",\n\t\t\t\t\"jp\" : \"金剛の極意 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29484\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Thunderclap (PVP)\",\n\t\t\t\t\"de\" : \"Donnersprung (PVP)\",\n\t\t\t\t\"fr\" : \"Élan fulgurant (PVP)\",\n\t\t\t\t\"jp\" : \"抜重歩法 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29485\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meteodrive (PVP)\",\n\t\t\t\t\"de\" : \"Meteorschub (PVP)\",\n\t\t\t\t\"fr\" : \"Plongeon météore (PVP)\",\n\t\t\t\t\"jp\" : \"メテオドライヴ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29490\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chaotic Spring (PVP)\",\n\t\t\t\t\"de\" : \"Chaotischer Sturm (PVP)\",\n\t\t\t\t\"fr\" : \"Floraison chaotique (PVP)\",\n\t\t\t\t\"jp\" : \"桜華繚乱 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29491\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Geirskogul (PVP)\",\n\t\t\t\t\"de\" : \"Geirskogul (PVP)\",\n\t\t\t\t\"fr\" : \"Geirskögul (PVP)\",\n\t\t\t\t\"jp\" : \"ゲイルスコグル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29493\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"High Jump (PVP)\",\n\t\t\t\t\"de\" : \"Hochsprung (PVP)\",\n\t\t\t\t\"fr\" : \"Grand saut (PVP)\",\n\t\t\t\t\"jp\" : \"ハイジャンプ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29494\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elusive Jump (PVP)\",\n\t\t\t\t\"de\" : \"Ausweichsprung (PVP)\",\n\t\t\t\t\"fr\" : \"Saut insaisissable (PVP)\",\n\t\t\t\t\"jp\" : \"イルーシブジャンプ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29496\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Horrid Roar (PVP)\",\n\t\t\t\t\"de\" : \"Entsetzliches Brüllen (PVP)\",\n\t\t\t\t\"fr\" : \"Rugissement horrible (PVP)\",\n\t\t\t\t\"jp\" : \"ホリッドロア (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29497\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sky High (PVP)\",\n\t\t\t\t\"de\" : \"Himmelhoch (PVP)\",\n\t\t\t\t\"fr\" : \"Tourbillon vertigineux (PVP)\",\n\t\t\t\t\"jp\" : \"スカイハイ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29505\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fuma Shuriken (PVP)\",\n\t\t\t\t\"de\" : \"Fuma Shuriken (PVP)\",\n\t\t\t\t\"fr\" : \"Fûma Shuriken (PVP)\",\n\t\t\t\t\"jp\" : \"風魔手裏剣 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29507\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Three Mudra (PVP)\",\n\t\t\t\t\"de\" : \"Tri-Mudra (PVP)\",\n\t\t\t\t\"fr\" : \"Trimudrâ (PVP)\",\n\t\t\t\t\"jp\" : \"三印自在 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29511\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bunshin (PVP)\",\n\t\t\t\t\"de\" : \"Doppeltes Ich (PVP)\",\n\t\t\t\t\"fr\" : \"Bunshin (PVP)\",\n\t\t\t\t\"jp\" : \"分身の術 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29513\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shukuchi (PVP)\",\n\t\t\t\t\"de\" : \"Shukuchi (PVP)\",\n\t\t\t\t\"fr\" : \"Shukuchi (PVP)\",\n\t\t\t\t\"jp\" : \"縮地 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29515\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seiton Tenchu (PVP)\",\n\t\t\t\t\"de\" : \"Seiton Tenchu (PVP)\",\n\t\t\t\t\"fr\" : \"Seiton Tenchû (PVP)\",\n\t\t\t\t\"jp\" : \"星遁天誅 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29530\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ogi Namikiri (PVP)\",\n\t\t\t\t\"de\" : \"Ogi Namikiri (PVP)\",\n\t\t\t\t\"fr\" : \"Ôgi : Namikiri (PVP)\",\n\t\t\t\t\"jp\" : \"奥義波切 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29532\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hissatsu: Soten (PVP)\",\n\t\t\t\t\"de\" : \"Hissatsu: Soten (PVP)\",\n\t\t\t\t\"fr\" : \"Hissatsu : Sôten (PVP)\",\n\t\t\t\t\"jp\" : \"必殺剣・早天 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29533\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hissatsu: Chiten (PVP)\",\n\t\t\t\t\"de\" : \"Hissatsu: Chiten (PVP)\",\n\t\t\t\t\"fr\" : \"Hissatsu : Chiten (PVP)\",\n\t\t\t\t\"jp\" : \"必殺剣・地天 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29535\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mineuchi (PVP)\",\n\t\t\t\t\"de\" : \"Mineuchi (PVP)\",\n\t\t\t\t\"fr\" : \"Mineuchi (PVP)\",\n\t\t\t\t\"jp\" : \"峰打ち (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29536\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 76,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Meikyo Shisui (PVP)\",\n\t\t\t\t\"de\" : \"Meikyo Shisui (PVP)\",\n\t\t\t\t\"fr\" : \"Meikyô Shisui (PVP)\",\n\t\t\t\t\"jp\" : \"明鏡止水 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29537\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Zantetsuken (PVP)\",\n\t\t\t\t\"de\" : \"Zantetsuken (PVP)\",\n\t\t\t\t\"fr\" : \"Zantetsuken (PVP)\",\n\t\t\t\t\"jp\" : \"斬鉄剣 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29545\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harvest Moon (PVP)\",\n\t\t\t\t\"de\" : \"Erntemond (PVP)\",\n\t\t\t\t\"fr\" : \"Lune des moissons (PVP)\",\n\t\t\t\t\"jp\" : \"ハーベストムーン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29546\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Plentiful Harvest (PVP)\",\n\t\t\t\t\"de\" : \"Große Mahd (PVP)\",\n\t\t\t\t\"fr\" : \"Moisson abondante (PVP)\",\n\t\t\t\t\"jp\" : \"プレンティフルハーベスト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29547\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Grim Swathe (PVP)\",\n\t\t\t\t\"de\" : \"Nachtschwad (PVP)\",\n\t\t\t\t\"fr\" : \"Andain sinistre (PVP)\",\n\t\t\t\t\"jp\" : \"シーフスウェーズ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29548\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lemure's Slice (PVP)\",\n\t\t\t\t\"de\" : \"Lemurensense (PVP)\",\n\t\t\t\t\"fr\" : \"Faux du lémure (PVP)\",\n\t\t\t\t\"jp\" : \"レムールサイズ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29549\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Death Warrant (PVP)\",\n\t\t\t\t\"de\" : \"Richtbefehl (PVP)\",\n\t\t\t\t\"fr\" : \"Arrêt de mort (PVP)\",\n\t\t\t\t\"jp\" : \"デスワラント (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29550\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hell's Ingress (PVP)\",\n\t\t\t\t\"de\" : \"Höllischer Auftritt (PVP)\",\n\t\t\t\t\"fr\" : \"Intrusion de l'enfer (PVP)\",\n\t\t\t\t\"jp\" : \"ヘルズイングレス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29552\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Crest (PVP)\",\n\t\t\t\t\"de\" : \"Arkanes Wappen (PVP)\",\n\t\t\t\t\"fr\" : \"Blason arcanique (PVP)\",\n\t\t\t\t\"jp\" : \"アルケインクレスト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29553\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tenebrae Lemurum (PVP)\",\n\t\t\t\t\"de\" : \"Tenebrae Lemurum (PVP)\",\n\t\t\t\t\"fr\" : \"Ténèbres du lémure (PVP)\",\n\t\t\t\t\"jp\" : \"レムール・テネブレー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29657\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Burst (PVP)\",\n\t\t\t\t\"de\" : \"Schub (PVP)\",\n\t\t\t\t\"fr\" : \"Bouillonnement (PVP)\",\n\t\t\t\t\"jp\" : \"バースト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29658\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Xenoglossy (PVP)\",\n\t\t\t\t\"de\" : \"Xenoglossie (PVP)\",\n\t\t\t\t\"fr\" : \"Xénoglossie (PVP)\",\n\t\t\t\t\"jp\" : \"ゼノグロシー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29662\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Soul Resonance (PVP)\",\n\t\t\t\t\"de\" : \"Seelenresonanz (PVP)\",\n\t\t\t\t\"fr\" : \"Résonance de l'âme (PVP)\",\n\t\t\t\t\"jp\" : \"ソウルレゾナンス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29667\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Crimson Cyclone (PVP)\",\n\t\t\t\t\"de\" : \"Zinnober-Zyklon (PVP)\",\n\t\t\t\t\"fr\" : \"Cyclone écarlate (PVP)\",\n\t\t\t\t\"jp\" : \"クリムゾンサイクロン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29669\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slipstream (PVP)\",\n\t\t\t\t\"de\" : \"Wirbelströmung (PVP)\",\n\t\t\t\t\"fr\" : \"Sillage (PVP)\",\n\t\t\t\t\"jp\" : \"スリップストリーム (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29670\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 88,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Radiant Aegis (PVP)\",\n\t\t\t\t\"de\" : \"Schimmerschild (PVP)\",\n\t\t\t\t\"fr\" : \"Égide rayonnante (PVP)\",\n\t\t\t\t\"jp\" : \"守りの光 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29671\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mountain Buster (PVP)\",\n\t\t\t\t\"de\" : \"Bergsprenger (PVP)\",\n\t\t\t\t\"fr\" : \"Casse-montagnes (PVP)\",\n\t\t\t\t\"jp\" : \"マウンテンバスター (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29673\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Bahamut (PVP)\",\n\t\t\t\t\"de\" : \"Bahamut-Beschwörung (PVP)\",\n\t\t\t\t\"fr\" : \"Invocation Bahamut (PVP)\",\n\t\t\t\t\"jp\" : \"サモン・バハムート (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29678\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Phoenix (PVP)\",\n\t\t\t\t\"de\" : \"Phönix-Beschwörung (PVP)\",\n\t\t\t\t\"fr\" : \"Invocation Phénix (PVP)\",\n\t\t\t\t\"jp\" : \"サモン・フェニックス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29699\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Corps-a-corps (PVP)\",\n\t\t\t\t\"de\" : \"Corps-a-corps (PVP)\",\n\t\t\t\t\"fr\" : \"Corps-à-corps (PVP)\",\n\t\t\t\t\"jp\" : \"コル・ア・コル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29700\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Displacement (PVP)\",\n\t\t\t\t\"de\" : \"Körperparade (PVP)\",\n\t\t\t\t\"fr\" : \"Déplacement (PVP)\",\n\t\t\t\t\"jp\" : \"デプラスマン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29716\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Chain Stratagem (PVP)\",\n\t\t\t\t\"de\" : \"Kritische Strategie (PVP)\",\n\t\t\t\t\"fr\" : \"Stratagèmes entrelacés (PVP)\",\n\t\t\t\t\"jp\" : \"連環計 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29730\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"Any\",\n\t\t\t\"Disciple\",\n\t\t\t\"of\",\n\t\t\t\"War\",\n\t\t\t\"or\",\n\t\t\t\"Magic\",\n\t\t\t\"(excluding\",\n\t\t\t\"limited\",\n\t\t\t\"jobs)\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Ultimatum\",\n\t\t\t\t\"de\" : \"Unstetes Ultimatum\",\n\t\t\t\t\"fr\" : \"Ultimatum embranché\",\n\t\t\t\t\"jp\" : \"ヴァリアント・アルティメイタム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29731\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GLA\",\n\t\t\t\"MRD\",\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ARC\",\n\t\t\t\"ROG\",\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"PLD\",\n\t\t\t\"MNK\",\n\t\t\t\"WAR\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"DRK\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"GNB\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Raise\",\n\t\t\t\t\"de\" : \"Unstetes Wiederbeleben\",\n\t\t\t\t\"fr\" : \"Vie embranchée\",\n\t\t\t\t\"jp\" : \"ヴァリアント・レイズ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"29733\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ARC\",\n\t\t\t\"ROG\",\n\t\t\t\"CNJ\",\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Rampart\",\n\t\t\t\t\"de\" : \"Unsteter Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart embranché\",\n\t\t\t\t\"jp\" : \"ヴァリアント・ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31116\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hop-step\",\n\t\t\t\t\"de\" : \"Moonbeat\",\n\t\t\t\t\"fr\" : \"Dreamstep\",\n\t\t\t\t\"jp\" : \"ホップステップ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31117\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Hop-step\",\n\t\t\t\t\"de\" : \"Moonbeat\",\n\t\t\t\t\"fr\" : \"Dreamstep\",\n\t\t\t\t\"jp\" : \"ホップステップ！\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31396\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manderdouble Lariat\",\n\t\t\t\t\"de\" : \"Manderville-Lasso\",\n\t\t\t\t\"fr\" : \"Double corde à ferraille des Manderville\",\n\t\t\t\t\"jp\" : \"マンダヴィル・ダブルラリアット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31398\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Manderville Sprint\",\n\t\t\t\t\"de\" : \"Manderville-Sprint\",\n\t\t\t\t\"fr\" : \"Sprint des Manderville\",\n\t\t\t\t\"jp\" : \"マンダヴィルスプリント\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31785\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Engravement\",\n\t\t\t\t\"de\" : \"Gravur\",\n\t\t\t\t\"fr\" : \"Engravure\",\n\t\t\t\t\"jp\" : \"エングレイバー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31793\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Arcane Crest\",\n\t\t\t\t\"de\" : \"Arkanes Wappen\",\n\t\t\t\t\"fr\" : \"Blason arcanique\",\n\t\t\t\t\"jp\" : \"アルケインクレスト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"31794\" : {\n\t\t\"recast\" : 25.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Communio\",\n\t\t\t\t\"de\" : \"Communio\",\n\t\t\t\t\"fr\" : \"Communio\",\n\t\t\t\t\"jp\" : \"コムニオ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"33013\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath\",\n\t\t\t\t\"de\" : \"Blutbad\",\n\t\t\t\t\"fr\" : \"Bain de sang\",\n\t\t\t\t\"jp\" : \"ブラッドバス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"33864\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PGL\",\n\t\t\t\"LNC\",\n\t\t\t\"ARC\",\n\t\t\t\"ROG\",\n\t\t\t\"CNJ\",\n\t\t\t\"THM\",\n\t\t\t\"ACN\",\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"BRD\",\n\t\t\t\"WHM\",\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"SCH\",\n\t\t\t\"NIN\",\n\t\t\t\"MCH\",\n\t\t\t\"AST\",\n\t\t\t\"SAM\",\n\t\t\t\"RDM\",\n\t\t\t\"DNC\",\n\t\t\t\"RPR\",\n\t\t\t\"SGE\",\n\t\t\t\"VPR\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Variant Rampart\",\n\t\t\t\t\"de\" : \"Unsteter Schutzwall\",\n\t\t\t\t\"fr\" : \"Rempart embranché\",\n\t\t\t\t\"jp\" : \"ヴァリアント・ランパート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34571\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Ruby Dynamics\",\n\t\t\t\t\"de\" : \"Rubin-Dynamo\",\n\t\t\t\t\"fr\" : \"Générateur rubis\",\n\t\t\t\t\"jp\" : \"ルビーダイナモ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34575\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Force Field\",\n\t\t\t\t\"de\" : \"Kraftfeld\",\n\t\t\t\t\"fr\" : \"Champ de force\",\n\t\t\t\t\"jp\" : \"フォースフィールド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34576\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Reprobation\",\n\t\t\t\t\"de\" : \"Schwinge des Urteils\",\n\t\t\t\t\"fr\" : \"Réprobation ailée\",\n\t\t\t\t\"jp\" : \"断罪の飛翔\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34578\" : {\n\t\t\"recast\" : 90.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Candy Cane\",\n\t\t\t\t\"de\" : \"Zuckerstange\",\n\t\t\t\t\"fr\" : \"Canne en sucre d'orge\",\n\t\t\t\t\"jp\" : \"キャンディケーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34580\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sea Shanty\",\n\t\t\t\t\"de\" : \"Pitsche, patsche\",\n\t\t\t\t\"fr\" : \"Explosion tournicoton\",\n\t\t\t\t\"jp\" : \"グルグルザパーン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34581\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Apokalypsis\",\n\t\t\t\t\"de\" : \"Apokalypsis\",\n\t\t\t\t\"fr\" : \"Apokalypsis\",\n\t\t\t\t\"jp\" : \"アポカリュプシス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34582\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLU\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Being Mortal\",\n\t\t\t\t\"de\" : \"Sterblichkeit\",\n\t\t\t\t\"fr\" : \"Deuil des vivants\",\n\t\t\t\t\"jp\" : \"死すべき定め\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34620\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vicewinder\",\n\t\t\t\t\"de\" : \"Harter Otterngriff\",\n\t\t\t\t\"fr\" : \"Anneaux de l'effroi\",\n\t\t\t\t\"jp\" : \"壱の蛇【強砕】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34623\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Vicepit\",\n\t\t\t\t\"de\" : \"Harte Otterngrube\",\n\t\t\t\t\"fr\" : \"Fosse de l'effroi\",\n\t\t\t\t\"jp\" : \"壱の大蛇【強砕】\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34646\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slither\",\n\t\t\t\t\"de\" : \"Schuppensprung\",\n\t\t\t\t\"fr\" : \"Reptation\",\n\t\t\t\t\"jp\" : \"蛇行\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34647\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Serpent's Ire\",\n\t\t\t\t\"de\" : \"Geist der Viper\",\n\t\t\t\t\"fr\" : \"Communion ophidienne\",\n\t\t\t\t\"jp\" : \"蛇の霊気\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34670\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pom Muse\",\n\t\t\t\t\"de\" : \"Muse mit Bommel\",\n\t\t\t\t\"fr\" : \"Imagi Pompon\",\n\t\t\t\t\"jp\" : \"イマジンポンポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34671\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Muse\",\n\t\t\t\t\"de\" : \"Beschwingte Muse\",\n\t\t\t\t\"fr\" : \"Imagi Ailes\",\n\t\t\t\t\"jp\" : \"イマジンウィング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34672\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Clawed Muse\",\n\t\t\t\t\"de\" : \"Kratzende Muse\",\n\t\t\t\t\"fr\" : \"Imagi Griffes\",\n\t\t\t\t\"jp\" : \"イマジンクロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34673\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fanged Muse\",\n\t\t\t\t\"de\" : \"Beißende Muse\",\n\t\t\t\t\"fr\" : \"Imagi Crocs\",\n\t\t\t\t\"jp\" : \"イマジンファング\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34674\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 86,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Striking Muse\",\n\t\t\t\t\"de\" : \"Rabiate Muse\",\n\t\t\t\t\"fr\" : \"Imagi Marteau\",\n\t\t\t\t\"jp\" : \"イマジンハンマー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34675\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Starry Muse\",\n\t\t\t\t\"de\" : \"Sternenmuse\",\n\t\t\t\t\"fr\" : \"Imagi Ciel\",\n\t\t\t\t\"jp\" : \"イマジンスカイ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34676\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Mog of the Ages\",\n\t\t\t\t\"de\" : \"Opus Mognum\",\n\t\t\t\t\"fr\" : \"Mognum opus\",\n\t\t\t\t\"jp\" : \"モーグリストリーム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34677\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Retribution of the Madeen\",\n\t\t\t\t\"de\" : \"Vergeltung der Madhin\",\n\t\t\t\t\"fr\" : \"Rétribution de Marthym\",\n\t\t\t\t\"jp\" : \"マディーンレトリビューション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34684\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smudge\",\n\t\t\t\t\"de\" : \"Schmierschritt\",\n\t\t\t\t\"fr\" : \"Barbouillage\",\n\t\t\t\t\"jp\" : \"スマッジ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34685\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempera Coat\",\n\t\t\t\t\"de\" : \"Tempera-Schicht\",\n\t\t\t\t\"fr\" : \"Enduit a tempera\",\n\t\t\t\t\"jp\" : \"テンペラコート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"34790\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rising Flames\",\n\t\t\t\t\"de\" : \"Lohenschwinge\",\n\t\t\t\t\"fr\" : \"Flamme émergente\",\n\t\t\t\t\"jp\" : \"ライジングフレイム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35347\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 96,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Living Muse\",\n\t\t\t\t\"de\" : \"Lebende Muse\",\n\t\t\t\t\"fr\" : \"Imagi Animal\",\n\t\t\t\t\"jp\" : \"イマジンアニマル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35348\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Steel Muse\",\n\t\t\t\t\"de\" : \"Stählerne Muse\",\n\t\t\t\t\"fr\" : \"Imagi Arme\",\n\t\t\t\t\"jp\" : \"イマジンウェポン\"\n\t\t\t}\n\t\t}\n\t},\n\t\"35349\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Scenic Muse\",\n\t\t\t\t\"de\" : \"Malerische Muse\",\n\t\t\t\t\"fr\" : \"Imagi Paysage\",\n\t\t\t\t\"jp\" : \"イマジンスケープ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36920\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Guardian\",\n\t\t\t\t\"de\" : \"Heilige Wacht\",\n\t\t\t\t\"fr\" : \"Garde extrême\",\n\t\t\t\t\"jp\" : \"エクストリームガード\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36921\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imperator\",\n\t\t\t\t\"de\" : \"Imperator\",\n\t\t\t\t\"fr\" : \"Imperator\",\n\t\t\t\t\"jp\" : \"インペラトル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36923\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WAR\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Damnation\",\n\t\t\t\t\"de\" : \"Verdammnis\",\n\t\t\t\t\"fr\" : \"Damnation\",\n\t\t\t\t\"jp\" : \"ダムネーション\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36926\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadowstride\",\n\t\t\t\t\"de\" : \"Schattenschritt\",\n\t\t\t\t\"fr\" : \"Foulée ténébreuse\",\n\t\t\t\t\"jp\" : \"シャドウストライド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36927\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shadowed Vigil\",\n\t\t\t\t\"de\" : \"Schattenwacht\",\n\t\t\t\t\"fr\" : \"Vigile ténébreux\",\n\t\t\t\t\"jp\" : \"シャドウヴィジル\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36934\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Trajectory\",\n\t\t\t\t\"de\" : \"Flugbahn\",\n\t\t\t\t\"fr\" : \"Trajectoire optimale\",\n\t\t\t\t\"jp\" : \"トラジェクトリー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36935\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Great Nebula\",\n\t\t\t\t\"de\" : \"Große Nebula\",\n\t\t\t\t\"fr\" : \"Grande nébuleuse\",\n\t\t\t\t\"jp\" : \"グレートネビュラ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36951\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 1,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 84,\n\t\t\t\t\"charges\" : 2\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"DRG\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Glide\",\n\t\t\t\t\"de\" : \"Gleitflügel\",\n\t\t\t\t\"fr\" : \"Glissade aérienne\",\n\t\t\t\t\"jp\" : \"ウィンググライド\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36957\" : {\n\t\t\"recast\" : 120.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dokumori\",\n\t\t\t\t\"de\" : \"Dokumori\",\n\t\t\t\t\"fr\" : \"Dokumori\",\n\t\t\t\t\"jp\" : \"毒盛の術\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36958\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Kunai's Bane\",\n\t\t\t\t\"de\" : \"Blendendes Raiju\",\n\t\t\t\t\"fr\" : \"Kunai explosifs\",\n\t\t\t\t\"jp\" : \"百雷銃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36962\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SAM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tengentsu\",\n\t\t\t\t\"de\" : \"Tengentsu\",\n\t\t\t\t\"fr\" : \"Tengentsû\",\n\t\t\t\t\"jp\" : \"天眼通\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36975\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heartbreak Shot\",\n\t\t\t\t\"de\" : \"Herzeleid\",\n\t\t\t\t\"fr\" : \"Tir crève-cœur\",\n\t\t\t\t\"jp\" : \"ハートブレイクショット\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36979\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Double Check\",\n\t\t\t\t\"de\" : \"Doppelschach\",\n\t\t\t\t\"fr\" : \"Double échec\",\n\t\t\t\t\"jp\" : \"ダブルチェック\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36980\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Checkmate\",\n\t\t\t\t\"de\" : \"Schachmatt\",\n\t\t\t\t\"fr\" : \"Échec et mat\",\n\t\t\t\t\"jp\" : \"チェックメイト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36984\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Finishing Move\",\n\t\t\t\t\"de\" : \"Finalschritt\",\n\t\t\t\t\"fr\" : \"Mouvement final\",\n\t\t\t\t\"jp\" : \"フィニシングムーブ\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36988\" : {\n\t\t\"recast\" : 40.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Retrace\",\n\t\t\t\t\"de\" : \"Ley-Erneuerung\",\n\t\t\t\t\"fr\" : \"Réalignement\",\n\t\t\t\t\"jp\" : \"魔紋再設置\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36992\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Summon Solar Bahamut\",\n\t\t\t\t\"de\" : \"Sol-Bahamut-Beschwörung\",\n\t\t\t\t\"fr\" : \"Invocation Sol-Bahamut\",\n\t\t\t\t\"jp\" : \"サモン・ソルバハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36996\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Sunflare\",\n\t\t\t\t\"de\" : \"Sol-Flare\",\n\t\t\t\t\"fr\" : \"Brasier solaire\",\n\t\t\t\t\"jp\" : \"ソルフレア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36997\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lux Solaris\",\n\t\t\t\t\"de\" : \"Lux Solaris\",\n\t\t\t\t\"fr\" : \"Lux solaris\",\n\t\t\t\t\"jp\" : \"ルクス・ソラリス\"\n\t\t\t}\n\t\t}\n\t},\n\t\"36998\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enkindle Solar Bahamut\",\n\t\t\t\t\"de\" : \"Sol-Bahamut-Entflammung\",\n\t\t\t\t\"fr\" : \"Galvanisation Sol Bahamut\",\n\t\t\t\t\"jp\" : \"エンキンドル・ソルバハムート\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37008\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Aetherial Shift\",\n\t\t\t\t\"de\" : \"Ätherische Verschiebung\",\n\t\t\t\t\"fr\" : \"Déplacement éthéréen\",\n\t\t\t\t\"jp\" : \"エーテリアルシフト\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37014\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphism\",\n\t\t\t\t\"de\" : \"Seraphenlehre\",\n\t\t\t\t\"fr\" : \"Séraphisme\",\n\t\t\t\t\"jp\" : \"セラフィズム\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37017\" : {\n\t\t\"recast\" : 55.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Astral Draw\",\n\t\t\t\t\"de\" : \"Lichtziehen\",\n\t\t\t\t\"fr\" : \"Tirage astral\",\n\t\t\t\t\"jp\" : \"アストラルドロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37018\" : {\n\t\t\"recast\" : 55.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Umbral Draw\",\n\t\t\t\t\"de\" : \"Schattenziehen\",\n\t\t\t\t\"fr\" : \"Tirage ombral\",\n\t\t\t\t\"jp\" : \"アンブラルドロー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37033\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Psyche\",\n\t\t\t\t\"de\" : \"Psyche\",\n\t\t\t\t\"fr\" : \"Psyché\",\n\t\t\t\t\"jp\" : \"プシュケー\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37035\" : {\n\t\t\"recast\" : 180.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Philosophia\",\n\t\t\t\t\"de\" : \"Philosophia\",\n\t\t\t\t\"fr\" : \"Philosophia\",\n\t\t\t\t\"jp\" : \"フィロソフィア\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37123\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 3,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Run of the Rroneek\",\n\t\t\t\t\"de\" : \"Sturm des Rroneek\",\n\t\t\t\t\"fr\" : \"Charge du rroneek\",\n\t\t\t\t\"jp\" : \"ロネークの蹄撃\"\n\t\t\t}\n\t\t}\n\t},\n\t\"37124\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : \"*\",\n\t\t\"pvp\" : false,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Luwatena Pulse\",\n\t\t\t\t\"de\" : \"Blutrausch der Luwatena\",\n\t\t\t\t\"fr\" : \"Sang chaud du luwatena\",\n\t\t\t\t\"jp\" : \"ルワテナの血潮\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39166\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodcoil (PVP)\",\n\t\t\t\t\"de\" : \"Labender Otterngriff (PVP)\",\n\t\t\t\t\"fr\" : \"Anneaux du saigneur (PVP)\",\n\t\t\t\t\"jp\" : \"壱の蛇【血宴】 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39168\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Uncoiled Fury (PVP)\",\n\t\t\t\t\"de\" : \"Schlangenschwinge (PVP)\",\n\t\t\t\t\"fr\" : \"Assaut ophidien (PVP)\",\n\t\t\t\t\"jp\" : \"飛蛇の尾 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39184\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Slither (PVP)\",\n\t\t\t\t\"de\" : \"Schuppensprung (PVP)\",\n\t\t\t\t\"fr\" : \"Reptation (PVP)\",\n\t\t\t\t\"jp\" : \"蛇行 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39185\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Snake Scales (PVP)\",\n\t\t\t\t\"de\" : \"Hornplatten (PVP)\",\n\t\t\t\t\"fr\" : \"Écailles inflexibles (PVP)\",\n\t\t\t\t\"jp\" : \"蛇鱗術 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39189\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rattling Coil (PVP)\",\n\t\t\t\t\"de\" : \"Schlangenseele (PVP)\",\n\t\t\t\t\"fr\" : \"Âme ophidienne (PVP)\",\n\t\t\t\t\"jp\" : \"飛蛇の魂 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39190\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"World-swallower (PVP)\",\n\t\t\t\t\"de\" : \"Himmelsverschlinger (PVP)\",\n\t\t\t\t\"fr\" : \"Dévoreur des cieux (PVP)\",\n\t\t\t\t\"jp\" : \"大空喰らう蛇 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39198\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Holy in White (PVP)\",\n\t\t\t\t\"de\" : \"Sanctus in Weiß (PVP)\",\n\t\t\t\t\"fr\" : \"Miracle en blanc (PVP)\",\n\t\t\t\t\"jp\" : \"ホワイトホーリー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39199\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Comet in Black (PVP)\",\n\t\t\t\t\"de\" : \"Komet in Schwarz (PVP)\",\n\t\t\t\t\"fr\" : \"Comète en noir (PVP)\",\n\t\t\t\t\"jp\" : \"ブラックコメット (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39205\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Pom Muse (PVP)\",\n\t\t\t\t\"de\" : \"Muse mit Bommel (PVP)\",\n\t\t\t\t\"fr\" : \"Imagi Pompon (PVP)\",\n\t\t\t\t\"jp\" : \"イマジンポンポン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39206\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Winged Muse (PVP)\",\n\t\t\t\t\"de\" : \"Beschwingte Muse (PVP)\",\n\t\t\t\t\"fr\" : \"Imagi Ailes (PVP)\",\n\t\t\t\t\"jp\" : \"イマジンウィング (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39207\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Clawed Muse (PVP)\",\n\t\t\t\t\"de\" : \"Kratzende Muse (PVP)\",\n\t\t\t\t\"fr\" : \"Imagi Griffes (PVP)\",\n\t\t\t\t\"jp\" : \"イマジンクロー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39208\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fanged Muse (PVP)\",\n\t\t\t\t\"de\" : \"Beißende Muse (PVP)\",\n\t\t\t\t\"fr\" : \"Imagi Crocs (PVP)\",\n\t\t\t\t\"jp\" : \"イマジンファング (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39209\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : [\n\t\t\t{\n\t\t\t\t\"level\" : 96,\n\t\t\t\t\"charges\" : 3\n\t\t\t}\n\t\t],\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Living Muse (PVP)\",\n\t\t\t\t\"de\" : \"Lebende Muse (PVP)\",\n\t\t\t\t\"fr\" : \"Imagi Animal (PVP)\",\n\t\t\t\t\"jp\" : \"イマジンアニマル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39210\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smudge (PVP)\",\n\t\t\t\t\"de\" : \"Schmierschritt (PVP)\",\n\t\t\t\t\"fr\" : \"Barbouillage (PVP)\",\n\t\t\t\t\"jp\" : \"スマッジ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39211\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Tempera Coat (PVP)\",\n\t\t\t\t\"de\" : \"Tempera-Schicht (PVP)\",\n\t\t\t\t\"fr\" : \"Enduit a tempera (PVP)\",\n\t\t\t\t\"jp\" : \"テンペラコート (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"39215\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Advent of Chocobastion (PVP)\",\n\t\t\t\t\"de\" : \"Mächtige Moppelmauer (PVP)\",\n\t\t\t\t\"fr\" : \"Mur de gras (PVP)\",\n\t\t\t\t\"jp\" : \"ウォール・オブ・ファット (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41430\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Shield Smite (PVP)\",\n\t\t\t\t\"de\" : \"Schildhieb (PVP)\",\n\t\t\t\t\"fr\" : \"Frappe de bouclier (PVP)\",\n\t\t\t\t\"jp\" : \"シールドスマイト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41431\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Imperator (PVP)\",\n\t\t\t\t\"de\" : \"Imperator (PVP)\",\n\t\t\t\t\"fr\" : \"Imperator (PVP)\",\n\t\t\t\t\"jp\" : \"インペラトル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41438\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"DRK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Impalement (PVP)\",\n\t\t\t\t\"de\" : \"Blutige Pfählung (PVP)\",\n\t\t\t\t\"fr\" : \"Empalement sanglant (PVP)\",\n\t\t\t\t\"jp\" : \"インペイルメント (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41443\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Heart of Corundum (PVP)\",\n\t\t\t\t\"de\" : \"Herz des Korunds (PVP)\",\n\t\t\t\t\"fr\" : \"Cœur de corindon (PVP)\",\n\t\t\t\t\"jp\" : \"ハート・オブ・コランダム (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41447\" : {\n\t\t\"recast\" : 12.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Flint's Reply (PVP)\",\n\t\t\t\t\"de\" : \"Rose der Überzeugung (PVP)\",\n\t\t\t\t\"fr\" : \"Rose de la conviction (PVP)\",\n\t\t\t\t\"jp\" : \"闘気弾 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41451\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"NIN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dokumori (PVP)\",\n\t\t\t\t\"de\" : \"Dokumori (PVP)\",\n\t\t\t\t\"fr\" : \"Dokumori (PVP)\",\n\t\t\t\t\"jp\" : \"毒盛の術 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41464\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 4,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmonic Arrow (PVP)\",\n\t\t\t\t\"de\" : \"Harmonischer Pfeil (PVP)\",\n\t\t\t\t\"fr\" : \"Flèche harmonique (PVP)\",\n\t\t\t\t\"jp\" : \"ハーモニックアロー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41465\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 4,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmonic Arrow (PVP)\",\n\t\t\t\t\"de\" : \"Harmonischer Pfeil (PVP)\",\n\t\t\t\t\"fr\" : \"Flèche harmonique (PVP)\",\n\t\t\t\t\"jp\" : \"ハーモニックアロー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41466\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 4,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmonic Arrow (PVP)\",\n\t\t\t\t\"de\" : \"Harmonischer Pfeil (PVP)\",\n\t\t\t\t\"fr\" : \"Flèche harmonique (PVP)\",\n\t\t\t\t\"jp\" : \"ハーモニックアロー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41469\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full Metal Field (PVP)\",\n\t\t\t\t\"de\" : \"Aus allen Rohren (PVP)\",\n\t\t\t\t\"fr\" : \"Rafale de métal (PVP)\",\n\t\t\t\t\"jp\" : \"フルメタルバースト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41475\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Elemental Weave (PVP)\",\n\t\t\t\t\"de\" : \"Elementarfluss (PVP)\",\n\t\t\t\t\"fr\" : \"Tissage élémentaire (PVP)\",\n\t\t\t\t\"jp\" : \"エレメントギフト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41476\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wreath of Fire (PVP)\",\n\t\t\t\t\"de\" : \"Kranz des Feuers (PVP)\",\n\t\t\t\t\"fr\" : \"Couronne de feu (PVP)\",\n\t\t\t\t\"jp\" : \"リース・オブ・ファイア (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41478\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wreath of Ice (PVP)\",\n\t\t\t\t\"de\" : \"Kranz des Eises (PVP)\",\n\t\t\t\t\"fr\" : \"Couronne de glace (PVP)\",\n\t\t\t\t\"jp\" : \"リース・オブ・アイス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41483\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 2,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Necrotize (PVP)\",\n\t\t\t\t\"de\" : \"Miasma-Nova (PVP)\",\n\t\t\t\t\"fr\" : \"Nécrose (PVP)\",\n\t\t\t\t\"jp\" : \"ミアズマノヴァ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41484\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Deathflare (PVP)\",\n\t\t\t\t\"de\" : \"Todesflamme (PVP)\",\n\t\t\t\t\"fr\" : \"Brasier de mort (PVP)\",\n\t\t\t\t\"jp\" : \"デスフレア (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41485\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SMN\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Brand of Purgatory (PVP)\",\n\t\t\t\t\"de\" : \"Zeichen der Läuterung (PVP)\",\n\t\t\t\t\"fr\" : \"Tison du purgatoire (PVP)\",\n\t\t\t\t\"jp\" : \"煉獄の炎 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41488\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Enchanted Riposte (PVP)\",\n\t\t\t\t\"de\" : \"Magische Riposte (PVP)\",\n\t\t\t\t\"fr\" : \"Riposte enchantée (PVP)\",\n\t\t\t\t\"jp\" : \"エンリポスト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41492\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Resolution (PVP)\",\n\t\t\t\t\"de\" : \"Entschlossenheit (PVP)\",\n\t\t\t\t\"fr\" : \"Résolution (PVP)\",\n\t\t\t\t\"jp\" : \"レゾリューション (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41494\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Embolden (PVP)\",\n\t\t\t\t\"de\" : \"Ermutigen (PVP)\",\n\t\t\t\t\"fr\" : \"Enhardissement (PVP)\",\n\t\t\t\t\"jp\" : \"エンボルデン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41496\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Forte (PVP)\",\n\t\t\t\t\"de\" : \"Forte (PVP)\",\n\t\t\t\t\"fr\" : \"Fortius (PVP)\",\n\t\t\t\t\"jp\" : \"フォルテ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41498\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"RDM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Southern Cross (PVP)\",\n\t\t\t\t\"de\" : \"Kreuz des Südens (PVP)\",\n\t\t\t\t\"fr\" : \"Croix du sud (PVP)\",\n\t\t\t\t\"jp\" : \"サザンクロス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41501\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Accession (PVP)\",\n\t\t\t\t\"de\" : \"Höchstes Gut (PVP)\",\n\t\t\t\t\"fr\" : \"Accession (PVP)\",\n\t\t\t\t\"jp\" : \"アクセッション (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41502\" : {\n\t\t\"recast\" : 10.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"SCH\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Seraphism (PVP)\",\n\t\t\t\t\"de\" : \"Seraphenlehre (PVP)\",\n\t\t\t\t\"fr\" : \"Séraphisme (PVP)\",\n\t\t\t\t\"jp\" : \"セラフィズム (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41503\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Minor Arcana (PVP)\",\n\t\t\t\t\"de\" : \"Kleine Arkana (PVP)\",\n\t\t\t\t\"fr\" : \"Arcane mineur (PVP)\",\n\t\t\t\t\"jp\" : \"マイナーアルカナ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41506\" : {\n\t\t\"recast\" : 24.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"AST\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Epicycle (PVP)\",\n\t\t\t\t\"de\" : \"Epizykel (PVP)\",\n\t\t\t\t\"fr\" : \"Épicycle (PVP)\",\n\t\t\t\t\"jp\" : \"エピサイクル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41509\" : {\n\t\t\"recast\" : 16.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Wind's Reply (PVP)\",\n\t\t\t\t\"de\" : \"Himmelbrecher (PVP)\",\n\t\t\t\t\"fr\" : \"Réaction du vent (PVP)\",\n\t\t\t\t\"jp\" : \"絶空拳 (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41510\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Lethargy (PVP)\",\n\t\t\t\t\"de\" : \"Lethargie (PVP)\",\n\t\t\t\t\"fr\" : \"Léthargie (PVP)\",\n\t\t\t\t\"jp\" : \"レサージー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41511\" : {\n\t\t\"recast\" : 20.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Fated Circle (PVP)\",\n\t\t\t\t\"de\" : \"Schicksalszirkel (PVP)\",\n\t\t\t\t\"fr\" : \"Tourbillon fatidique (PVP)\",\n\t\t\t\t\"jp\" : \"フェイテッドサークル (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"41964\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 4,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Harmonic Arrow (PVP)\",\n\t\t\t\t\"de\" : \"Harmonischer Pfeil (PVP)\",\n\t\t\t\t\"fr\" : \"Flèche harmonique (PVP)\",\n\t\t\t\t\"jp\" : \"ハーモニックアロー (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43243\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampage (PVP)\",\n\t\t\t\t\"de\" : \"Amok (PVP)\",\n\t\t\t\t\"fr\" : \"Ravage (PVP)\",\n\t\t\t\t\"jp\" : \"ランページ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43244\" : {\n\t\t\"recast\" : 60.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rampart (PVP)\",\n\t\t\t\t\"de\" : \"Schutzwall (PVP)\",\n\t\t\t\t\"fr\" : \"Rempart (PVP)\",\n\t\t\t\t\"jp\" : \"ランパート (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43245\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"PLD\",\n\t\t\t\"WAR\",\n\t\t\t\"DRK\",\n\t\t\t\"GNB\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Full Swing (PVP)\",\n\t\t\t\t\"de\" : \"Voller Schwinger (PVP)\",\n\t\t\t\t\"fr\" : \"Plein élan (PVP)\",\n\t\t\t\t\"jp\" : \"フルスイング (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43246\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bloodbath (PVP)\",\n\t\t\t\t\"de\" : \"Blutbad (PVP)\",\n\t\t\t\t\"fr\" : \"Bain de sang (PVP)\",\n\t\t\t\t\"jp\" : \"ブラッドバス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43247\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Swift (PVP)\",\n\t\t\t\t\"de\" : \"Eile (PVP)\",\n\t\t\t\t\"fr\" : \"Vélocité (PVP)\",\n\t\t\t\t\"jp\" : \"スウィフト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43248\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"MNK\",\n\t\t\t\"DRG\",\n\t\t\t\"NIN\",\n\t\t\t\"SAM\",\n\t\t\t\"RPR\",\n\t\t\t\"VPR\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Smite (PVP)\",\n\t\t\t\t\"de\" : \"Zerschlagung (PVP)\",\n\t\t\t\t\"fr\" : \"Châtiment (PVP)\",\n\t\t\t\t\"jp\" : \"スマイト (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43249\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Dervish (PVP)\",\n\t\t\t\t\"de\" : \"Derwisch (PVP)\",\n\t\t\t\t\"fr\" : \"Célérité extrême (PVP)\",\n\t\t\t\t\"jp\" : \"スピードスター (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43250\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Bravery (PVP)\",\n\t\t\t\t\"de\" : \"Courage (PVP)\",\n\t\t\t\t\"fr\" : \"Courage (PVP)\",\n\t\t\t\t\"jp\" : \"ブレイブ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43251\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BRD\",\n\t\t\t\"MCH\",\n\t\t\t\"DNC\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Eagle Eye Shot (PVP)\",\n\t\t\t\t\"de\" : \"Adlerauge (PVP)\",\n\t\t\t\t\"fr\" : \"Œil d'aigle (PVP)\",\n\t\t\t\t\"jp\" : \"イーグルアイ (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43252\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Comet (PVP)\",\n\t\t\t\t\"de\" : \"Komet (PVP)\",\n\t\t\t\t\"fr\" : \"Comète (PVP)\",\n\t\t\t\t\"jp\" : \"コメット (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43254\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Rust (PVP)\",\n\t\t\t\t\"de\" : \"Stumpfe Klinge (PVP)\",\n\t\t\t\t\"fr\" : \"Émoussement (PVP)\",\n\t\t\t\t\"jp\" : \"ダルウェポン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43256\" : {\n\t\t\"recast\" : 30.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Stoneskin II (PVP)\",\n\t\t\t\t\"de\" : \"Steinrahaut (PVP)\",\n\t\t\t\t\"fr\" : \"Extra Cuirasse (PVP)\",\n\t\t\t\t\"jp\" : \"ストンラスキン (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43257\" : {\n\t\t\"recast\" : 45.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"WHM\",\n\t\t\t\"SCH\",\n\t\t\t\"AST\",\n\t\t\t\"SGE\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Diabrosis (PVP)\",\n\t\t\t\t\"de\" : \"Diablose (PVP)\",\n\t\t\t\t\"fr\" : \"Diabrosis (PVP)\",\n\t\t\t\t\"jp\" : \"ディアブロシス (PVP)\"\n\t\t\t}\n\t\t}\n\t},\n\t\"43291\" : {\n\t\t\"recast\" : 15.0,\n\t\t\"charges\" : 0,\n\t\t\"level_recasts\" : null,\n\t\t\"level_charges\" : null,\n\t\t\"jobs\" : [\n\t\t\t\"BLM\",\n\t\t\t\"SMN\",\n\t\t\t\"RDM\",\n\t\t\t\"PCT\"\n\t\t],\n\t\t\"pvp\" : true,\n\t\t\"locales\" : {\n\t\t\t\"name\" : {\n\t\t\t\t\"en\" : \"Phantom Dart (PVP)\",\n\t\t\t\t\"de\" : \"Phantompfeil (PVP)\",\n\t\t\t\t\"fr\" : \"Projectile fantôme (PVP)\",\n\t\t\t\t\"jp\" : \"ファントムダート (PVP)\"\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "src/data/game/pvp-zones.json",
    "content": "[\n\t149,\n\t250,\n\t376,\n\t431,\n\t554,\n\t729,\n\t791,\n\t888,\n\t1032,\n\t1033,\n\t1034,\n\t1058,\n\t1059,\n\t1060,\n\t1116,\n\t1117,\n\t1138,\n\t1139,\n\t1273\n]"
  },
  {
    "path": "src/data/game/skill-indirections.json",
    "content": "{\n\t\"16516\" : 7429,\n\t\"25831\" : 25800,\n\t\"34670\" : 35347,\n\t\"34671\" : 35347,\n\t\"34672\" : 35347,\n\t\"34673\" : 35347,\n\t\"34674\" : 35348,\n\t\"34675\" : 35349,\n\t\"34677\" : 34676,\n\t\"36984\" : 15997,\n\t\"36992\" : 25800,\n\t\"36998\" : 7429,\n\t\"37018\" : 37017\n}"
  },
  {
    "path": "src/data/locales/monster-metrics.json",
    "content": "{\n\t\"Name\"           : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Name\",\n\t\t\t\"long\"  : \"Name\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Nome\",\n\t\t\t\"long\"  : \"Nome\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"名称\",\n\t\t\t\"long\"  : \"名称\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"名前\",\n\t\t\t\"long\"  : \"名前\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Name\",\n\t\t\t\"long\"  : \"Name\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Nombre\",\n\t\t\t\"long\"  : \"Nombre\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Prénom\",\n\t\t\t\"long\"  : \"Prénom\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"이름\",\n\t\t\t\"long\"  : \"이름\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Ім'я\",\n\t\t\t\"long\"  : \"Ім'я\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Имя\",\n\t\t\t\"long\"  : \"Имя\"\n\t\t}\n\t},\n\t\"CurrentHP\"      : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"Health\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"Health\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"血量\",\n\t\t\t\"long\"  : \"血量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"HP\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"Leben\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"Health\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"PV\",\n\t\t\t\"long\"  : \"Point de Vie\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"체력\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"Здоров'я\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"ОЗ\",\n\t\t\t\"long\"  : \"Здоровье\"\n\t\t}\n\t},\n\t\"health_percent\" : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"Health Percent\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"Health Percent\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"血量%\",\n\t\t\t\"long\"  : \"血量百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"HP %\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"Leben in Prozent\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"Health Percent\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"Health Percent\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"HP\",\n\t\t\t\"long\"  : \"체력 비율\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"HP %\",\n\t\t\t\"long\"  : \"Відсоток Здоров'я\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"ОЗ %\",\n\t\t\t\"long\"  : \"Процент Здоровья\"\n\t\t}\n\t},\n\t\"player_Name\"    : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Target\",\n\t\t\t\"long\"  : \"Target\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Target\",\n\t\t\t\"long\"  : \"Target\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"目标\",\n\t\t\t\"long\"  : \"目标\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"タゲ\",\n\t\t\t\"long\"  : \"ターゲット\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Ziel\",\n\t\t\t\"long\"  : \"Ziel\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Target\",\n\t\t\t\"long\"  : \"Target\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Cible\",\n\t\t\t\"long\"  : \"Cible\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"대상\",\n\t\t\t\"long\"  : \"대상\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Ціль\",\n\t\t\t\"long\"  : \"Ціль\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Цель\",\n\t\t\t\"long\"  : \"Цель\"\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "src/data/locales/overlay.json",
    "content": "{\n\t\"collapse\"            : {\n\t\t\"en\" : \"Collapse\",\n\t\t\"pt\" : \"Diminuir\",\n\t\t\"cn\" : \"折叠\",\n\t\t\"jp\" : \"最小化\",\n\t\t\"de\" : \"Verkleinern\",\n\t\t\"es\" : \"Minimizar\",\n\t\t\"fr\" : \"Minimiser\",\n\t\t\"kr\" : \"최소화\",\n\t\t\"ua\" : \"Згорнути\",\n\t\t\"ru\" : \"Свернуть\"\n\t},\n\t\"uncollapse\"          : {\n\t\t\"en\" : \"Uncollapse\",\n\t\t\"pt\" : \"Maximizar\",\n\t\t\"cn\" : \"展开\",\n\t\t\"jp\" : \"元に戻す\",\n\t\t\"de\" : \"Vergrößern\",\n\t\t\"es\" : \"Maximizar\",\n\t\t\"fr\" : \"élargir\",\n\t\t\"kr\" : \"최대화\",\n\t\t\"ua\" : \"Розгорнути\",\n\t\t\"ru\" : \"Развернуть\"\n\t},\n\t\"split_encounter\"     : {\n\t\t\"en\" : \"Split encounter\",\n\t\t\"pt\" : \"Dividir encontro\",\n\t\t\"cn\" : \"拆分战斗记录\",\n\t\t\"jp\" : \"戦闘の区切り\",\n\t\t\"de\" : \"Kampf aufteilen\",\n\t\t\"es\" : \"Dividir encuentro\",\n\t\t\"fr\" : \"Sciendé le combat\",\n\t\t\"kr\" : \"전투 휴식 구간 추가\",\n\t\t\"ua\" : \"Розділення Бою\",\n\t\t\"ru\" : \"Разделить Бой\"\n\t},\n\t\"view_encounter\"      : {\n\t\t\"en\" : \"View Encounter Detail\",\n\t\t\"pt\" : \"Ver Detalhes de Encontro\",\n\t\t\"cn\" : \"查看战斗详情\",\n\t\t\"jp\" : \"戦闘の詳細を表示\",\n\t\t\"de\" : \"Kampf Details Ansehen\",\n\t\t\"es\" : \"Ver Detalles del Encuentro\",\n\t\t\"fr\" : \"Voir les Détails du Combat\",\n\t\t\"kr\" : \"전투 상세 정보\",\n\t\t\"ua\" : \"Переглянути Деталі Бою\",\n\t\t\"ru\" : \"Просмотреть Детали Боя\"\n\t},\n\t\"load_sample\"         : {\n\t\t\"en\" : \"Load Sample Data\",\n\t\t\"pt\" : \"Carregar Dados Amostrais\",\n\t\t\"cn\" : \"加载样本数据\",\n\t\t\"jp\" : \"サンプルデーターを表示\",\n\t\t\"de\" : \"Musterdaten Laden\",\n\t\t\"es\" : \"Cargar Datos de Muestra\",\n\t\t\"fr\" : \"Charger la Donnée d'échantillon\",\n\t\t\"kr\" : \"예제 전투 불러오기\",\n\t\t\"ua\" : \"Завантажити приклади боїв\",\n\t\t\"ru\" : \"Загрузить Пример Данных\"\n\t},\n\t\"clear_encounter\"     : {\n\t\t\"en\" : \"Clear Encounter Data\",\n\t\t\"pt\" : \"Limpar Dados de Encontro\",\n\t\t\"cn\" : \"清除战斗数据\",\n\t\t\"jp\" : \"戦闘をリセットする\",\n\t\t\"de\" : \"Kampfdaten Beseitigen\",\n\t\t\"es\" : \"Borrar Datos del Encuentro\",\n\t\t\"fr\" : \"Nettoyer les Données\",\n\t\t\"kr\" : \"전투 데이터 삭제\",\n\t\t\"ua\" : \"Очистити Дані Бою\",\n\t\t\"ru\" : \"Очистить Данные Боя\"\n\t},\n\t\"encounter_history\" : {\n\t\t\"en\" : \"Encounter history\",\n\t\t\"pt\" : \"Histórico de Encontros\",\n\t\t\"cn\" : \"历史战斗数据\",\n\t\t\"jp\" : \"Encounter history\",\n\t\t\"de\" : \"Kampfverlauf\",\n\t\t\"es\" : \"Encounter history\",\n\t\t\"fr\" : \"Encounter history\",\n\t\t\"kr\" : \"전투 기록 히스토리\",\n\t\t\"ua\" : \"Історія Боїв\",\n\t\t\"ru\" : \"История Боев\"\n\t},\n\t\"discord\" : {\n\t\t\"en\" : \"Discord\",\n\t\t\"pt\" : \"Discord\",\n\t\t\"cn\" : \"Discord\",\n\t\t\"jp\" : \"Discord\",\n\t\t\"de\" : \"Discord\",\n\t\t\"es\" : \"Discord\",\n\t\t\"fr\" : \"Discord\",\n\t\t\"kr\" : \"Discord\",\n\t\t\"ru\" : \"Discord\"\n\t},\n\t\"join_discord\" : {\n\t\t\"en\" : \"Join Discord\",\n\t\t\"pt\" : \"Entre no Discord\",\n\t\t\"cn\" : \"加入Discord频道\",\n\t\t\"jp\" : \"Join Discord\",\n\t\t\"de\" : \"Discord beitreten\",\n\t\t\"es\" : \"Join Discord\",\n\t\t\"fr\" : \"Join Discord\",\n\t\t\"kr\" : \"디스코드 참여하기\",\n\t\t\"ua\" : \"Доєднатися до Discord\",\n\t\t\"ru\" : \"Присоединиться к Discord\"\n\t},\n\t\"discord_webhook\" : {\n\t\t\"en\" : \"Share Encounter\",\n\t\t\"pt\" : \"Compartilhar Encontro\",\n\t\t\"cn\" : \"分享战斗数据\",\n\t\t\"jp\" : \"Share Encounter\",\n\t\t\"de\" : \"Kampf teilen\",\n\t\t\"es\" : \"Share Encounter\",\n\t\t\"fr\" : \"Share Encounter\",\n\t\t\"kr\" : \"전투 기록 공유\",\n\t\t\"ua\" : \"Поділитись Боєм\",\n\t\t\"ru\" : \"Поделиться Боем\"\n\t},\n\t\"settings\"            : {\n\t\t\"en\" : \"Settings\",\n\t\t\"pt\" : \"Configurações\",\n\t\t\"cn\" : \"设置\",\n\t\t\"jp\" : \"設定\",\n\t\t\"de\" : \"Einstellungen\",\n\t\t\"es\" : \"Opciones\",\n\t\t\"fr\" : \"Paramètres\",\n\t\t\"kr\" : \"설정\",\n\t\t\"ua\" : \"Налаштування\",\n\t\t\"ru\" : \"Настройки\"\n\t},\n\t\"blur_names\"          : {\n\t\t\"en\" : \"Blur player names\",\n\t\t\"pt\" : \"Borrar nomes dos Jogadores\",\n\t\t\"cn\" : \"隐藏姓名\",\n\t\t\"jp\" : \"プレイヤー名を伏せる\",\n\t\t\"de\" : \"Spielernamen Trüben\",\n\t\t\"es\" : \"Difuminar Nombres de los Jugadores\",\n\t\t\"fr\" : \"Cacher le nom des joueurs\",\n\t\t\"kr\" : \"플레이어 이름 가리기\",\n\t\t\"ua\" : \"Розмивати імена гравців\",\n\t\t\"ru\" : \"Размыть имена игроков\"\n\t},\n\t\"toggle_collapse\"     : {\n\t\t\"en\" : \"Toggle collapse\",\n\t\t\"pt\" : \"Mostrar/Esconder\",\n\t\t\"cn\" : \"折叠\",\n\t\t\"jp\" : \"最小化を切替\",\n\t\t\"de\" : \"Verkleinern/Vergrößern\",\n\t\t\"es\" : \"Minimizar/Maximizar\",\n\t\t\"fr\" : \"Minimiser/Afficher\",\n\t\t\"kr\" : \"최소화 토글\",\n\t\t\"ua\" : \"Згорнути/Розгорнути\",\n\t\t\"ru\" : \"Переключить сворачивание\"\n\t},\n\t\"toggle_horizontal\" : {\n\t\t\"en\" : \"Toggle horizontal\",\n\t\t\"pt\" : \"Toggle horizontal\",\n\t\t\"cn\" : \"水平模式\",\n\t\t\"jp\" : \"Toggle horizontal\",\n\t\t\"de\" : \"Toggle horizontal\",\n\t\t\"es\" : \"Toggle horizontal\",\n\t\t\"fr\" : \"Toggle horizontal\",\n\t\t\"kr\" : \"Toggle horizontal\",\n\t\t\"ua\" : \"Toggle horizontal\",\n\t\t\"ru\" : \"Toggle horizontal\"\n\t},\n\t\"back\"                : {\n\t\t\"en\" : \"Back\",\n\t\t\"pt\" : \"Voltar\",\n\t\t\"cn\" : \"返回\",\n\t\t\"jp\" : \"戻る\",\n\t\t\"de\" : \"Zurück\",\n\t\t\"es\" : \"Volver\",\n\t\t\"fr\" : \"Revenir\",\n\t\t\"kr\" : \"뒤로가기\",\n\t\t\"ua\" : \"Назад\",\n\t\t\"ru\" : \"Назад\"\n\t},\n\t\"not_applicable\"      : {\n\t\t\"en\" : \"N/A\",\n\t\t\"pt\" : \"N/A\",\n\t\t\"cn\" : \"无数据\",\n\t\t\"jp\" : \"該当なし\",\n\t\t\"de\" : \"N/A\",\n\t\t\"es\" : \"N/A\",\n\t\t\"fr\" : \"N/A\",\n\t\t\"kr\" : \"N/A\",\n\t\t\"ua\" : \"Н/Д\",\n\t\t\"ru\" : \"Н/Д\"\n\t},\n\t\"inactive\"            : {\n\t\t\"en\" : \"Inactive\",\n\t\t\"pt\" : \"Inativo\",\n\t\t\"cn\" : \"未生效\",\n\t\t\"jp\" : \"未表示\",\n\t\t\"de\" : \"Inaktiv\",\n\t\t\"es\" : \"Inactivo\",\n\t\t\"fr\" : \"Inactif\",\n\t\t\"kr\" : \"비활성화\",\n\t\t\"ua\" : \"Неактивний\",\n\t\t\"ru\" : \"Неактивно\"\n\t},\n\t\"encounter\"           : {\n\t\t\"en\" : \"Encounter\",\n\t\t\"pt\" : \"Encontro\",\n\t\t\"cn\" : \"战斗\",\n\t\t\"jp\" : \"戦闘\",\n\t\t\"de\" : \"Im Kampf\",\n\t\t\"es\" : \"Encuentro\",\n\t\t\"fr\" : \"Combat\",\n\t\t\"kr\" : \"전투\",\n\t\t\"ua\" : \"Бій\",\n\t\t\"ru\" : \"Бой\"\n\t},\n\t\"awaiting_encounter\"  : {\n\t\t\"en\" : \"Awaiting encounter data...\",\n\t\t\"pt\" : \"Aguardando informações do encontro...\",\n\t\t\"cn\" : \"等待战斗数据...\",\n\t\t\"jp\" : \"戦闘データを待ち中\",\n\t\t\"de\" : \"Warte auf Kampfdaten...\",\n\t\t\"es\" : \"Esperando datos del encuentro...\",\n\t\t\"fr\" : \"En attente d'une donnée de combat...\",\n\t\t\"kr\" : \"전투 기록 대기 중...\",\n\t\t\"ua\" : \"Очікування даних про бій...\",\n\t\t\"ru\" : \"Ожидание данных о бое...\"\n\t},\n\t\"player_name\"         : {\n\t\t\"en\" : \"Name\",\n\t\t\"pt\" : \"Nome\",\n\t\t\"cn\" : \"名称\",\n\t\t\"jp\" : \"名前\",\n\t\t\"de\" : \"Name\",\n\t\t\"es\" : \"Nombre\",\n\t\t\"fr\" : \"Prénom\",\n\t\t\"kr\" : \"이름\",\n\t\t\"ua\" : \"Ім'я\",\n\t\t\"ru\" : \"Имя\"\n\t},\n\t\"dps\"                 : {\n\t\t\"en\" : \"DPS\",\n\t\t\"pt\" : \"DPS\",\n\t\t\"cn\" : \"DPS\",\n\t\t\"jp\" : \"DPS\",\n\t\t\"de\" : \"DPS\",\n\t\t\"es\" : \"DPS\",\n\t\t\"fr\" : \"DPS\",\n\t\t\"kr\" : \"DPS\",\n\t\t\"ua\" : \"DPS\",\n\t\t\"ru\" : \"УВС\"\n\t},\n\t\"heal\"                : {\n\t\t\"en\" : \"Heal\",\n\t\t\"pt\" : \"Cura\",\n\t\t\"cn\" : \"治疗\",\n\t\t\"jp\" : \"復\",\n\t\t\"de\" : \"Heilung\",\n\t\t\"es\" : \"Cura\",\n\t\t\"fr\" : \"Soin\",\n\t\t\"kr\" : \"치유\",\n\t\t\"ua\" : \"Цілитель\",\n\t\t\"ru\" : \"Исцеление\"\n\t},\n\t\"tank\"                : {\n\t\t\"en\" : \"Tank\",\n\t\t\"pt\" : \"Tanque\",\n\t\t\"cn\" : \"坦克\",\n\t\t\"jp\" : \"タンク\",\n\t\t\"de\" : \"Verteidiger\",\n\t\t\"es\" : \"Tank\",\n\t\t\"fr\" : \"Tank\",\n\t\t\"kr\" : \"탱커\",\n\t\t\"ua\" : \"Захисник\",\n\t\t\"ru\" : \"Танк\"\n\t},\n\t\"aggro\"              : {\n\t\t\"en\" : \"Agg\",\n\t\t\"pt\" : \"Ameaça\",\n\t\t\"cn\" : \"仇恨\",\n\t\t\"jp\" : \"敵視\",\n\t\t\"de\" : \"Agg\",\n\t\t\"es\" : \"Agg\",\n\t\t\"fr\" : \"Agg\",\n\t\t\"kr\" : \"적개심\",\n\t\t\"ua\" : \"Агро\",\n\t\t\"ru\" : \"Агро\"\n\t},\n\t\"import\"              : {\n\t\t\"en\" : \"Import\",\n\t\t\"pt\" : \"Importar\",\n\t\t\"cn\" : \"导入\",\n\t\t\"jp\" : \"取り込む\",\n\t\t\"de\" : \"Importieren\",\n\t\t\"es\" : \"Importar\",\n\t\t\"fr\" : \"Importer\",\n\t\t\"kr\" : \"설정 불러오기\",\n\t\t\"ua\" : \"Імпорт\",\n\t\t\"ru\" : \"Импорт\"\n\t},\n\t\"import_settings\"     : {\n\t\t\"en\" : \"Import Settings\",\n\t\t\"pt\" : \"Importar Configurações\",\n\t\t\"cn\" : \"导入设置\",\n\t\t\"jp\" : \"設定を取り込む\",\n\t\t\"de\" : \"Einstellungen Importieren\",\n\t\t\"es\" : \"Opciones de Importación\",\n\t\t\"fr\" : \"Importer les Paramètres\",\n\t\t\"kr\" : \"설정 불러오기\",\n\t\t\"ua\" : \"Імпорт Налаштувань\",\n\t\t\"ru\" : \"Импорт Настроек\"\n\t},\n\t\"import_instructions\" : {\n\t\t\"en\" : \"Paste your exported setting key below and click \\\"Import.\\\"\",\n\t\t\"pt\" : \"Cole suas opções exportadas abaixo e clique \\\"Importar.\\\"\",\n\t\t\"cn\" : \"粘贴您导出的数据并点击\\\"导入\\\"。\",\n\t\t\"jp\" : \"持ち出した設定キーをこの下に貼付してから「取り込む」をクリックしてください。\",\n\t\t\"de\" : \"Füge unten deinen exportierten Einstellungsschlüssel ein und klicke auf \\\"Importieren.\\\"\",\n\t\t\"es\" : \"Pega tus configuraciones exportadas debajo y después presiona \\\"Importar.\\\"\",\n\t\t\"fr\" : \"Collé votre clé de réglage exportée ci dessous et cliquer sur \\\"Importer.\\\"\",\n\t\t\"kr\" : \"설정의 고유 키 텍스트를 붙여넣으신 후 \\\"불러오기\\\"를 누르십시오.\",\n\t\t\"ua\" : \"Вставте експортований ключ налаштувань нижче та натисніть \\\"Імпортувати.\\\"\",\n\t\t\"ru\" : \"Вставьте ваш экспортированный ключ настроек ниже и нажмите \\\"Импорт\\\".\"\n\t},\n\t\"paste\"               : {\n\t\t\"en\" : \"Paste\",\n\t\t\"pt\" : \"Colar\",\n\t\t\"cn\" : \"粘贴\",\n\t\t\"jp\" : \"貼り付け\",\n\t\t\"de\" : \"Einfügen\",\n\t\t\"es\" : \"Paste\",\n\t\t\"fr\" : \"Paste\",\n\t\t\"kr\" : \"붙여넣기\",\n\t\t\"ua\" : \"Вставити\",\n\t\t\"ru\" : \"Вставить\"\n\t},\n\t\"mode\" : {\n\t\t\"en\" : \"Mode\",\n\t\t\"pt\" : \"Modo\",\n\t\t\"cn\" : \"模式\",\n\t\t\"jp\" : \"モード\",\n\t\t\"de\" : \"Modus\",\n\t\t\"es\" : \"Modo\",\n\t\t\"fr\" : \"Mode\",\n\t\t\"kr\" : \"모드\",\n\t\t\"ua\" : \"Режим\",\n\t\t\"ru\" : \"Режим\"\n\t},\n\t\"parser\" : {\n\t\t\"en\" : \"Parser\",\n\t\t\"pt\" : \"Parser\",\n\t\t\"cn\" : \"解析器\",\n\t\t\"jp\" : \"パーサー\",\n\t\t\"de\" : \"Parser\",\n\t\t\"es\" : \"Analizador\",\n\t\t\"fr\" : \"Analyseur\",\n\t\t\"kr\" : \"미터기\",\n\t\t\"ua\" : \"Аналізатор\",\n\t\t\"ru\" : \"Парсер\"\n\t},\n\t\"spell_timers\" : {\n\t\t\"en\" : \"Spell Timers\",\n\t\t\"pt\" : \"Temporizadores das Magias\",\n\t\t\"cn\" : \"冷却监控\",\n\t\t\"jp\" : \"スペルタイマー\",\n\t\t\"de\" : \"Zauber Timer\",\n\t\t\"es\" : \"Spell Timers\",\n\t\t\"fr\" : \"Spell Timers\",\n\t\t\"kr\" : \"스펠 타이머\",\n\t\t\"ua\" : \"Таймери Заклинань\",\n\t\t\"ru\" : \"Таймеры Заклинаний\"\n\t},\n\n\t\"tts\" : {\n\t\t\"critical_hp\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"joiner\"   : \" and \",\n\t\t\t\t\"several\"  : \"Several players\",\n\t\t\t\t\"plural\"   : \" are \",\n\t\t\t\t\"singular\" : \" is \",\n\t\t\t\t\"you\"      : \"You\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}critical health.\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"joiner\"   : \" e \",\n\t\t\t\t\"several\"  : \"Vários jogadores\",\n\t\t\t\t\"plural\"   : \" estão \",\n\t\t\t\t\"singular\" : \" está \",\n\t\t\t\t\"you\"      : \"Você\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}com PV crítico.\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"joiner\"   : \"和\",\n\t\t\t\t\"several\"  : \"多个角色\",\n\t\t\t\t\"plural\"   : \"处于\",\n\t\t\t\t\"singular\" : \"处于\",\n\t\t\t\t\"you\"      : \"你\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}临界血量.\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"joiner\"   : \"と\",\n\t\t\t\t\"several\"  : \"多くの人\",\n\t\t\t\t\"plural\"   : \"は\",\n\t\t\t\t\"singular\" : \"は\",\n\t\t\t\t\"you\"      : \"あなた\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}クリティカルHPです.\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"joiner\"           : \" und \",\n\t\t\t\t\"several\"          : \"Etliche Spieler\",\n\t\t\t\t\"plural\"           : \" sind \",\n\t\t\t\t\"singular\"         : \" ist \",\n\t\t\t\t\"you\"              : \"Du bist \",\n\t\t\t\t\"you_no_connector\" : true,\n\t\t\t\t\"text\"             : \"{{players}}{{connector}}in einem kritischen Gesundheitszustand.\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"joiner\"   : \" and \",\n\t\t\t\t\"several\"  : \"Several players\",\n\t\t\t\t\"plural\"   : \" are \",\n\t\t\t\t\"singular\" : \" is \",\n\t\t\t\t\"you\"      : \"You\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}critical health.\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"joiner\"   : \" et \",\n\t\t\t\t\"several\"  : \"Des joueurs\",\n\t\t\t\t\"plural\"   : \" sont \",\n\t\t\t\t\"singular\" : \" est \",\n\t\t\t\t\"you\"      : \"Vous\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}dans un état critique.\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"joiner\"   : \" 및 \",\n\t\t\t\t\"several\"  : \"파티원 대부분\",\n\t\t\t\t\"plural\"   : \"이 \",\n\t\t\t\t\"singular\" : \"이 \",\n\t\t\t\t\"you\"      : \"당신\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}사망 직전입니다.\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"joiner\"   : \" та \",\n\t\t\t\t\"several\"  : \"Кілька граців\",\n\t\t\t\t\"plural\"   : \" є \",\n\t\t\t\t\"singular\" : \" є \",\n\t\t\t\t\"you\"      : \"Ти\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}мають критичний рівень здоров'я.\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"joiner\"   : \" и \",\n\t\t\t\t\"several\"  : \"Несколько игроков\",\n\t\t\t\t\"plural\"   : \" имеют \",\n\t\t\t\t\"singular\" : \" имеет \",\n\t\t\t\t\"you\"      : \"У вас\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}критическое здоровье.\"\n\t\t\t}\n\t\t},\n\t\t\"critical_mp\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"joiner\"   : \" and \",\n\t\t\t\t\"several\"  : \"Several players\",\n\t\t\t\t\"plural\"   : \" are \",\n\t\t\t\t\"singular\" : \" is \",\n\t\t\t\t\"you\"      : \"You\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}critical mana.\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"joiner\"   : \" e \",\n\t\t\t\t\"several\"  : \"Vários jogadores\",\n\t\t\t\t\"plural\"   : \" estão \",\n\t\t\t\t\"singular\" : \" está \",\n\t\t\t\t\"you\"      : \"Você\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}com MP crítico.\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"joiner\"   : \"和\",\n\t\t\t\t\"several\"  : \"多个角色\",\n\t\t\t\t\"plural\"   : \"处于\",\n\t\t\t\t\"singular\" : \"处于\",\n\t\t\t\t\"you\"      : \"你\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}临界法力.\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"joiner\"   : \"と\",\n\t\t\t\t\"several\"  : \"多くの人\",\n\t\t\t\t\"plural\"   : \"は\",\n\t\t\t\t\"singular\" : \"は\",\n\t\t\t\t\"you\"      : \"あなた\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}クリティカルマナです.\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"joiner\"           : \" und \",\n\t\t\t\t\"several\"          : \"Etliche Spieler\",\n\t\t\t\t\"plural\"           : \" sind \",\n\t\t\t\t\"singular\"         : \" ist \",\n\t\t\t\t\"you\"              : \"Du bist \",\n\t\t\t\t\"you_no_connector\" : true,\n\t\t\t\t\"text\"             : \"{{players}}{{connector}}in einem kritischen MP.\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"joiner\"   : \" and \",\n\t\t\t\t\"several\"  : \"Several players\",\n\t\t\t\t\"plural\"   : \" are \",\n\t\t\t\t\"singular\" : \" is \",\n\t\t\t\t\"you\"      : \"You\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}critical mana.\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"joiner\"   : \" et \",\n\t\t\t\t\"several\"  : \"Des joueurs\",\n\t\t\t\t\"plural\"   : \" sont \",\n\t\t\t\t\"singular\" : \" est \",\n\t\t\t\t\"you\"      : \"Vous\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}dans un MP critique.\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"joiner\"   : \" 및 \",\n\t\t\t\t\"several\"  : \"파티원 대부분\",\n\t\t\t\t\"plural\"   : \"이 \",\n\t\t\t\t\"singular\" : \"이 \",\n\t\t\t\t\"you\"      : \"당신\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}마나가 낮습니다.\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"joiner\"   : \" та \",\n\t\t\t\t\"several\"  : \"Кілька граців\",\n\t\t\t\t\"plural\"   : \" є \",\n\t\t\t\t\"singular\" : \" є \",\n\t\t\t\t\"you\"      : \"Ти\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}мають критичний рівень MP.\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"joiner\"   : \" и \",\n\t\t\t\t\"several\"  : \"Несколько игроков\",\n\t\t\t\t\"plural\"   : \" имеют \",\n\t\t\t\t\"singular\" : \" имеет \",\n\t\t\t\t\"you\"      : \"У вас\",\n\t\t\t\t\"text\"     : \"{{players}}{{connector}}критическое мана.\"\n\t\t\t}\n\t\t},\n\t\t\"aggro\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"You have aggro from {{monsters}}.\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"You have aggro from {{monsters}}.\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"你拉到了{{monsters}}的仇恨.\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"joiner\" : \"と\",\n\t\t\t\t\"text\"   : \"{{monsters}}のタゲを取りました.\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"Du erhälst Aggro von {{monsters}}.\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"You have aggro from {{monsters}}.\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"joiner\" : \" et \",\n\t\t\t\t\"text\"   : \"Vous avez aggro {{monsters}}.\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"joiner\" : \" 및 \",\n\t\t\t\t\"text\"   : \"{{monsters}}의 어그로를 받았습니다.\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"Ви заагрили {{monsters}}.\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"joiner\" : \", \",\n\t\t\t\t\"text\"   : \"Вы заагрили {{monsters}}.\"\n\t\t\t}\n\t\t},\n\t\t\"top\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"text\" : \"You are top {{metric}}.\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"text\" : \"Você está no topo do {{metric}}.\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"text\" : \"你当前{{metric}}最高.\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"text\" : \"あなたは最高な{{metric}}です.\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"text\" : \"Du bist Spitzenreiter in {{metric}}.\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"text\" : \"You are top {{metric}}.\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"text\" : \"Tu es premier {{metric}}.\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"text\" : \"{{metric}} 상위권입니다.\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"text\" : \"Ви в топі {{metric}}.\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"text\" : \"Вы топ {{metric}}.\"\n\t\t\t}\n\t\t},\n\t\t\"encounter\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"start\"         : \"started\",\n\t\t\t\t\"end\"           : \"ended\",\n\t\t\t\t\"default_title\" : \"Encounter\",\n\t\t\t\t\"text\"          : \"{{encounter}} has {{verb}}.\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"start\"         : \"começou\",\n\t\t\t\t\"end\"           : \"terminou\",\n\t\t\t\t\"default_title\" : \"Encontro\",\n\t\t\t\t\"text\"          : \"{{encounter}} {{verb}}.\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"start\"         : \"开始\",\n\t\t\t\t\"end\"           : \"结束\",\n\t\t\t\t\"default_title\" : \"战斗\",\n\t\t\t\t\"text\"          : \"{{encounter}}已{{verb}}.\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"start\"         : \"始まりました\",\n\t\t\t\t\"end\"           : \"終わりました\",\n\t\t\t\t\"default_title\" : \"戦闘\",\n\t\t\t\t\"text\"          : \"{{encounter}}が{{verb}}.\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"start\"         : \"hat begonnen\",\n\t\t\t\t\"end\"           : \"wurde beendet\",\n\t\t\t\t\"default_title\" : \"Kampf\",\n\t\t\t\t\"text\"          : \"{{encounter}} {{verb}}.\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"start\"         : \"started\",\n\t\t\t\t\"end\"           : \"ended\",\n\t\t\t\t\"default_title\" : \"Encuentro\",\n\t\t\t\t\"text\"          : \"{{encounter}} has {{verb}}.\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"start\"         : \"a commencé\",\n\t\t\t\t\"end\"           : \"est fini\",\n\t\t\t\t\"default_title\" : \"Combat\",\n\t\t\t\t\"text\"          : \"{{encounter}} {{verb}}.\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"start\"         : \"개시되었습니다\",\n\t\t\t\t\"end\"           : \"종료되었습니다\",\n\t\t\t\t\"default_title\" : \"전투\",\n\t\t\t\t\"text\"          : \"{{encounter}} {{verb}}.\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"start\"         : \"почався\",\n\t\t\t\t\"end\"           : \"закінчився\",\n\t\t\t\t\"default_title\" : \"Бій\",\n\t\t\t\t\"text\"          : \"{{encounter}} {{verb}}.\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"start\"         : \"начался\",\n\t\t\t\t\"end\"           : \"закончился\",\n\t\t\t\t\"default_title\" : \"Боев\",\n\t\t\t\t\"text\"          : \"{{encounter}} {{verb}}.\"\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "src/data/locales/player-metrics.json",
    "content": "{\n\t\"BlockPct\"           : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Blk %\",\n\t\t\t\"long\"  : \"Block %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% Blq\",\n\t\t\t\"long\"  : \"% Bloqueio\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"格挡%\",\n\t\t\t\"long\"  : \"格挡百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"ブロ率\",\n\t\t\t\"long\"  : \"ブロック発生確率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Blk\",\n\t\t\t\"long\"  : \"Blockrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Blk %\",\n\t\t\t\"long\"  : \"% Bloqueo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Blk %\",\n\t\t\t\"long\"  : \"Blocage %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"방막\",\n\t\t\t\"long\"  : \"방패 막기 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Blk %\",\n\t\t\t\"long\"  : \"Блок %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Блк %\",\n\t\t\t\"long\"  : \"% Блока\"\n\t\t}\n\t},\n\t\"CritDirectHitPct\"   : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"CDH %\",\n\t\t\t\"long\"  : \"Critical Direct Hit %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% ACCr\",\n\t\t\t\"long\"  : \"% Ataque Certeiro Crítico\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"直爆%\",\n\t\t\t\"long\"  : \"直击且暴击百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"クリDH率\",\n\t\t\t\"long\"  : \"クリDH同時発生確率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"KDR\",\n\t\t\t\"long\"  : \"Kritische direkte Trefferrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"CDH %\",\n\t\t\t\"long\"  : \"% Golpe Crítico Directo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"CDH %\",\n\t\t\t\"long\"  : \"Coup Critique Direct %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"극직\",\n\t\t\t\"long\"  : \"극대 직격 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"CDH %\",\n\t\t\t\"long\"  : \"Прямий Критичний Удар %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"КрПП %\",\n\t\t\t\"long\"  : \"% Критического Прямого Попадания\"\n\t\t}\n\t},\n\t\"critheal%\"          : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"Critical Heal %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% CCr\",\n\t\t\t\"long\"  : \"% Cura Crítica\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"治疗暴击%\",\n\t\t\t\"long\"  : \"治疗暴击百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"回復クリ率\",\n\t\t\t\"long\"  : \"回復のクリティカル発生確率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"KHR\",\n\t\t\t\"long\"  : \"Kritische Heilungsrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"% Cura Crítica\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"SC %\",\n\t\t\t\"long\"  : \"Soin Critique %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"극힐\",\n\t\t\t\"long\"  : \"극대 치유 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"Критичне Зцілення %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"КрИ %\",\n\t\t\t\"long\"  : \"% Критического Исцеления\"\n\t\t}\n\t},\n\t\"crithit%\"           : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"Critical Hit %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% ACr\",\n\t\t\t\"long\"  : \"% Ataque Crítico\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"暴击%\",\n\t\t\t\"long\"  : \"暴击百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"クリ率\",\n\t\t\t\"long\"  : \"クリティカル発生確率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"KTR\",\n\t\t\t\"long\"  : \"Kritische Trefferrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"Golpe Crítico %\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"Coup Critique %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"극대\",\n\t\t\t\"long\"  : \"극대 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"CH %\",\n\t\t\t\"long\"  : \"Критичний Удар %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"КрП %\",\n\t\t\t\"long\"  : \"% Критического Попадания\"\n\t\t}\n\t},\n\t\"damage\"             : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Damage\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Dano\",\n\t\t\t\"long\"  : \"Dano\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"伤害\",\n\t\t\t\"long\"  : \"伤害量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"与ダメ\",\n\t\t\t\"long\"  : \"与ダメージ量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Schaden\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Daño\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Dégats\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"총피해\",\n\t\t\t\"long\"  : \"총 피해량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Шкода\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Урн\",\n\t\t\t\"long\"  : \"Урон\"\n\t\t}\n\t},\n\t\"damage%\"            : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"Damage %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% Dano\",\n\t\t\t\"long\"  : \"% Dano\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"伤害%\",\n\t\t\t\"long\"  : \"伤害百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"与ダメ率\",\n\t\t\t\"long\"  : \"与ダメージ量比率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"Schadensanteil\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"% Daño\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"Dégats %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"기여도\",\n\t\t\t\"long\"  : \"딜 기여도\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"Шкода %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Урн %\",\n\t\t\t\"long\"  : \"% Урона\"\n\t\t}\n\t},\n\t\"damage_taken_pct\"   : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"Damage Taken %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% DR\",\n\t\t\t\"long\"  : \"% Dano Recebido\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"承伤%\",\n\t\t\t\"long\"  : \"承受伤害百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"被ダメ率\",\n\t\t\t\"long\"  : \"被ダメージ量比率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Erl Dmg %\",\n\t\t\t\"long\"  : \"Erlittener Schadensanteil\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Dmg %\",\n\t\t\t\"long\"  : \"% Daño Recibido\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"DmgR %\",\n\t\t\t\"long\"  : \"Dégats Reçu %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"분산률\",\n\t\t\t\"long\"  : \"피격량 분산률\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"DmgT %\",\n\t\t\t\"long\"  : \"Отримана Шкода %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Пл Урн %\",\n\t\t\t\"long\"  : \"% Полученного Урона\"\n\t\t}\n\t},\n\t\"damagetaken\"        : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Damage Taken\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"DR\",\n\t\t\t\"long\"  : \"Dano Recebido\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"承伤\",\n\t\t\t\"long\"  : \"承受伤害量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"被ダメ\",\n\t\t\t\"long\"  : \"被ダメージ量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Schaden erlitten\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Dmg\",\n\t\t\t\"long\"  : \"Daño Recibido\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"DmgR\",\n\t\t\t\"long\"  : \"Dégats Reçu\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"피격량\",\n\t\t\t\"long\"  : \"받은 피해량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"DmgT\",\n\t\t\t\"long\"  : \"Отримана Шкода\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Пл Урн\",\n\t\t\t\"long\"  : \"Получено Урона\"\n\t\t}\n\t},\n\t\"deaths\"             : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Dth\",\n\t\t\t\"long\"  : \"Deaths\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Morte\",\n\t\t\t\"long\"  : \"Mortes\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"死亡数\",\n\t\t\t\"long\"  : \"死亡次数\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"死亡数\",\n\t\t\t\"long\"  : \"戦闘不能回数\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Tode\",\n\t\t\t\"long\"  : \"Tode\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Death\",\n\t\t\t\"long\"  : \"Muertes\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Morts\",\n\t\t\t\"long\"  : \"Morts\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"사망\",\n\t\t\t\"long\"  : \"사망\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Смерть\",\n\t\t\t\"long\"  : \"Смерті\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Смрт\",\n\t\t\t\"long\"  : \"Смертей\"\n\t\t}\n\t},\n\t\"DirectHitPct\"       : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"DH %\",\n\t\t\t\"long\"  : \"Direct Hit %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% AC\",\n\t\t\t\"long\"  : \"% Ataque Certeiro\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"直击%\",\n\t\t\t\"long\"  : \"直击百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"DH率\",\n\t\t\t\"long\"  : \"ダイレクト発生確率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"DTR %\",\n\t\t\t\"long\"  : \"Direkte Trefferrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"DH %\",\n\t\t\t\"long\"  : \"% Golpe Directo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"DH %\",\n\t\t\t\"long\"  : \"Coup Direct %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"직격\",\n\t\t\t\"long\"  : \"직격 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"DH %\",\n\t\t\t\"long\"  : \"Прямий Удар %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"ПП %\",\n\t\t\t\"long\"  : \"% Прямого Попадания\"\n\t\t}\n\t},\n\t\"damageShield\"       : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Shields\",\n\t\t\t\"long\"  : \"Shields\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Shields\",\n\t\t\t\"long\"  : \"Shields\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"盾\",\n\t\t\t\"long\"  : \"护盾值\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"バリア\",\n\t\t\t\"long\"  : \"バリア\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Schilde\",\n\t\t\t\"long\"  : \"Schilde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Shields\",\n\t\t\t\"long\"  : \"Shields\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Boucliers\",\n\t\t\t\"long\"  : \"Boucliers\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"실드\",\n\t\t\t\"long\"  : \"보호막\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Щити\",\n\t\t\t\"long\"  : \"Щити\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Щит\",\n\t\t\t\"long\"  : \"Щиты\"\n\t\t}\n\t},\n\t\"effective_heal_pct\" : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Ef H %\",\n\t\t\t\"long\"  : \"Effective Heal %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% CE\",\n\t\t\t\"long\"  : \"% Cura Eficaz\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"秒疗%\",\n\t\t\t\"long\"  : \"有效治疗百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"EH率\",\n\t\t\t\"long\"  : \"過剰ならない回復比率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"EHR %\",\n\t\t\t\"long\"  : \"Effektive Heilungsrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Ef H %\",\n\t\t\t\"long\"  : \"% Cura Efectiva\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Ef H %\",\n\t\t\t\"long\"  : \"Soin Performant %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"유효힐\",\n\t\t\t\"long\"  : \"유효 치유량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Ef H %\",\n\t\t\t\"long\"  : \"Ефективність Зцілення %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"ЭИ %\",\n\t\t\t\"long\"  : \"% Эффективного Исцеления\"\n\t\t}\n\t},\n\t\"effective_hps\"      : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Ef HPS\",\n\t\t\t\"long\"  : \"Effective Heal Per Second\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"CEPS\",\n\t\t\t\"long\"  : \"Cura Eficaz Por Segundo\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"秒有效疗\",\n\t\t\t\"long\"  : \"每秒有效治疗量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"EHPS\",\n\t\t\t\"long\"  : \"毎秒過剰ならない回復量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"EHPS\",\n\t\t\t\"long\"  : \"Effektive Heilung pro Sekunde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Ef HPS\",\n\t\t\t\"long\"  : \"Cura efectiva por Segundo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Ef HPS\",\n\t\t\t\"long\"  : \"Soin Performant par Seconde\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"유효 HPS\",\n\t\t\t\"long\"  : \"유효 도트힐\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Ef HPS\",\n\t\t\t\"long\"  : \"Ефективність Зцілення за Секунду\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Э ИВС\",\n\t\t\t\"long\"  : \"Эффективного Исцеления В Секунду\"\n\t\t}\n\t},\n\t\"encdps\"             : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"Damage Per Second\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"Dano Por Segundo\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"每秒伤害量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"毎秒与ダメージ量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"Schaden pro Sekunde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"Daño por Segundo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"Dégats Par Seconde\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"초당 피해량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"DPS\",\n\t\t\t\"long\"  : \"Шкода За Секунду\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"УВС\",\n\t\t\t\"long\"  : \"Урон В Секунду\"\n\t\t}\n\t},\n\t\"enchps\"             : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"Heal Per Second\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"CPS\",\n\t\t\t\"long\"  : \"Cura Por Segundo\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"每秒治疗量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"毎秒回復量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"Heilung pro Sekunde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"Cura por Segundo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Soin Par Seconde\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"초당 치유량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"HPS\",\n\t\t\t\"long\"  : \"Зцілення За Секунду\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"ИВС\",\n\t\t\t\"long\"  : \"Исцеления В Секунду\"\n\t\t}\n\t},\n\t\"enctps\"             : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"DTPS\",\n\t\t\t\"long\"  : \"Damage Taken Per Second\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"DRPS\",\n\t\t\t\"long\"  : \"Dano Recebido Por Segundo\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"秒承伤\",\n\t\t\t\"long\"  : \"每秒承受伤害量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"被DPS\",\n\t\t\t\"long\"  : \"毎秒被ダメージ量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Erl DPS\",\n\t\t\t\"long\"  : \"Erlittener Schaden pro Sekunde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"DTPS\",\n\t\t\t\"long\"  : \"Daño Recibido por Segundo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"DRPS\",\n\t\t\t\"long\"  : \"Dégats Reçu Par Seconde\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"DTPS\",\n\t\t\t\"long\"  : \"초당 받은 피해량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"DTPS\",\n\t\t\t\"long\"  : \"Отримана Шкода За Секунду\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"П УВС\",\n\t\t\t\"long\"  : \"Получено Урона В Секунду\"\n\t\t}\n\t},\n\t\"enmity_percent\"     : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Enmity\",\n\t\t\t\"long\"  : \"Enmity\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Enmity\",\n\t\t\t\"long\"  : \"Enmity\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"仇恨\",\n\t\t\t\"long\"  : \"仇恨\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"敵視\",\n\t\t\t\"long\"  : \"敵視\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Enmity\",\n\t\t\t\"long\"  : \"Feindseligkeit\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Enmity\",\n\t\t\t\"long\"  : \"Enmity\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Enmity\",\n\t\t\t\"long\"  : \"Enmity\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"적개심\",\n\t\t\t\"long\"  : \"적개심\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Ворожість\",\n\t\t\t\"long\"  : \"Ворожість\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Угр\",\n\t\t\t\"long\"  : \"Угроза\"\n\t\t}\n\t},\n\t\"healed\"             : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Heal\",\n\t\t\t\"long\"  : \"Total Heal\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Cura\",\n\t\t\t\"long\"  : \"Cura Total\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"治疗量\",\n\t\t\t\"long\"  : \"总治疗量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"回復量\",\n\t\t\t\"long\"  : \"総計回復量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Heilung\",\n\t\t\t\"long\"  : \"Heilung insgesamt\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Heal\",\n\t\t\t\"long\"  : \"Cura Total\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Soin\",\n\t\t\t\"long\"  : \"Soin Total\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"합산 힐\",\n\t\t\t\"long\"  : \"합산 치유량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Зцілення\",\n\t\t\t\"long\"  : \"Загальне Зцілення\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Исц\",\n\t\t\t\"long\"  : \"Всего Исцеления\"\n\t\t}\n\t},\n\t\"healed%\"            : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Heal %\",\n\t\t\t\"long\"  : \"Heal %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% Cura\",\n\t\t\t\"long\"  : \"% Cura\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"治疗%\",\n\t\t\t\"long\"  : \"总治疗百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"回復率\",\n\t\t\t\"long\"  : \"総計回復比率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Heilung %\",\n\t\t\t\"long\"  : \"Heilungsanteil\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Heal %\",\n\t\t\t\"long\"  : \"% Cura\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Soin %\",\n\t\t\t\"long\"  : \"Soin %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"힐\",\n\t\t\t\"long\"  : \"치유량 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Зцілення %\",\n\t\t\t\"long\"  : \"Зцілення %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Исц %\",\n\t\t\t\"long\"  : \"% Исцеления\"\n\t\t}\n\t},\n\t\"heals\"              : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Heal Ct\",\n\t\t\t\"long\"  : \"Heal Count\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Heal Ct\",\n\t\t\t\"long\"  : \"Heal Count\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"治疗数\",\n\t\t\t\"long\"  : \"治疗计数\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"回復数\",\n\t\t\t\"long\"  : \"回復回数\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Heal Ct\",\n\t\t\t\"long\"  : \"Heilungsmenge\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Heal Ct\",\n\t\t\t\"long\"  : \"Heal Count\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Heal Ct\",\n\t\t\t\"long\"  : \"Heal Count\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"힐 횟수\",\n\t\t\t\"long\"  : \"치유 횟수\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"К-сть Зцілення\",\n\t\t\t\"long\"  : \"Кількість Зцілення\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Кол И\",\n\t\t\t\"long\"  : \"Количество Исцелений\"\n\t\t}\n\t},\n\t\"healstaken\"         : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Heals\",\n\t\t\t\"long\"  : \"Heals Received\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"CR\",\n\t\t\t\"long\"  : \"Curas Recebidas\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"受疗量\",\n\t\t\t\"long\"  : \"受到治疗量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"受回復\",\n\t\t\t\"long\"  : \"受けた回復量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Heilung\",\n\t\t\t\"long\"  : \"Erhaltene Heilung\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Heals\",\n\t\t\t\"long\"  : \"Curas Recibida\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"SoinR\",\n\t\t\t\"long\"  : \"Soin Reçu\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"받은 힐\",\n\t\t\t\"long\"  : \"받은 치유량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Отр-но Зцілення\",\n\t\t\t\"long\"  : \"Отримано Зцілення\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Вылеч\",\n\t\t\t\"long\"  : \"Исцеления Получено\"\n\t\t}\n\t},\n\t\"max_enc_dps\"        : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Mx DPS\",\n\t\t\t\"long\"  : \"Max Damage Per Second\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"DPS Mx\",\n\t\t\t\"long\"  : \"Dano Máximo Por Segundo\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"最大DPS\",\n\t\t\t\"long\"  : \"最大每秒伤害量\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"最高DPS\",\n\t\t\t\"long\"  : \"最高毎秒与ダメージ量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Max DPS\",\n\t\t\t\"long\"  : \"Max Schaden pro Sekunde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Mx DPS\",\n\t\t\t\"long\"  : \"Daño Máximo por Segundo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"DPS Max\",\n\t\t\t\"long\"  : \"Dégats Maximal Par Seconde\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"최대 DPS\",\n\t\t\t\"long\"  : \"최대 초당 피해량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Макс DPS\",\n\t\t\t\"long\"  : \"Максимальна Шкода За Секунду\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"М УВС\",\n\t\t\t\"long\"  : \"Максимальный Урон В Секунду\"\n\t\t}\n\t},\n\t\"max_heal_format\"    : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Mx Heal\",\n\t\t\t\"long\"  : \"Max Heal\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Cura Mx\",\n\t\t\t\"long\"  : \"Cura Máxima\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"最大治疗\",\n\t\t\t\"long\"  : \"最大治疗\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"最大回復\",\n\t\t\t\"long\"  : \"最大回復\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Max Heilung\",\n\t\t\t\"long\"  : \"Größter Heilungswert\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Mx Heal\",\n\t\t\t\"long\"  : \"Cura Máxima\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Soin Max\",\n\t\t\t\"long\"  : \"Soin Maximal\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"최대 힐\",\n\t\t\t\"long\"  : \"최대 치유량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Макс Зцілення\",\n\t\t\t\"long\"  : \"Максимальне Зцілення\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Макс И\",\n\t\t\t\"long\"  : \"Максимальное Исцеление\"\n\t\t}\n\t},\n\t\"max_hit_format\"     : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Mx Hit\",\n\t\t\t\"long\"  : \"Max Hit\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Atq Mx\",\n\t\t\t\"long\"  : \"Ataque Máximo\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"最强伤害\",\n\t\t\t\"long\"  : \"最强伤害\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"最大与ダメ\",\n\t\t\t\"long\"  : \"最大与ダメージ\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Max Dmg\",\n\t\t\t\"long\"  : \"Größter Schadenswert\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Mx Hit\",\n\t\t\t\"long\"  : \"Golpe Máximo\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Dgt Max\",\n\t\t\t\"long\"  : \"Dégats Maximal\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"최대 딜\",\n\t\t\t\"long\"  : \"최대 피해량\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Макс Удар\",\n\t\t\t\"long\"  : \"Максимальний Удар\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Макс У\",\n\t\t\t\"long\"  : \"Максимальный Урон\"\n\t\t}\n\t},\n\t\"max_hit_numeric\"    : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Mx Hit (#)\",\n\t\t\t\"long\"  : \"Max Hit (#)\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Atq Mx (#)\",\n\t\t\t\"long\"  : \"Ataque Máximo (#)\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"最强伤害(#)\",\n\t\t\t\"long\"  : \"最强伤害(#)\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"最大与ダメ(#)\",\n\t\t\t\"long\"  : \"最大与ダメージ(#)\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Max Dmg (#)\",\n\t\t\t\"long\"  : \"Größter Schadenswert (#)\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Mx Hit (#)\",\n\t\t\t\"long\"  : \"Golpe Máximo (#)\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Dgt Max (#)\",\n\t\t\t\"long\"  : \"Dégats Maximal (#)\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"최대 딜 (#)\",\n\t\t\t\"long\"  : \"최대 피해량 (#)\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Макс У (#)\",\n\t\t\t\"long\"  : \"Максимальный Урон (#)\"\n\t\t}\n\t},\n\t\"OverHealPct\"        : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Ovr %\",\n\t\t\t\"long\"  : \"Overheal %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"% Cura Ex\",\n\t\t\t\"long\"  : \"% Cura Excessiva\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"过量%\",\n\t\t\t\"long\"  : \"过量治疗百分比\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"過剰回復率\",\n\t\t\t\"long\"  : \"過剰回復比率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"UHR %\",\n\t\t\t\"long\"  : \"Überschüssige Heilungsrate\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Ovr %\",\n\t\t\t\"long\"  : \"% Overheal\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Ovr %\",\n\t\t\t\"long\"  : \"Surplus de Soin %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"오버힐\",\n\t\t\t\"long\"  : \"오버힐 비율\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Над-ве Зц-ня %\",\n\t\t\t\"long\"  : \"Надлишкове Зцілення %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Изб И %\",\n\t\t\t\"long\"  : \"% Избыточного Исцеления\"\n\t\t}\n\t},\n\t\"ParryPct\"           : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Par %\",\n\t\t\t\"long\"  : \"Parry %\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Par %\",\n\t\t\t\"long\"  : \"Parry %\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"回避%\",\n\t\t\t\"long\"  : \"回避率\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"受流し%\",\n\t\t\t\"long\"  : \"受け流しの発動率\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Par %\",\n\t\t\t\"long\"  : \"Paraden in %\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Par %\",\n\t\t\t\"long\"  : \"Parry %\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Par %\",\n\t\t\t\"long\"  : \"Parry %\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"받넘 %\",\n\t\t\t\"long\"  : \"받아 넘기기 %\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Уникання %\",\n\t\t\t\"long\"  : \"Рівень Уникання %\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Пар %\",\n\t\t\t\"long\"  : \"% Парирования\"\n\t\t}\n\t},\n\t\"shield_per_second\"  : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Shield Per Second\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Shield Per Second\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"秒盾值\",\n\t\t\t\"long\"  : \"每秒护盾值\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"毎秒バリア量\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Schilde pro Sekunde\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Shield Per Second\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Shield Per Second\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"초당 보호막\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"SPS\",\n\t\t\t\"long\"  : \"Щит За Секунду\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"ЩВС\",\n\t\t\t\"long\"  : \"Щит В Секунду\"\n\t\t}\n\t},\n\t\"swings\"  : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Swing\",\n\t\t\t\"long\"  : \"Swings\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Swing\",\n\t\t\t\"long\"  : \"Swings\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"命中\",\n\t\t\t\"long\"  : \"命中数\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"Swing\",\n\t\t\t\"long\"  : \"Swings\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Trefferanzahl\",\n\t\t\t\"long\"  : \"Swings\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Swing\",\n\t\t\t\"long\"  : \"Swings\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Swing\",\n\t\t\t\"long\"  : \"Swings\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"횟수\",\n\t\t\t\"long\"  : \"횟수\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Кількість атак\",\n\t\t\t\"long\"  : \"Атак\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Всего\",\n\t\t\t\"long\"  : \"Всего действий\"\n\t\t}\n\t},\n\t\"job_name\" : {\n\t\t\"en\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"pt\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"cn\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"jp\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"de\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"es\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"fr\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"kr\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"ua\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t},\n\t\t\"ru\" : {\n\t\t\t\"short\" : \"Job\",\n\t\t\t\"long\"  : \"Job\"\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "src/data/locales/settings.json",
    "content": "{\n\t\"sections\"       : {\n\t\t\"interface\"     : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Interface\",\n\t\t\t\t\"pt\" : \"Interface\",\n\t\t\t\t\"cn\" : \"界面\",\n\t\t\t\t\"jp\" : \"インターフェース\",\n\t\t\t\t\"de\" : \"Benutzeroberfläche\",\n\t\t\t\t\"es\" : \"Interfaz\",\n\t\t\t\t\"fr\" : \"Interface\",\n\t\t\t\t\"kr\" : \"인터페이스\",\n\t\t\t\t\"ua\" : \"Інтерфейс\",\n\t\t\t\t\"ru\" : \"Интерфейс\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Data\",\n\t\t\t\t\t\"pt\" : \"Dadas\",\n\t\t\t\t\t\"cn\" : \"数据\",\n\t\t\t\t\t\"jp\" : \"データ\",\n\t\t\t\t\t\"de\" : \"Daten\",\n\t\t\t\t\t\"es\" : \"Datos\",\n\t\t\t\t\t\"fr\" : \"Données\",\n\t\t\t\t\t\"kr\" : \"데이터\",\n\t\t\t\t\t\"ua\" : \"Дані\",\n\t\t\t\t\t\"ru\" : \"Данных\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Theme\",\n\t\t\t\t\t\"pt\" : \"Tema\",\n\t\t\t\t\t\"cn\" : \"主题\",\n\t\t\t\t\t\"jp\" : \"テーマ\",\n\t\t\t\t\t\"de\" : \"Farbschema\",\n\t\t\t\t\t\"es\" : \"Theme\",\n\t\t\t\t\t\"fr\" : \"Thème\",\n\t\t\t\t\t\"kr\" : \"테마\",\n\t\t\t\t\t\"ua\" : \"Тема\",\n\t\t\t\t\t\"ru\" : \"Тема\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Horizontal\",\n\t\t\t\t\t\"pt\" : \"Horizontal\",\n\t\t\t\t\t\"cn\" : \"水平模式\",\n\t\t\t\t\t\"jp\" : \"Horizontal\",\n\t\t\t\t\t\"de\" : \"Horizontal\",\n\t\t\t\t\t\"es\" : \"Horizontal\",\n\t\t\t\t\t\"fr\" : \"Horizontal\",\n\t\t\t\t\t\"kr\" : \"Horizontal\",\n\t\t\t\t\t\"ua\" : \"Horizontal\",\n\t\t\t\t\t\"ru\" : \"Horizontal\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"metric-names\"  : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Metric Names\",\n\t\t\t\t\"pt\" : \"Métricos Personalizados\",\n\t\t\t\t\"cn\" : \"数据元素名称\",\n\t\t\t\t\"jp\" : \"計量表示\",\n\t\t\t\t\"de\" : \"Metrik Namen\",\n\t\t\t\t\"es\" : \"Metric Names\",\n\t\t\t\t\"fr\" : \"Noms des Mesures\",\n\t\t\t\t\"kr\" : \"항목 이름\",\n\t\t\t\t\"ua\" : \"Назви Метрик\",\n\t\t\t\t\"ru\" : \"Названия метрик\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Custom Metric Names\",\n\t\t\t\t\t\"pt\" : \"Nomes Métricos Personalizados\",\n\t\t\t\t\t\"cn\" : \"自定义数据元素名称\",\n\t\t\t\t\t\"jp\" : \"カスタム計量名\",\n\t\t\t\t\t\"de\" : \"Benutzerdefinierte Metrik Namen\",\n\t\t\t\t\t\"es\" : \"Custom Metric Names\",\n\t\t\t\t\t\"fr\" : \"Noms des Mesures Personnalisés\",\n\t\t\t\t\t\"kr\" : \"임의 항목 설정\",\n\t\t\t\t\t\"ua\" : \"Свої Назви Метрик\",\n\t\t\t\t\t\"ru\" : \"Свои названия метрик\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"tts\"  : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Text to Speech\",\n\t\t\t\t\"pt\" : \"Texto em Voz\",\n\t\t\t\t\"cn\" : \"TTS\",\n\t\t\t\t\"jp\" : \"音声読み上げ\",\n\t\t\t\t\"de\" : \"Text zu Sprache\",\n\t\t\t\t\"es\" : \"Text to Speech\",\n\t\t\t\t\"fr\" : \"Text to Speech\",\n\t\t\t\t\"kr\" : \"보이스웨어 사용\",\n\t\t\t\t\"ua\" : \"Читання вголос\",\n\t\t\t\t\"ru\" : \"Чтение голосом\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Text to Speech Setup\",\n\t\t\t\t\t\"pt\" : \"Texto em Voz Setup\",\n\t\t\t\t\t\"cn\" : \"TTS设置\",\n\t\t\t\t\t\"jp\" : \"音声読み上げ Setup\",\n\t\t\t\t\t\"de\" : \"Text zu Sprache Einstellungen\",\n\t\t\t\t\t\"es\" : \"Text to Speech Setup\",\n\t\t\t\t\t\"fr\" : \"Text to Speech Setup\",\n\t\t\t\t\t\"kr\" : \"보이스웨어 세팅\",\n\t\t\t\t\t\"ua\" : \"Налаштування Читання вголос\",\n\t\t\t\t\t\"ru\" : \"Настройка чтения голосом\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"player-table\"  : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Player Table\",\n\t\t\t\t\"pt\" : \"Tabela de Jogador\",\n\t\t\t\t\"cn\" : \"玩家选项\",\n\t\t\t\t\"jp\" : \"プレイヤー表\",\n\t\t\t\t\"de\" : \"Spielertabelle\",\n\t\t\t\t\"es\" : \"Tabla de Jugadores\",\n\t\t\t\t\"fr\" : \"Onglet Joueur\",\n\t\t\t\t\"kr\" : \"플레이어 표\",\n\t\t\t\t\"ua\" : \"Таблиця гравців\",\n\t\t\t\t\"ru\" : \"Таблица Игроков\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"DPS\",\n\t\t\t\t\t\"pt\" : \"DPS\",\n\t\t\t\t\t\"cn\" : \"DPS\",\n\t\t\t\t\t\"jp\" : \"DPS\",\n\t\t\t\t\t\"de\" : \"DPS\",\n\t\t\t\t\t\"es\" : \"DPS\",\n\t\t\t\t\t\"fr\" : \"DPS\",\n\t\t\t\t\t\"kr\" : \"DPS\",\n\t\t\t\t\t\"ua\" : \"DPS\",\n\t\t\t\t\t\"ru\" : \"УВС\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Heal\",\n\t\t\t\t\t\"pt\" : \"Cura\",\n\t\t\t\t\t\"cn\" : \"治疗\",\n\t\t\t\t\t\"jp\" : \"復\",\n\t\t\t\t\t\"de\" : \"Heilung\",\n\t\t\t\t\t\"es\" : \"Cura\",\n\t\t\t\t\t\"fr\" : \"Soin\",\n\t\t\t\t\t\"kr\" : \"치유\",\n\t\t\t\t\t\"ua\" : \"Цілитель\",\n\t\t\t\t\t\"ru\" : \"Целитель\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Tank\",\n\t\t\t\t\t\"pt\" : \"Tanque\",\n\t\t\t\t\t\"cn\" : \"坦克\",\n\t\t\t\t\t\"jp\" : \"タンク\",\n\t\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\t\"es\" : \"Tank\",\n\t\t\t\t\t\"fr\" : \"Tank\",\n\t\t\t\t\t\"kr\" : \"탱커\",\n\t\t\t\t\t\"ua\" : \"Танк\",\n\t\t\t\t\t\"ru\" : \"Танк\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"player-detail\" : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Player Detail\",\n\t\t\t\t\"pt\" : \"Detalhes do Jogador\",\n\t\t\t\t\"cn\" : \"玩家详情\",\n\t\t\t\t\"jp\" : \"プレイヤー詳細\",\n\t\t\t\t\"de\" : \"Spieler Detail\",\n\t\t\t\t\"es\" : \"Detalles del Jugador\",\n\t\t\t\t\"fr\" : \"Détails du Joueur\",\n\t\t\t\t\"kr\" : \"플레이어 상세 정보\",\n\t\t\t\t\"ua\" : \"Деталі Гравця\",\n\t\t\t\t\"ru\" : \"Детали Игрока\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"DPS\",\n\t\t\t\t\t\"pt\" : \"DPS\",\n\t\t\t\t\t\"cn\" : \"DPS\",\n\t\t\t\t\t\"jp\" : \"DPS\",\n\t\t\t\t\t\"de\" : \"DPS\",\n\t\t\t\t\t\"es\" : \"DPS\",\n\t\t\t\t\t\"fr\" : \"DPS\",\n\t\t\t\t\t\"kr\" : \"DPS\",\n\t\t\t\t\t\"ua\" : \"DPS\",\n\t\t\t\t\t\"ru\" : \"УВС\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Heal\",\n\t\t\t\t\t\"pt\" : \"Cura\",\n\t\t\t\t\t\"cn\" : \"治疗\",\n\t\t\t\t\t\"jp\" : \"復\",\n\t\t\t\t\t\"de\" : \"Heilung\",\n\t\t\t\t\t\"es\" : \"Cura\",\n\t\t\t\t\t\"fr\" : \"Soin\",\n\t\t\t\t\t\"kr\" : \"치유\",\n\t\t\t\t\t\"ua\" : \"Цілитель\",\n\t\t\t\t\t\"ru\" : \"Целитель\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Tank\",\n\t\t\t\t\t\"pt\" : \"Tanque\",\n\t\t\t\t\t\"cn\" : \"坦克\",\n\t\t\t\t\t\"jp\" : \"タンク\",\n\t\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\t\"es\" : \"Tank\",\n\t\t\t\t\t\"fr\" : \"Tank\",\n\t\t\t\t\t\"kr\" : \"탱커\",\n\t\t\t\t\t\"ua\" : \"Танк\",\n\t\t\t\t\t\"ru\" : \"Танк\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"raid-view\"     : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Raid View\",\n\t\t\t\t\"pt\" : \"Visão da Raid\",\n\t\t\t\t\"cn\" : \"Raid视图\",\n\t\t\t\t\"jp\" : \"レイドモード\",\n\t\t\t\t\"de\" : \"Raid Ansicht\",\n\t\t\t\t\"es\" : \"Vista de Raid\",\n\t\t\t\t\"fr\" : \"Version Raid\",\n\t\t\t\t\"kr\" : \"레이드 뷰\",\n\t\t\t\t\"ua\" : \"Вигляд Рейду\",\n\t\t\t\t\"ru\" : \"Режим Рейда\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"DPS\",\n\t\t\t\t\t\"pt\" : \"DPS\",\n\t\t\t\t\t\"cn\" : \"DPS\",\n\t\t\t\t\t\"jp\" : \"DPS\",\n\t\t\t\t\t\"de\" : \"DPS\",\n\t\t\t\t\t\"es\" : \"DPS\",\n\t\t\t\t\t\"fr\" : \"DPS\",\n\t\t\t\t\t\"kr\" : \"DPS\",\n\t\t\t\t\t\"ua\" : \"DPS\",\n\t\t\t\t\t\"ru\" : \"УВС\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Heal\",\n\t\t\t\t\t\"pt\" : \"Cura\",\n\t\t\t\t\t\"cn\" : \"治疗\",\n\t\t\t\t\t\"jp\" : \"復\",\n\t\t\t\t\t\"de\" : \"Heilung\",\n\t\t\t\t\t\"es\" : \"Cura\",\n\t\t\t\t\t\"fr\" : \"Soin\",\n\t\t\t\t\t\"kr\" : \"치유\",\n\t\t\t\t\t\"ua\" : \"Цілитель\",\n\t\t\t\t\t\"ru\" : \"Целитель\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Tank\",\n\t\t\t\t\t\"pt\" : \"Tanque\",\n\t\t\t\t\t\"cn\" : \"坦克\",\n\t\t\t\t\t\"jp\" : \"タンク\",\n\t\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\t\"es\" : \"Tank\",\n\t\t\t\t\t\"fr\" : \"Tank\",\n\t\t\t\t\t\"kr\" : \"탱커\",\n\t\t\t\t\t\"ua\" : \"Танк\",\n\t\t\t\t\t\"ru\" : \"Танк\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"discord\"    : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Discord Webhook\",\n\t\t\t\t\"pt\" : \"Discord Webhook\",\n\t\t\t\t\"cn\" : \"Discord Webhook\",\n\t\t\t\t\"jp\" : \"Discord Webhook\",\n\t\t\t\t\"de\" : \"Discord Webhook\",\n\t\t\t\t\"es\" : \"Discord Webhook\",\n\t\t\t\t\"fr\" : \"Discord Webhook\",\n\t\t\t\t\"kr\" : \"디스코드 웹후크\",\n\t\t\t\t\"ua\" : \"Discord Webhook\",\n\t\t\t\t\"ru\" : \"Discord Webhook\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Webhook\",\n\t\t\t\t\t\"pt\" : \"Webhook\",\n\t\t\t\t\t\"cn\" : \"Webhook\",\n\t\t\t\t\t\"jp\" : \"Webhook\",\n\t\t\t\t\t\"de\" : \"Webhook\",\n\t\t\t\t\t\"es\" : \"Webhook\",\n\t\t\t\t\t\"fr\" : \"Webhook\",\n\t\t\t\t\t\"kr\" : \"웹후크\",\n\t\t\t\t\t\"ua\" : \"Webhook\",\n\t\t\t\t\t\"ru\" : \"Webhook\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"custom-css\"    : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Custom CSS\",\n\t\t\t\t\"pt\" : \"CSS Customizado\",\n\t\t\t\t\"cn\" : \"自定义CSS\",\n\t\t\t\t\"jp\" : \"カスタムＣＳＳ\",\n\t\t\t\t\"de\" : \"Eigenes CSS\",\n\t\t\t\t\"es\" : \"CSS Personalizado\",\n\t\t\t\t\"fr\" : \"CSS Personnalisé\",\n\t\t\t\t\"kr\" : \"커스텀 CSS\",\n\t\t\t\t\"ua\" : \"Свій CSS\",\n\t\t\t\t\"ru\" : \"Свой CSS\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Custom CSS\",\n\t\t\t\t\t\"pt\" : \"CSS Customizado\",\n\t\t\t\t\t\"cn\" : \"自定义CSS\",\n\t\t\t\t\t\"jp\" : \"カスタムＣＳＳ\",\n\t\t\t\t\t\"de\" : \"Eigenes CSS\",\n\t\t\t\t\t\"es\" : \"CSS Personalizado\",\n\t\t\t\t\t\"fr\" : \"CSS Personnalisé\",\n\t\t\t\t\t\"kr\" : \"커스텀 CSS\",\n\t\t\t\t\t\"ua\" : \"Свій CSS\",\n\t\t\t\t\t\"ru\" : \"Свой CSS\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"export\"        : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"Export\",\n\t\t\t\t\"pt\" : \"Exportar\",\n\t\t\t\t\"cn\" : \"导出\",\n\t\t\t\t\"jp\" : \"持ち出す\",\n\t\t\t\t\"de\" : \"Exportieren\",\n\t\t\t\t\"es\" : \"Exportación\",\n\t\t\t\t\"fr\" : \"Exporter\",\n\t\t\t\t\"kr\" : \"저장하기\",\n\t\t\t\t\"ua\" : \"Експорт\",\n\t\t\t\t\"ru\" : \"Экспорт\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Export Settings\",\n\t\t\t\t\t\"pt\" : \"Exportar Configurações\",\n\t\t\t\t\t\"cn\" : \"导出设置\",\n\t\t\t\t\t\"jp\" : \"設定を持ち出す\",\n\t\t\t\t\t\"de\" : \"Einstellungen Exportieren\",\n\t\t\t\t\t\"es\" : \"Opciones de Exportación\",\n\t\t\t\t\t\"fr\" : \"Exporter les Configurations\",\n\t\t\t\t\t\"kr\" : \"설정 저장하기\",\n\t\t\t\t\t\"ua\" : \"Експортувати Налаштування\",\n\t\t\t\t\t\"ru\" : \"Экспорт настроек\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"about\"         : {\n\t\t\t\"title\"       : {\n\t\t\t\t\"en\" : \"About\",\n\t\t\t\t\"pt\" : \"Sobre\",\n\t\t\t\t\"cn\" : \"关于\",\n\t\t\t\t\"jp\" : \"問い合わせ\",\n\t\t\t\t\"de\" : \"Über\",\n\t\t\t\t\"es\" : \"Acerca de\",\n\t\t\t\t\"fr\" : \"A propos de\",\n\t\t\t\t\"kr\" : \"오버레이 정보\",\n\t\t\t\t\"ua\" : \"Про нас\",\n\t\t\t\t\"ru\" : \"Про нас\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Ember Overlay\",\n\t\t\t\t\t\"pt\" : \"Ember Overlay\",\n\t\t\t\t\t\"cn\" : \"Ember Overlay\",\n\t\t\t\t\t\"jp\" : \"エンバーオーバーレイ\",\n\t\t\t\t\t\"de\" : \"Ember Overlay\",\n\t\t\t\t\t\"es\" : \"Ember Overlay\",\n\t\t\t\t\t\"fr\" : \"Ember Overlay\",\n\t\t\t\t\t\"kr\" : \"엠버 오버레이\",\n\t\t\t\t\t\"ua\" : \"Ember Overlay\",\n\t\t\t\t\t\"ru\" : \"Ember Overlay\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"spells-mode\" : {\n\t\t\t\"title\" : {\n\t\t\t\t\"en\" : \"Spell Timers\",\n\t\t\t\t\"pt\" : \"Temporizadores das Magias\",\n\t\t\t\t\"cn\" : \"冷却监控\",\n\t\t\t\t\"jp\" : \"スペルタイマー\",\n\t\t\t\t\"de\" : \"Zauber Timer\",\n\t\t\t\t\"es\" : \"Spell Timers\",\n\t\t\t\t\"fr\" : \"Spell Timers\",\n\t\t\t\t\"kr\" : \"스펠 타이머\",\n\t\t\t\t\"ua\" : \"Таймери Заклинань\",\n\t\t\t\t\"ru\" : \"Таймеры Заклинаний\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Spells\",\n\t\t\t\t\t\"pt\" : \"Magias\",\n\t\t\t\t\t\"cn\" : \"技能\",\n\t\t\t\t\t\"jp\" : \"スペル\",\n\t\t\t\t\t\"de\" : \"Zauber\",\n\t\t\t\t\t\"es\" : \"Hechizos\",\n\t\t\t\t\t\"fr\" : \"Sorts\",\n\t\t\t\t\t\"kr\" : \"스펠\",\n\t\t\t\t\t\"ua\" : \"Заклинань\",\n\t\t\t\t\t\"ru\" : \"Заклинаний\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Effects/Buffs\",\n\t\t\t\t\t\"pt\" : \"Efeitos/Buffs\",\n\t\t\t\t\t\"cn\" : \"效果/Buff\",\n\t\t\t\t\t\"jp\" : \"効果/バフ\",\n\t\t\t\t\t\"de\" : \"Effekte/Verstärkungen\",\n\t\t\t\t\t\"es\" : \"Efectos/Buffs\",\n\t\t\t\t\t\"fr\" : \"Effets/Buffs\",\n\t\t\t\t\t\"kr\" : \"이펙트/버프\",\n\t\t\t\t\t\"ua\" : \"Ефекти/Бафи\",\n\t\t\t\t\t\"ru\" : \"Эффекты/Баффы\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"DOT's\",\n\t\t\t\t\t\"pt\" : \"DOT's\",\n\t\t\t\t\t\"cn\" : \"DOT\",\n\t\t\t\t\t\"jp\" : \"DOT's\",\n\t\t\t\t\t\"de\" : \"DOT's\",\n\t\t\t\t\t\"es\" : \"DOT's\",\n\t\t\t\t\t\"fr\" : \"DOT's\",\n\t\t\t\t\t\"kr\" : \"도트기\",\n\t\t\t\t\t\"ua\" : \"DOT'и\",\n\t\t\t\t\t\"ru\" : \"ДОТ'ы\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Debuffs\",\n\t\t\t\t\t\"pt\" : \"Debuffs\",\n\t\t\t\t\t\"cn\" : \"Debuffs\",\n\t\t\t\t\t\"jp\" : \"Debuffs\",\n\t\t\t\t\t\"de\" : \"Debuffs\",\n\t\t\t\t\t\"es\" : \"Debuffs\",\n\t\t\t\t\t\"fr\" : \"Debuffs\",\n\t\t\t\t\t\"kr\" : \"Debuffs\",\n\t\t\t\t\t\"ua\" : \"Debuffs\",\n\t\t\t\t\t\"ru\" : \"Debuffs\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"spells-mode-party\" : {\n\t\t\t\"title\" : {\n\t\t\t\t\"en\" : \"Party Spell Timers\",\n\t\t\t\t\"pt\" : \"Party Temporizadores das Magias\",\n\t\t\t\t\"cn\" : \"团队冷却监控\",\n\t\t\t\t\"jp\" : \"Party スペルタイマー\",\n\t\t\t\t\"de\" : \"Gruppenzauber-Timer\",\n\t\t\t\t\"es\" : \"Party Spell Timers\",\n\t\t\t\t\"fr\" : \"Party Spell Timers\",\n\t\t\t\t\"kr\" : \"파티 스펠 타이머\",\n\t\t\t\t\"ua\" : \"Таймери Групових Заклинань\",\n\t\t\t\t\"ru\" : \"Таймеры Групповых Заклинаний\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Spells\",\n\t\t\t\t\t\"pt\" : \"Magias\",\n\t\t\t\t\t\"cn\" : \"技能\",\n\t\t\t\t\t\"jp\" : \"スペル\",\n\t\t\t\t\t\"de\" : \"Zauber\",\n\t\t\t\t\t\"es\" : \"Hechizos\",\n\t\t\t\t\t\"fr\" : \"Sorts\",\n\t\t\t\t\t\"kr\" : \"스펠\",\n\t\t\t\t\t\"ua\" : \"Заклинань\",\n\t\t\t\t\t\"ru\" : \"Заклинаний\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Effects/Buffs\",\n\t\t\t\t\t\"pt\" : \"Efeitos/Buffs\",\n\t\t\t\t\t\"cn\" : \"效果/Buff\",\n\t\t\t\t\t\"jp\" : \"効果/バフ\",\n\t\t\t\t\t\"de\" : \"Effekte/Buffs\",\n\t\t\t\t\t\"es\" : \"Efectos/Buffs\",\n\t\t\t\t\t\"fr\" : \"Effets/Buffs\",\n\t\t\t\t\t\"kr\" : \"이펙트/버프\",\n\t\t\t\t\t\"ua\" : \"Ефекти/Бафи\",\n\t\t\t\t\t\"ru\" : \"Эффекты/Баффы\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"DOT's\",\n\t\t\t\t\t\"pt\" : \"DOT's\",\n\t\t\t\t\t\"cn\" : \"DOT\",\n\t\t\t\t\t\"jp\" : \"DOT's\",\n\t\t\t\t\t\"de\" : \"DOT's\",\n\t\t\t\t\t\"es\" : \"DOT's\",\n\t\t\t\t\t\"fr\" : \"DOT's\",\n\t\t\t\t\t\"kr\" : \"도트기\",\n\t\t\t\t\t\"ua\" : \"DOT'и\",\n\t\t\t\t\t\"ru\" : \"ДОТ'ы\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Debuffs\",\n\t\t\t\t\t\"pt\" : \"Debuffs\",\n\t\t\t\t\t\"cn\" : \"Debuffs\",\n\t\t\t\t\t\"jp\" : \"Debuffs\",\n\t\t\t\t\t\"de\" : \"Debuffs\",\n\t\t\t\t\t\"es\" : \"Debuffs\",\n\t\t\t\t\t\"fr\" : \"Debuffs\",\n\t\t\t\t\t\"kr\" : \"Debuffs\",\n\t\t\t\t\t\"ua\" : \"Debuffs\",\n\t\t\t\t\t\"ru\" : \"Debuffs\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"spells-designer\" : {\n\t\t\t\"title\" : {\n\t\t\t\t\"en\" : \"Spell Designer\",\n\t\t\t\t\"pt\" : \"Spell Designer\",\n\t\t\t\t\"cn\" : \"监控设计器\",\n\t\t\t\t\"jp\" : \"Spell Designer\",\n\t\t\t\t\"de\" : \"Zaubergestaltung\",\n\t\t\t\t\"es\" : \"Spell Designer\",\n\t\t\t\t\"fr\" : \"Spell Designer\",\n\t\t\t\t\"kr\" : \"스펠 디자이너\",\n\t\t\t\t\"ua\" : \"Дизайнер Заклинань\",\n\t\t\t\t\"ru\" : \"Дизайнер заклинаний\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Spells\",\n\t\t\t\t\t\"pt\" : \"Magias\",\n\t\t\t\t\t\"cn\" : \"技能\",\n\t\t\t\t\t\"jp\" : \"スペル\",\n\t\t\t\t\t\"de\" : \"Zauber\",\n\t\t\t\t\t\"es\" : \"Hechizos\",\n\t\t\t\t\t\"fr\" : \"Sorts\",\n\t\t\t\t\t\"kr\" : \"스펠\",\n\t\t\t\t\t\"ua\" : \"Заклинань\",\n\t\t\t\t\t\"ru\" : \"Заклинаний\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Effects/Buffs\",\n\t\t\t\t\t\"pt\" : \"Efeitos/Buffs\",\n\t\t\t\t\t\"cn\" : \"效果/Buff\",\n\t\t\t\t\t\"jp\" : \"効果/バフ\",\n\t\t\t\t\t\"de\" : \"Effekte/Buffs\",\n\t\t\t\t\t\"es\" : \"Efectos/Buffs\",\n\t\t\t\t\t\"fr\" : \"Effets/Buffs\",\n\t\t\t\t\t\"kr\" : \"이펙트/버프\",\n\t\t\t\t\t\"ua\" : \"Ефекти/Бафи\",\n\t\t\t\t\t\"ru\" : \"Эффекты/Баффы\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"DOT's\",\n\t\t\t\t\t\"pt\" : \"DOT's\",\n\t\t\t\t\t\"cn\" : \"DOT\",\n\t\t\t\t\t\"jp\" : \"DOT's\",\n\t\t\t\t\t\"de\" : \"DOT's\",\n\t\t\t\t\t\"es\" : \"DOT's\",\n\t\t\t\t\t\"fr\" : \"DOT's\",\n\t\t\t\t\t\"kr\" : \"도트기\",\n\t\t\t\t\t\"ua\" : \"DOT'и\",\n\t\t\t\t\t\"ru\" : \"ДОТ'ы\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"Debuffs\",\n\t\t\t\t\t\"pt\" : \"Debuffs\",\n\t\t\t\t\t\"cn\" : \"Debuffs\",\n\t\t\t\t\t\"jp\" : \"Debuffs\",\n\t\t\t\t\t\"de\" : \"Debuffs\",\n\t\t\t\t\t\"es\" : \"Debuffs\",\n\t\t\t\t\t\"fr\" : \"Debuffs\",\n\t\t\t\t\t\"kr\" : \"Debuffs\",\n\t\t\t\t\t\"ua\" : \"Debuffs\",\n\t\t\t\t\t\"ru\" : \"Debuffs\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"spells-ui\" : {\n\t\t\t\"title\" : {\n\t\t\t\t\"en\" : \"UI Builder\",\n\t\t\t\t\"pt\" : \"UI Builder\",\n\t\t\t\t\"cn\" : \"界面构建器\",\n\t\t\t\t\"jp\" : \"UI Builder\",\n\t\t\t\t\"de\" : \"UI-Baukasten\",\n\t\t\t\t\"es\" : \"UI Builder\",\n\t\t\t\t\"fr\" : \"UI Builder\",\n\t\t\t\t\"kr\" : \"UI 빌더\",\n\t\t\t\t\"ua\" : \"Конструктор UI\",\n\t\t\t\t\"ru\" : \"Конструктор UI\"\n\t\t\t},\n\t\t\t\"subsections\" : [\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"General\",\n\t\t\t\t\t\"pt\" : \"Geral\",\n\t\t\t\t\t\"cn\" : \"通用\",\n\t\t\t\t\t\"jp\" : \"一般\",\n\t\t\t\t\t\"de\" : \"Allgemein\",\n\t\t\t\t\t\"es\" : \"General\",\n\t\t\t\t\t\"fr\" : \"Général\",\n\t\t\t\t\t\"kr\" : \"일반 설정\",\n\t\t\t\t\t\"ua\" : \"Основне\",\n\t\t\t\t\t\"ru\" : \"Основные\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"en\" : \"UI Sections\",\n\t\t\t\t\t\"pt\" : \"UI Sections\",\n\t\t\t\t\t\"cn\" : \"界面分段\",\n\t\t\t\t\t\"jp\" : \"UI Sections\",\n\t\t\t\t\t\"de\" : \"UI-Bereiche\",\n\t\t\t\t\t\"es\" : \"UI Sections\",\n\t\t\t\t\t\"fr\" : \"UI Sections\",\n\t\t\t\t\t\"kr\" : \"UI 섹션\",\n\t\t\t\t\t\"ua\" : \"Секції UI\",\n\t\t\t\t\t\"ru\" : \"Секции UI\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"setting_labels\" : {\n\t\t\"interface.language\" : {\n\t\t\t\"en\" : \"Language\",\n\t\t\t\"pt\" : \"Língua\",\n\t\t\t\"cn\" : \"语言\",\n\t\t\t\"jp\" : \"言語\",\n\t\t\t\"de\" : \"Sprache\",\n\t\t\t\"es\" : \"Idioma\",\n\t\t\t\"fr\" : \"Langue\",\n\t\t\t\"kr\" : \"언어\",\n\t\t\t\"ua\" : \"Мова\",\n\t\t\t\"ru\" : \"Язык\"\n\t\t},\n\t\t\"interface.player_name\" : {\n\t\t\t\"en\" : \"Player Name\",\n\t\t\t\"pt\" : \"Nome do Jogador\",\n\t\t\t\"cn\" : \"玩家姓名\",\n\t\t\t\"jp\" : \"プレイヤー名\",\n\t\t\t\"de\" : \"Spielername\",\n\t\t\t\"es\" : \"Nombre del Jugador\",\n\t\t\t\"fr\" : \"Prénom du Joueur\",\n\t\t\t\"kr\" : \"플레이어 이름\",\n\t\t\t\"ua\" : \"Ім'я Гравця\",\n\t\t\t\"ru\" : \"Имя Игрока\"\n\t\t},\n\t\t\"interface.opacity\" : {\n\t\t\t\"en\" : \"Overlay Opacity\",\n\t\t\t\"pt\" : \"Opacidade do Overlay\",\n\t\t\t\"cn\" : \"模板透明度\",\n\t\t\t\"jp\" : \"オーバーレイの透明度\",\n\t\t\t\"de\" : \"Overlay Deckkraft\",\n\t\t\t\"es\" : \"Opacidad del Overlay\",\n\t\t\t\"fr\" : \"Opacité de l'Overlay\",\n\t\t\t\"kr\" : \"오버레이 투명도\",\n\t\t\t\"ua\" : \"Прозорість Накладання\",\n\t\t\t\"ru\" : \"Прозрачность Оверлея\"\n\t\t},\n\t\t\"interface.zoom\" : {\n\t\t\t\"en\" : \"Overlay Zoom\",\n\t\t\t\"pt\" : \"Zoom do Overlay\",\n\t\t\t\"cn\" : \"模板缩放\",\n\t\t\t\"jp\" : \"オーバーレイの拡大縮小\",\n\t\t\t\"de\" : \"Overlay Zoom\",\n\t\t\t\"es\" : \"Zoom del Overlay\",\n\t\t\t\"fr\" : \"Zoom sur l'Overlay\",\n\t\t\t\"kr\" : \"오버레이 확대 비율\",\n\t\t\t\"ua\" : \"Масштаб Накладання\",\n\t\t\t\"ru\" : \"Масштаб Оверлея\"\n\t\t},\n\t\t\"interface.text_scale\" : {\n\t\t\t\"en\" : \"Text Scale\",\n\t\t\t\"pt\" : \"\",\n\t\t\t\"cn\" : \"文本缩放\",\n\t\t\t\"jp\" : \"\",\n\t\t\t\"de\" : \"\",\n\t\t\t\"es\" : \"\",\n\t\t\t\"fr\" : \"\",\n\t\t\t\"kr\" : \"\",\n\t\t\t\"ua\" : \"\",\n\t\t\t\"ru\" : \"\"\n\t\t},\n\t\t\"interface.top_right_rank\" : {\n\t\t\t\"en\" : \"Display Rank in Top Right\",\n\t\t\t\"pt\" : \"Mostrar Ranque no canto superior direito\",\n\t\t\t\"cn\" : \"在右上角显示排名\",\n\t\t\t\"jp\" : \"ランクを右上に表示\",\n\t\t\t\"de\" : \"Ranglistenplatz oben rechts anzeigen\",\n\t\t\t\"es\" : \"Mostrar Rango en la esquina superior derecha\",\n\t\t\t\"fr\" : \"Afficher le Classement en Haut à Droite\",\n\t\t\t\"kr\" : \"상단 우측에 기여도 랭킹 표시\",\n\t\t\t\"ua\" : \"Відображати Ранг справа зверху\",\n\t\t\t\"ru\" : \"Отображать Ранг справа сверху\"\n\t\t},\n\t\t\"interface.blur_job_icons\" : {\n\t\t\t\"en\" : \"Blur Job Icons When Blurring Player Names\",\n\t\t\t\"pt\" : \"Borrar Ícone de Classe ao Borrar Nome do Player\",\n\t\t\t\"cn\" : \"模糊姓名时同时模糊职业图标\",\n\t\t\t\"jp\" : \"プレイヤー名を伏せてる時、ジョブアイコンも伏せる\",\n\t\t\t\"de\" : \"Job Icons zusammen mit Spielernamen trüben\",\n\t\t\t\"es\" : \"Difuminar Íconos de clase al difuminar los Nombres de los Jugadores\",\n\t\t\t\"fr\" : \"Cacher les Icônes de Classe Quand les Noms des Autres Joueurs sont Cachés\",\n\t\t\t\"kr\" : \"플레이어 이름 가릴 때 잡 아이콘도 가리기\",\n\t\t\t\"ua\" : \"Розмити Значки Роботи коли розмиваються Імена Гравців\",\n\t\t\t\"ru\" : \"Размывать значки класса, при размывании имен игроков\"\n\t\t},\n\t\t\"interface.collapse_down\" : {\n\t\t\t\"en\" : \"Collapse Downwards\",\n\t\t\t\"pt\" : \"Minimize para baixo\",\n\t\t\t\"cn\" : \"向下折叠\",\n\t\t\t\"jp\" : \"下向きに最小化\",\n\t\t\t\"de\" : \"Nach unten verkleinern\",\n\t\t\t\"es\" : \"Esconder hacia abajo\",\n\t\t\t\"fr\" : \"Réduire vers le Bas\",\n\t\t\t\"kr\" : \"하단 기준으로 최소화\",\n\t\t\t\"ua\" : \"Згорнути вниз\",\n\t\t\t\"ru\" : \"Свернуть вниз\"\n\t\t},\n\t\t\"interface.footer_when_collapsed\" : {\n\t\t\t\"en\" : \"Show Overlay Footer When Collapsed\",\n\t\t\t\"pt\" : \"Mostrar rodapé quando minimizado\",\n\t\t\t\"cn\" : \"折叠时显示页脚功能\",\n\t\t\t\"jp\" : \"最小化状態でフッターを表示\",\n\t\t\t\"de\" : \"Overlay Fußzeile beim Verkleinern anzeigen\",\n\t\t\t\"es\" : \"Mostrar parte inferior cuando el Overlay está Minimizado\",\n\t\t\t\"fr\" : \"Afficher le Bas du Parse en ayant l'Affichage Réduit\",\n\t\t\t\"kr\" : \"최소화시 오버레이 하단 표시하기\",\n\t\t\t\"ua\" : \"Показувати нижню панель Оверлея, коли згорнуто\",\n\t\t\t\"ru\" : \"Показать нижнюю панель Оверлея при сворачивании\"\n\t\t},\n\t\t\"interface.footer_dps\" : {\n\t\t\t\"en\" : \"Display Raid DPS in Overlay Footer\",\n\t\t\t\"pt\" : \"Mostrar DPS do grupo no rodapé\",\n\t\t\t\"cn\" : \"在模板页脚显示RDPS\",\n\t\t\t\"jp\" : \"レイドＤＰＳをフッターで表示\",\n\t\t\t\"de\" : \"Raid DPS in der Overlay Fußzeile anzeigen\",\n\t\t\t\"es\" : \"Mostrar el DPS del raid en la parte Inferior del Overlay\",\n\t\t\t\"fr\" : \"Afficher le Raid DPS sur le Bas du Parse\",\n\t\t\t\"kr\" : \"오버레이 하단에 파티 합산딜 표시하기\",\n\t\t\t\"ua\" : \"Показувати DPS Рейду в нижній панелі\",\n\t\t\t\"ru\" : \"Показать УВС Рейда в нижней панели\"\n\t\t},\n\t\t\"interface.hide_top_bar\" : {\n\t\t\t\"en\" : \"Hide Top Bar\",\n\t\t\t\"pt\" : \"Esconder barra superior\",\n\t\t\t\"cn\" : \"隐藏顶栏\",\n\t\t\t\"jp\" : \"Hide Top Bar\",\n\t\t\t\"de\" : \"Obere Leiste ausblenden\",\n\t\t\t\"es\" : \"Hide Top Bar\",\n\t\t\t\"fr\" : \"Hide Top Bar\",\n\t\t\t\"kr\" : \"상위 바 가리기\",\n\t\t\t\"ua\" : \"Сховати Верхню Панель\",\n\t\t\t\"ru\" : \"Скрыть верхнюю панель\"\n\t\t},\n\t\t\"interface.decimal_accuracy\" : {\n\t\t\t\"en\" : \"Decimal Accuracy\",\n\t\t\t\"pt\" : \"Precisão Decimal\",\n\t\t\t\"cn\" : \"小数精度\",\n\t\t\t\"jp\" : \"小数点以下の桁数\",\n\t\t\t\"de\" : \"Dezimale Genauigkeit\",\n\t\t\t\"es\" : \"Precisión Decimal\",\n\t\t\t\"fr\" : \"Arrondir à Combien de Décimal\",\n\t\t\t\"kr\" : \"소수점 표기 설정하기\",\n\t\t\t\"ua\" : \"Десяткова точність\",\n\t\t\t\"ru\" : \"Десятичная точность\"\n\t\t},\n\t\t\"interface.shorten_thousands\" : {\n\t\t\t\"en\" : \"Shorten Thousands to 'K'\",\n\t\t\t\"pt\" : \"Encurtar Milhares para 'K'\",\n\t\t\t\"cn\" : \"缩略数字表示\",\n\t\t\t\"jp\" : \"1000をKと略して表示\",\n\t\t\t\"de\" : \"Tausend durch 'K' abkürzen\",\n\t\t\t\"es\" : \"Acortar Unidad de mil con 'K'\",\n\t\t\t\"fr\" : \"Remplacer les Milliers par 'K'\",\n\t\t\t\"kr\" : \"천단위를 'K'로 축약하기\",\n\t\t\t\"ua\" : \"Скорочувати тисячі до 'K'\",\n\t\t\t\"ru\" : \"Сокращать тысячи до 'K'\"\n\t\t},\n\t\t\"interface.theme\" : {\n\t\t\t\"en\" : \"Theme\",\n\t\t\t\"pt\" : \"Tema\",\n\t\t\t\"cn\" : \"主题\",\n\t\t\t\"jp\" : \"テーマ\",\n\t\t\t\"de\" : \"Farbschema\",\n\t\t\t\"es\" : \"Theme\",\n\t\t\t\"fr\" : \"Thème\",\n\t\t\t\"kr\" : \"테마\",\n\t\t\t\"ua\" : \"Тема\",\n\t\t\t\"ru\" : \"Тема\"\n\t\t},\n\t\t\"interface.minimal_theme\" : {\n\t\t\t\"en\" : \"Use Minimal Theme\",\n\t\t\t\"pt\" : \"Usar tema mínima\",\n\t\t\t\"cn\" : \"使用简洁主题\",\n\t\t\t\"jp\" : \"ミニマルテーマ\",\n\t\t\t\"de\" : \"Minimal Farbschema benutzen\",\n\t\t\t\"es\" : \"Usar Mínimo Theme\",\n\t\t\t\"fr\" : \"Utiliser le thème minimale\",\n\t\t\t\"kr\" : \"간소화 테마 사용하기\",\n\t\t\t\"ua\" : \"Використати Мінімізовану Тему\",\n\t\t\t\"ru\" : \"Минималистичная тема\"\n\t\t},\n\t\t\"interface.horizontal\": {\n\t\t\t\"en\" : \"Use Horizontal Overlay\",\n\t\t\t\"pt\" : \"\",\n\t\t\t\"cn\" : \"使用水平模式\",\n\t\t\t\"jp\" : \"\",\n\t\t\t\"de\" : \"\",\n\t\t\t\"es\" : \"\",\n\t\t\t\"fr\" : \"\",\n\t\t\t\"kr\" : \"\",\n\t\t\t\"ua\" : \"\",\n\t\t\t\"ru\" : \"\"\n\t\t},\n\t\t\"interface.horizontal_shrink\": {\n\t\t\t\"en\" : \"Shrink Width\",\n\t\t\t\"pt\" : \"\",\n\t\t\t\"cn\" : \"缩短宽度\",\n\t\t\t\"jp\" : \"\",\n\t\t\t\"de\" : \"\",\n\t\t\t\"es\" : \"\",\n\t\t\t\"fr\" : \"\",\n\t\t\t\"kr\" : \"\",\n\t\t\t\"ua\" : \"\",\n\t\t\t\"ru\" : \"\"\n\t\t},\n\t\t\"interface.horizontal_alignment\": {\n\t\t\t\"en\" : \"Alignment\",\n\t\t\t\"pt\" : \"\",\n\t\t\t\"cn\" : \"对齐方向\",\n\t\t\t\"jp\" : \"\",\n\t\t\t\"de\" : \"\",\n\t\t\t\"es\" : \"\",\n\t\t\t\"fr\" : \"\",\n\t\t\t\"kr\" : \"\",\n\t\t\t\"ua\" : \"\",\n\t\t\t\"ru\" : \"\"\n\t\t},\n\t\t\"interface.auto_hide\" : {\n\t\t\t\"en\" : \"Auto-Hide Overlay After Inactivity (Set Below)\",\n\t\t\t\"pt\" : \"Esconder Automáticamente o Overlay Após Inatividade (Defina Abaixo)\",\n\t\t\t\"cn\" : \"脱战后自动隐藏战斗悬浮窗（设置如下）\",\n\t\t\t\"jp\" : \"自動的に隠す（以下で設定）\",\n\t\t\t\"de\" : \"Overlay automatisch bei Inaktivität ausblenden (unten einstellen)\",\n\t\t\t\"es\" : \"Auto-Hide Overlay After Inactivity (Set Below)\",\n\t\t\t\"fr\" : \"Cacher automatiquement l'Overlay après inactivité (à définir ci-dessous)\",\n\t\t\t\"kr\" : \"일정 시간 기록이 없을 경우 자동으로 숨기기(아래에서 시간 설정)\",\n\t\t\t\"ua\" : \"Авто-приховування Оверлея після неактивності (Встановлюється нижче)\",\n\t\t\t\"ru\" : \"Авто-скрывать Оверлей после неактивности (Подробности ниже)\"\n\t\t},\n\t\t\"interface.auto_hide_delay\" : {\n\t\t\t\"en\" : \"Auto-Hide Delay in Seconds\",\n\t\t\t\"pt\" : \"Esconder Automáticamente em Segundos\",\n\t\t\t\"cn\" : \"自动隐藏延迟（秒）\",\n\t\t\t\"jp\" : \"何秒で自動的に隠す\",\n\t\t\t\"de\" : \"Verzögerung für automatisches Ausblenden in Sekunden\",\n\t\t\t\"es\" : \"Auto-Hide Delay in Seconds\",\n\t\t\t\"fr\" : \"Délai en Seconde\",\n\t\t\t\"kr\" : \"자동 판단 시간 (초)\",\n\t\t\t\"ua\" : \"Затримка авто-приховування в секундах\",\n\t\t\t\"ru\" : \"Задержка Авто-скрытия в секундах\"\n\t\t},\n\t\t\"interface.display_job_names\" : {\n\t\t\t\"en\" : \"Use Job Names Instead of Player Names\",\n\t\t\t\"pt\" : \"Usar nomes dos Jobs em vez de nomes dos Jogadores\",\n\t\t\t\"cn\" : \"使用职业名称替换玩家名称\",\n\t\t\t\"jp\" : \"Use Job Names Instead of Player Names\",\n\t\t\t\"de\" : \"Jobnamen anstelle von Spielernamen verwenden\",\n\t\t\t\"es\" : \"Use Job Names Instead of Player Names\",\n\t\t\t\"fr\" : \"Use Job Names Instead of Player Names\",\n\t\t\t\"kr\" : \"플레이어 이름 대신 잡 이름 표시\",\n\t\t\t\"ua\" : \"Назви Класів замість Імен Гравців\",\n\t\t\t\"ru\" : \"Использовать значки класса вместо имен игроков\"\n\t\t},\n\t\t\"custom.metric_names\" : {\n\t\t\t\"en\" : \"\",\n\t\t\t\"pt\" : \"\",\n\t\t\t\"cn\" : \"\",\n\t\t\t\"jp\" : \"\",\n\t\t\t\"de\" : \"\",\n\t\t\t\"es\" : \"\",\n\t\t\t\"fr\" : \"\",\n\t\t\t\"kr\" : \"\",\n\t\t\t\"ua\" : \"\",\n\t\t\t\"ru\" : \"\"\n\t\t},\n\t\t\"tts.rules\" : {\n\t\t\t\"en\" : \"Rules\",\n\t\t\t\"pt\" : \"Regras\",\n\t\t\t\"cn\" : \"规则\",\n\t\t\t\"jp\" : \"ルール\",\n\t\t\t\"de\" : \"Regeln\",\n\t\t\t\"es\" : \"Rules\",\n\t\t\t\"fr\" : \"Régles\",\n\t\t\t\"kr\" : \"룰\",\n\t\t\t\"ua\" : \"Правила\",\n\t\t\t\"ru\" : \"Правила\"\n\t\t},\n\t\t\"table_settings.general.table.short_names\" : {\n\t\t\t\"en\" : \"Shorten Player Names\",\n\t\t\t\"pt\" : \"Diminuir nomes dos Jogadores\",\n\t\t\t\"cn\" : \"显示简单姓名(国服无效)\",\n\t\t\t\"jp\" : \"プレイヤー名を略する\",\n\t\t\t\"de\" : \"Spielernamen abkürzen\",\n\t\t\t\"es\" : \"Acortar Nombres\",\n\t\t\t\"fr\" : \"Raccourcir le prénom des joueurs \",\n\t\t\t\"kr\" : \"플레이어 이름 축약\",\n\t\t\t\"ua\" : \"Скорочені іменя граців\",\n\t\t\t\"ru\" : \"Сокращать имена игроков\"\n\t\t},\n\t\t\"table_settings.general.table.footer_at_top\" : {\n\t\t\t\"en\" : \"Move Totals (Footer) to Top of Table\",\n\t\t\t\"pt\" : \"Mover totais da base para o topo da tabela\",\n\t\t\t\"cn\" : \"总伤害移到列表最前\",\n\t\t\t\"jp\" : \"総合を上に表示\",\n\t\t\t\"de\" : \"Zusammenfassungen (Fußzeile) nach ganz oben in der Tabelle verschieben\",\n\t\t\t\"es\" : \"Mover totales (parte inferior) a la parte superior de la tabla\",\n\t\t\t\"fr\" : \"Mettre le 'Bas du Parse' en Haut\",\n\t\t\t\"kr\" : \"하단에 표기되는 합딜을 상단으로 이동시키기\",\n\t\t\t\"ua\" : \"Переміщати підсумки (нижню панель) до початку таблиці\",\n\t\t\t\"ru\" : \"Переместить сводку (нижнюю панель) наверх таблицы\"\n\t\t},\n\t\t\"table_settings.general.table.percent_bars\" : {\n\t\t\t\"en\" : \"Show Performance Background Bars\",\n\t\t\t\"pt\" : \"Mostrar barras de desempenho ao fundo\",\n\t\t\t\"cn\" : \"显示背景计量条\",\n\t\t\t\"jp\" : \"業績を背景に表示\",\n\t\t\t\"de\" : \"Zeige Leistungsbalken im Hintergrund\",\n\t\t\t\"es\" : \"Mostrar Barras de desempeño del fondo\",\n\t\t\t\"fr\" : \"Afficher les Barres de Performance en Arrière-Plan\",\n\t\t\t\"kr\" : \"플레이어 뒤에 기여도 비율 표기\",\n\t\t\t\"ua\" : \"Показувати панелі продуктивності у фоні\",\n\t\t\t\"ru\" : \"Показать фоновые столбцы производительности\"\n\t\t},\n\t\t\"table_settings.general.table.prioritize_party\" : {\n\t\t\t\"en\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"pt\" : \"Priorizar membros do grupo no topo da lista\",\n\t\t\t\"cn\" : \"优先显示小队成员\",\n\t\t\t\"jp\" : \"パーティーメンバーを最初に表示\",\n\t\t\t\"de\" : \"Liste soll Gruppenmitglieder oberhalb priorisieren\",\n\t\t\t\"es\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"fr\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"kr\" : \"같은 파티 멤버를 최우선으로 정렬\",\n\t\t\t\"ua\" : \"Спочатку члени команди\",\n\t\t\t\"ru\" : \"Показать членов команды вверху списка\"\n\t\t},\n\t\t\"table_columns.dps\" : {\n\t\t\t\"en\" : \"Table Columns\",\n\t\t\t\"pt\" : \"Colunas da Tabela\",\n\t\t\t\"cn\" : \"标签选择\",\n\t\t\t\"jp\" : \"列選択\",\n\t\t\t\"de\" : \"Tabellenspalte\",\n\t\t\t\"es\" : \"Columnas de Tabla\",\n\t\t\t\"fr\" : \"Colonne de Tableau\",\n\t\t\t\"kr\" : \"항목열\",\n\t\t\t\"ua\" : \"Колонки таблиці\",\n\t\t\t\"ru\" : \"Колонки Таблицы\"\n\t\t},\n\t\t\"sort_columns.dps\" : {\n\t\t\t\"en\" : \"Default Sort Column\",\n\t\t\t\"pt\" : \"Organizar tabela (padrão)\",\n\t\t\t\"cn\" : \"默认排序\",\n\t\t\t\"jp\" : \"既定な並べ替え\",\n\t\t\t\"de\" : \"Spalten nach Standard sortieren\",\n\t\t\t\"es\" : \"Ordenar por Defecto\",\n\t\t\t\"fr\" : \"Colonne de tri par défaut\",\n\t\t\t\"kr\" : \"순서 기준\",\n\t\t\t\"ua\" : \"Колонки сортування по замовчуванню\",\n\t\t\t\"ru\" : \"Сортировка колонки по умолчанию\"\n\t\t},\n\t\t\"table_settings.dps.show_footer\" : {\n\t\t\t\"en\" : \"Show Footer\",\n\t\t\t\"pt\" : \"Mostrar rodapé\",\n\t\t\t\"cn\" : \"显示页脚选项\",\n\t\t\t\"jp\" : \"フッターを表示\",\n\t\t\t\"de\" : \"Fußzeile anzeigen\",\n\t\t\t\"es\" : \"Mostrar parte inferior\",\n\t\t\t\"fr\" : \"Afficher le Bas du Parse\",\n\t\t\t\"kr\" : \"하단 표시\",\n\t\t\t\"ua\" : \"Показувати нижню панель\",\n\t\t\t\"ru\" : \"Показать нижнюю панель\"\n\t\t},\n\t\t\"detail_data.dps\" : {\n\t\t\t\"en\" : \"Player Metrics\",\n\t\t\t\"pt\" : \"Métricas do Jogador\",\n\t\t\t\"cn\" : \"玩家数据元素\",\n\t\t\t\"jp\" : \"プレイヤーメトリック\",\n\t\t\t\"de\" : \"Spieler Metriken\",\n\t\t\t\"es\" : \"Métricas del Jugador\",\n\t\t\t\"fr\" : \"Les Mesures du Joueur\",\n\t\t\t\"kr\" : \"플레이어 스탯\",\n\t\t\t\"ua\" : \"Метрики гравця\",\n\t\t\t\"ru\" : \"Метрики Игрока\"\n\t\t},\n\t\t\"sort_columns.raid\" : {\n\t\t\t\"en\" : \"Default Sort Metric\",\n\t\t\t\"pt\" : \"Organizar métricas (padrão)\",\n\t\t\t\"cn\" : \"默认排序\",\n\t\t\t\"jp\" : \"既定な並べ替え\",\n\t\t\t\"de\" : \"Metrik nach Standard sortieren\",\n\t\t\t\"es\" : \"Organizar Métricas por Defecto\",\n\t\t\t\"fr\" : \"Mesures de Tri par Défault\",\n\t\t\t\"kr\" : \"스탯 기본 정렬\",\n\t\t\t\"ua\" : \"Сортування метрик по замовчуванню\",\n\t\t\t\"ru\" : \"Метрика для сортировки по умолчанию\"\n\t\t},\n\t\t\"table_settings.general.raid.short_names\" : {\n\t\t\t\"en\" : \"Shorten Player Names\",\n\t\t\t\"pt\" : \"Diminuir nomes dos Jogadores\",\n\t\t\t\"cn\" : \"显示简单姓名(国服无效)\",\n\t\t\t\"jp\" : \"プレイヤー名を略する\",\n\t\t\t\"de\" : \"Spielernamen abkürzen\",\n\t\t\t\"es\" : \"Acortar Nombres\",\n\t\t\t\"fr\" : \"Raccourcir le prénom des joueurs\",\n\t\t\t\"kr\" : \"플레이어 이름 축약\",\n\t\t\t\"ua\" : \"Скорочені імена гравців\",\n\t\t\t\"ru\" : \"Сокращать имена игроков\"\n\t\t},\n\t\t\"table_settings.general.raid.percent_bars\" : {\n\t\t\t\"en\" : \"Show Performance Background Bars\",\n\t\t\t\"pt\" : \"Mostrar barras de desempenho ao fundo\",\n\t\t\t\"cn\" : \"显示背景计量条\",\n\t\t\t\"jp\" : \"業績を背景に表示\",\n\t\t\t\"de\" : \"Zeige Leistungsbalken im Hintergrund\",\n\t\t\t\"es\" : \"Mostrar Barras de desempeño del fondo\",\n\t\t\t\"fr\" : \"Afficher les Barres de Performance en Arrière-Plan\",\n\t\t\t\"kr\" : \"플레이어 뒤에 기여도 비율 표기\",\n\t\t\t\"ua\" : \"Показувати панелі продуктивності у фоні\",\n\t\t\t\"ru\" : \"Показать фоновые столбцы производительности\"\n\t\t},\n\t\t\"table_settings.general.raid.prioritize_party\" : {\n\t\t\t\"en\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"pt\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"cn\" : \"优先显示小队成员\",\n\t\t\t\"jp\" : \"パーティーメンバーを最初に表示\",\n\t\t\t\"de\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"es\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"fr\" : \"Prioritize Party Members at Top of List\",\n\t\t\t\"kr\" : \"같은 파티 멤버를 최우선으로 정렬\",\n\t\t\t\"ua\" : \"Спочатку члени команди\",\n\t\t\t\"ru\" : \"Показать членов команды вверху списка\"\n\t\t},\n\t\t\"table_columns.raid.dps\" : {\n\t\t\t\"en\" : \"Metrics\",\n\t\t\t\"pt\" : \"Métricas\",\n\t\t\t\"cn\" : \"数据元素\",\n\t\t\t\"jp\" : \"メトリック\",\n\t\t\t\"de\" : \"Metrik\",\n\t\t\t\"es\" : \"Métricas\",\n\t\t\t\"fr\" : \"Les Mesures\",\n\t\t\t\"kr\" : \"스탯\",\n\t\t\t\"ua\" : \"Метрики\",\n\t\t\t\"ru\" : \"Метрики\"\n\t\t},\n\t\t\"discord.url\" : {\n\t\t\t\"en\" : \"Webhook URL\",\n\t\t\t\"pt\" : \"Webhook URL\",\n\t\t\t\"cn\" : \"Webhook链接\",\n\t\t\t\"jp\" : \"Webhook URL\",\n\t\t\t\"de\" : \"Webhook URL\",\n\t\t\t\"es\" : \"Webhook URL\",\n\t\t\t\"fr\" : \"Webhook URL\",\n\t\t\t\"kr\" : \"웹후크 URL\",\n\t\t\t\"ua\" : \"Webhook URL\",\n\t\t\t\"ru\" : \"Webhook URL\"\n\t\t},\n\t\t\"discord.metrics\" : {\n\t\t\t\"en\" : \"Player Metrics\",\n\t\t\t\"pt\" : \"Métricas do Jogador\",\n\t\t\t\"cn\" : \"玩家数据元素\",\n\t\t\t\"jp\" : \"プレイヤーメトリック\",\n\t\t\t\"de\" : \"Spieler Metriken\",\n\t\t\t\"es\" : \"Métricas del Jugador\",\n\t\t\t\"fr\" : \"Les Mesures du Joueur\",\n\t\t\t\"kr\" : \"플레이어 스탯\",\n\t\t\t\"ua\" : \"Метрики гравця\",\n\t\t\t\"ru\" : \"Метрики Игрока\"\n\t\t},\n\t\t\"discord.sort\" : {\n\t\t\t\"en\" : \"Default Sort Metric\",\n\t\t\t\"pt\" : \"Organizar métricas (padrão)\",\n\t\t\t\"cn\" : \"默认排序\",\n\t\t\t\"jp\" : \"既定な並べ替え\",\n\t\t\t\"de\" : \"Metrik nach Standard sortieren\",\n\t\t\t\"es\" : \"Organizar Métricas por Defecto\",\n\t\t\t\"fr\" : \"Mesures de Tri par Défault\",\n\t\t\t\"kr\" : \"스탯 기본 정렬\",\n\t\t\t\"ua\" : \"Сортування метрик по замовчуванню\",\n\t\t\t\"ru\" : \"Метрика для сортировки по умолчанию\"\n\t\t},\n\t\t\"custom.css\" : {\n\t\t\t\"en\" : \"User-provided CSS is at your own risk.\",\n\t\t\t\"pt\" : \"Usar CSS de outros usuários é de responsabilidade própria.\",\n\t\t\t\"cn\" : \"使用自定义CSS造成的风险由您自己承担\",\n\t\t\t\"jp\" : \"カスタムＣＳＳは自己責任で使ってください\",\n\t\t\t\"de\" : \"Verwenden von benutzerdefinierten CSS auf eigene Gefahr.\",\n\t\t\t\"es\" : \"Utilizar CSS proporcionado por usuarios es bajo tu propio riesgo.\",\n\t\t\t\"fr\" : \"Utilisé votre propre CSS est à vos risques.\",\n\t\t\t\"kr\" : \"임의로 만들어진 CSS는 책임질 수 없습니다.\",\n\t\t\t\"ua\" : \"Використовуйте свій CSS на власний ризик\",\n\t\t\t\"ru\" : \"Используйте пользовательский CSS на свой страх и риск.\"\n\t\t},\n\t\t\"spells_mode.spells\" : {\n\t\t\t\"en\" : \"Spells to Track\",\n\t\t\t\"pt\" : \"Magias a Rastrear\",\n\t\t\t\"cn\" : \"监控的技能\",\n\t\t\t\"jp\" : \"選択中スペル\",\n\t\t\t\"de\" : \"Zauber im Überblick\",\n\t\t\t\"es\" : \"Spells to Track\",\n\t\t\t\"fr\" : \"Spells to Track\",\n\t\t\t\"kr\" : \"확인할 스펠\",\n\t\t\t\"ua\" : \"Заклинання для Відстеження\",\n\t\t\t\"ru\" : \"Заклинания для Отслеживания\"\n\t\t},\n\t\t\"spells_mode.effects\" : {\n\t\t\t\"en\" : \"Effects to Track\",\n\t\t\t\"pt\" : \"Efeitos a Rastrear\",\n\t\t\t\"cn\" : \"监控的效果\",\n\t\t\t\"jp\" : \"Effects to Track\",\n\t\t\t\"de\" : \"Effekte im Überblick\",\n\t\t\t\"es\" : \"Effects to Track\",\n\t\t\t\"fr\" : \"Effects to Track\",\n\t\t\t\"kr\" : \"확인할 이펙트\",\n\t\t\t\"ua\" : \"Ефекти для відстеження\",\n\t\t\t\"ru\" : \"Эффекты для отслеживания\"\n\t\t},\n\t\t\"spells_mode.dots\" : {\n\t\t\t\"en\" : \"DOT's to Track\",\n\t\t\t\"pt\" : \"DOT's to Track\",\n\t\t\t\"cn\" : \"监控的DOT\",\n\t\t\t\"jp\" : \"DOT's to Track\",\n\t\t\t\"de\" : \"Zu überwachende DOTs\",\n\t\t\t\"es\" : \"DOT's to Track\",\n\t\t\t\"fr\" : \"DOT's to Track\",\n\t\t\t\"kr\" : \"확인할 도트기\",\n\t\t\t\"ua\" : \"DOT'и для Відстеження\",\n\t\t\t\"ru\" : \"ДОТ'ы для Отслеживания\"\n\t\t},\n\t\t\"spells_mode.debuffs\" : {\n\t\t\t\"en\" : \"Debuffs to Track\",\n\t\t\t\"pt\" : \"Debuffs to Track\",\n\t\t\t\"cn\" : \"监控的Debuff\",\n\t\t\t\"jp\" : \"Debuffs to Track\",\n\t\t\t\"de\" : \"Debuffs to Track\",\n\t\t\t\"es\" : \"Debuffs to Track\",\n\t\t\t\"fr\" : \"Debuffs to Track\",\n\t\t\t\"kr\" : \"Debuffs to Track\",\n\t\t\t\"ua\" : \"Debuffs to Track\",\n\t\t\t\"ru\" : \"Debuffs to Track\"\n\t\t},\n\t\t\"spells_mode.spells_per_row\" : {\n\t\t\t\"en\" : \"Spells Per Row\",\n\t\t\t\"pt\" : \"Magias Por Coluna\",\n\t\t\t\"cn\" : \"每行显示数\",\n\t\t\t\"jp\" : \"一列のスペル数\",\n\t\t\t\"de\" : \"Zauber pro Reihe\",\n\t\t\t\"es\" : \"Spells Per Row\",\n\t\t\t\"fr\" : \"Spells Per Row\",\n\t\t\t\"kr\" : \"열마다 표시할 스펠 갯수\",\n\t\t\t\"ua\" : \"Заклинань на рядок\",\n\t\t\t\"ru\" : \"Заклинаний на ряд\"\n\t\t},\n\t\t\"spells_mode.show_icon\" : {\n\t\t\t\"en\" : \"Show Spell Icon\",\n\t\t\t\"pt\" : \"Mostrar Ícone da Magia\",\n\t\t\t\"cn\" : \"显示技能图标\",\n\t\t\t\"jp\" : \"スペルアイコンを表示\",\n\t\t\t\"de\" : \"Zaubericons anzeigen\",\n\t\t\t\"es\" : \"Show Spell Icon\",\n\t\t\t\"fr\" : \"Show Spell Icon\",\n\t\t\t\"kr\" : \"스펠 아이콘 표시\",\n\t\t\t\"ua\" : \"Показувати Іконку Заклинання\",\n\t\t\t\"ru\" : \"Показывать иконку заклинания\"\n\t\t},\n\t\t\"spells_mode.use_tts\" : {\n\t\t\t\"en\" : \"Use Text to Speech\",\n\t\t\t\"pt\" : \"Usar Texto em Voz\",\n\t\t\t\"cn\" : \"开启TTS\",\n\t\t\t\"jp\" : \"音声読み上げ\",\n\t\t\t\"de\" : \"Text zu Sprache verwenden\",\n\t\t\t\"es\" : \"Use Text to Speech\",\n\t\t\t\"fr\" : \"Use Text to Speech\",\n\t\t\t\"kr\" : \"TTS 사용\",\n\t\t\t\"ua\" : \"Читати вголос\",\n\t\t\t\"ru\" : \"Использовать голос\"\n\t\t},\n\t\t\"spells_mode.tts_on_effect\" : {\n\t\t\t\"en\" : \"Use Text to Speech on Buff Received\",\n\t\t\t\"pt\" : \"Usar Texto em Voz (Buff Received)\",\n\t\t\t\"cn\" : \"开启TTS (Buff Received)\",\n\t\t\t\"jp\" : \"音声読み上げ (Buff Received)\",\n\t\t\t\"de\" : \"Text-zu-Sprache beim Erhalten von Verstärkung verwenden\",\n\t\t\t\"es\" : \"Use Text to Speech on Buff Received\",\n\t\t\t\"fr\" : \"Use Text to Speech on Buff Received\",\n\t\t\t\"kr\" : \"버프 받을 시 TTS 사용\",\n\t\t\t\"ua\" : \"Читати вголос коли отримано Баф\",\n\t\t\t\"ru\" : \"Использовать голос, когда получен этот бафф\"\n\t\t},\n\t\t\"spells_mode.tts_trigger\" : {\n\t\t\t\"en\" : \"Text to Speech Trigger\",\n\t\t\t\"pt\" : \"Text to Speech Trigger\",\n\t\t\t\"cn\" : \"TTS触发器\",\n\t\t\t\"jp\" : \"Text to Speech Trigger\",\n\t\t\t\"de\" : \"Text zu Sprache Trigger\",\n\t\t\t\"es\" : \"Text to Speech Trigger\",\n\t\t\t\"fr\" : \"Text to Speech Trigger\",\n\t\t\t\"kr\" : \"TTS 트리거\",\n\t\t\t\"ua\" : \"Тригер читання вголос\",\n\t\t\t\"ru\" : \"Триггер для голоса\"\n\t\t},\n\t\t\"spells_mode.layout\" : {\n\t\t\t\"en\" : \"Layout\",\n\t\t\t\"pt\" : \"Layout\",\n\t\t\t\"cn\" : \"布局\",\n\t\t\t\"jp\" : \"レイアウト\",\n\t\t\t\"de\" : \"Layout\",\n\t\t\t\"es\" : \"Layout\",\n\t\t\t\"fr\" : \"Layout\",\n\t\t\t\"kr\" : \"레이아웃\",\n\t\t\t\"ua\" : \"Макет\",\n\t\t\t\"ru\" : \"Макет\"\n\t\t},\n\t\t\"spells_mode.invert_vertical\" : {\n\t\t\t\"en\" : \"Invert Vertical\",\n\t\t\t\"pt\" : \"Inverter Verticalmente\",\n\t\t\t\"cn\" : \"上下颠倒\",\n\t\t\t\"jp\" : \"Invert Vertical\",\n\t\t\t\"de\" : \"Vertikal invertieren\",\n\t\t\t\"es\" : \"Invert Vertical\",\n\t\t\t\"fr\" : \"Invert Vertical\",\n\t\t\t\"kr\" : \"세로 반전\",\n\t\t\t\"ua\" : \"Інвертувати вертикально\",\n\t\t\t\"ru\" : \"Инвертировать Вертикально\"\n\t\t},\n\t\t\"spells_mode.invert_horizontal\" : {\n\t\t\t\"en\" : \"Invert Horizontal\",\n\t\t\t\"pt\" : \"Inverter Horizontalmente\",\n\t\t\t\"cn\" : \"左右颠倒\",\n\t\t\t\"jp\" : \"Invert Horizontal\",\n\t\t\t\"de\" : \"Horizontal invertieren\",\n\t\t\t\"es\" : \"Invert Horizontal\",\n\t\t\t\"fr\" : \"Invert Horizontal\",\n\t\t\t\"kr\" : \"가로 반전\",\n\t\t\t\"ua\" : \"Інвертувати горизонтально\",\n\t\t\t\"ru\" : \"Инвертировать Горизонтально\"\n\t\t},\n\t\t\"spells_mode.reverse_skill\" : {\n\t\t\t\"en\" : \"Reverse Indicator for Spells\",\n\t\t\t\"pt\" : \"Reverse Indicator for Spells\",\n\t\t\t\"cn\" : \"反向指示技能进度条\",\n\t\t\t\"jp\" : \"Reverse Indicator for Spells\",\n\t\t\t\"de\" : \"Indikator für Zauber umdrehen\",\n\t\t\t\"es\" : \"Reverse Indicator for Spells\",\n\t\t\t\"fr\" : \"Reverse Indicator for Spells\",\n\t\t\t\"kr\" : \"스펠 역표시\",\n\t\t\t\"ua\" : \"Індикатор реверсії заклинань\",\n\t\t\t\"ru\" : \"Обратить индикатор для заклинаний\"\n\t\t},\n\t\t\"spells_mode.reverse_effect\" : {\n\t\t\t\"en\" : \"Reverse Indicator for Effects\",\n\t\t\t\"pt\" : \"Reverse Indicator for Effects\",\n\t\t\t\"cn\" : \"反向指示效果进度条\",\n\t\t\t\"jp\" : \"Reverse Indicator for Effects\",\n\t\t\t\"de\" : \"Idikator für Effekte umdrehen\",\n\t\t\t\"es\" : \"Reverse Indicator for Effects\",\n\t\t\t\"fr\" : \"Reverse Indicator for Effects\",\n\t\t\t\"kr\" : \"이펙트 역표시\",\n\t\t\t\"ua\" : \"Індикатор реверсії ефектів\",\n\t\t\t\"ru\" : \"Обратить индикатор для эффектов\"\n\t\t},\n\t\t\"spells_mode.reverse_dot\" : {\n\t\t\t\"en\" : \"Reverse Indicator for DOT's\",\n\t\t\t\"pt\" : \"Reverse Indicator for DOT's\",\n\t\t\t\"cn\" : \"反向指示DOT进度条\",\n\t\t\t\"jp\" : \"Reverse Indicator for DOT's\",\n\t\t\t\"de\" : \"Indikator für DOTs umdrehen\",\n\t\t\t\"es\" : \"Reverse Indicator for DOT's\",\n\t\t\t\"fr\" : \"Reverse Indicator for DOT's\",\n\t\t\t\"kr\" : \"도트기 역표시\",\n\t\t\t\"ua\" : \"Індикатор реверсії DOT-ів\",\n\t\t\t\"ru\" : \"Обратить индикатор для ДОТ\"\n\t\t},\n\t\t\"spells_mode.reverse_debuff\" : {\n\t\t\t\"en\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"pt\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"cn\" : \"反向指示Debuff进度条\",\n\t\t\t\"jp\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"de\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"es\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"fr\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"kr\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"ua\" : \"Reverse Indicator for Debuffs\",\n\t\t\t\"ru\" : \"Reverse Indicator for Debuffs\"\n\t\t},\n\t\t\"spells_mode.always_skill\" : {\n\t\t\t\"en\" : \"Display Permanently\",\n\t\t\t\"pt\" : \"Display Permanently\",\n\t\t\t\"cn\" : \"永久显示\",\n\t\t\t\"jp\" : \"Display Permanently\",\n\t\t\t\"de\" : \"Dauerhaft anzeigen\",\n\t\t\t\"es\" : \"Display Permanently\",\n\t\t\t\"fr\" : \"Display Permanently\",\n\t\t\t\"kr\" : \"영구 표시\",\n\t\t\t\"ua\" : \"Постійне відображення\",\n\t\t\t\"ru\" : \"Отображать постоянно\"\n\t\t},\n\t\t\"spells_mode.always_skill_static\" : {\n\t\t\t\"en\" : \"Use Static Positions for Permanent Timers\",\n\t\t\t\"pt\" : \"Use Static Positions for Permanent Timers\",\n\t\t\t\"cn\" : \"永久计时器固定位置\",\n\t\t\t\"jp\" : \"Use Static Positions for Permanent Timers\",\n\t\t\t\"de\" : \"Statische Positionen für permanente Timer benutzen\",\n\t\t\t\"es\" : \"Use Static Positions for Permanent Timers\",\n\t\t\t\"fr\" : \"Use Static Positions for Permanent Timers\",\n\t\t\t\"kr\" : \"영구 표시되는 스펠 타이머들을 고정 위치시키기\",\n\t\t\t\"ua\" : \"Використовуйте статичні позиції для постійних таймерів\",\n\t\t\t\"ru\" : \"Использовать статичные позиции для постоянных таймеров\"\n\t\t},\n\t\t\"spells_mode.warning_threshold\" : {\n\t\t\t\"en\" : \"Warning Threshold (In Seconds)\",\n\t\t\t\"pt\" : \"Warning Threshold (In Seconds)\",\n\t\t\t\"cn\" : \"提示阈值（秒）\",\n\t\t\t\"jp\" : \"Warning Threshold (In Seconds)\",\n\t\t\t\"de\" : \"Warnungen maximal anzeigen für (in Sekunden)\",\n\t\t\t\"es\" : \"Warning Threshold (In Seconds)\",\n\t\t\t\"fr\" : \"Warning Threshold (In Seconds)\",\n\t\t\t\"kr\" : \"경고 구간 (초 로 입력)\",\n\t\t\t\"ua\" : \"Поріг попередження (в секундах)\",\n\t\t\t\"ru\" : \"Значение для оповещения (в секундах)\"\n\t\t},\n\t\t\"spells_mode.party_zones\" : {\n\t\t\t\"en\" : \"Only Track in These Instances\",\n\t\t\t\"pt\" : \"Only Track in These Instances\",\n\t\t\t\"cn\" : \"仅在以下场景启用监控\",\n\t\t\t\"jp\" : \"Only Track in These Instances\",\n\t\t\t\"de\" : \"Nur in folgenden Instanzen überwachen\",\n\t\t\t\"es\" : \"Only Track in These Instances\",\n\t\t\t\"fr\" : \"Only Track in These Instances\",\n\t\t\t\"kr\" : \"Only Track in These Instances\",\n\t\t\t\"ua\" : \"Відстежувати тільки в цих зонах\",\n\t\t\t\"ru\" : \"Отслеживать только в этих зонах:\"\n\t\t},\n\t\t\"spells_mode.party_tts_on_skill\" : {\n\t\t\t\"en\" : \"Use Text to Speech on Spell Used\",\n\t\t\t\"pt\" : \"Usar Texto em Voz (Spell Used)\",\n\t\t\t\"cn\" : \"发动技能时播报TTS\",\n\t\t\t\"jp\" : \"音声読み上げ (Spell Used)\",\n\t\t\t\"de\" : \"Text zu Sprache verwenden (Spell Used)\",\n\t\t\t\"es\" : \"Use Text to Speech on Spell Used\",\n\t\t\t\"fr\" : \"Use Text to Speech on Spell Used\",\n\t\t\t\"kr\" : \"TTS 사용 (Spell Used)\",\n\t\t\t\"ua\" : \"Читати вголос (Spell Used)\",\n\t\t\t\"ru\" : \"Использовать голос (Spell Used)\"\n\t\t},\n\t\t\"spells_mode.designer.skill.warning\" : {\n\t\t\t\"en\" : \"Show Warning Animation\",\n\t\t\t\"pt\" : \"Show Warning Animation\",\n\t\t\t\"cn\" : \"显示警告动画\",\n\t\t\t\"jp\" : \"Show Warning Animation\",\n\t\t\t\"de\" : \"Warnungsanimation anzeigen\",\n\t\t\t\"es\" : \"Show Warning Animation\",\n\t\t\t\"fr\" : \"Show Warning Animation\",\n\t\t\t\"kr\" : \"경고 애니메이션 표시\",\n\t\t\t\"ua\" : \"Показувати анімоване попередження\",\n\t\t\t\"ru\" : \"Показывать анимацию предупреждения\"\n\t\t},\n\t\t\"spells_mode.designer.skill.indicator\" : {\n\t\t\t\"en\" : \"Visual Indicator\",\n\t\t\t\"pt\" : \"Visual Indicator\",\n\t\t\t\"cn\" : \"视觉指示器\",\n\t\t\t\"jp\" : \"Visual Indicator\",\n\t\t\t\"de\" : \"Visueller Indikator\",\n\t\t\t\"es\" : \"Visual Indicator\",\n\t\t\t\"fr\" : \"Visual Indicator\",\n\t\t\t\"kr\" : \"표시 방식\",\n\t\t\t\"ua\" : \"Візуальний індикатор\",\n\t\t\t\"ru\" : \"Визуальный индикатор\"\n\t\t},\n\t\t\"spells_mode.designer.skill.cooldown_bottom_left\" : {\n\t\t\t\"en\" : \"Cooldowns in Bottom Left (Icons Only)\",\n\t\t\t\"pt\" : \"Recarga no canto inferior esquerdo (Apenas ícones)\",\n\t\t\t\"cn\" : \"在左下角显示冷却时间 (仅图标)\",\n\t\t\t\"jp\" : \"Cooldowns in Bottom Left (Icons Only)\",\n\t\t\t\"de\" : \"Abklingzeit unten links (nur Icons)\",\n\t\t\t\"es\" : \"Cooldowns in Bottom Left (Icons Only)\",\n\t\t\t\"fr\" : \"Cooldowns in Bottom Left (Icons Only)\",\n\t\t\t\"kr\" : \"좌측 하단에 쿨타임 표시(아이콘 전용)\",\n\t\t\t\"ua\" : \"Кулдауни внизу зліва (тільки іконки)\",\n\t\t\t\"ru\" : \"Откат снизу слева (Только иконки)\"\n\t\t},\n\t\t\"spells_mode.designer.effect.border\" : {\n\t\t\t\"en\" : \"Show Glowing Border\",\n\t\t\t\"pt\" : \"Show Glowing Border\",\n\t\t\t\"cn\" : \"显示发光边框\",\n\t\t\t\"jp\" : \"Show Glowing Border\",\n\t\t\t\"de\" : \"Leuchtenden Rahmen anzeigen\",\n\t\t\t\"es\" : \"Show Glowing Border\",\n\t\t\t\"fr\" : \"Show Glowing Border\",\n\t\t\t\"kr\" : \"테두리 빛 표시\",\n\t\t\t\"ua\" : \"Показувати мигаючі грані\",\n\t\t\t\"ru\" : \"Показывать светящуюся границу\"\n\t\t},\n\t\t\"spells_mode.designer.general.show_hover_names\" : {\n\t\t\t\"en\" : \"Show Name When Hovering Over Timer\",\n\t\t\t\"pt\" : \"Show Name When Hovering Over Timer\",\n\t\t\t\"cn\" : \"悬停在计时器上时显示名称\",\n\t\t\t\"jp\" : \"Show Name When Hovering Over Timer\",\n\t\t\t\"de\" : \"Namen anzeigen wenn Cursor über Zeit schwebt\",\n\t\t\t\"es\" : \"Show Name When Hovering Over Timer\",\n\t\t\t\"fr\" : \"Show Name When Hovering Over Timer\",\n\t\t\t\"kr\" : \"쿨타임위에 커서를 올려 놓을 경우 이름 표시\",\n\t\t\t\"ua\" : \"Показувати Ім'я при наведенні на час\",\n\t\t\t\"ru\" : \"Показывать Имя при наведении на время\"\n\t\t},\n\t\t\"spells_mode.ui.use\" : {\n\t\t\t\"en\" : \"Use UI Builder\",\n\t\t\t\"pt\" : \"Use UI Builder\",\n\t\t\t\"cn\" : \"启用界面构建器\",\n\t\t\t\"jp\" : \"Use UI Builder\",\n\t\t\t\"de\" : \"UI-Baukasten verwenden\",\n\t\t\t\"es\" : \"Use UI Builder\",\n\t\t\t\"fr\" : \"Use UI Builder\",\n\t\t\t\"kr\" : \"UI 빌더 사용하기\",\n\t\t\t\"ua\" : \"Використовувати UI Конструктор\",\n\t\t\t\"ru\" : \"Использовать конструктор UI\"\n\t\t},\n\t\t\"spells_mode.ui.sections\" : {\n\t\t\t\"en\" : \"\",\n\t\t\t\"pt\" : \"\",\n\t\t\t\"cn\" : \"\",\n\t\t\t\"jp\" : \"\",\n\t\t\t\"de\" : \"\",\n\t\t\t\"es\" : \"\",\n\t\t\t\"fr\" : \"\",\n\t\t\t\"kr\" : \"\",\n\t\t\t\"ua\" : \"\",\n\t\t\t\"ru\" : \"\"\n\t\t}\n\t},\n\t\"misc\" : {\n\t\t\"short_name_options\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"no_short\"    : \"No\",\n\t\t\t\t\"short_first\" : \"F. Last\",\n\t\t\t\t\"short_last\"  : \"First L.\",\n\t\t\t\t\"short_both\"  : \"F. L.\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"no_short\"    : \"Nro\",\n\t\t\t\t\"short_first\" : \"N. Sobrenome\",\n\t\t\t\t\"short_last\"  : \"Nome S.\",\n\t\t\t\t\"short_both\"  : \"N. S.\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"no_short\"    : \"全名\",\n\t\t\t\t\"short_first\" : \"仅缩写名\",\n\t\t\t\t\"short_last\"  : \"仅缩写姓\",\n\t\t\t\t\"short_both\"  : \"全部缩写\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"no_short\"    : \"フルネーム\",\n\t\t\t\t\"short_first\" : \"名のみイニシャル\",\n\t\t\t\t\"short_last\"  : \"姓のみイニシャル\",\n\t\t\t\t\"short_both\"  : \"姓名ともにイニシャル\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"no_short\"    : \"Nein\",\n\t\t\t\t\"short_first\" : \"V. Nachname\",\n\t\t\t\t\"short_last\"  : \"Vorname N.\",\n\t\t\t\t\"short_both\"  : \"V. N.\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"no_short\"    : \"No\",\n\t\t\t\t\"short_first\" : \"N. Apellido\",\n\t\t\t\t\"short_last\"  : \"Nombre A.\",\n\t\t\t\t\"short_both\"  : \"N. A.\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"no_short\"    : \"Nom\",\n\t\t\t\t\"short_first\" : \"P. Nom\",\n\t\t\t\t\"short_last\"  : \"Prénom. N\",\n\t\t\t\t\"short_both\"  : \"P. N.\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"no_short\"    : \"성 이름\",\n\t\t\t\t\"short_first\" : \"F. 이름\",\n\t\t\t\t\"short_last\"  : \"성. N\",\n\t\t\t\t\"short_both\"  : \"둘다 축약\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"no_short\"    : \"Ні\",\n\t\t\t\t\"short_first\" : \"І. Прізвище\",\n\t\t\t\t\"short_last\"  : \"Ім'я П.\",\n\t\t\t\t\"short_both\"  : \"І. П.\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"no_short\"    : \"Нет\",\n\t\t\t\t\"short_first\" : \"И. Фамилия\",\n\t\t\t\t\"short_last\"  : \"Имя Ф.\",\n\t\t\t\t\"short_both\"  : \"И. Ф.\"\n\t\t\t}\n\t\t},\n\t\t\"auto_hide_options\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"disabled\"              : \"Disabled\",\n\t\t\t\t\"hide\"                  : \"Hide\",\n\t\t\t\t\"minimize_top_left\"     : \"Minimize to Top Left\",\n\t\t\t\t\"minimize_top_right\"    : \"Minimize to Top Right\",\n\t\t\t\t\"minimize_bottom_left\"  : \"Minimize to Bottom Left\",\n\t\t\t\t\"minimize_bottom_right\" : \"Minimize to Bottom Right\"\n\t\t\t}\n\t\t},\n\t\t\"alignment_options\" : {\n\t\t\t\"en\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"pt\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"cn\" : {\n\t\t\t\t\"left\"   : \"左对齐\",\n\t\t\t\t\"center\" : \"居中\",\n\t\t\t\t\"right\"  : \"右对齐\"\n\t\t\t},\n\t\t\t\"jp\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"de\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"es\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"fr\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"kr\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"ua\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t},\n\t\t\t\"ru\" : {\n\t\t\t\t\"left\"   : \"Left\",\n\t\t\t\t\"center\" : \"Center\",\n\t\t\t\t\"right\"  : \"Right\"\n\t\t\t}\n\t\t},\n\t\t\"tts\" : {\n\t\t\t\"critical_hp.tank\" : {\n\t\t\t\t\"en\" : \"A tank's HP is below:\",\n\t\t\t\t\"pt\" : \"O PV de um tank está abaixo de:\",\n\t\t\t\t\"cn\" : \"坦克血量低于：\",\n\t\t\t\t\"jp\" : \"HPが%以下になっているタンクがいます:\",\n\t\t\t\t\"de\" : \"HP eines Verteidigers beträgt weniger als:\",\n\t\t\t\t\"es\" : \"A tank's HP is below:\",\n\t\t\t\t\"fr\" : \"A tank's HP is below:\",\n\t\t\t\t\"kr\" : \"탱커의 체력이 이정도 미만 일 때:\",\n\t\t\t\t\"ua\" : \"HP Захисника менше:\",\n\t\t\t\t\"ru\" : \"Здоровье танка меньше:\"\n\t\t\t},\n\t\t\t\"critical_hp.dps\" : {\n\t\t\t\t\"en\" : \"A DPS' HP is below:\",\n\t\t\t\t\"pt\" : \"O PV de um DPS está abaixo de:\",\n\t\t\t\t\"cn\" : \"DPS血量低于：\",\n\t\t\t\t\"jp\" : \"HPが%以下になっているDPSがいます:\",\n\t\t\t\t\"de\" : \"HP eines DPS beträgt weniger als:\",\n\t\t\t\t\"es\" : \"A DPS' HP is below:\",\n\t\t\t\t\"fr\" : \"A DPS' HP is below:\",\n\t\t\t\t\"kr\" : \"딜러의 체력이 이정도 미만 일 때:\",\n\t\t\t\t\"ua\" : \"DPS' HP менше:\",\n\t\t\t\t\"ru\" : \"Здоровье DPS меньше:\"\n\t\t\t},\n\t\t\t\"critical_hp.heal\" : {\n\t\t\t\t\"en\" : \"A healer's HP is below:\",\n\t\t\t\t\"pt\" : \"O PV de um healer está abaixo de:\",\n\t\t\t\t\"cn\" : \"治疗血量低于：\",\n\t\t\t\t\"jp\" : \"HPが%以下になっているヒーラーがいます:\",\n\t\t\t\t\"de\" : \"HP eines Heilers beträgt weniger als:\",\n\t\t\t\t\"es\" : \"A healer's HP is below:\",\n\t\t\t\t\"fr\" : \"A healer's HP is below:\",\n\t\t\t\t\"kr\" : \"힐러의 체력이 이정도 미만 일 때:\",\n\t\t\t\t\"ua\" : \"HP Цілителя менше:\",\n\t\t\t\t\"ru\" : \"Здоровье целителя меньше:\"\n\t\t\t},\n\t\t\t\"critical_hp.all\" : {\n\t\t\t\t\"en\" : \"Anyone's HP is below:\",\n\t\t\t\t\"pt\" : \"O PV de alguém está abaixo de:\",\n\t\t\t\t\"cn\" : \"任何角色血量低于：\",\n\t\t\t\t\"jp\" : \"HPが%以下になっている人がいます:\",\n\t\t\t\t\"de\" : \"HP eines beliebigen Spielers beträgt unter:\",\n\t\t\t\t\"es\" : \"Anyone's HP is below:\",\n\t\t\t\t\"fr\" : \"Anyone's HP is below:\",\n\t\t\t\t\"kr\" : \"아무나의 체력이 이정도 미만일 떄:\",\n\t\t\t\t\"ua\" : \"Чиєсь HP менше:\",\n\t\t\t\t\"ru\" : \"Здоровье любого игрока меньше:\"\n\t\t\t},\n\t\t\t\"critical_mp.tank\" : {\n\t\t\t\t\"en\" : \"A tank's MP is below:\",\n\t\t\t\t\"pt\" : \"O MP de um tank está abaixo de:\",\n\t\t\t\t\"cn\" : \"坦克法力低于：\",\n\t\t\t\t\"jp\" : \"マナが%以下になっているタンクがいます:\",\n\t\t\t\t\"de\" : \"MP eines Verteidigers beträgt weniger als:\",\n\t\t\t\t\"es\" : \"A tank's MP is below:\",\n\t\t\t\t\"fr\" : \"A tank's MP is below:\",\n\t\t\t\t\"kr\" : \"탱커의 마나 이정도 미만 일 때:\",\n\t\t\t\t\"ua\" : \"MP Захисника менше:\",\n\t\t\t\t\"ru\" : \"мана танка меньше:\"\n\t\t\t},\n\t\t\t\"critical_mp.dps\" : {\n\t\t\t\t\"en\" : \"A DPS' MP is below:\",\n\t\t\t\t\"pt\" : \"O MP de um DPS está abaixo de:\",\n\t\t\t\t\"cn\" : \"DPS法力低于：\",\n\t\t\t\t\"jp\" : \"マナが%以下になっているDPSがいます:\",\n\t\t\t\t\"de\" : \"MP eines DPS beträgt weniger als:\",\n\t\t\t\t\"es\" : \"A DPS' MP is below:\",\n\t\t\t\t\"fr\" : \"A DPS' MP is below:\",\n\t\t\t\t\"kr\" : \"딜러의 마나 이정도 미만 일 때:\",\n\t\t\t\t\"ua\" : \"DPS' MP менше:\",\n\t\t\t\t\"ru\" : \"мана DPS меньше:\"\n\t\t\t},\n\t\t\t\"critical_mp.heal\" : {\n\t\t\t\t\"en\" : \"A healer's MP is below:\",\n\t\t\t\t\"pt\" : \"O MP de um healer está abaixo de:\",\n\t\t\t\t\"cn\" : \"治疗法力低于：\",\n\t\t\t\t\"jp\" : \"マナが%以下になっているヒーラーがいます:\",\n\t\t\t\t\"de\" : \"MP eines Heilers beträgt weniger als:\",\n\t\t\t\t\"es\" : \"A healer's MP is below:\",\n\t\t\t\t\"fr\" : \"A healer's MP is below:\",\n\t\t\t\t\"kr\" : \"힐러의 마나 이정도 미만 일 때:\",\n\t\t\t\t\"ua\" : \"MP Цілителя менше:\",\n\t\t\t\t\"ru\" : \"мана целителя меньше:\"\n\t\t\t},\n\t\t\t\"critical_mp.all\" : {\n\t\t\t\t\"en\" : \"Anyone's MP is below:\",\n\t\t\t\t\"pt\" : \"O MP de alguém está abaixo de:\",\n\t\t\t\t\"cn\" : \"任何角色法力低于：\",\n\t\t\t\t\"jp\" : \"マナが%以下になっている人がいます:\",\n\t\t\t\t\"de\" : \"MP eines beliebigen Spielers beträgt unter:\",\n\t\t\t\t\"es\" : \"Anyone's MP is below:\",\n\t\t\t\t\"fr\" : \"Anyone's MP is below:\",\n\t\t\t\t\"kr\" : \"아무나의 마나 이정도 미만일 떄:\",\n\t\t\t\t\"ua\" : \"Чиєсь MP менше:\",\n\t\t\t\t\"ru\" : \"мана любого игрока меньше:\"\n\t\t\t},\n\t\t\t\"aggro\" : {\n\t\t\t\t\"en\" : \"You obtain aggro\",\n\t\t\t\t\"pt\" : \"You obtain aggro\",\n\t\t\t\t\"cn\" : \"你拉到了仇恨\",\n\t\t\t\t\"jp\" : \"タゲを取りました\",\n\t\t\t\t\"de\" : \"Du hast Aggro erhalten\",\n\t\t\t\t\"es\" : \"You obtain aggro\",\n\t\t\t\t\"fr\" : \"Tu as l'aggro\",\n\t\t\t\t\"kr\" : \"본인이 적개심 1위가 됨\",\n\t\t\t\t\"ua\" : \"Ви когось заагрили\",\n\t\t\t\t\"ru\" : \"Вы получили аггро\"\n\t\t\t},\n\t\t\t\"top.dps\" : {\n\t\t\t\t\"en\" : \"You obtain top DPS\",\n\t\t\t\t\"pt\" : \"Você está no topo do DPS\",\n\t\t\t\t\"cn\" : \"你的DPS处于最高\",\n\t\t\t\t\"jp\" : \"DPSトップになりました\",\n\t\t\t\t\"de\" : \"Du hast den meisten DPS\",\n\t\t\t\t\"es\" : \"You obtain top DPS\",\n\t\t\t\t\"fr\" : \"Tu es top DPS\",\n\t\t\t\t\"kr\" : \"본인이 딜 순위 1위가 됨\",\n\t\t\t\t\"ua\" : \"У вас найкращий DPS\",\n\t\t\t\t\"ru\" : \"Вы топ DPS\"\n\t\t\t},\n\t\t\t\"top.hps\" : {\n\t\t\t\t\"en\" : \"You obtain top HPS\",\n\t\t\t\t\"pt\" : \"Você está no topo do CPS\",\n\t\t\t\t\"cn\" : \"你的HPS处于最高\",\n\t\t\t\t\"jp\" : \"HPSトップになりました\",\n\t\t\t\t\"de\" : \"Du hast die meisten HPS\",\n\t\t\t\t\"es\" : \"You obtain top HPS\",\n\t\t\t\t\"fr\" : \"Tu es top SPS\",\n\t\t\t\t\"kr\" : \"본인이 힐량 1순위가 됨\",\n\t\t\t\t\"ua\" : \"У вас найкращий HPS\",\n\t\t\t\t\"ru\" : \"Вы топ HPS\"\n\t\t\t},\n\t\t\t\"top.tps\" : {\n\t\t\t\t\"en\" : \"You obtain top DTPS\",\n\t\t\t\t\"pt\" : \"Você está no topo do DRPS\",\n\t\t\t\t\"cn\" : \"你的承伤处于最高\",\n\t\t\t\t\"jp\" : \"被DPSトップになりました\",\n\t\t\t\t\"de\" : \"Du hast den meisten erlittenen DPS\",\n\t\t\t\t\"es\" : \"You obtain top DTPS\",\n\t\t\t\t\"fr\" : \"Tu es top DRPS\",\n\t\t\t\t\"kr\" : \"본인이 DTPS 1위가 됨\",\n\t\t\t\t\"ua\" : \"У вас найкращий DTPS\",\n\t\t\t\t\"ru\" : \"Вы топ DTPS\"\n\t\t\t},\n\t\t\t\"encounter.start\" : {\n\t\t\t\t\"en\" : \"An encounter starts\",\n\t\t\t\t\"pt\" : \"Um encontro começou\",\n\t\t\t\t\"cn\" : \"战斗开始\",\n\t\t\t\t\"jp\" : \"戦闘開始\",\n\t\t\t\t\"de\" : \"Kampf hat begonnen\",\n\t\t\t\t\"es\" : \"An encounter starts\",\n\t\t\t\t\"fr\" : \"Le combat commence\",\n\t\t\t\t\"kr\" : \"전투 개시\",\n\t\t\t\t\"ua\" : \"Бій починається\",\n\t\t\t\t\"ru\" : \"Бой начинается\"\n\t\t\t},\n\t\t\t\"encounter.end\" : {\n\t\t\t\t\"en\" : \"An encounter ends\",\n\t\t\t\t\"pt\" : \"Um encontro terminou\",\n\t\t\t\t\"cn\" : \"战斗结束\",\n\t\t\t\t\"jp\" : \"戦闘終了\",\n\t\t\t\t\"de\" : \"Kampf wurde beendet\",\n\t\t\t\t\"es\" : \"An encounter ends\",\n\t\t\t\t\"fr\" : \"Le combat finit\",\n\t\t\t\t\"kr\" : \"전투 종료\",\n\t\t\t\t\"ua\" : \"Бій закінчується\",\n\t\t\t\t\"ru\" : \"Бой заканчивается\"\n\t\t\t}\n\t\t},\n\n\t\t\"spells\" : {\n\t\t\t\"roles\" : {\n\t\t\t\t\"you\" : {\n\t\t\t\t\t\"en\" : \"You\",\n\t\t\t\t\t\"pt\" : \"You\",\n\t\t\t\t\t\"cn\" : \"你\",\n\t\t\t\t\t\"jp\" : \"You\",\n\t\t\t\t\t\"de\" : \"You\",\n\t\t\t\t\t\"es\" : \"You\",\n\t\t\t\t\t\"fr\" : \"You\",\n\t\t\t\t\t\"kr\" : \"You\",\n\t\t\t\t\t\"ua\" : \"Ви\",\n\t\t\t\t\t\"ru\" : \"Вы\"\n\t\t\t\t},\n\t\t\t\t\"dps\" : {\n\t\t\t\t\t\"en\" : \"DPS\",\n\t\t\t\t\t\"pt\" : \"DPS\",\n\t\t\t\t\t\"cn\" : \"DPS\",\n\t\t\t\t\t\"jp\" : \"DPS\",\n\t\t\t\t\t\"de\" : \"DPS\",\n\t\t\t\t\t\"es\" : \"DPS\",\n\t\t\t\t\t\"fr\" : \"DPS\",\n\t\t\t\t\t\"kr\" : \"DPS\",\n\t\t\t\t\t\"ua\" : \"DPS\",\n\t\t\t\t\t\"ru\" : \"УВС\"\n\t\t\t\t},\n\t\t\t\t\"heal\" : {\n\t\t\t\t\t\"en\" : \"Healer\",\n\t\t\t\t\t\"pt\" : \"Healer\",\n\t\t\t\t\t\"cn\" : \"治疗\",\n\t\t\t\t\t\"jp\" : \"ヒーラー\",\n\t\t\t\t\t\"de\" : \"Healer\",\n\t\t\t\t\t\"es\" : \"Heiler\",\n\t\t\t\t\t\"fr\" : \"Healer\",\n\t\t\t\t\t\"kr\" : \"힐러\",\n\t\t\t\t\t\"ua\" : \"Цілитель\",\n\t\t\t\t\t\"ru\" : \"целителя\"\n\t\t\t\t},\n\t\t\t\t\"tank\" : {\n\t\t\t\t\t\"en\" : \"Tank\",\n\t\t\t\t\t\"pt\" : \"Tanque\",\n\t\t\t\t\t\"cn\" : \"坦克\",\n\t\t\t\t\t\"jp\" : \"タンク\",\n\t\t\t\t\t\"de\" : \"Verteidiger\",\n\t\t\t\t\t\"es\" : \"Tank\",\n\t\t\t\t\t\"fr\" : \"Tank\",\n\t\t\t\t\t\"kr\" : \"탱커\",\n\t\t\t\t\t\"ua\" : \"Захисник\",\n\t\t\t\t\t\"ru\" : \"Танк\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"types\" : {\n\t\t\t\t\"skill\" : {\n\t\t\t\t\t\"en\" : \"Spell\",\n\t\t\t\t\t\"pt\" : \"Spell\",\n\t\t\t\t\t\"cn\" : \"技能\",\n\t\t\t\t\t\"jp\" : \"Spell\",\n\t\t\t\t\t\"de\" : \"Spell\",\n\t\t\t\t\t\"es\" : \"Spell\",\n\t\t\t\t\t\"fr\" : \"Spell\",\n\t\t\t\t\t\"kr\" : \"Spell\",\n\t\t\t\t\t\"ua\" : \"Заклинання\",\n\t\t\t\t\t\"ru\" : \"Заклинаний\"\n\t\t\t\t},\n\t\t\t\t\"effect\" : {\n\t\t\t\t\t\"en\" : \"Buff\",\n\t\t\t\t\t\"pt\" : \"Buff\",\n\t\t\t\t\t\"cn\" : \"Buff\",\n\t\t\t\t\t\"jp\" : \"Buff\",\n\t\t\t\t\t\"de\" : \"Buff\",\n\t\t\t\t\t\"es\" : \"Buff\",\n\t\t\t\t\t\"fr\" : \"Buff\",\n\t\t\t\t\t\"kr\" : \"Buff\",\n\t\t\t\t\t\"ua\" : \"Ефект\",\n\t\t\t\t\t\"ru\" : \"Баффы\"\n\t\t\t\t},\n\t\t\t\t\"dot\" : {\n\t\t\t\t\t\"en\" : \"DOT\",\n\t\t\t\t\t\"pt\" : \"DOT\",\n\t\t\t\t\t\"cn\" : \"DOT\",\n\t\t\t\t\t\"jp\" : \"DOT\",\n\t\t\t\t\t\"de\" : \"DOT\",\n\t\t\t\t\t\"es\" : \"DOT\",\n\t\t\t\t\t\"fr\" : \"DOT\",\n\t\t\t\t\t\"kr\" : \"DOT\",\n\t\t\t\t\t\"ua\" : \"DOT\",\n\t\t\t\t\t\"ru\" : \"ДОТ\"\n\t\t\t\t},\n\t\t\t\t\"debuff\" : {\n\t\t\t\t\t\"en\" : \"Debuff\",\n\t\t\t\t\t\"pt\" : \"Debuff\",\n\t\t\t\t\t\"cn\" : \"Debuff\",\n\t\t\t\t\t\"jp\" : \"Debuff\",\n\t\t\t\t\t\"de\" : \"Debuff\",\n\t\t\t\t\t\"es\" : \"Debuff\",\n\t\t\t\t\t\"fr\" : \"Debuff\",\n\t\t\t\t\t\"kr\" : \"Debuff\",\n\t\t\t\t\t\"ua\" : \"Debuff\",\n\t\t\t\t\t\"ru\" : \"Debuff\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"layout_options\" : {\n\t\t\t\t\"en\" : {\n\t\t\t\t\t\"normal\"  : \"Normal\",\n\t\t\t\t\t\"compact\" : \"Compact\",\n\t\t\t\t\t\"icon\"    : \"Icon Only\"\n\t\t\t\t},\n\t\t\t\t\"pt\" : {\n\t\t\t\t\t\"normal\"  : \"Normal\",\n\t\t\t\t\t\"compact\" : \"Compacto\",\n\t\t\t\t\t\"icon\"    : \"Apenas ícone\"\n\t\t\t\t},\n\t\t\t\t\"cn\" : {\n\t\t\t\t\t\"normal\"  : \"普通\",\n\t\t\t\t\t\"compact\" : \"紧凑\",\n\t\t\t\t\t\"icon\"    : \"仅图标\"\n\t\t\t\t},\n\t\t\t\t\"jp\" : {\n\t\t\t\t\t\"normal\"  : \"Normal\",\n\t\t\t\t\t\"compact\" : \"Compact\",\n\t\t\t\t\t\"icon\"    : \"Icon Only\"\n\t\t\t\t},\n\t\t\t\t\"de\" : {\n\t\t\t\t\t\"normal\"  : \"Normal\",\n\t\t\t\t\t\"compact\" : \"Kompakt\",\n\t\t\t\t\t\"icon\"    : \"Nur Icons\"\n\t\t\t\t},\n\t\t\t\t\"es\" : {\n\t\t\t\t\t\"normal\"  : \"Normal\",\n\t\t\t\t\t\"compact\" : \"Compact\",\n\t\t\t\t\t\"icon\"    : \"Icon Only\"\n\t\t\t\t},\n\t\t\t\t\"fr\" : {\n\t\t\t\t\t\"normal\"  : \"Normal\",\n\t\t\t\t\t\"compact\" : \"Compact\",\n\t\t\t\t\t\"icon\"    : \"Icon Only\"\n\t\t\t\t},\n\t\t\t\t\"kr\" : {\n\t\t\t\t\t\"normal\"  : \"노멀\",\n\t\t\t\t\t\"compact\" : \"간결\",\n\t\t\t\t\t\"icon\"    : \"아이콘만 표시\"\n\t\t\t\t},\n\t\t\t\t\"ua\" : {\n\t\t\t\t\t\"normal\"  : \"Нормальний\",\n\t\t\t\t\t\"compact\" : \"Зменшений\",\n\t\t\t\t\t\"icon\"    : \"Тільки іконки\"\n\t\t\t\t},\n\t\t\t\t\"ru\" : {\n\t\t\t\t\t\"normal\"  : \"Нормальный\",\n\t\t\t\t\t\"compact\" : \"Компактный\",\n\t\t\t\t\t\"icon\"    : \"Только иконки\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"indicator_options\" : {\n\t\t\t\t\"en\" : {\n\t\t\t\t\t\"ticking\"  : \"Ticking\",\n\t\t\t\t\t\"darkened\" : \"Darkened/Gray\",\n\t\t\t\t\t\"none\"     : \"None\"\n\t\t\t\t},\n\t\t\t\t\"pt\" : {\n\t\t\t\t\t\"ticking\"  : \"Ticking\",\n\t\t\t\t\t\"darkened\" : \"Darkened/Gray\",\n\t\t\t\t\t\"none\"     : \"None\"\n\t\t\t\t},\n\t\t\t\t\"cn\" : {\n\t\t\t\t\t\"ticking\"  : \"计时条\",\n\t\t\t\t\t\"darkened\" : \"暗淡\",\n\t\t\t\t\t\"none\"     : \"无\"\n\t\t\t\t},\n\t\t\t\t\"jp\" : {\n\t\t\t\t\t\"ticking\"  : \"Ticking\",\n\t\t\t\t\t\"darkened\" : \"Darkened/Gray\",\n\t\t\t\t\t\"none\"     : \"None\"\n\t\t\t\t},\n\t\t\t\t\"de\" : {\n\t\t\t\t\t\"ticking\"  : \"Ticken\",\n\t\t\t\t\t\"darkened\" : \"Verdunkelt/Grau\",\n\t\t\t\t\t\"none\"     : \"Keine\"\n\t\t\t\t},\n\t\t\t\t\"es\" : {\n\t\t\t\t\t\"ticking\"  : \"Ticking\",\n\t\t\t\t\t\"darkened\" : \"Darkened/Gray\",\n\t\t\t\t\t\"none\"     : \"None\"\n\t\t\t\t},\n\t\t\t\t\"fr\" : {\n\t\t\t\t\t\"ticking\"  : \"Ticking\",\n\t\t\t\t\t\"darkened\" : \"Darkened/Gray\",\n\t\t\t\t\t\"none\"     : \"None\"\n\t\t\t\t},\n\t\t\t\t\"kr\" : {\n\t\t\t\t\t\"ticking\"  : \"시계 틱\",\n\t\t\t\t\t\"darkened\" : \"낮은 명도/회색 \",\n\t\t\t\t\t\"none\"     : \"비적용\"\n\t\t\t\t},\n\t\t\t\t\"ua\" : {\n\t\t\t\t\t\"ticking\"  : \"Мигання\",\n\t\t\t\t\t\"darkened\" : \"Затемнений/Сірий\",\n\t\t\t\t\t\"none\"     : \"Немає\"\n\t\t\t\t},\n\t\t\t\t\"ru\" : {\n\t\t\t\t\t\"ticking\"  : \"Тикающий\",\n\t\t\t\t\t\"darkened\" : \"Затемненный/Серый\",\n\t\t\t\t\t\"none\"     : \"Отсутствует\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"tts_trigger_options\" : {\n\t\t\t\t\"en\" : {\n\t\t\t\t\t\"zero\"    : \"When timer reaches 0\",\n\t\t\t\t\t\"warning\" : \"When timer reaches warning threshold\"\n\t\t\t\t},\n\t\t\t\t\"pt\" : {\n\t\t\t\t\t\"zero\"    : \"Quando o temporizador chegar em 0\",\n\t\t\t\t\t\"warning\" : \"When timer reaches warning threshold\"\n\t\t\t\t},\n\t\t\t\t\"cn\" : {\n\t\t\t\t\t\"zero\"    : \"当计时器到达0时\",\n\t\t\t\t\t\"warning\" : \"当计时器到达警告阈值时\"\n\t\t\t\t},\n\t\t\t\t\"jp\" : {\n\t\t\t\t\t\"zero\"    : \"When timer reaches 0\",\n\t\t\t\t\t\"warning\" : \"When timer reaches warning threshold\"\n\t\t\t\t},\n\t\t\t\t\"de\" : {\n\t\t\t\t\t\"zero\"    : \"Wenn Timer auf 0\",\n\t\t\t\t\t\"warning\" : \"Wenn Timer Warnungsbereich erreicht\"\n\t\t\t\t},\n\t\t\t\t\"es\" : {\n\t\t\t\t\t\"zero\"    : \"When timer reaches 0\",\n\t\t\t\t\t\"warning\" : \"When timer reaches warning threshold\"\n\t\t\t\t},\n\t\t\t\t\"fr\" : {\n\t\t\t\t\t\"zero\"    : \"When timer reaches 0\",\n\t\t\t\t\t\"warning\" : \"When timer reaches warning threshold\"\n\t\t\t\t},\n\t\t\t\t\"kr\" : {\n\t\t\t\t\t\"zero\"    : \"타이머가 0초가 될경우\",\n\t\t\t\t\t\"warning\" : \"타이머가 경고 구간에 도달할 경우\"\n\t\t\t\t},\n\t\t\t\t\"ua\" : {\n\t\t\t\t\t\"zero\"    : \"Коли таймер досягне 0\",\n\t\t\t\t\t\"warning\" : \"Коли таймер досягне попереджувального порогу\"\n\t\t\t\t},\n\t\t\t\t\"ru\" : {\n\t\t\t\t\t\"zero\"    : \"Когда таймер достигнет 0\",\n\t\t\t\t\t\"warning\" : \"Когда таймер достигнет указанного значения\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\"metric\" : {\n\t\t\t\"en\" : \"Metric\",\n\t\t\t\"pt\" : \"Métricas\",\n\t\t\t\"cn\" : \"数据元素\",\n\t\t\t\"jp\" : \"Metric\",\n\t\t\t\"de\" : \"Metrik\",\n\t\t\t\"es\" : \"Metric\",\n\t\t\t\"fr\" : \"Mesure\",\n\t\t\t\"kr\" : \"스탯\",\n\t\t\t\"ua\" : \"Показник\",\n\t\t\t\"ru\" : \"Метрика\"\n\t\t},\n\t\t\"short_name\" : {\n\t\t\t\"en\" : \"Short Name\",\n\t\t\t\"pt\" : \"Abreviação\",\n\t\t\t\"cn\" : \"缩略名\",\n\t\t\t\"jp\" : \"短縮形\",\n\t\t\t\"de\" : \"Abgekürzter Name\",\n\t\t\t\"es\" : \"Short Name\",\n\t\t\t\"fr\" : \"Abréviation\",\n\t\t\t\"kr\" : \"축약\",\n\t\t\t\"ua\" : \"Скорочене Ім'я\",\n\t\t\t\"ru\" : \"Аббревиатура\"\n\t\t},\n\t\t\"long_name\" : {\n\t\t\t\"en\" : \"Long Name\",\n\t\t\t\"pt\" : \"Nome Completo\",\n\t\t\t\"cn\" : \"全名\",\n\t\t\t\"jp\" : \"延長形\",\n\t\t\t\"de\" : \"Voller Name\",\n\t\t\t\"es\" : \"Long Name\",\n\t\t\t\"fr\" : \"Nom Complet\",\n\t\t\t\"kr\" : \"원본\",\n\t\t\t\"ua\" : \"Повне Ім'я\",\n\t\t\t\"ru\" : \"Полное имя\"\n\t\t},\n\t\t\"add\" : {\n\t\t\t\"en\" : \"Add\",\n\t\t\t\"pt\" : \"Adicionar\",\n\t\t\t\"cn\" : \"添加\",\n\t\t\t\"jp\" : \"新規\",\n\t\t\t\"de\" : \"Hinzufügen\",\n\t\t\t\"es\" : \"Add\",\n\t\t\t\"fr\" : \"Ajouter\",\n\t\t\t\"kr\" : \"추가\",\n\t\t\t\"ua\" : \"Додати\",\n\t\t\t\"ru\" : \"Добавить\"\n\t\t},\n\t\t\"delete\" : {\n\t\t\t\"en\" : \"Delete\",\n\t\t\t\"pt\" : \"Deletar\",\n\t\t\t\"cn\" : \"删除\",\n\t\t\t\"jp\" : \"削除\",\n\t\t\t\"de\" : \"Entfernen\",\n\t\t\t\"es\" : \"Delete\",\n\t\t\t\"fr\" : \"Supprimer\",\n\t\t\t\"kr\" : \"삭제\",\n\t\t\t\"ua\" : \"Видалити\",\n\t\t\t\"ru\" : \"Удалить\"\n\t\t},\n\t\t\"save\"               : {\n\t\t\t\"en\" : \"Save\",\n\t\t\t\"pt\" : \"Salvar\",\n\t\t\t\"cn\" : \"保存\",\n\t\t\t\"jp\" : \"保存\",\n\t\t\t\"de\" : \"Speichern\",\n\t\t\t\"es\" : \"Guardar\",\n\t\t\t\"fr\" : \"Sauvegarder\",\n\t\t\t\"kr\" : \"저장\",\n\t\t\t\"ua\" : \"Зберегти\",\n\t\t\t\"ru\" : \"Сохранить\"\n\t\t},\n\t\t\"export_info\"        : {\n\t\t\t\"en\" : \"Select and copy the text below, then import it into your desired overlay by right-clicking on the overlay and choosing \\\"Import.\\\"\",\n\t\t\t\"pt\" : \"Selecione e copie o texto abaixo, então importe para seu Overlay desejado clicando com o botão direito e escolhendo \\\"Importar.\\\"\",\n\t\t\t\"cn\" : \"复制下面的文本，右键单击模板界面点击\\\"导入\\\"来导入您喜爱的模板样式。\",\n\t\t\t\"jp\" : \"下のテキストをコピーして、好きなオーバーレイに右クリックで「取り込む」できます。\",\n\t\t\t\"de\" : \"Den unteren Text auswählen und kopieren, um ihn in dein gewünschtes Overlay zu importieren. Klicke hierzu mit Rechtsklick auf das Overlay und wähle \\\"Importieren\\\" aus.\",\n\t\t\t\"es\" : \"Selecciona y copia el texto debajo, posteriormente impórtalo hacia tu overlay deseado haciendo click derecho en el Overlay y seleccionando \\\"Importar\\\".\",\n\t\t\t\"fr\" : \"Sélectionné et copié le texte ci-dessous puis importé dans l'Overlay desiré avec un clique-droit sur l'Overlay et \\\"Importer.\\\"\",\n\t\t\t\"kr\" : \"아래의 텍스트를 복사 후 \\\"불러오기\\\"를 통해 원하는 오버레이에 설정을 불러오십시오.\",\n\t\t\t\"ua\" : \"Виберіть та скопіюйте текст нижче, а потім імпортуйте його у потрібне накладання, клацнувши правою кнопкою миші на накладанні та вибравши \\\"Імпортувати.\\\"\",\n\t\t\t\"ru\" : \"Выберите и скопируйте приведенный ниже текст, затем импортируйте его в нужный Оверлей, щелкнув правой кнопкой мыши на Оверлей и выбрав \\\"Импорт\\\".\"\n\t\t},\n\t\t\"copy\"               : {\n\t\t\t\"en\" : \"Copy\",\n\t\t\t\"pt\" : \"Copiar\",\n\t\t\t\"cn\" : \"复制\",\n\t\t\t\"jp\" : \"コピー\",\n\t\t\t\"de\" : \"Kopieren\",\n\t\t\t\"es\" : \"Copy\",\n\t\t\t\"fr\" : \"Copy\",\n\t\t\t\"kr\" : \"복사\",\n\t\t\t\"ua\" : \"Копіювати\",\n\t\t\t\"ru\" : \"Копировать\"\n\t\t},\n\t\t\"select_all\"         : {\n\t\t\t\"en\" : \"Select All\",\n\t\t\t\"pt\" : \"Selecionar Tudo\",\n\t\t\t\"cn\" : \"全选\",\n\t\t\t\"jp\" : \"全てを選択\",\n\t\t\t\"de\" : \"Alles Auswählen\",\n\t\t\t\"es\" : \"Seleccionar Todo\",\n\t\t\t\"fr\" : \"Tout Sélectionner\",\n\t\t\t\"kr\" : \"모두 선택\",\n\t\t\t\"ua\" : \"Вибрати все\",\n\t\t\t\"ru\" : \"Выбрать все\"\n\t\t},\n\n\t\t\"developer_credit\"   : {\n\t\t\t\"en\" : \"Developed by {{developer}}.\",\n\t\t\t\"pt\" : \"Criado por {{developer}}.\",\n\t\t\t\"cn\" : \"由{{developer}}开发。\",\n\t\t\t\"jp\" : \"{{developer}}によって開発された。\",\n\t\t\t\"de\" : \"Entwickelt von {{developer}}.\",\n\t\t\t\"es\" : \"Desarrollado por {{developer}}.\",\n\t\t\t\"fr\" : \"Développé par {{developer}}.\",\n\t\t\t\"kr\" : \"만든이: {{developer}}.\",\n\t\t\t\"ua\" : \"Розроблено {{developer}}.\",\n\t\t\t\"ru\" : \"Разработан {{developer}}.\"\n\t\t},\n\t\t\"changelog\"          : {\n\t\t\t\"en\" : \"Changelog\",\n\t\t\t\"pt\" : \"Registro de Alterações\",\n\t\t\t\"cn\" : \"更新日志\",\n\t\t\t\"jp\" : \"変更履歴\",\n\t\t\t\"de\" : \"Änderungsprotokoll\",\n\t\t\t\"es\" : \"Historial de Cambios\",\n\t\t\t\"fr\" : \"Historique des Données\",\n\t\t\t\"kr\" : \"패치 내역\",\n\t\t\t\"ua\" : \"Список змін\",\n\t\t\t\"ru\" : \"Журнал изменений\"\n\t\t},\n\t\t\"discord_cta\"        : {\n\t\t\t\"en\" : \"Join the Discord to receive live updates from the developer, submit feature suggestions, get help with a bug or issue, or discuss FFXIV in general with other users.\",\n\t\t\t\"pt\" : \"Junte-se ao servidor do Discord para receber atualizações ao vivo pelo desenvolvedor, enviar sugestões, pedir ajuda com bugs ou problemas, ou discutir FFXIV no geral com outros jogadores.\",\n\t\t\t\"cn\" : \"加入Discord以接收开发人员的实时更新、提交功能建议、获取有关错误或问题的帮助、或与其他用户讨论最终幻想XIV。\",\n\t\t\t\"jp\" : \"バグ報告や機能要望、開発者からのお知らせなど、専用なDiscordを使用しますので、よろしくお願いします。\",\n\t\t\t\"de\" : \"Trete dem Discord bei, um Aktualisierungen in Echtzeit vom Entwickler zu erhalten. Außerdem kannst du Feature Vorschläge abgeben, Hilfestellungen bei Bugs oder Problemen erhalten oder allgemein über FFXIV mit anderen Benutzern diskutieren.\",\n\t\t\t\"es\" : \"Únete al servidor de discord para recibir actualizaciones en vivo del desarrollador, ingresar sugerencias, obtener ayuda con algún problema o bug, o discute acerca de FFXIV en general con otros usuarios.\",\n\t\t\t\"fr\" : \"Rejoint le Discord pour recevoir les mises à jours des développeurs et soumettre des suggestions pour améliorer l'Overlay ou discuter de FFXIV avec les autres joueurs. En cas de problème, demander de l'aide.\",\n\t\t\t\"kr\" : \"실시간 업데이트, 기능 추가 제안이나 버그 혹은 문제점을 공유를 원하신다면 디스코드는 언제나 열려있습니다. 그냥 파판 이야기 하고싶으셔도 들어오세요.\",\n\t\t\t\"ua\" : \"Приєднуйтесь до Discord, щоб отримувати оновлення від розробника, надсилати пропозиції щодо функцій, отримувати допомогу при помилках чи проблемах, або обговорювати FFXIV з іншими користувачами.\",\n\t\t\t\"ru\" : \"Присоединяйтесь к Discord, чтобы получать обновления от разработчика, вносить предложения по функциям, получать помощь в решении ошибок или проблем, а также обсуждать FFXIV в целом с другими пользователями.\"\n\t\t},\n\t\t\"broken_link\"        : {\n\t\t\t\"en\" : \"Link not working? Copy this link and paste it into your regular Web browser:\",\n\t\t\t\"pt\" : \"Link não funciona? Clique neste endereço e copie no seu navegador da web:\",\n\t\t\t\"cn\" : \"链接无效？ 复制此链接并粘贴到网页浏览器中:\",\n\t\t\t\"jp\" : \"リンクが正しく動かない？このリンクをコピーして普段のブラウザーに貼りつけてみてください:\",\n\t\t\t\"de\" : \"Funktioniert dein Link nicht? Kopiere diesen Link und füge ihn in einen Browser deiner Wahl ein:\",\n\t\t\t\"es\" : \"No funciona el link? Copia el siguiente link y pégalo en cualquier navegador de internet:\",\n\t\t\t\"fr\" : \"Un lien mort? Copié-collé le lien dans votre barre de recherche:\",\n\t\t\t\"kr\" : \"링크가 연결되지 않습니까? 다음 링크 복사 후 웹 브라우저를 통해 시도해보세요.\",\n\t\t\t\"ua\" : \"Посилання не працює? Скопіюйте це посилання та вставте його у свій веб-браузер:\",\n\t\t\t\"ru\" : \"Ссылка не работает? Скопируйте эту ссылку и вставьте ее в свой обычный веб-браузер:\"\n\t\t},\n\t\t\"github_cta\"         : {\n\t\t\t\"en\" : \"See the latest code, changelog, and readme information on GitHub. You can also submit bug reports or feature requests.\",\n\t\t\t\"pt\" : \"Confira o código mais recente, registro de atualizações e leiame no GitHub. Também é possível enviar relatórios de bugs ou solicitar implementações.\",\n\t\t\t\"cn\" : \"您可以在GitHub上查阅最新代码、更新日志和自述信息，也可以提交错误报告或功能请求。\",\n\t\t\t\"jp\" : \"最新の情報、ソース、認識されてるバグはすべてGitHubで見れます。\",\n\t\t\t\"de\" : \"Sieh dir den neuesten Code, Änderungsprotokolle und Readme Informationen auf GitHub an. Du kannst außerdem Bugs melden oder ein Feature vorschlagen.\",\n\t\t\t\"es\" : \"Ve la última versión del código, historial de cambios e Información del Readme en Github. Puedes también ingresar reportes de bugs o solicitar funcionalidades.\",\n\t\t\t\"fr\" : \"Les infomations (code,modification) les plus récentes sont sur GitHub. Tu peux aussi reporter les bugs ou faire une demande sur les fonctionnalités.\",\n\t\t\t\"kr\" : \"깃허브를 통해 최근 패치 내역, 배포 정보 및 코드를 보실 수 있습니다. 버그 리포트 및 기능 추가 요청 또한 이를 통해 가능합니다.\",\n\t\t\t\"ua\" : \"Дивіться свіжий код, список змін та readme на GitHub. Ви також можете подати звіти про помилки або запропонувати нову функцію.\",\n\t\t\t\"ru\" : \"На GitHub вы найдете последнюю версию кода, журнал изменений и информацию readme. Вы также можете отправлять сообщения об ошибках или запросы на добавление новых функций.\"\n\t\t},\n\t\t\"changelog_info\"     : {\n\t\t\t\"en\" : \"The changelog listed here will show all the changes that have been made (if any) in the current version compared against the last version you used.\",\n\t\t\t\"pt\" : \"O registro de atualizações mostrado aqui informará todas as mudanças que foram feitas (se feitas) na versão atual comparada à versão anterior usada.\",\n\t\t\t\"cn\" : \"此处列出的更改日志将显示当前版本相较于上一版本所做的所有变更（如果有）。\",\n\t\t\t\"jp\" : \"ここで表示される変更履歴は前にお使いになったバージョンと最新バージョンの違いを表示します。\",\n\t\t\t\"de\" : \"Dieses Änderungsprotokoll listet alle Änderungen auf, die in der aktuellen Version seit der von dir zuletzt verwendeten Version vorgenommen wurden (falls es welche gibt).\",\n\t\t\t\"es\" : \"El historial de cambios de aquí mostrará todos los cambios que se han realizado (de haberse realizado) en la versión actual en comparación a la última versión que utilizaste.\",\n\t\t\t\"fr\" : \"L'historique des données montrera tous les changements qui ont été faites (s'il y'en a eu) dans la version actuelle par rapport à la version que tu as utilisé.\",\n\t\t\t\"kr\" : \"아래의 패치 내역은 현재 버젼과 가장 최근에 사용하셨던 버전과 비교하여 패치된 차이점들을 보여줍니다.\",\n\t\t\t\"ua\" : \"У цьому списку змін відображатимуться всі зміни, внесені (якщо такі є) у поточну версію порівняно з останньою версією, яку ви використовували.\",\n\t\t\t\"ru\" : \"Журнал изменений, приведенный здесь, покажет все изменения, которые были сделаны (если таковые имеются) в текущей версии по сравнению с последней версией, которую вы использовали.\"\n\t\t},\n\t\t\"changelog_cta\"      : {\n\t\t\t\"en\" : \"You can always see the latest changes and read the more detailed official changelog {{changelog_link_open}}here{{changelog_link_close}}.\",\n\t\t\t\"pt\" : \"Você pode sempre ler as atualizações oficiais mais recentes de forma mais detalhada {{changelog_link_open}}aqui{{changelog_link_close}}.\",\n\t\t\t\"cn\" : \"您可以{{changelog_link_open}}在此{{changelog_link_close}}处阅读最新更改和详细的更改历史记录。\",\n\t\t\t\"jp\" : \"最新の変更や詳細的な変更履歴は{{changelog_link_open}}ここ{{changelog_link_close}}でお読みいただけます\",\n\t\t\t\"de\" : \"Du kannst die aktuellsten Änderungen und das detailliertere Änderungsprotokoll jederzeit hier {{changelog_link_open}}ansehen{{changelog_link_close}}.\",\n\t\t\t\"es\" : \"Puedes revisar en cualquier momento los últimos cambios y leer el historial de cambios en mayor detalle {{changelog_link_open}}aquí{{changelog_link_close}}.\",\n\t\t\t\"fr\" : \"Tu peux toujours voir les derniers changements et lire les détails {{changelog_link_open}}ici{{changelog_link_close}}.\",\n\t\t\t\"kr\" : \"{{changelog_link_open}}가장 최근 패치 내역{{changelog_link_close}} 및 상세 정보를 보시고 싶으시다면 공식 패치 내역을 확인해주십시오.\",\n\t\t\t\"ua\" : \"Ви завжди можете подивитися останні зміни та прочитати докладніший офіційний список змін {{changelog_link_open}} тут {{changelog_link_close}}.\",\n\t\t\t\"ru\" : \"Вы всегда можете ознакомиться с последними изменениями и прочитать более подробный официальный журнал изменений {{changelog_link_open}}здесь{{changelog_link_close}}.\"\n\t\t},\n\t\t\"latest_changes\"     : {\n\t\t\t\"en\" : \"Latest Changes\",\n\t\t\t\"pt\" : \"Últimas Atualizações\",\n\t\t\t\"cn\" : \"最近变更\",\n\t\t\t\"jp\" : \"最新変更\",\n\t\t\t\"de\" : \"Aktuelle Änderungen\",\n\t\t\t\"es\" : \"Últimas Actualizaciones\",\n\t\t\t\"fr\" : \"Les Derniers Changements\",\n\t\t\t\"kr\" : \"최근 패치 내역\",\n\t\t\t\"ua\" : \"Останні зміни\",\n\t\t\t\"ru\" : \"Последние изменения\"\n\t\t},\n\t\t\"features\"           : {\n\t\t\t\"en\" : \"Features\",\n\t\t\t\"pt\" : \"Destaques\",\n\t\t\t\"cn\" : \"新功能\",\n\t\t\t\"jp\" : \"新機能\",\n\t\t\t\"de\" : \"Features\",\n\t\t\t\"es\" : \"Features\",\n\t\t\t\"fr\" : \"Éléments\",\n\t\t\t\"kr\" : \"기능들\",\n\t\t\t\"ua\" : \"Особливості\",\n\t\t\t\"ru\" : \"Особенности\"\n\t\t},\n\t\t\"ui_changes\"         : {\n\t\t\t\"en\" : \"UI Changes\",\n\t\t\t\"pt\" : \"Mudanças na Interface de Usuário (UI)\",\n\t\t\t\"cn\" : \"UI变更\",\n\t\t\t\"jp\" : \"UI変更\",\n\t\t\t\"de\" : \"Änderungen an der Benutzeroberfläche\",\n\t\t\t\"es\" : \"Cambios en la Interfaz de Usuario (UI)\",\n\t\t\t\"fr\" : \"Changement d'Interface de l'Utilisateur (UI)\",\n\t\t\t\"kr\" : \"UI 변경점\",\n\t\t\t\"ua\" : \"Зміни інтерфейсу\",\n\t\t\t\"ru\" : \"Изменения в интерфейсе\"\n\t\t},\n\t\t\"bug_fixes\"          : {\n\t\t\t\"en\" : \"Bug Fixes\",\n\t\t\t\"pt\" : \"Correção de Bugs\",\n\t\t\t\"cn\" : \"错误修正\",\n\t\t\t\"jp\" : \"バグ修正\",\n\t\t\t\"de\" : \"Fehlerbehebungen\",\n\t\t\t\"es\" : \"Arreglo de Bugs\",\n\t\t\t\"fr\" : \"Bug Fixé\",\n\t\t\t\"kr\" : \"버그 픽스\",\n\t\t\t\"ua\" : \"Виправлення помилок\",\n\t\t\t\"ru\" : \"Исправления ошибок\"\n\t\t},\n\t\t\"streamers\"          : {\n\t\t\t\"en\" : \"Streamers\",\n\t\t\t\"pt\" : \"Streamers\",\n\t\t\t\"cn\" : \"主播\",\n\t\t\t\"jp\" : \"配信者\",\n\t\t\t\"de\" : \"Streamer\",\n\t\t\t\"es\" : \"Streamers\",\n\t\t\t\"fr\" : \"Streamers\",\n\t\t\t\"kr\" : \"스트리머\",\n\t\t\t\"ua\" : \"Стрімери\",\n\t\t\t\"ru\" : \"Стримеры\"\n\t\t},\n\t\t\"streamer_live\"      : {\n\t\t\t\"en\" : \"{{number}} Streamer Live\",\n\t\t\t\"pt\" : \"{{number}} Streamer ao Vivo\",\n\t\t\t\"cn\" : \"{{number}}位主播直播中\",\n\t\t\t\"jp\" : \"{{number}}人配信中\",\n\t\t\t\"de\" : \"{{number}} Streamer Live\",\n\t\t\t\"es\" : \"{{number}} Streamer en Vivo\",\n\t\t\t\"fr\" : \"{{number}} Streamer en Live\",\n\t\t\t\"kr\" : \"{{number}} 명이 방송중\",\n\t\t\t\"ua\" : \"{{number}} Стрімер Онлайн\",\n\t\t\t\"ru\" : \"{{number}} Стример Онлайн\"\n\t\t},\n\t\t\"streamers_live\"     : {\n\t\t\t\"en\" : \"{{number}} Streamers Live\",\n\t\t\t\"pt\" : \"{{number}} Streamers ao Vivo\",\n\t\t\t\"cn\" : \"{{number}}位主播直播中\",\n\t\t\t\"jp\" : \"{{number}}人配信中\",\n\t\t\t\"de\" : \"{{number}} Streamer Live\",\n\t\t\t\"es\" : \"{{number}} Streamers en Vivo\",\n\t\t\t\"fr\" : \"{{number}} Streamers en Live \",\n\t\t\t\"kr\" : \"{{number}} 명이 방송중\",\n\t\t\t\"ua\" : \"{{number}} Стрімери Онлайн\",\n\t\t\t\"ru\" : \"{{number}} Стримеров Онлайн\"\n\t\t},\n\t\t\"streamer_info\"      : {\n\t\t\t\"en\" : \"Twitch streamers who use Ember Overlay are featured here!\",\n\t\t\t\"pt\" : \"Streamers do Twitch que utilizam o Ember Overlay estão em destaque aqui!\",\n\t\t\t\"cn\" : \"这里展示的是正在使用Ember Overlay的Twitch主播！\",\n\t\t\t\"jp\" : \"エンバーオーバーレイを使ってる配信者はここで特集しちゃいます！\",\n\t\t\t\"de\" : \"Hier werden Twitch Streamer angezeigt, die Ember Overlay benutzen.\",\n\t\t\t\"es\" : \"Los streamers de Twitch que utilizan Ember Overlay son mencionados aquí!\",\n\t\t\t\"fr\" : \"Les streamers Twitch qui utilisent Ember Overlay sont ici!\",\n\t\t\t\"kr\" : \"엠버 오버레이를 애용해주시는 트위치 스트리머분들은 여기에 특별히 표기됩니다!\",\n\t\t\t\"ua\" : \"Тут представлені стрімери Twitch, які використовують Ember Overlay!\",\n\t\t\t\"ru\" : \"Здесь представлены стримеры Twitch, использующие Ember Overlay!\"\n\t\t},\n\t\t\"streamer_short_cta\" : {\n\t\t\t\"en\" : \"Are you a streamer or do you know a streamer who uses Ember Overlay?\",\n\t\t\t\"pt\" : \"Você é um Streamer ou conhece um que use o Ember Overlay?\",\n\t\t\t\"cn\" : \"您也或您知道其他主播也在使用Ember Overlay进行直播？\",\n\t\t\t\"jp\" : \"貴方やご存じの方はエンバーオーバーレイを使って配信してますか？\",\n\t\t\t\"de\" : \"Bist du ein Streamer oder kennst du einen Streamer, der Ember Overlay verwendet?\",\n\t\t\t\"es\" : \"Eres un streamer o conoces a un streamer que utiliza Ember Overlay?\",\n\t\t\t\"fr\" : \"Es-tu un streamer ou connais-tu un streamer utilisant Ember Overlay?\",\n\t\t\t\"kr\" : \"엠버 오버레이를 사용해주시는 스트리머이시거나 혹은 해당하는 스트리머를 아시나요?\",\n\t\t\t\"ua\" : \"Ви стрімер або знаєте стрімера, який використовує Ember Overlay?\",\n\t\t\t\"ru\" : \"Вы стример или знаете стримера, который использует Ember Overlay?\"\n\t\t},\n\t\t\"streamer_long_cta\"  : {\n\t\t\t\"en\" : \"Have the stream added to this list by joining our Discord at {{discord_link}} and posting the stream in #streamer-requests. You can also message {{twitch_link}} with your stream info. The stream is only eligible for inclusion if Ember Overlay is used on stream (will be verified via VOD's).\",\n\t\t\t\"pt\" : \"Tenha seu stream adicionado à essa lista se juntando ao nosso discord em {{discord_link}} e postando a stream em #streamer-requests. Também é possível enviar uma mensagem para {{twitch_link}} com seus dados de stream. O stream será autorizado apenas se o Ember Overlay estiver sendo utilizado (será verificado via VOD's)\",\n\t\t\t\"cn\" : \"通过{{discord_link}}加入我们的Discord并在#streamer-requests中发布您的直播地址，可将您的直播添加到此列表中。 您也可以私信{{twitch_link}}发送你的直播信息。 您需要在直播中使用Ember Overlay（将通过直播录像验证）来获得在此显示的资格。\",\n\t\t\t\"jp\" : \"{{discord_link}}のディスコの#streamer-requestsか{{twitch_link}}のDMで配信情報を教えてくれたらリストに加えます。エンバーオーバーレイが配信で見える必要があります（過去の配信で確認します）。\",\n\t\t\t\"de\" : \"Füge den Stream dieser Liste hinzu, indem du unserem Discord unter {{discord_link}} beitrittst und den Stream in #streamer-requests postest. Du kannst außerdem {{twitch_link}} mit der Stream Info anschreiben. Der Stream wird jedoch nur in Betracht gezogen, falls das Ember Overlay im Stream benutzt wird (Verifizierung erfolgt über VODs).\",\n\t\t\t\"es\" : \"Haz que el stream sea agregado a esta lista entrando a nuestro discord en {{discord_link}} y posteando el stream en #streamer-requests. Puedes también mandar un mensaje a {{twitch_link}} Con la información de tu stream. El stream es elegible si Ember Overlay es utilizado en el stream (será verificado via VOD's).\",\n\t\t\t\"fr\" : \"Pour avoir son stream ajouté à la liste, il faut rejoindre notre Discord sur {{discord_link}} et poster le stream sur #streamer-requests. Tu peux aussi envoyer un message {{twitch_link}} avec tes renseignements de stream. Le stream sera inclus si Ember Overlay est utilisé sur le stream (sera vérifié via la VOD).\",\n\t\t\t\"kr\" : \"엠버 오버레이 디스코드 링크 {{discord_link}} 에 들어오셔셔 #streamer-requests을 통해 알려주세요. 혹은 트위치 내에서 {{twitch_link}}를 통해 직접 메세지를 보내주셔도 좋스니다. 이는 오직 엠버 오버레이를 사용해주실 때만 적용됩니다. (방송 기록으로 확인 가능)\",\n\t\t\t\"ua\" : \"Стрім буде доданий до цього списку після приєднання до нашого Discord серверу за адресою {{discord_link}} та опублікування стріму в #streamer-requests. Ви також можете надіслати {{twitch_link}} інформацію про вашу трансляцію. Стрім може бути включений лише в тому випадку, якщо в трансляції використовується Ember Overlay (буде перевірено через VOD).\",\n\t\t\t\"ru\" : \"Чтобы добавить стрим в этот список, присоединитесь к нашему Discord по адресу {{discord_link}} и опубликуйте стрим в #streamer-requests. Вы также можете написать сообщение {{twitch_link}} с информацией о стриме. Стрим может быть включен в список только в том случае, если на стриме используется Ember Overlay (будет проверено по VOD'ам).\"\n\t\t},\n\t\t\"criteria\" : {\n\t\t\t\"en\" : \"Criteria\",\n\t\t\t\"pt\" : \"Critério\",\n\t\t\t\"cn\" : \"条件\",\n\t\t\t\"jp\" : \"条件\",\n\t\t\t\"de\" : \"Kriterien\",\n\t\t\t\"es\" : \"Criteria\",\n\t\t\t\"fr\" : \"Criteria\",\n\t\t\t\"kr\" : \"기준\",\n\t\t\t\"ua\" : \"Критерія\",\n\t\t\t\"ru\" : \"Критерии\"\n\t\t},\n\t\t\"value\" : {\n\t\t\t\"en\" : \"Value\",\n\t\t\t\"pt\" : \"Valor\",\n\t\t\t\"cn\" : \"值\",\n\t\t\t\"jp\" : \"価値\",\n\t\t\t\"de\" : \"Wert\",\n\t\t\t\"es\" : \"Value\",\n\t\t\t\"fr\" : \"Valeur\",\n\t\t\t\"kr\" : \"값\",\n\t\t\t\"ua\" : \"Значення\",\n\t\t\t\"ru\" : \"Значения\"\n\t\t},\n\t\t\"default\" : {\n\t\t\t\"en\" : \"Default\",\n\t\t\t\"pt\" : \"Padrão\",\n\t\t\t\"cn\" : \"默认\",\n\t\t\t\"jp\" : \"Default\",\n\t\t\t\"de\" : \"Standard\",\n\t\t\t\"es\" : \"Default\",\n\t\t\t\"fr\" : \"Default\",\n\t\t\t\"kr\" : \"기본\",\n\t\t\t\"ua\" : \"За замовчуванням\",\n\t\t\t\"ru\" : \"По умолчанию\"\n\t\t},\n\t\t\"track\" : {\n\t\t\t\"en\" : \"Track\",\n\t\t\t\"pt\" : \"Track\",\n\t\t\t\"cn\" : \"监控\",\n\t\t\t\"jp\" : \"Track\",\n\t\t\t\"de\" : \"Überwachen\",\n\t\t\t\"es\" : \"Track\",\n\t\t\t\"fr\" : \"Track\",\n\t\t\t\"kr\" : \"트랙\",\n\t\t\t\"ua\" : \"Стеження\",\n\t\t\t\"ru\" : \"Отслеживать\"\n\t\t},\n\t\t\"edit_ui\" : {\n\t\t\t\"en\" : \"Edit UI\",\n\t\t\t\"pt\" : \"Edit UI\",\n\t\t\t\"cn\" : \"编辑界面\",\n\t\t\t\"jp\" : \"Edit UI\",\n\t\t\t\"de\" : \"UI bearbeiten\",\n\t\t\t\"es\" : \"Edit UI\",\n\t\t\t\"fr\" : \"Edit UI\",\n\t\t\t\"kr\" : \"UI 수정\",\n\t\t\t\"ua\" : \"Редагувати UI\",\n\t\t\t\"ru\" : \"Редактировать UI\"\n\t\t},\n\t\t\"save_ui\" : {\n\t\t\t\"en\" : \"Save UI\",\n\t\t\t\"pt\" : \"Save UI\",\n\t\t\t\"cn\" : \"保存界面\",\n\t\t\t\"jp\" : \"Save UI\",\n\t\t\t\"de\" : \"UI speichern\",\n\t\t\t\"es\" : \"Save UI\",\n\t\t\t\"fr\" : \"Save UI\",\n\t\t\t\"kr\" : \"UI 저장\",\n\t\t\t\"ua\" : \"Зберегти UI\",\n\t\t\t\"ru\" : \"Сохранить UI\"\n\t\t},\n\t\t\"please_lock\" : {\n\t\t\t\"en\" : \"Please lock the overlay in OverlayPlugin.\",\n\t\t\t\"pt\" : \"Por favor trave o Overlay em OverlayPlugin.\",\n\t\t\t\"cn\" : \"请在OverlayPlugin中锁定悬浮窗.\",\n\t\t\t\"jp\" : \"Please lock the overlay in OverlayPlugin.\",\n\t\t\t\"de\" : \"Bitte das Overlay unter OverlayPlugin sperren.\",\n\t\t\t\"es\" : \"Please lock the overlay in OverlayPlugin.\",\n\t\t\t\"fr\" : \"Please lock the overlay in OverlayPlugin.\",\n\t\t\t\"kr\" : \"오버레이 플러그인 설정에서 반드시 오버레이 고정을 선택해주세요.\",\n\t\t\t\"ua\" : \"Будь ласка, закріпіть оверлей в OverlayPlugin.\",\n\t\t\t\"ru\" : \"Пожалуйста, закрепите оверлей в OverlayPlugin.\"\n\t\t},\n\t\t\"spells_ui_builder_info\" : {\n\t\t\t\"en\" : \"The UI builder enables you to create your own spell timer sections (below). For example, you can create a timer section for your own cooldowns, and a timer section for your tank's or healer's cooldowns. In the table below, create sections by choosing what you want to track in each section. Once complete, be sure \\\"{{spells_mode.ui.use}}\\\" is enabled, then click save. Resize your overlay so that it covers your entire FFXIV game. If you are unable to resize or find your overlay, go to OverlayPlugin and unlock the overlay or enable the white background if it's already unlocked. In your overlay, right click and choose \\\"{{edit_ui}}.\\\" Once you enter \\\"{{edit_ui}}\\\" mode, be sure to relock the overlay or turn off the white background. You will then be able to drag and resize the spell timer sections you created. Each section is labeled so that you know what it will contain. Once complete, right click and choose \\\"{{save_ui}}.\\\"\",\n\t\t\t\"pt\" : \"The UI builder enables you to create your own spell timer sections (below). For example, you can create a timer section for your own cooldowns, and a timer section for your tank's or healer's cooldowns. In the table below, create sections by choosing what you want to track in each section. Once complete, be sure \\\"{{spells_mode.ui.use}}\\\" is enabled, then click save. Resize your overlay so that it covers your entire FFXIV game. If you are unable to resize or find your overlay, go to OverlayPlugin and unlock the overlay or enable the white background if it's already unlocked. In your overlay, right click and choose \\\"{{edit_ui}}.\\\" Once you enter \\\"{{edit_ui}}\\\" mode, be sure to relock the overlay or turn off the white background. You will then be able to drag and resize the spell timer sections you created. Each section is labeled so that you know what it will contain. Once complete, right click and choose \\\"{{save_ui}}.\\\"\",\n\t\t\t\"cn\" : \"界面构建器使你能够创建你自己的技能监控分段 (如下)。例如，你可以为你自己的冷却时间创建一个计时器分段，再为你的坦克或治疗者的冷却时间创建一个计时器分段。在下方的表格中，在每个栏目中选择你想要监控的内容来创建分段。设置完成后，确保 \\\"{{spells_mode.ui.use}}\\\" 已启用，然后点击保存。调整你的悬浮窗的大小，使它覆盖整个最终幻想XIV游戏界面。如果你无法调整悬浮窗大小或找不到你的悬浮窗，请在OverlayPlugin中解锁悬浮窗，如已解锁，请启用白色背景选项。在你的覆盖层中右击并选择 \\\"{{edit_ui}}。\\\" 当你进入到 \\\"{{edit_ui}}\\\" 模式, 请确保重新锁定了悬浮窗并关闭白色背景选项。然后你就可以拖动并调整你创建的技能监控分段的大小。每个分段都有独立标签，以便你知道它包含了什么。调整结束后，右击并选择 \\\"{{save_ui}}。\\\"\",\n\t\t\t\"jp\" : \"The UI builder enables you to create your own spell timer sections (below). For example, you can create a timer section for your own cooldowns, and a timer section for your tank's or healer's cooldowns. In the table below, create sections by choosing what you want to track in each section. Once complete, be sure \\\"{{spells_mode.ui.use}}\\\" is enabled, then click save. Resize your overlay so that it covers your entire FFXIV game. If you are unable to resize or find your overlay, go to OverlayPlugin and unlock the overlay or enable the white background if it's already unlocked. In your overlay, right click and choose \\\"{{edit_ui}}.\\\" Once you enter \\\"{{edit_ui}}\\\" mode, be sure to relock the overlay or turn off the white background. You will then be able to drag and resize the spell timer sections you created. Each section is labeled so that you know what it will contain. Once complete, right click and choose \\\"{{save_ui}}.\\\"\",\n\t\t\t\"de\" : \"Der UI-Baukasten erlaubt dir, deine eigenen Zauber-Timer Bereiche (unten) zu erstellen. Zum Beispiel kannst du einen Timer Bereich für deine eigenen Abklingzeiten und einen weiteren für die deiner Verteidiger und Heiler. In der Tabelle unten kannst du Bereiche erstellen, indem du auswählst, was du in jeweiligen Bereich überwachen willst. Stelle sicher, dass \\\"{{spells_mode.ui.use}}\\\" aktiviert ist, sobald du fertig bist, und klicke auf \\\"Speichern\\\". Ändere die Größe deines Overlays so, dass es das ganze FF XIV Spiel abdeckt. Falls du die Größe nicht ändern kannst oder dein Overlay nicht findest, gehe auf OverlayPlugin und entsperre dein Overlay bzw. aktiviere den weißen Hintergrund, falls es bereits entsperrt ist. Klicke mit deinem Rechtsklick auf das Overlay und wähle \\\"{{edit_ui}}\\\". Sobald du im \\\"{{edit_ui}}\\\"-Modus bist, stelle sicher, dass du das Overlay wieder sperrst bzw. den weißen Hintergrund deakivierst. Nun kannst du deine erstellten Zauber-Timer Bereiche verschieben und deren Größe ändern. Jeder Bereich ist beschriftet, damit du weißt, was er enthält. Bist du fertig, Rechtsklicke erneut und wähle \\\"{{save_ui}}\\\".\",\n\t\t\t\"es\" : \"The UI builder enables you to create your own spell timer sections (below). For example, you can create a timer section for your own cooldowns, and a timer section for your tank's or healer's cooldowns. In the table below, create sections by choosing what you want to track in each section. Once complete, be sure \\\"{{spells_mode.ui.use}}\\\" is enabled, then click save. Resize your overlay so that it covers your entire FFXIV game. If you are unable to resize or find your overlay, go to OverlayPlugin and unlock the overlay or enable the white background if it's already unlocked. In your overlay, right click and choose \\\"{{edit_ui}}.\\\" Once you enter \\\"{{edit_ui}}\\\" mode, be sure to relock the overlay or turn off the white background. You will then be able to drag and resize the spell timer sections you created. Each section is labeled so that you know what it will contain. Once complete, right click and choose \\\"{{save_ui}}.\\\"\",\n\t\t\t\"fr\" : \"The UI builder enables you to create your own spell timer sections (below). For example, you can create a timer section for your own cooldowns, and a timer section for your tank's or healer's cooldowns. In the table below, create sections by choosing what you want to track in each section. Once complete, be sure \\\"{{spells_mode.ui.use}}\\\" is enabled, then click save. Resize your overlay so that it covers your entire FFXIV game. If you are unable to resize or find your overlay, go to OverlayPlugin and unlock the overlay or enable the white background if it's already unlocked. In your overlay, right click and choose \\\"{{edit_ui}}.\\\" Once you enter \\\"{{edit_ui}}\\\" mode, be sure to relock the overlay or turn off the white background. You will then be able to drag and resize the spell timer sections you created. Each section is labeled so that you know what it will contain. Once complete, right click and choose \\\"{{save_ui}}.\\\"\",\n\t\t\t\"kr\" : \"UI 빌더는 스펠 타이머를 본인 입맛에 맞게 만들 수 있습니다.(아래) 본인의 쿨타임, 탱커의 쿨타임들 혹은 힐러 쿨타임또한 따로 표시시켜주는 섹션을 만드는것이 예로 들 수 있습니다. 아래의 테이블에 섹션을 만든 후 어떤것을 표기할지 따로 설정해주시면 되며 완성후 반드시 \\\"{{spells_mode.ui.use}}\\\"이 활성화된것을 확인한 후 저장하시면 됩니다. 오버레이를 파판 화면을 모두 덮게끔 사이즈를 조절하세요. 만약 사이즈 조절이 불가능하다면 오버레이 플러그인에서 잠금해제가 됬는지 확인하시거나 이미 잠금해제가 되있는 상태라면 하얀 바탕을 활성화 시키신 후 오버레이에서 우클릭후 \\\"{{edit_ui}}\\\" 선택을 하시면 됩니다. \\\"{{edit_ui}}\\\" 모드 진입하신 이후 반드시 오버레이를 재갱신하시거나 하얀 바탕을 비활성화 시키세요. 이 후 스펠 타이머 섹션을 따로 사이즈 조절하거나 화면 내 이동시키실 수 있습니다. 각 섹션마다 이름이 표시되어있으므로 구별이 가능하므로 세팅을 마치셨다면 우클릭 후 \\\"{{save_ui}}\\\"를 선택하여 저장하시면 마무리됩니다.\",\n\t\t\t\"ua\" : \"Конструктор UI дозволяє створювати власні розділи таймера заклинань (нижче). Наприклад, ви можете створити секцію таймера для власних кулдаунів та секцію таймерів для кулдаунів вашого захисника або цілителя. У таблиці нижче створіть розділи, вибравши те, що потрібно відстежувати в кожному розділі. Після завершення переконайтеся, що ввімкнено \\\"{{spells_mode.ui.use}}\\\", а потім натисніть 'Зберегти'. Змініть розмір накладання так, щоб воно охоплювало всю вашу гру FFXIV. Якщо вам не вдається змінити розмір або знайти накладене зображення, перейдіть до OverlayPlugin і розблокуйте накладене зображення або ввімкніть білий фон, якщо він уже розблокований. У накладенні клацніть правою кнопкою миші та виберіть \\\"{{edit_ui}}.\\\" Після переходу в режим \\\"{{edit_ui}}\\\" обов’язково переблокуйте накладку або вимкніть білий фон. Потім ви зможете перетягувати та змінювати розмір створених вами розділів таймера заклинань. Кожен розділ позначений так, щоб ви знали, що він міститиме. Після завершення клацніть правою кнопкою миші та виберіть \\\"{{save_ui}}.\\\"\",\n\t\t\t\"ru\" : \"Конструктор UI позволяет создавать собственные секции таймера заклинаний (см. ниже). Например, вы можете создать секцию таймера для собственных кулдаунов и секцию таймера для кулдаунов вашего танка или целителя. В таблице ниже создайте секции, выбрав, что вы хотите отслеживать в каждой из них. После завершения работы убедитесь, что опция \\\"{{use_ui_builder}}\\\" включена, и нажмите кнопку сохранения. Измените размер Оверлея так, чтобы он покрывал всю игру FFXIV. Если вы не можете изменить размер или найти свой Оверлей, перейдите в OverlayPlugin и разблокируйте Оверлей или включите белый фон, если он уже разблокирован. В своем Оверлее щелкните правой кнопкой мыши и выберите \\\"{{edit_ui}}\\\". Войдя в режим \\\"{{edit_ui}}\\\", не забудьте снова заблокировать оверлей или выключить белый фон. После этого вы сможете перетаскивать и изменять размеры созданных вами разделов таймера заклинаний. Каждая секция помечена, чтобы вы знали, что она будет содержать. После завершения щелкните правой кнопкой мыши и выберите \\\"{{save_ui}}\\\".\"\n\t\t},\n\t\t\"discord_webhook_info\": {\n\t\t\t\"en\" : \"Discord Webhook allows Ember to send your encounter data to your Discord channel. To get your webhook URL, open the settings for the desired channel in Discord and choose \\\"Integrations.\\\" Click \\\"Create Webhook\\\" (or \\\"View Webhooks\\\" → \\\"New Webhook\\\" if you already have existing webhooks). Then click \\\"Copy Webhook URL\\\" and paste it into the text box below. In Ember Overlay, after an encounter, click the Discord icon in the bottom right and choose \\\"{{discord_webhook}}.\\\" Your encounter results will be sent to your Discord channel.\",\n\t\t\t\"pt\" : \"O Discord Webhook permite que o Ember envie seus dados de encontro para seu canal de Discord. Para receber seu webhook URL, abra as configurações do canal de Discord desejado e escolha \\\"Integrações\\\". Clique \\\"Criar Webhook\\\" (ou \\\"Vizualizar Webhooks\\\" → \\\"Novo Webhook\\\" se já houver um webhook existente). Depois clique em \\\"Copiar Webhook URL\\\" e cole na caixa de texto abaixo. No Ember Overlay, depois do encontro, clique no ícone do Discord no canto inferior direito e escolha \\\"{{discord_webhook}}\\\". Os resultados do seu encontro serão enviados para o seu canal do Discord.\",\n\t\t\t\"cn\" : \"Discord Webhook允许Ember将你的战斗数据发送到你的Discord频道。如果你想要获得Webhook链接，请在Discord中打开所选频道的设置界面，选择 \\\"整合。\\\" 点击 \\\"创建Webhook\\\" (如果你已经创建过Webhook，则点击 \\\"查看Webhooks\\\" → \\\"新Webhook\\\")。然后点击 \\\"复制Webhook URL\\\" 并将其粘贴到下方的文本框中。战斗结束后，在Ember Overlay中点击右下角的Discord图标，并选择 \\\"{{discord_webhook}}。\\\" 你的战斗结果将被发送到你的Discord频道中。\",\n\t\t\t\"jp\" : \"Discord Webhook allows Ember to send your encounter data to your Discord channel. To get your webhook URL, open the settings for the desired channel in Discord and choose \\\"Integrations.\\\" Click \\\"Create Webhook\\\" (or \\\"View Webhooks\\\" → \\\"New Webhook\\\" if you already have existing webhooks). Then click \\\"Copy Webhook URL\\\" and paste it into the text box below. In Ember Overlay, after an encounter, click the Discord icon in the bottom right and choose \\\"{{discord_webhook}}.\\\" Your encounter results will be sent to your Discord channel.\",\n\t\t\t\"de\" : \"Die Discord Webhook erlaubt es Ember, deine Kampfdaten in einem Discordkanal zu schicken. Klicke auf \\\"Einstellungen\\\" in einem Discord Textkanal deiner Wahl und gehe auf \\\"Integrationen\\\" → \\\"Webhook erstellen\\\" (oder \\\"Webhooks einsehen\\\" → \\\"Neue Webhook\\\", falls bereits welche vorhanden sind), um deinen Webhook URL zu erhalten. Klicke nun auf \\\"Webhook URL kopieren\\\" und füge ihn in die untenstehende Textbox ein. Nach einem Kampf kannst du dann im Ember Overlay auf das Discordlogo und dann auf \\\"{{discord_webhook}}\\\" klicken, um dein Kampfergebnis in deinen Discordkanal senden zu lassen.\",\n\t\t\t\"es\" : \"Discord Webhook allows Ember to send your encounter data to your Discord channel. To get your webhook URL, open the settings for the desired channel in Discord and choose \\\"Integrations.\\\" Click \\\"Create Webhook\\\" (or \\\"View Webhooks\\\" → \\\"New Webhook\\\" if you already have existing webhooks). Then click \\\"Copy Webhook URL\\\" and paste it into the text box below. In Ember Overlay, after an encounter, click the Discord icon in the bottom right and choose \\\"{{discord_webhook}}.\\\" Your encounter results will be sent to your Discord channel.\",\n\t\t\t\"fr\" : \"Discord Webhook allows Ember to send your encounter data to your Discord channel. To get your webhook URL, open the settings for the desired channel in Discord and choose \\\"Integrations.\\\" Click \\\"Create Webhook\\\" (or \\\"View Webhooks\\\" → \\\"New Webhook\\\" if you already have existing webhooks). Then click \\\"Copy Webhook URL\\\" and paste it into the text box below. In Ember Overlay, after an encounter, click the Discord icon in the bottom right and choose \\\"{{discord_webhook}}.\\\" Your encounter results will be sent to your Discord channel.\",\n\t\t\t\"kr\" : \"디스코드 웹후크를 통해 엠버 오버레이가 디코 채널에 전투 기록을 연동하여 올릴 수 있게 합니다. 웹훅 URL은 원하시는 채널의 설정에서 \\\"연동\\\" 선택 후 \\\"웹후크 만들기\\\"를  (혹은 \\\"웹후크 보기\\\" → \\\"새 웹후크\\\"를) 선택하시면 됩니다. 이 후 \\\"웹후크 URL 복사\\\"를 선택하여 아래의 입력창에 붙여넣으십시오. 전투가 끝나면 우측 하단에 있는 디스코드 아이콘을 선택하여 \\\"{{discord_webhook}}\\\" 를 선택하십시오. 해당 디스코드 채널에 전투 기록이 연동되어 뜰 것입니다.\",\n\t\t\t\"ua\" : \"Discord Webhook дозволяє Ember надсилати дані про ваші зустрічі на ваш канал Discord. Щоб отримати URL-адресу веб-хука, відкрийте налаштування для потрібного каналу в розділі Discord та виберіть \\\"Інтеграції.\\\" Клацніть \\\"Створити вебхук\\\" (або \\\"Переглянути вебхуки\\\" → \\\"Новий вебхук\\\", якщо у вас уже є веб-хуки). Потім натисніть \\\"Скопіювати URL вебхука\\\" та вставте його в текстове поле нижче. У Ember Overlay, після зустрічі, клацніть піктограму Discord внизу праворуч і виберіть \\\"{{discord_webhook}}.\\\" Результати зустрічі будуть надіслані на ваш канал Discord.\",\n\t\t\t\"ru\" : \"Discord Webhook позволяет Ember отправлять данные о бое на ваш канал Discord. Чтобы получить URL вашего Webhook, откройте настройки нужного канала в Discord и выберите \\\"Интеграции\\\". Нажмите \\\"Создать Webhook\\\" (или \\\"Просмотр Webhook\\\" → \\\"Новый Webhook\\\", если у вас уже есть существующие Webhook). Затем нажмите \\\"Copy Webhook URL\\\" и вставьте его в текстовое поле ниже. В оверлее Ember после боя нажмите на значок Discord в правом нижнем углу и выберите \\\"{{discord_webhook}}\\\". Результаты вашего боя будут отправлены на ваш канал Discord.\"\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "src/helpers/GameHelper.js",
    "content": "import LocalizationService from \"../services/LocalizationService\";\n\nexport function getEncounterTitle(encounter, exclude_duration) {\n\tconst encounter_state = [];\n\n\tif (!encounter.title) {\n\t\tencounter_state.push(LocalizationService.getOverlayText(\"awaiting_encounter\"));\n\t} else {\n\t\tif (!exclude_duration) {\n\t\t\tencounter_state.push(encounter.duration);\n\t\t}\n\n\t\tif (encounter.title !== \"Encounter\") {\n\t\t\tencounter_state.push(encounter.title);\n\t\t}\n\n\t\tencounter_state.push(encounter.CurrentZoneName);\n\t}\n\n\treturn encounter_state.join(\" - \");\n}\n"
  },
  {
    "path": "src/helpers/StringHelper.js",
    "content": "class StringHelper {\n\ttoBinary(string) {\n\t\tconst units = new Uint16Array(string.length);\n\n\t\tfor (let i = 0; i < units.length; i++) {\n\t\t\tunits[i] = string.charCodeAt(i);\n\t\t}\n\n\t\treturn String.fromCharCode.apply(null, new Uint8Array(units.buffer));\n\t}\n\n\tfromBinary(binary) {\n\t\tconst bytes = new Uint8Array(binary.length);\n\n\t\tfor (let i = 0; i < bytes.length; i++) {\n\t\t\tbytes[i] = binary.charCodeAt(i);\n\t\t}\n\n\t\treturn String.fromCharCode.apply(null, new Uint16Array(bytes.buffer));\n\t}\n}\n\nexport default new StringHelper();\n"
  },
  {
    "path": "src/helpers/UUIDHelper.js",
    "content": "export function createUUID() {\n\treturn \"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\".replace(/[xy]/g, c => {\n\t\t// eslint-disable-next-line\n\t\tconst r = Math.random() * 16 | 0;\n\n\t\t// eslint-disable-next-line\n\t\tconst v = (c === \"x\") ? r : (r & 0x3 | 0x8);\n\n\t\treturn v.toString(16);\n\t});\n}\n"
  },
  {
    "path": "src/index.css",
    "content": "html,\nbody {\n\tbackground: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\theight: 100%;\n\toverflow: hidden;\n\tfont-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml,\nbody,\nhtml *,\nbody * {\n\t-ms-user-select     : none;\n\t-moz-user-select    : none;\n\t-webkit-user-select : none;\n\tuser-select         : none;\n\tcursor              : default;\n\tline-height         : normal;\n}\n\n#root,\n#root-inner {\n\twidth: 100%;\n\theight: 100%;\n}"
  },
  {
    "path": "src/index.js",
    "content": "// React\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport { HashRouter as Router, Route } from \"react-router-dom\";\n\n// Redux\nimport { Provider } from \"react-redux\";\nimport store from \"./redux/store\";\n\n// Styles\nimport \"semantic-ui-less/semantic.less\";\nimport \"./index.css\";\n\n// Custom\nimport Parser from \"./components/Parser\";\nimport Settings from \"./components/Settings\";\nimport MigrationService from \"./services/MigrationService\";\n\nconsole.info(`Welcome and thank you for using Ember Overlay & Spell Timers! Join the Discord at ${process.env.REACT_APP_DISCORD_URL}. GitHub is located at ${process.env.REACT_APP_GITHUB_URL}.`);\n\nconst state = store.getState();\n\nstate\n\t.settings_data\n\t.loadSettings()\n\t.then(settings_result => {\n\t\tMigrationService\n\t\t\t.migrate()\n\t\t\t.then(() => {\n\t\t\t\tstate\n\t\t\t\t\t.settings_data\n\t\t\t\t\t.restoreFromOverlayPluginIfNecessary(settings_result.used_default)\n\t\t\t\t\t.then(() => {\n\t\t\t\t\t\tReactDOM.render(\n\t\t\t\t\t\t\t<Router basename={process.env.REACT_APP_ROUTER_BASE}>\n\t\t\t\t\t\t\t\t<Provider store={store}>\n\t\t\t\t\t\t\t\t\t<Route exact path='/' component={Parser}/>\n\t\t\t\t\t\t\t\t\t<Route path='/settings' component={Settings}/>\n\t\t\t\t\t\t\t\t</Provider>\n\t\t\t\t\t\t\t</Router>,\n\t\t\t\t\t\t\tdocument.getElementById(\"root\"),\n\t\t\t\t\t\t);\n\t\t\t\t\t});\n\t\t\t});\n\t})\n\t.catch(() => {});\n"
  },
  {
    "path": "src/migrations/01-convert-binary-short-name-setting.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateSetting } from \"../redux/actions/index\";\n\nclass Migration {\n\tmigrate() {\n\t\tconst map = {\n\t\t\tfalse : \"no_short\",\n\t\t\ttrue  : \"short_first\",\n\t\t};\n\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst settings    = store.getState().settings_data;\n\t\t\tconst table_names = settings.getSetting(\"table_settings.general.table.short_names\");\n\t\t\tconst raid_names  = settings.getSetting(\"table_settings.general.raid.short_names\");\n\n\t\t\tstore.dispatch(\n\t\t\t\tupdateSetting({\n\t\t\t\t\tkey       : \"table_settings.general.table.short_names\",\n\t\t\t\t\tvalue     : map[table_names] || \"no_short\",\n\t\t\t\t\tskip_save : true,\n\t\t\t\t}),\n\t\t\t);\n\t\t\tstore.dispatch(\n\t\t\t\tupdateSetting({\n\t\t\t\t\tkey       : \"table_settings.general.raid.short_names\",\n\t\t\t\t\tvalue     : map[raid_names] || \"no_short\",\n\t\t\t\t\tskip_save : true,\n\t\t\t\t}),\n\t\t\t);\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/migrations/02-store-settings-in-overlayplugin.js",
    "content": "import store from \"../redux/store/index\";\n\nclass Migration {\n\tmigrate() {\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst state   = store.getState();\n\t\t\tconst service = state.plugin_service;\n\n\t\t\tif (!service.plugin_service.isNgld()) {\n\t\t\t\tresolve();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tstate.settings_data.saveToOverlayPlugin();\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/migrations/03-convert-light-theme.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateSetting } from \"../redux/actions/index\";\n\nclass Migration {\n\tmigrate() {\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst settings    = store.getState().settings_data;\n\t\t\tconst light_theme = settings.getSetting(\"interface.light_theme\");\n\t\t\tconst new_theme   = (light_theme) ? \"ffxiv-light\" : \"ffxiv-dark\";\n\n\t\t\tstore.dispatch(\n\t\t\t\tupdateSetting({\n\t\t\t\t\tkey       : \"interface.theme\",\n\t\t\t\t\tvalue     : new_theme,\n\t\t\t\t\tskip_save : true,\n\t\t\t\t}),\n\t\t\t);\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/migrations/04-convert-spell-layout.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateSetting } from \"../redux/actions/index\";\n\nclass Migration {\n\tmigrate() {\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst settings = store.getState().settings_data;\n\t\t\tconst minimal  = settings.getSetting(\"spells_mode.minimal_layout\");\n\t\t\tconst layout   = (minimal) ? \"compact\" : \"normal\";\n\n\t\t\tstore.dispatch(\n\t\t\t\tupdateSetting({\n\t\t\t\t\tkey       : \"spells_mode.layout\",\n\t\t\t\t\tvalue     : layout,\n\t\t\t\t\tskip_save : true,\n\t\t\t\t}),\n\t\t\t);\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/migrations/05-copy-spell-tts.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateSetting } from \"../redux/actions/index\";\n\nclass Migration {\n\tmigrate() {\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst settings = store.getState().settings_data;\n\t\t\tconst enabled  = settings.getSetting(\"spells_mode.use_tts\");\n\n\t\t\tstore.dispatch(\n\t\t\t\tupdateSetting({\n\t\t\t\t\tkey       : \"spells_mode.party_use_tts\",\n\t\t\t\t\tvalue     : enabled,\n\t\t\t\t\tskip_save : true,\n\t\t\t\t}),\n\t\t\t);\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/migrations/06-change-critical-hp-setting-key.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateSetting } from \"../redux/actions/index\";\n\nclass Migration {\n\tmigrate() {\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst settings = store.getState().settings_data;\n\t\t\tconst data     = settings.getSetting(\"tts.rules.critical\");\n\t\t\tconst exists   = settings.getSetting(\"tts.rules.critical_hp\");\n\n\t\t\tif (exists === undefined) {\n\t\t\t\tstore.dispatch(\n\t\t\t\t\tupdateSetting({\n\t\t\t\t\t\tkey       : \"tts.rules.critical_hp\",\n\t\t\t\t\t\tvalue     : data,\n\t\t\t\t\t\tskip_save : true,\n\t\t\t\t\t}),\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/migrations/07-convert-auto-hide-to-options.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateSetting } from \"../redux/actions/index\";\n\nclass Migration {\n\tmigrate() {\n\t\treturn new Promise((resolve, _reject) => {\n\t\t\tconst settings = store.getState().settings_data;\n\t\t\tconst enabled  = settings.getSetting(\"interface.auto_hide\");\n\n\t\t\tstore.dispatch(\n\t\t\t\tupdateSetting({\n\t\t\t\t\tkey       : \"interface.auto_hide\",\n\t\t\t\t\tvalue     : (enabled) ? \"hide\" : \"disabled\",\n\t\t\t\t\tskip_save : true,\n\t\t\t\t}),\n\t\t\t);\n\t\t\tresolve();\n\t\t});\n\t}\n}\n\nexport default new Migration();\n"
  },
  {
    "path": "src/processors/GameDataProcessor.js",
    "content": "import store from \"../redux/store/index\";\nimport clone from \"lodash.clonedeep\";\n\nimport Constants from \"../constants/index\";\nimport SkillData from \"../constants/SkillData\";\nimport PlayerProcessor from \"./PlayerProcessor\";\n\nimport LocalizationService from \"../services/LocalizationService\";\nimport TTSService from \"../services/TTSService\";\nimport UsageService from \"../services/UsageService\";\nimport SpellService from \"../services/SpellService\";\n\nimport { createUUID } from \"../helpers/UUIDHelper\";\n\nclass GameDataProcessor {\n\tnormalizeFieldLocale(value) {\n\t\tconst foreign_number_regex = /[\\d]+,[\\d]{2}(%|K)?$/;\n\t\tconst matches              = String(value).match(foreign_number_regex);\n\t\tconst match                = (matches && matches.length) ? matches[0] : false;\n\n\t\tif (match === false) {\n\t\t\treturn value;\n\t\t}\n\n\t\treturn value.replace(match, String(match).replace(\",\", \".\"));\n\t}\n\n\tnormalizeLocales(data, language, current_state, loading_sample) {\n\t\tif (data.Encounter) {\n\t\t\treturn this.normalizeGameData(data, language, current_state, loading_sample);\n\t\t}\n\n\t\tif (data.AggroList) {\n\t\t\treturn this.normalizeAggroList(data);\n\t\t}\n\n\t\treturn data;\n\t}\n\n\tnormalizeGameData(data, language, current_state, loading_sample) {\n\t\tdata.Encounter.name             = LocalizationService.getOverlayText(\"encounter\", language);\n\t\tdata.Encounter.Job              = \"ENC\";\n\t\tdata.Encounter.OverHealPct      = \"0%\";\n\t\tdata.Encounter.BlockPct         = \"0%\";\n\t\tdata.Encounter.DirectHitPct     = \"0%\";\n\t\tdata.Encounter.CritDirectHitPct = \"0%\";\n\t\tdata.Encounter[\"damage%\"]       = \"100%\";\n\t\tdata.Encounter[\"healed%\"]       = \"100%\";\n\n\t\tfor (const key in Constants.PlayerDataTitles) {\n\t\t\tif (data.Encounter[key] !== undefined) {\n\t\t\t\tdata.Encounter[key] = this.normalizeFieldLocale(data.Encounter[key]);\n\t\t\t}\n\t\t}\n\n\t\tfor (const player_name in data.Combatant) {\n\t\t\tfor (const key in Constants.PlayerDataTitles) {\n\t\t\t\tif (data.Combatant[player_name][key] !== undefined) {\n\t\t\t\t\tdata.Combatant[player_name][key] = this.normalizeFieldLocale(data.Combatant[player_name][key]);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ((data.Combatant[player_name].Job || \"\").toLowerCase() === \"limit break\") {\n\t\t\t\tdata.Combatant[player_name].Job = \"LMB\";\n\t\t\t}\n\n\t\t\tdata.Combatant[player_name].UUID = createUUID();\n\t\t}\n\n\t\tdata = this.injectMaxDPS(data, current_state, loading_sample);\n\n\t\treturn data;\n\t}\n\n\tinjectMaxDPS(data, current_state, loading_sample) {\n\t\tif (!current_state || !UsageService.usingMaxDPS(current_state.settings_data)) {\n\t\t\treturn data;\n\t\t}\n\n\t\tconst can_calculate_max = (!loading_sample && data.Encounter.DURATION >= 30);\n\n\t\tfor (const player_name in data.Combatant) {\n\t\t\tdata.Combatant[player_name].max_enc_dps = data.Combatant[player_name].max_enc_dps || 0;\n\n\t\t\tif (can_calculate_max && (!current_state || !current_state.internal.game.Combatant || !current_state.internal.game.Combatant[player_name] || Number(data.Combatant[player_name].encdps) > current_state.internal.game.Combatant[player_name].max_enc_dps)) {\n\t\t\t\tdata.Combatant[player_name].max_enc_dps = Number(data.Combatant[player_name].encdps);\n\t\t\t} else if (current_state && current_state.internal.game.Combatant && current_state.internal.game.Combatant[player_name]) {\n\t\t\t\tdata.Combatant[player_name].max_enc_dps = current_state.internal.game.Combatant[player_name].max_enc_dps || 0;\n\t\t\t}\n\t\t}\n\n\t\treturn data;\n\t}\n\n\tnormalizeAggroList(data) {\n\t\tfor (const key of [\"CurrentHP\", \"MaxHP\"]) {\n\t\t\tfor (const i in data.AggroList) {\n\t\t\t\tif (data.AggroList[i][key] !== undefined) {\n\t\t\t\t\tdata.AggroList[i][key] = this.normalizeFieldLocale(data.AggroList[i][key]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn data.AggroList;\n\t}\n\n\tappendHistory(data, state) {\n\t\tif (!data.Encounter) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst interval = 15;\n\n\t\tconst current_history = state.internal.encounter_history[0].data_history;\n\t\tconst recent_time     = Object.keys(current_history).slice(-1)[0];\n\t\tconst current_time    = Math.round(new Date().getTime() / 1000);\n\n\t\tif (recent_time && (current_time - recent_time) < interval) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst new_data  = {};\n\t\tconst encounter = JSON.parse(JSON.stringify(data.Encounter));\n\n\t\tnew_data.Encounter = {\n\t\t\tencdps : PlayerProcessor.getDataValue(\"encdps\", encounter, undefined, undefined, true, state),\n\t\t\tenchps : PlayerProcessor.getDataValue(\"enchps\", encounter, undefined, undefined, true, state),\n\t\t\tenctps : PlayerProcessor.getDataValue(\"enctps\", encounter, undefined, encounter, true, state),\n\t\t};\n\n\t\tfor (const player_name in data.Combatant) {\n\t\t\tconst player = JSON.parse(JSON.stringify(data.Combatant[player_name]));\n\n\t\t\tnew_data[player_name] = {\n\t\t\t\tencdps : PlayerProcessor.getDataValue(\"encdps\", player, undefined, undefined, true, state),\n\t\t\t\tenchps : PlayerProcessor.getDataValue(\"enchps\", player, undefined, undefined, true, state),\n\t\t\t\tenctps : PlayerProcessor.getDataValue(\"enctps\", player, undefined, encounter, true, state),\n\t\t\t};\n\t\t}\n\n\t\tcurrent_history[current_time] = new_data;\n\n\t\tstate.internal.encounter_history[0].data_history = current_history;\n\t}\n\n\tprocessEnmity(data) {\n\t\tfor (const i in data.Entries) {\n\t\t\tdata.Entries[i].name = data.Entries[i].Name;\n\t\t}\n\n\t\tconst sorted_players = PlayerProcessor.sortPlayers(data.Entries, undefined, \"Enmity\");\n\t\tlet max_value        = 0;\n\t\tconst players        = {};\n\n\t\tfor (const player of sorted_players) {\n\t\t\tif (!max_value) {\n\t\t\t\tmax_value = player.Enmity || 100;\n\t\t\t}\n\n\t\t\tconst percent = ((player.Enmity / max_value) * 100).toFixed(2);\n\n\t\t\tplayers[player.Name] = percent;\n\t\t}\n\n\t\treturn players;\n\t}\n\n\tinjectEnmity(data, state) {\n\t\tfor (let player_name in data.Combatant) {\n\t\t\tconst real_player_name = player_name;\n\n\t\t\tif (player_name === \"YOU\") {\n\t\t\t\tplayer_name = PlayerProcessor.getDataValue(\"name\", data.Combatant[player_name], undefined, undefined, undefined, state);\n\t\t\t}\n\n\t\t\tdata.Combatant[real_player_name].enmity_percent = state.internal.enmity[player_name] || 0;\n\t\t}\n\n\t\treturn data;\n\t}\n\n\tprocessParty(data) {\n\t\tconst party = [];\n\n\t\tif (!data || !data.party) {\n\t\t\treturn party;\n\t\t}\n\n\t\tfor (const i in data.party) {\n\t\t\tif (data.party[i].inParty) {\n\t\t\t\tparty.push(data.party[i].name);\n\t\t\t}\n\t\t}\n\n\t\treturn party;\n\t}\n\n\tconvertToLocaleFormat(key, value, state) {\n\t\tstate = state || store.getState();\n\n\t\tconst accuracy          = state.settings.interface.decimal_accuracy;\n\t\tconst shorten_thousands = state.settings.interface.shorten_thousands;\n\t\tlet over_thousand       = false;\n\t\tconst fraction_rules    = Constants.PlayerMetricFractionRules[key];\n\t\tconst minimum_fraction  = (fraction_rules && \"min\" in fraction_rules) ? fraction_rules.min : accuracy;\n\t\tconst maximum_fraction  = (fraction_rules && \"max\" in fraction_rules) ? fraction_rules.max : accuracy;\n\n\t\tvalue = Number(value);\n\n\t\tif (shorten_thousands && value >= 1000) {\n\t\t\tvalue         = Number((value / 1000).toFixed(2));\n\t\t\tover_thousand = true;\n\t\t}\n\n\t\tvalue = value.toLocaleString(undefined, { minimumFractionDigits : minimum_fraction, maximumFractionDigits : maximum_fraction });\n\n\t\tif (over_thousand) {\n\t\t\tvalue += \"K\";\n\t\t}\n\n\t\treturn value;\n\t}\n\n\tprocessCombatDataTTS(data, current_state) {\n\t\tconst valid_player_names = PlayerProcessor.getValidPlayerNames(current_state);\n\n\t\tif (data.Combatant) {\n\t\t\tTTSService.updateCombatants(data.Combatant, valid_player_names);\n\t\t}\n\n\t\tTTSService.processEncounter(data, current_state);\n\n\t\tif (!data.Encounter) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (UsageService.usingTopDPSTTS(current_state.settings_data)) {\n\t\t\tconst sorted = PlayerProcessor.sortPlayers(data.Combatant, data.Encounter, \"encdps\", current_state);\n\t\t\tlet rank     = 0;\n\n\t\t\tfor (const player of sorted) {\n\t\t\t\trank++;\n\n\t\t\t\tif (valid_player_names.indexOf(player.name) !== -1) {\n\t\t\t\t\tTTSService.processRank(rank, \"dps\", current_state);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (UsageService.usingTopHPSTTS(current_state.settings_data)) {\n\t\t\tconst sorted = PlayerProcessor.sortPlayers(data.Combatant, data.Encounter, \"enchps\", current_state);\n\t\t\tlet rank     = 0;\n\n\t\t\tfor (const player of sorted) {\n\t\t\t\trank++;\n\n\t\t\t\tif (valid_player_names.indexOf(player.name) !== -1) {\n\t\t\t\t\tTTSService.processRank(rank, \"hps\", current_state);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (UsageService.usingTopTPSTTS(current_state.settings_data)) {\n\t\t\tconst sorted = PlayerProcessor.sortPlayers(data.Combatant, data.Encounter, \"enctps\", current_state);\n\t\t\tlet rank     = 0;\n\n\t\t\tfor (const player of sorted) {\n\t\t\t\trank++;\n\n\t\t\t\tif (valid_player_names.indexOf(player.name) !== -1) {\n\t\t\t\t\tTTSService.processRank(rank, \"tps\", current_state);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tprocessAggroTTS(data, current_state) {\n\t\tif (UsageService.usingAggroTTS(current_state.settings_data)) {\n\t\t\tTTSService.processAggro(data);\n\t\t}\n\t}\n\n\tparseSpellLogLine(data, state, processed_state) {\n\t\tdata = data.line;\n\n\t\tconst date       = new Date();\n\t\tconst event_code = Number(data[0]);\n\t\tconst log_data   = {\n\t\t\tsuffix : \"\",\n\t\t};\n\n\t\tswitch (event_code) {\n\t\t\tcase 3:\n\t\t\t\tlog_data.char_id = parseInt(data[2], 16);\n\n\t\t\t\tif (log_data.char_id !== state.internal.character_id) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\tlog_data.char_job   = Constants.GameJobsID[parseInt(data[4], 16)] || null;\n\t\t\t\tlog_data.char_level = parseInt(data[5], 16);\n\n\t\t\t\treturn log_data;\n\n\t\t\tcase 21:\n\t\t\tcase 22:\n\t\t\t\tlog_data.spell_index = 4;\n\n\t\t\t\tconst skill_id = String(parseInt(data[log_data.spell_index], 16));\n\n\t\t\t\tif (!SpellService.skillExists(skill_id)) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\tlog_data.spell_id         = skill_id;\n\t\t\t\tlog_data.char_id_index    = 2;\n\t\t\t\tlog_data.spell_name_index = 5;\n\t\t\t\tlog_data.char_name_index  = log_data.char_id_index + 1;\n\t\t\t\tlog_data.type             = \"skill\";\n\t\t\t\tlog_data.subtype          = log_data.type;\n\t\t\t\tlog_data.lookup_key       = \"spells\";\n\n\t\t\t\tbreak;\n\n\t\t\tcase 25:\n\t\t\t\tlog_data.char_id = parseInt(data[2], 16);\n\n\t\t\t\tif (log_data.char_id !== state.internal.character_id) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\t// Return \"death\";\n\t\t\t\treturn false;\n\n\t\t\tcase 26:\n\t\t\tcase 30:\n\t\t\t\tlog_data.spell_index = 2;\n\n\t\t\t\tconst effect_id = String(parseInt(data[log_data.spell_index], 16));\n\n\t\t\t\tif (!SpellService.effectExists(effect_id)) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\tlog_data.spell_id = effect_id;\n\t\t\t\tlog_data.type     = \"effect\";\n\t\t\t\tlog_data.dot      = SkillData.Effects[effect_id].dot;\n\t\t\t\tlog_data.debuff   = SkillData.Effects[effect_id].debuff;\n\t\t\t\tlog_data.subtype  = (log_data.dot)\n\t\t\t\t\t? \"dot\"\n\t\t\t\t\t: ((log_data.debuff)\n\t\t\t\t\t\t? \"debuff\"\n\t\t\t\t\t\t: log_data.type);\n\n\t\t\t\tlog_data.lookup_key       = log_data.subtype + \"s\";\n\t\t\t\tlog_data.char_id_index    = (log_data.dot || log_data.debuff) ? 5 : 7;\n\t\t\t\tlog_data.char_name_index  = log_data.char_id_index + 1;\n\t\t\t\tlog_data.spell_name_index = 3;\n\t\t\t\tlog_data.duration_index   = 4;\n\t\t\t\tlog_data.stacks           = Number(data[9]);\n\n\t\t\t\tbreak;\n\n\t\t\tcase 33:\n\t\t\t\treturn (data[3] === \"40000005\") ? \"wipe\" : false;\n\n\t\t\tdefault:\n\t\t\t\treturn false;\n\t\t}\n\n\t\tlog_data.char_id   = parseInt(data[log_data.char_id_index], 16);\n\t\tlog_data.char_type = (state.internal.character_id === log_data.char_id) ? \"you\" : false;\n\t\tlog_data.party     = (log_data.char_type !== \"you\");\n\n\t\tif (\n\t\t\tlog_data.party &&\n\t\t\tstate.settings.spells_mode.party_zones.length &&\n\t\t\tstate.settings.spells_mode.party_zones.indexOf(String(state.internal.current_zone_id)) === -1\n\t\t) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif (!log_data.char_type) {\n\t\t\tlog_data.char_name = data[log_data.char_name_index];\n\n\t\t\tif (!state.internal.game.Combatant || !state.internal.game.Combatant[log_data.char_name]) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tlog_data.job = (state.internal.game.Combatant[log_data.char_name].Job || \"\").toUpperCase();\n\n\t\t\tif (!Constants.GameJobs[log_data.job]) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tlog_data.char_type  = (state.settings.spells_mode.ui.use) ? Constants.GameJobs[log_data.job].role : \"party\";\n\t\t\tlog_data.lookup_key = \"party_\" + log_data.lookup_key;\n\t\t\tlog_data.suffix     = \"party\";\n\t\t}\n\n\t\tif (\n\t\t\t!state.internal.spells.allowed_types[log_data.subtype][log_data.char_type] &&\n\t\t\t!state.internal.spells.allowed_types[log_data.subtype][log_data.job]\n\t\t) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif (log_data.type === \"effect\") {\n\t\t\tlog_data.english_name = LocalizationService.getSpellName(log_data.subtype, log_data.spell_id, \"en\");\n\n\t\t\tif (!SpellService.isValidName(log_data.lookup_key, log_data.english_name)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t} else {\n\t\t\tif (state.settings.spells_mode[log_data.lookup_key].indexOf(log_data.spell_id) === -1) {\n\t\t\t\tif (this.isValidIndirection(log_data)) {\n\t\t\t\t\treturn this.processIndirection(log_data, data, state);\n\t\t\t\t}\n\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tlog_data.english_name = LocalizationService.getSpellName(log_data.subtype, log_data.spell_id, \"en\");\n\t\t}\n\n\t\tconst state_data    = processed_state || clone(state.internal.spells);\n\t\tconst defaulted_key = `${log_data.subtype}-` + SpellService.getKeyName(log_data.english_name);\n\t\tconst suffixes      = [];\n\n\t\tif (!log_data.party) {\n\t\t\tsuffixes.push(\"\");\n\t\t} else {\n\t\t\tif (state.internal.spells.allowed_types[log_data.subtype][log_data.char_type]) {\n\t\t\t\tsuffixes.push(log_data.char_type);\n\t\t\t}\n\n\t\t\tif (state.settings.spells_mode.ui.use && state.internal.spells.allowed_types[log_data.subtype][log_data.job]) {\n\t\t\t\tsuffixes.push(log_data.job);\n\t\t\t}\n\t\t}\n\n\t\tlog_data.in_use_key = (log_data.type === \"effect\")\n\t\t\t? `${log_data.type}-` + SpellService.getKeyName(log_data.english_name)\n\t\t\t: `${log_data.type}-${log_data.spell_id}`;\n\n\t\tif (!log_data.party && state_data.defaulted[defaulted_key]) {\n\t\t\tconst defaulted = state_data.defaulted[defaulted_key];\n\n\t\t\tlog_data.defaulted     = true;\n\t\t\tlog_data.type_position = defaulted.position;\n\n\t\t\tif (defaulted.id !== log_data.spell_id) {\n\t\t\t\tif (event_code === 30) {\n\t\t\t\t\tstate_data.in_use[log_data.in_use_key] = clone(state_data.in_use[defaulted.key]);\n\n\t\t\t\t\tstate_data.in_use[log_data.in_use_key].spell_id = log_data.spell_id;\n\t\t\t\t\tstate_data.in_use[log_data.in_use_key].duration = 0;\n\t\t\t\t}\n\n\t\t\t\tdelete state_data.in_use[defaulted.key];\n\n\t\t\t\tstate_data.defaulted[defaulted_key].id  = log_data.spell_id;\n\t\t\t\tstate_data.defaulted[defaulted_key].key = log_data.in_use_key;\n\n\t\t\t\tif (event_code === 30) {\n\t\t\t\t\treturn state_data;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (const suffix of suffixes) {\n\t\t\tlog_data.current_in_use_key = log_data.in_use_key;\n\n\t\t\tif (suffix) {\n\t\t\t\tlog_data.current_in_use_key += `-${suffix}`;\n\n\t\t\t\tif (suffix !== \"party\") {\n\t\t\t\t\tlog_data.char_type = suffix;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (event_code === 30) {\n\t\t\t\tdelete state_data.in_use[log_data.current_in_use_key];\n\t\t\t} else {\n\t\t\t\tif (state_data.in_use[log_data.current_in_use_key] && Number(state_data.in_use[log_data.current_in_use_key].stacks) > log_data.stacks) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\tstate_data.in_use[log_data.current_in_use_key] = {\n\t\t\t\t\ttype          : log_data.type,\n\t\t\t\t\tsubtype       : log_data.subtype,\n\t\t\t\t\tid            : log_data.spell_id,\n\t\t\t\t\ttime          : date,\n\t\t\t\t\tname          : data[log_data.spell_name_index],\n\t\t\t\t\tduration      : (log_data.duration_index) ? Number(data[log_data.duration_index]) : 0,\n\t\t\t\t\tstacks        : log_data.stacks,\n\t\t\t\t\tlog_type      : log_data.char_type + \"-\" + log_data.subtype,\n\t\t\t\t\tparty         : log_data.party,\n\t\t\t\t\tdefaulted     : log_data.defaulted,\n\t\t\t\t\ttype_position : log_data.type_position,\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif (this.isValidIndirection(log_data)) {\n\t\t\treturn this.processIndirection(log_data, data, state, state_data);\n\t\t}\n\n\t\treturn state_data;\n\t}\n\n\tisValidIndirection(log_data) {\n\t\treturn (log_data.type === \"skill\" && SkillData.SkillIndirections[log_data.spell_id]);\n\t}\n\n\tprocessIndirection(log_data, data, state, processed_state) {\n\t\tconst indirect_id = SkillData.SkillIndirections[log_data.spell_id];\n\n\t\tdata[log_data.spell_index]      = indirect_id.toString(16);\n\t\tdata[log_data.spell_name_index] = null;\n\n\t\treturn this.parseSpellLogLine({ line : data }, state, processed_state);\n\t}\n\n\tgetAllowedSpellTypes(state) {\n\t\tconst types = {\n\t\t\tskill : {\n\t\t\t\tyou   : true,\n\t\t\t\tparty : true,\n\t\t\t},\n\t\t\teffect : {\n\t\t\t\tyou   : true,\n\t\t\t\tparty : true,\n\t\t\t},\n\t\t\tdot : {\n\t\t\t\tyou   : true,\n\t\t\t\tparty : true,\n\t\t\t},\n\t\t\tdebuff : {\n\t\t\t\tyou   : true,\n\t\t\t\tparty : true,\n\t\t\t},\n\t\t};\n\n\t\tif (state.settings.spells_mode.ui.use) {\n\t\t\ttypes.skill.you    = false;\n\t\t\ttypes.effect.you   = false;\n\t\t\ttypes.dot.you      = false;\n\t\t\ttypes.debuff.you   = false;\n\t\t\ttypes.skill.party  = false;\n\t\t\ttypes.effect.party = false;\n\t\t\ttypes.debuff.party = false;\n\n\t\t\tfor (const uuid in state.settings.spells_mode.ui.sections) {\n\t\t\t\tconst section = state.settings.spells_mode.ui.sections[uuid];\n\n\t\t\t\tfor (const type of section.types) {\n\t\t\t\t\tconst data = type.split(\"-\");\n\n\t\t\t\t\ttypes[data[1]][data[0]] = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn types;\n\t}\n}\n\nexport default new GameDataProcessor();\n"
  },
  {
    "path": "src/processors/MessageProcessor.js",
    "content": "import store from \"../redux/store/index\";\nimport { parseGameData, parseEnmity, parseAggroList, parseParty, parseLogLine, updateState } from \"../redux/actions/index\";\nimport Constants from \"../constants\";\n\nclass MessageProcessor {\n\tprocessMessage(e) {\n\t\tlet data = e;\n\t\tlet type = false;\n\n\t\tif (typeof data !== \"object\" || (data !== null && data.data)) {\n\t\t\ttry {\n\t\t\t\tdata = JSON.parse(e.data);\n\t\t\t} catch {}\n\t\t}\n\n\t\tif (typeof data !== \"object\" || data === null) {\n\t\t\tif (data) {\n\t\t\t\ttry {\n\t\t\t\t\tdata = JSON.parse(data);\n\n\t\t\t\t\tif (data.combatants) {\n\t\t\t\t\t\ttype = \"GetCombatants\";\n\t\t\t\t\t}\n\t\t\t\t} catch {}\n\t\t\t}\n\n\t\t\tif (!type) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\ttype = type || data.msgtype || data.type;\n\n\t\tif (\n\t\t\t[\n\t\t\t\t\"onOverlayDataUpdate\",\n\t\t\t\t\"SendCharName\",\n\t\t\t\t\"CombatData\",\n\t\t\t\t\"EnmityAggroList\",\n\t\t\t\t\"EnmityTargetData\",\n\t\t\t\t\"ChangePrimaryPlayer\",\n\t\t\t\t\"PartyChanged\",\n\t\t\t\t\"LogLine\",\n\t\t\t\t\"GetCombatants\",\n\t\t\t\t\"ChangeZone\",\n\t\t\t].indexOf(type) === -1\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tlet state_data;\n\n\t\tswitch (type) {\n\t\t\tcase \"onOverlayDataUpdate\":\n\t\t\tcase \"CombatData\":\n\t\t\t\tconst detail = (type === \"onOverlayDataUpdate\") ? data.detail : data.msg || data;\n\n\t\t\t\tstore.dispatch(parseGameData(detail));\n\t\t\t\tbreak;\n\n\t\t\tcase \"EnmityAggroList\":\n\t\t\t\tif (data.AggroList && !data.AggroList.length) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tstore.dispatch(parseAggroList(data));\n\t\t\t\tbreak;\n\n\t\t\tcase \"EnmityTargetData\":\n\t\t\t\tif (!data.Entries || !data.Entries.length) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tstore.dispatch(parseEnmity(data));\n\t\t\t\tbreak;\n\n\t\t\tcase \"ChangePrimaryPlayer\":\n\t\t\tcase \"SendCharName\":\n\t\t\t\tstate_data = {\n\t\t\t\t\tkey : [\n\t\t\t\t\t\t\"internal.character_name\",\n\t\t\t\t\t\t\"internal.character_id\",\n\t\t\t\t\t],\n\t\t\t\t\tvalue : [\n\t\t\t\t\t\t(type === \"ChangePrimaryPlayer\") ? data.charName : data.msg.charName,\n\t\t\t\t\t\t(type === \"ChangePrimaryPlayer\") ? data.charID : data.msg.charID,\n\t\t\t\t\t],\n\t\t\t\t};\n\n\t\t\t\tstore.dispatch(updateState(state_data));\n\t\t\t\tbreak;\n\n\t\t\tcase \"ChangeZone\":\n\t\t\t\tstate_data = {\n\t\t\t\t\tkey   : \"internal.current_zone_id\",\n\t\t\t\t\tvalue : data.zoneID,\n\t\t\t\t};\n\n\t\t\t\tstore.dispatch(updateState(state_data));\n\t\t\t\tbreak;\n\n\t\t\tcase \"GetCombatants\":\n\t\t\t\tconst char_id = store.getState().internal.character_id;\n\n\t\t\t\tfor (const combatant of data.combatants) {\n\t\t\t\t\tif (char_id === combatant.ID) {\n\t\t\t\t\t\tconst job = Constants.GameJobsID[combatant.Job];\n\n\t\t\t\t\t\tif (!job) {\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstate_data = {\n\t\t\t\t\t\t\tkey : [\n\t\t\t\t\t\t\t\t\"internal.character_job\",\n\t\t\t\t\t\t\t\t\"internal.character_level\",\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tvalue : [\n\t\t\t\t\t\t\t\tjob.abbreviation,\n\t\t\t\t\t\t\t\tcombatant.Level,\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t};\n\n\t\t\t\t\t\tstore.dispatch(updateState(state_data));\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tbreak;\n\n\t\t\tcase \"PartyChanged\":\n\t\t\t\tstore.dispatch(parseParty(data));\n\t\t\t\tbreak;\n\n\t\t\tcase \"LogLine\":\n\t\t\t\tconst allowed_codes = [1, 3, 21, 22, 26, 30, 33, 37, 39];\n\n\t\t\t\tif (allowed_codes.indexOf(Number(data.line[0])) === -1) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tstore.dispatch(parseLogLine(data));\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tbreak;\n\t\t}\n\t}\n}\n\nexport default new MessageProcessor();\n"
  },
  {
    "path": "src/processors/MonsterProcessor.js",
    "content": "import Constants from \"../constants/index\";\n\nimport GameDataProcessor from \"./GameDataProcessor\";\n\nclass MonsterProcessor {\n\tgetDataValue(key, monster) {\n\t\tconst key_function = Constants.MonsterDataCustomDataValues[key];\n\t\tlet value          = (key_function) ? key_function(monster) : monster[key];\n\n\t\tif (!isNaN(value)) {\n\t\t\tvalue = GameDataProcessor.convertToLocaleFormat(key, value);\n\t\t}\n\n\t\treturn value;\n\t}\n}\n\nexport default new MonsterProcessor();\n"
  },
  {
    "path": "src/processors/PlayerProcessor.js",
    "content": "import store from \"../redux/store/index\";\n\nimport Constants from \"../constants/index\";\n\nimport GameDataProcessor from \"./GameDataProcessor\";\n\nclass PlayerProcessor {\n\tgetValidPlayerNames(current_state) {\n\t\tconst state = current_state || store.getState();\n\n\t\tconst valid_player_names = [\n\t\t\t\"YOU\",\n\t\t\tstate.settings.interface.player_name,\n\t\t];\n\n\t\tif (state.settings.interface.player_name === \"YOU\") {\n\t\t\tvalid_player_names.push(state.internal.character_name);\n\t\t}\n\n\t\treturn valid_player_names;\n\t}\n\n\tgetShortName(name, type) {\n\t\tname = (name || \"\").split(\" \");\n\n\t\tconst first_name = ([\"short_first\", \"short_both\"].indexOf(type) !== -1) ? name[0].slice(0, 1) + \".\" : name[0];\n\n\t\tif (name.length === 1) {\n\t\t\treturn first_name;\n\t\t}\n\n\t\tlet last_name = name.pop();\n\n\t\tif (([\"short_last\", \"short_both\"].indexOf(type) !== -1)) {\n\t\t\tlast_name = last_name.slice(0, 1) + \".\";\n\t\t}\n\n\t\treturn `${first_name} ${last_name}`;\n\t}\n\n\tgetDataValue(key, player, players, encounter, return_sortable_value, state) {\n\t\tconst key_function = Constants.PlayerDataCustomValues[key];\n\t\tlet lang           = null;\n\n\t\tif (key_function) {\n\t\t\tstate = state || store.getState();\n\t\t\tlang  = state.settings.interface.language;\n\t\t}\n\n\t\tlet value = (key_function) ? key_function(player, players, encounter, lang) : player[key];\n\n\t\tif (key === \"name\") {\n\t\t\tstate = state || store.getState();\n\t\t\tlang  = state.settings.interface.language;\n\n\t\t\tif (state.settings.interface.display_job_names) {\n\t\t\t\tconst job = player.Job.toUpperCase();\n\n\t\t\t\tvalue = (Constants.GameJobs[job])\n\t\t\t\t\t? Constants.GameJobs[job][\"Name_\" + lang] || Constants.GameJobs[job].Name_en\n\t\t\t\t\t: \"N/A\";\n\t\t\t} else if (value === \"YOU\") {\n\t\t\t\tconst setting_name = state.settings.interface.player_name;\n\n\t\t\t\tvalue = (setting_name && setting_name === \"YOU\") ? state.internal.character_name : setting_name;\n\t\t\t}\n\t\t}\n\n\t\tif (!return_sortable_value && !isNaN(value)) {\n\t\t\tvalue = GameDataProcessor.convertToLocaleFormat(key, value, state);\n\t\t} else if (return_sortable_value) {\n\t\t\tconst number_regex = /((([\\d]{1,3},)?(([\\d]{3},)+)?[\\d]{3})|[\\d]+)(\\.[\\d]+)?(%|K)?$/;\n\t\t\tconst matches      = String(value).match(number_regex);\n\t\t\tconst match        = (matches && matches.length) ? matches[0] : 0;\n\n\t\t\tvalue = String(match).replace(/[%,]/g, \"\");\n\n\t\t\tif (value.indexOf(\"K\") !== -1) {\n\t\t\t\tvalue = Number(value.replace(\"K\", \"\")) * 1000;\n\t\t\t}\n\n\t\t\tvalue = Number(value);\n\t\t}\n\n\t\treturn value;\n\t}\n\n\tsortPlayers(players, encounter, sort_column, current_state) {\n\t\tlet sorted_players = [];\n\t\tconst self         = this;\n\n\t\tfor (const key in players) {\n\t\t\tsorted_players.push(players[key]);\n\t\t}\n\n\t\tconst players_copy = JSON.parse(JSON.stringify(sorted_players));\n\n\t\tsorted_players = sorted_players.sort((a, b) => {\n\t\t\tconst val_a = self.getDataValue(sort_column, a, players_copy, encounter, true, current_state);\n\t\t\tconst val_b = self.getDataValue(sort_column, b, players_copy, encounter, true, current_state);\n\n\t\t\tif (val_a > val_b) {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\tif (val_b > val_a) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif (a.Job && b.Job) {\n\t\t\t\treturn self\n\t\t\t\t\t.getDataValue(\"name\", a, undefined, undefined, undefined, current_state)\n\t\t\t\t\t.localeCompare(self.getDataValue(\"name\", b, undefined, undefined, undefined, current_state));\n\t\t\t}\n\n\t\t\tif (!a.job) {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\treturn 1;\n\t\t});\n\n\t\treturn sorted_players;\n\t}\n}\n\nexport default new PlayerProcessor();\n"
  },
  {
    "path": "src/redux/actions/index.js",
    "content": "export function parseGameData(payload) {\n\treturn {\n\t\ttype : \"parseGameData\",\n\t\tkey  : \"internal.game\",\n\t\tpayload,\n\t};\n}\n\nexport function loadSampleGameData() {\n\treturn {\n\t\ttype : \"loadSampleData\",\n\t};\n}\n\nexport function loadHistoryEntry(payload) {\n\treturn {\n\t\ttype : \"loadHistoryEntry\",\n\t\tpayload,\n\t};\n}\n\nexport function clearGameData() {\n\treturn parseGameData({});\n}\n\nexport function parseEnmity(payload) {\n\treturn {\n\t\ttype : \"parseEnmity\",\n\t\tkey  : \"internal.enmity\",\n\t\tpayload,\n\t};\n}\n\nexport function parseAggroList(payload) {\n\treturn {\n\t\ttype : \"parseAggroList\",\n\t\tkey  : \"internal.aggro\",\n\t\tpayload,\n\t};\n}\n\nexport function parseParty(payload) {\n\treturn {\n\t\ttype : \"parseParty\",\n\t\tkey  : \"internal.party\",\n\t\tpayload,\n\t};\n}\n\nexport function changeMode(payload) {\n\treturn {\n\t\ttype : \"changeMode\",\n\t\tkey  : \"internal.mode\",\n\t\tpayload,\n\t};\n}\n\nexport function parseLogLine(payload) {\n\treturn {\n\t\ttype : \"parseLogLine\",\n\t\tkey  : false,\n\t\tpayload,\n\t};\n}\n\nexport function updateSetting(payload) {\n\treturn {\n\t\ttype      : \"setSetting\",\n\t\tkey       : payload.key,\n\t\tpayload   : payload.value,\n\t\tsource    : payload.source,\n\t\tskip_save : payload.skip_save,\n\t};\n}\n\nexport function updateSettings(payload) {\n\treturn {\n\t\ttype   : \"setSettings\",\n\t\tdata   : payload.data,\n\t\tsource : payload.source,\n\t};\n}\n\nexport function changeCollapse(payload) {\n\treturn {\n\t\ttype   : \"setSetting\",\n\t\tkey    : \"intrinsic.collapsed\",\n\t\tsource : \"parser\",\n\t\tpayload,\n\t};\n}\n\nexport function changeUIBuilder(payload) {\n\treturn {\n\t\ttype : \"changeUIBuilder\",\n\t\tkey  : \"internal.ui_builder\",\n\t\tpayload,\n\t};\n}\n\nexport function changeTableType(payload) {\n\treturn {\n\t\ttype   : \"setSetting\",\n\t\tkey    : \"intrinsic.table_type\",\n\t\tsource : \"parser\",\n\t\tpayload,\n\t};\n}\n\nexport function changePlayerBlur(payload) {\n\treturn {\n\t\ttype   : \"setSetting\",\n\t\tkey    : \"intrinsic.player_blur\",\n\t\tsource : \"parser\",\n\t\tpayload,\n\t};\n}\n\nexport function changeHorizontal(payload) {\n\treturn {\n\t\ttype   : \"setSetting\",\n\t\tkey    : \"interface.horizontal\",\n\t\tsource : \"parser\",\n\t\tpayload,\n\t};\n}\n\nexport function changeViewing(payload) {\n\treturn {\n\t\ttype   : \"changeViewing\",\n\t\tkey    : \"internal.viewing\",\n\t\tsource : \"parser\",\n\t\tpayload,\n\t};\n}\n\nexport function changeDetailPlayer(payload) {\n\treturn {\n\t\ttype : \"changeDetailPlayer\",\n\t\tkey  : \"internal.detail_player\",\n\t\tpayload,\n\t};\n}\n\nexport function updateState(payload) {\n\treturn {\n\t\ttype    : \"updateState\",\n\t\tkey     : payload.key,\n\t\tpayload : payload.value,\n\t};\n}\n\nexport function updateToggle(payload) {\n\treturn {\n\t\ttype : \"updateToggle\",\n\t\tkey  : \"internal.toggles\",\n\t\tpayload,\n\t};\n}\n"
  },
  {
    "path": "src/redux/reducers/index.js",
    "content": "import clone from \"lodash.clonedeep\";\nimport isEqual from \"lodash.isequal\";\n\nimport Settings from \"../../data/Settings\";\nimport PluginService from \"../../services/PluginService\";\nimport OverlayPluginService from \"../../services/PluginService/OverlayPluginService\";\nimport ObjectService from \"../../services/ObjectService\";\nimport GameDataProcessor from \"../../processors/GameDataProcessor\";\nimport ThemeService from \"../../services/ThemeService\";\nimport SampleGameData from \"../../constants/SampleGameData\";\nimport SampleHistoryData from \"../../constants/SampleHistoryData\";\nimport SampleAggroData from \"../../constants/SampleAggroData\";\nimport TTSService from \"../../services/TTSService\";\nimport TabSyncService from \"../../services/TabSyncService\";\nimport SpellService from \"../../services/SpellService\";\n\nimport PVPZoneData from \"../../constants/PVPZoneData\";\n\nconst querystring = require(\"querystring\");\n\nconst params                = new querystring.parse(String(window.location.search).substring(1));\nconst overlayplugin_service = new OverlayPluginService();\nconst uuid                  = (window.OverlayPluginApi) ? window.OverlayPluginApi.overlayUuid : \"browser\";\n\nif (typeof params.mode === \"object\") {\n\tparams.mode = params.mode[0];\n}\n\nconst initial_state = {\n\tplugin_service : new PluginService(),\n\tsettings_data  : Settings,\n\tlast_activity  : (new Date()).getTime() / 1000,\n\tinternal       : {\n\t\tlast_settings_update : new Date(),\n\t\tviewing              : \"tables\",\n\t\tcharacter_name       : \"YOU\",\n\t\tcharacter_id         : null,\n\t\tcharacter_job        : null,\n\t\tcharacter_level      : null,\n\t\tcurrent_zone_id      : null,\n\t\trank                 : \"N/A\",\n\t\tgame                 : {},\n\t\tenmity               : {},\n\t\taggro                : [],\n\t\tdata_history         : {},\n\t\tencounter_history    : [],\n\t\tdetail_player        : {},\n\t\tparty                : [],\n\t\tspells               : {\n\t\t\tin_use        : {},\n\t\t\tdefaulted     : {},\n\t\t\tallowed_types : {\n\t\t\t\tskill  : {},\n\t\t\t\teffect : {},\n\t\t\t\tdot    : {},\n\t\t\t\tdebuff : {},\n\t\t\t},\n\t\t},\n\t\tviewing_history      : false,\n\t\toverlayplugin        : overlayplugin_service.isOverlayPlugin(),\n\t\toverlayplugin_author : overlayplugin_service.getAuthor(),\n\t\tnew_version          : false,\n\t\tmode                 : params.mode || localStorage.getItem(`${uuid}-mode`) || \"stats\",\n\t\tui_builder           : false,\n\t\ttoggles              : {\n\t\t\ttop_left     : false,\n\t\t\ttop_right    : false,\n\t\t\tbottom_left  : false,\n\t\t\tbottom_right : false,\n\t\t},\n\t\tdid_auto_demo : false,\n\t},\n\tsettings : {},\n};\n\nfunction rootReducer(state, action) {\n\tif (!state) {\n\t\tstate = initial_state;\n\n\t\tThemeService.setMode(state.internal.mode);\n\t}\n\n\tlet new_state = false;\n\tlet full_key  = action.key;\n\n\tswitch (action.type) {\n\t\tcase \"setSetting\":\n\t\t\tlet set_setting = false;\n\n\t\t\tif (!Array.isArray(action.key)) {\n\t\t\t\tstate.settings_data.setSetting(action.key, action.payload, true);\n\n\t\t\t\tfull_key    = `settings.${action.key}`;\n\t\t\t\tnew_state   = createNewState(state, full_key, action);\n\t\t\t\tset_setting = true;\n\t\t\t} else {\n\t\t\t\tfor (const i in action.key) {\n\t\t\t\t\tset_setting = true;\n\t\t\t\t\tfull_key    = `settings.${action.key[i]}`;\n\t\t\t\t\tnew_state   = createNewState(\n\t\t\t\t\t\tnew_state || state,\n\t\t\t\t\t\tfull_key,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype    : action.type,\n\t\t\t\t\t\t\tkey     : full_key,\n\t\t\t\t\t\t\tpayload : action.payload[i],\n\t\t\t\t\t\t},\n\t\t\t\t\t);\n\n\t\t\t\t\tnew_state.settings_data.setSetting(action.key[i], action.payload[i], true);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (!window.parser) {\n\t\t\t\tTabSyncService.saveAction(action);\n\t\t\t} else if (set_setting) {\n\t\t\t\tnew_state.internal.last_settings_update = new Date();\n\n\t\t\t\tnew_state.settings_data.saveSettings(true);\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tcase \"setSettings\":\n\t\t\tnew_state = clone(state);\n\n\t\t\tfor (const setting of action.data) {\n\t\t\t\tnew_state.settings_data.setSetting(setting.key, setting.payload, true);\n\n\t\t\t\tfull_key  = `settings.${setting.key}`;\n\t\t\t\tnew_state = createNewState(new_state || state, full_key, setting);\n\t\t\t}\n\n\t\t\tnew_state.internal.last_settings_update = new Date();\n\n\t\t\tif (!action.skip_sync) {\n\t\t\t\tnew_state.settings_data.saveSettings(true).then(() => TabSyncService.saveAction(action));\n\t\t\t} else {\n\t\t\t\tnew_state.settings_data.saveSettings(true);\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tcase \"parseGameData\":\n\t\t\t// When the encounter is inactive and the new data is also inactive, do nothing\n\t\t\tif (\n\t\t\t\tstate.internal.game &&\n\t\t\t\tstate.internal.game.isActive === action.payload.isActive &&\n\t\t\t\t(action.payload.isActive === false || action.payload.isActive === \"false\")\n\t\t\t) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tconst new_history = (\n\t\t\t\t!action.payload.Encounter ||\n\t\t\t\t!state.internal.encounter_history.length ||\n\t\t\t\t!state.internal.encounter_history[0].game.Encounter ||\n\t\t\t\t(\n\t\t\t\t\tNumber(action.payload.Encounter.DURATION) < Number(state.internal.encounter_history[0].game.Encounter.DURATION) &&\n\t\t\t\t\tNumber(action.payload.Encounter.DURATION) === 0\n\t\t\t\t)\n\t\t\t);\n\n\t\t\tif (state.internal.mode === \"stats\") {\n\t\t\t\taction.payload = GameDataProcessor.normalizeLocales(action.payload, state.settings.interface.language, (new_history) ? undefined : state);\n\t\t\t\taction.payload = GameDataProcessor.injectEnmity(action.payload, state);\n\t\t\t}\n\n\t\t\tnew_state = createNewState(state, full_key, action);\n\n\t\t\tif (new_history) {\n\t\t\t\tif (new_state.internal.encounter_history.length === 5) {\n\t\t\t\t\tnew_state.internal.encounter_history.pop();\n\t\t\t\t}\n\n\t\t\t\tnew_state.internal.encounter_history.unshift({\n\t\t\t\t\tgame         : {},\n\t\t\t\t\taggro        : [],\n\t\t\t\t\tenmity       : {},\n\t\t\t\t\tdata_history : {},\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tGameDataProcessor.appendHistory(action.payload, new_state);\n\n\t\t\tnew_state.internal.encounter_history[0].game = action.payload;\n\n\t\t\tif ((new_history && !new_state.internal.viewing_history) || !new_state.internal.viewing_history) {\n\t\t\t\tnew_state.internal.game         = new_state.internal.encounter_history[0].game;\n\t\t\t\tnew_state.internal.data_history = new_state.internal.encounter_history[0].data_history;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t!new_state.internal.did_auto_demo &&\n\t\t\t\tnew_state.internal.mode === \"spells\" &&\n\t\t\t\tnew_state.internal.game.Combatant[\"Watching Catscene\"] &&\n\t\t\t\tnew_state.internal.game.Combatant[\"Why Maige\"]\n\t\t\t) {\n\t\t\t\tnew_state = populateSampleData(state, new_state);\n\n\t\t\t\tnew_state.internal.did_auto_demo = true;\n\t\t\t}\n\n\t\t\tGameDataProcessor.processCombatDataTTS(new_state.internal.game, new_state);\n\t\t\tbreak;\n\n\t\tcase \"loadSampleData\":\n\t\t\tnew_state = populateSampleData(state, new_state);\n\n\t\t\tbreak;\n\n\t\tcase \"loadHistoryEntry\":\n\t\t\tconst index = action.payload;\n\n\t\t\tnew_state = clone(state);\n\n\t\t\tnew_state.internal.viewing_history = (index !== 0);\n\n\t\t\tfor (const key in new_state.internal.encounter_history[index]) {\n\t\t\t\tnew_state.internal[key] = new_state.internal.encounter_history[index][key];\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tcase \"parseEnmity\":\n\t\t\tif (!state.internal.encounter_history.length) {\n\t\t\t\treturn state;\n\t\t\t}\n\n\t\t\taction.payload = GameDataProcessor.processEnmity(action.payload);\n\n\t\t\tif (isEqual(action.payload, state.internal.encounter_history[0].enmity)) {\n\t\t\t\treturn state;\n\t\t\t}\n\n\t\t\tnew_state = clone(state);\n\n\t\t\tnew_state.internal.encounter_history[0].enmity = action.payload;\n\n\t\t\tif (!new_state.internal.viewing_history) {\n\t\t\t\tnew_state.internal.enmity = action.payload;\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tcase \"parseAggroList\":\n\t\t\tif (!state.internal.encounter_history.length) {\n\t\t\t\treturn state;\n\t\t\t}\n\n\t\t\taction.payload = GameDataProcessor.normalizeAggroList(action.payload);\n\t\t\tnew_state      = clone(state);\n\n\t\t\tnew_state.internal.encounter_history[0].aggro = action.payload;\n\n\t\t\tif (!new_state.internal.viewing_history) {\n\t\t\t\tnew_state.internal.aggro = action.payload;\n\t\t\t}\n\n\t\t\tGameDataProcessor.processAggroTTS(new_state.internal.aggro, new_state);\n\t\t\tbreak;\n\n\t\tcase \"parseParty\":\n\t\t\tnew_state = clone(state);\n\n\t\t\tnew_state.internal.party = GameDataProcessor.processParty(action.payload);\n\n\t\t\tbreak;\n\n\t\tcase \"changeMode\":\n\t\t\tnew_state = createNewState(state, full_key, action);\n\n\t\t\tnew_state.plugin_service.updateSubscriptions(new_state.settings_data, new_state.internal);\n\n\t\t\tlocalStorage.setItem(`${uuid}-mode`, new_state.internal.mode);\n\t\t\tbreak;\n\n\t\tcase \"parseLogLine\":\n\t\t\tswitch (state.internal.mode) {\n\t\t\t\tcase \"stats\":\n\t\t\t\t\tTTSService.processLogLine(action.payload, state);\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"spells\":\n\t\t\t\t\tconst state_data = GameDataProcessor.parseSpellLogLine(action.payload, state);\n\n\t\t\t\t\tif (state_data.char_job || state_data.char_job === null) {\n\t\t\t\t\t\tnew_state = createNewState(\n\t\t\t\t\t\t\tstate,\n\t\t\t\t\t\t\t\"internal.character_job\",\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tpayload : (state_data.char_job) ? state_data.char_job.abbreviation : state_data.char_job,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\tnew_state.internal.character_level = state_data.char_level;\n\t\t\t\t\t} else if (state_data === \"wipe\") {\n\t\t\t\t\t\tnew_state = clone(state);\n\n\t\t\t\t\t\tupdateSpells(new_state, true);\n\t\t\t\t\t} else if (state_data !== false) {\n\t\t\t\t\t\tnew_state = clone(state);\n\n\t\t\t\t\t\tnew_state.internal.spells.in_use    = state_data.in_use;\n\t\t\t\t\t\tnew_state.internal.spells.defaulted = state_data.defaulted;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tcase \"changeUIBuilder\":\n\t\t\tif (state.internal.ui_builder) {\n\t\t\t\tfor (const uuid in action.payload) {\n\t\t\t\t\tfor (const dimension of [\"x\", \"y\"]) {\n\t\t\t\t\t\tconst dim_key = `_${dimension}`;\n\n\t\t\t\t\t\tif (dim_key in action.payload[uuid].layout) {\n\t\t\t\t\t\t\taction.payload[uuid].layout[dimension] = action.payload[uuid].layout[dim_key];\n\n\t\t\t\t\t\t\tdelete action.payload[uuid].layout[dim_key];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tnew_state = (state.internal.ui_builder) ? createNewState(state, \"settings.spells_mode.ui.sections\", action) : clone(state);\n\n\t\t\tnew_state.settings_data.setSetting(\"spells_mode.ui.sections\", action.payload, true);\n\n\t\t\tnew_state.internal.ui_builder = !new_state.internal.ui_builder;\n\n\t\t\tnew_state.settings_data.saveSettings(true);\n\t\t\tbreak;\n\n\t\tcase \"updateToggle\":\n\t\t\tnew_state                   = clone(state);\n\t\t\tconst { location, enabled } = action.payload;\n\n\t\t\tfor (const tmp_location in new_state.internal.toggles) {\n\t\t\t\tnew_state.internal.toggles[tmp_location] = (location === tmp_location) ? enabled : false;\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tdefault:\n\t\t\tif (!Array.isArray(full_key)) {\n\t\t\t\tnew_state = createNewState(state, full_key, action);\n\t\t\t} else {\n\t\t\t\tfor (const i in full_key) {\n\t\t\t\t\tnew_state = createNewState(\n\t\t\t\t\t\tnew_state || state,\n\t\t\t\t\t\tfull_key[i],\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype    : action.type,\n\t\t\t\t\t\t\tkey     : full_key[i],\n\t\t\t\t\t\t\tpayload : action.payload[i],\n\t\t\t\t\t\t},\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tbreak;\n\t}\n\n\treturn {\n\n\t\t...new_state || state,\n\t};\n}\n\nfunction createNewState(state, full_key, action) {\n\tif (!full_key) {\n\t\treturn false;\n\t}\n\n\tconst new_state = clone(state);\n\n\tnew_state.plugin_service = state.plugin_service;\n\n\tif ([\"parseGameData\", \"loadSampleData\"].indexOf(action.type) !== -1) {\n\t\tif (action.payload.isActive === \"true\" || action.payload.isActive === true) {\n\t\t\tnew_state.last_activity = (new Date()).getTime() / 1000;\n\t\t}\n\n\t\tif (action.type === \"parseGameData\") {\n\t\t\treturn new_state;\n\t\t}\n\t}\n\n\tObjectService.setByKeyPath(new_state, full_key, action.payload);\n\n\tif ([\"settings\", \"settings.interface.theme\"].indexOf(full_key) !== -1) {\n\t\tconst theme = (full_key === \"settings\") ? action.payload.interface.theme : action.payload;\n\n\t\tThemeService.setTheme(theme);\n\t}\n\n\tif ([\"settings\", \"settings.interface.minimal_theme\"].indexOf(full_key) !== -1) {\n\t\tlet minimal_theme = (full_key === \"settings\") ? action.payload.interface.minimal_theme : action.payload;\n\n\t\tif (new_state.internal.mode === \"spells\") {\n\t\t\tminimal_theme = true;\n\t\t}\n\n\t\tThemeService.toggleMinimal(minimal_theme);\n\t}\n\n\tif ([\"settings\", \"settings.interface.horizontal\", \"internal.viewing\", \"interal.mode\"].indexOf(full_key) !== -1) {\n\t\tlet horizontal = (full_key === \"settings\")\n\t\t\t? action.payload.interface.horizontal\n\t\t\t: ((full_key === \"settings.interface.horizontal\")\n\t\t\t\t? action.payload\n\t\t\t\t: new_state.settings.interface.horizontal);\n\n\t\tif (new_state.internal.mode !== \"stats\" || new_state.internal.viewing !== \"tables\") {\n\t\t\thorizontal = false;\n\t\t}\n\n\t\tif (\n\t\t\tfull_key === \"settings.interface.horizontal\" &&\n\t\t\thorizontal &&\n\t\t\t![\"dps\", \"heal\", \"tank\"].includes(\"settings.intrinsic.table_type\")\n\t\t) {\n\t\t\tnew_state.settings.intrinsic.table_type = \"dps\";\n\n\t\t\tnew_state.settings_data.setSetting(\"intrinsic.table_type\", \"dps\", true);\n\t\t}\n\n\t\tThemeService.toggleHorizontal(horizontal);\n\t}\n\n\tif (full_key === \"internal.mode\") {\n\t\tThemeService.setMode(action.payload);\n\t}\n\n\tif ([\"settings\", \"settings.tts.rules\"].indexOf(full_key) !== -1) {\n\t\tconst rules = (full_key === \"settings\") ? action.payload.tts.rules : action.payload;\n\n\t\tTTSService.updateRules(rules);\n\t}\n\n\tif ([\"settings\", \"settings.spells_mode.ui.use\"].indexOf(full_key) !== -1) {\n\t\tif (!new_state.settings.spells_mode.ui.use) {\n\t\t\tdocument.getElementsByTagName(\"body\")[0].classList.remove(\"white-background\");\n\t\t}\n\t}\n\n\tif ([\"settings\", \"settings.spells_mode.ui.sections\", \"settings.spells_mode.ui.use\"].indexOf(full_key) !== -1) {\n\t\tnew_state.internal.spells.allowed_types = GameDataProcessor.getAllowedSpellTypes(new_state);\n\t}\n\n\tif (\n\t\t[\n\t\t\t\"settings\",\n\t\t\t\"internal.character_job\",\n\t\t\t\"internal.character_level\",\n\t\t\t\"internal.current_zone_id\",\n\t\t\t\"settings.spells_mode.spells\",\n\t\t\t\"settings.spells_mode.effects\",\n\t\t\t\"settings.spells_mode.dots\",\n\t\t\t\"settings.spells_mode.debuffs\",\n\t\t\t\"settings.spells_mode.party_spells\",\n\t\t\t\"settings.spells_mode.party_effects\",\n\t\t\t\"settings.spells_mode.party_dots\",\n\t\t\t\"settings.spells_mode.party_debuffs\",\n\t\t\t\"settings.spells_mode.always_skill\",\n\t\t\t\"settings.spells_mode.always_effect\",\n\t\t\t\"settings.spells_mode.always_dot\",\n\t\t\t\"settings.spells_mode.always_debuff\",\n\t\t].indexOf(full_key) !== -1\n\t) {\n\t\tlet reset = false;\n\n\t\tif (\n\t\t\t(full_key === \"internal.character_level\" && state.internal.character_level !== new_state.internal.character_level) ||\n\t\t\t(full_key === \"internal.character_job\" && state.internal.character_job !== new_state.internal.character_job)\n\t\t) {\n\t\t\treset = true;\n\t\t}\n\n\t\tif (full_key === \"internal.current_zone_id\" && !reset) {\n\t\t\tconst old_is_pvp = (PVPZoneData.Zones.indexOf(state.internal.current_zone_id) !== -1);\n\t\t\tconst new_is_pvp = (PVPZoneData.Zones.indexOf(new_state.internal.current_zone_id) !== -1);\n\n\t\t\tif (old_is_pvp === new_is_pvp) {\n\t\t\t\treturn new_state;\n\t\t\t}\n\n\t\t\treset = true;\n\t\t}\n\n\t\tupdateSpells(new_state, reset);\n\t}\n\n\tif (full_key === \"internal.character_id\") {\n\t\tnew_state.plugin_service.getCombatants();\n\t}\n\n\treturn new_state;\n}\n\nfunction updateSpells(state, reset) {\n\tif (reset) {\n\t\tSpellService.resetAllSpells();\n\n\t\tstate.internal.spells.defaulted = {};\n\t\tstate.internal.spells.in_use    = {};\n\t}\n\n\tSpellService.updateValidNames(state);\n\tSpellService.injectDefaults(state);\n}\n\nfunction populateSampleData(state, new_state) {\n\tlet tmp_action;\n\n\tconst base_state = (new_state === false) ? state : new_state;\n\n\tswitch (state.internal.mode) {\n\t\tcase \"stats\":\n\t\t\ttmp_action = {\n\t\t\t\ttype : \"loadSampleData\",\n\t\t\t};\n\n\t\t\tstate.internal.data_history = SampleHistoryData;\n\n\t\t\ttmp_action.payload = GameDataProcessor.normalizeLocales(SampleGameData, state.settings.interface.language, base_state, true);\n\n\t\t\tnew_state  = createNewState(base_state, \"internal.game\", tmp_action);\n\t\t\ttmp_action = {\n\t\t\t\tpayload : GameDataProcessor.normalizeAggroList(SampleAggroData),\n\t\t\t};\n\n\t\t\tnew_state = createNewState(new_state, \"internal.aggro\", tmp_action);\n\n\t\t\tbreak;\n\n\t\tcase \"spells\":\n\t\t\ttmp_action = {\n\t\t\t\tpayload : {\n\t\t\t\t\t\"skill-7499\" : {\n\t\t\t\t\t\ttype     : \"skill\",\n\t\t\t\t\t\tsubtype  : \"skill\",\n\t\t\t\t\t\tid       : 7499,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tlog_type : \"you-skill\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"skill-16481\" : {\n\t\t\t\t\t\ttype     : \"skill\",\n\t\t\t\t\t\tsubtype  : \"skill\",\n\t\t\t\t\t\tid       : 16481,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tlog_type : \"you-skill\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"skill-16482\" : {\n\t\t\t\t\t\ttype     : \"skill\",\n\t\t\t\t\t\tsubtype  : \"skill\",\n\t\t\t\t\t\tid       : 16482,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tlog_type : \"you-skill\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Jinpu\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"effect\",\n\t\t\t\t\t\tid       : 1298,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 40,\n\t\t\t\t\t\tlog_type : \"you-effect\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Shifu\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"effect\",\n\t\t\t\t\t\tid       : 1299,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 40,\n\t\t\t\t\t\tlog_type : \"you-effect\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Higanbana\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"dot\",\n\t\t\t\t\t\tid       : 1228,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 60,\n\t\t\t\t\t\tlog_type : \"you-dot\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Trick Attack\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"debuff\",\n\t\t\t\t\t\tid       : 2014,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 15,\n\t\t\t\t\t\tlog_type : \"you-debuff\",\n\t\t\t\t\t\tparty    : false,\n\t\t\t\t\t},\n\t\t\t\t\t\"skill-3571-party\" : {\n\t\t\t\t\t\ttype     : \"skill\",\n\t\t\t\t\t\tsubtype  : \"skill\",\n\t\t\t\t\t\tid       : 3571,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tlog_type : \"heal-skill\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Divine Benison-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"effect\",\n\t\t\t\t\t\tid       : 1218,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 15,\n\t\t\t\t\t\tlog_type : \"heal-effect\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Dia-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"dot\",\n\t\t\t\t\t\tid       : 1871,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 30,\n\t\t\t\t\t\tlog_type : \"heal-dot\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"skill-3557-party\" : {\n\t\t\t\t\t\ttype     : \"skill\",\n\t\t\t\t\t\tsubtype  : \"skill\",\n\t\t\t\t\t\tid       : 3557,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tlog_type : \"dps-skill\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Battle Litany-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"effect\",\n\t\t\t\t\t\tid       : 1414,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 20,\n\t\t\t\t\t\tlog_type : \"dps-effect\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Chaos Thrust-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"dot\",\n\t\t\t\t\t\tid       : 118,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 24,\n\t\t\t\t\t\tlog_type : \"dps-dot\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Death's Design-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"debuff\",\n\t\t\t\t\t\tid       : 2586,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 30,\n\t\t\t\t\t\tlog_type : \"dps-debuff\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"skill-44-party\" : {\n\t\t\t\t\t\ttype     : \"skill\",\n\t\t\t\t\t\tsubtype  : \"skill\",\n\t\t\t\t\t\tid       : 44,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tlog_type : \"tank-skill\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Vengeance-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"effect\",\n\t\t\t\t\t\tid       : 89,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 15,\n\t\t\t\t\t\tlog_type : \"tank-effect\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t\t\"effect-Sonic Break-party\" : {\n\t\t\t\t\t\ttype     : \"effect\",\n\t\t\t\t\t\tsubtype  : \"dot\",\n\t\t\t\t\t\tid       : 1837,\n\t\t\t\t\t\ttime     : new Date(),\n\t\t\t\t\t\tduration : 30,\n\t\t\t\t\t\tlog_type : \"tank-dot\",\n\t\t\t\t\t\tparty    : true,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t};\n\n\t\t\tnew_state = createNewState(state, \"internal.spells.in_use\", tmp_action);\n\n\t\t\tbreak;\n\n\t\tdefault:\n\t\t\tbreak;\n\t}\n\n\treturn new_state;\n}\n\nexport default rootReducer;\n"
  },
  {
    "path": "src/redux/store/index.js",
    "content": "import { createStore } from \"redux\";\nimport rootReducer from \"../reducers/index\";\n\nimport TabSyncService from \"../../services/TabSyncService\";\n\nconst store = createStore(rootReducer);\n\nwindow.addEventListener(\"storage\", TabSyncService.createStorageListener(store));\n\nexport default store;\n"
  },
  {
    "path": "src/semantic-ui/site/collections/breadcrumb.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/breadcrumb.variables",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/form.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/form.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/grid.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/grid.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/menu.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/"
  },
  {
    "path": "src/semantic-ui/site/collections/menu.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/message.overrides",
    "content": "/*******************************\n        Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/message.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/table.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/collections/table.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/button.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/button.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/container.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/container.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/divider.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/divider.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/flag.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/flag.variables",
    "content": "/*-------------------\n   Flag Variables\n--------------------*/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/header.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/header.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/icon.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/icon.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/image.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/image.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/input.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/input.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/label.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/label.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/list.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/list.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/loader.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/loader.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/rail.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/rail.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/reveal.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/reveal.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/segment.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/segment.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/step.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/elements/step.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/globals/reset.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/globals/reset.variables",
    "content": "/*******************************\n     User Global Variables\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/globals/site.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/globals/site.variables",
    "content": "/*******************************\n     User Global Variables\n*******************************/"
  },
  {
    "path": "src/semantic-ui/site/modules/accordion.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/accordion.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/chatroom.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/chatroom.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/checkbox.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/checkbox.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/dimmer.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/dimmer.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/dropdown.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/dropdown.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/embed.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/embed.variables",
    "content": ""
  },
  {
    "path": "src/semantic-ui/site/modules/modal.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/modal.variables",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/nag.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/nag.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/popup.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/popup.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/progress.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/progress.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/rating.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/rating.variables",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/search.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/search.variables",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/shape.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/shape.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/sidebar.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/sidebar.variables",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/sticky.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/sticky.variables",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/tab.overrides",
    "content": "/*******************************\n        User Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/tab.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/transition.overrides",
    "content": "/*******************************\n         Site Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/modules/transition.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/ad.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/ad.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/card.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/card.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/comment.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/comment.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/feed.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/feed.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/item.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/item.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/statistic.overrides",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/site/views/statistic.variables",
    "content": "/*******************************\n    User Variable Overrides\n*******************************/\n"
  },
  {
    "path": "src/semantic-ui/theme.config",
    "content": "/*\n\n████████╗██╗  ██╗███████╗███╗   ███╗███████╗███████╗\n╚══██╔══╝██║  ██║██╔════╝████╗ ████║██╔════╝██╔════╝\n   ██║   ███████║█████╗  ██╔████╔██║█████╗  ███████╗\n   ██║   ██╔══██║██╔══╝  ██║╚██╔╝██║██╔══╝  ╚════██║\n   ██║   ██║  ██║███████╗██║ ╚═╝ ██║███████╗███████║\n   ╚═╝   ╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝╚══════╝╚══════╝\n\n*/\n\n/*******************************\n        Theme Selection\n*******************************/\n\n/* To override a theme for an individual element\n   specify theme name below\n*/\n\n/* Global */\n@site        : 'default';\n@reset       : 'default';\n\n/* Elements */\n@button      : 'default';\n@container   : 'default';\n@divider     : 'default';\n@flag        : 'default';\n@header      : 'default';\n@icon        : 'default';\n@image       : 'default';\n@input       : 'default';\n@label       : 'default';\n@list        : 'default';\n@loader      : 'default';\n@placeholder : 'default';\n@rail        : 'default';\n@reveal      : 'default';\n@segment     : 'default';\n@step        : 'default';\n\n/* Collections */\n@breadcrumb  : 'default';\n@form        : 'default';\n@grid        : 'default';\n@menu        : 'default';\n@message     : 'default';\n@table       : 'default';\n\n/* Modules */\n@accordion   : 'default';\n@checkbox    : 'default';\n@dimmer      : 'default';\n@dropdown    : 'default';\n@embed       : 'default';\n@modal       : 'default';\n@nag         : 'default';\n@popup       : 'default';\n@progress    : 'default';\n@rating      : 'default';\n@search      : 'default';\n@shape       : 'default';\n@sidebar     : 'default';\n@sticky      : 'default';\n@tab         : 'default';\n@transition  : 'default';\n\n/* Views */\n@ad          : 'default';\n@card        : 'default';\n@comment     : 'default';\n@feed        : 'default';\n@item        : 'default';\n@statistic   : 'default';\n\n/*******************************\n            Folders\n*******************************/\n\n/* Path to theme packages */\n@themesFolder : 'themes';\n\n/* Path to site override folder */\n@siteFolder  : '../../src/semantic-ui/site';\n\n\n/*******************************\n         Import Theme\n*******************************/\n\n@import (multiple) \"~semantic-ui-less/theme.less\";\n\n@fontPath : '../../../themes/@{theme}/assets/fonts';\n\n/* End Config */\n"
  },
  {
    "path": "src/services/AnimateService.js",
    "content": "class AnimateService {\n\tanimateTicker(canvas, duration, reverse) {\n\t\tconst ctx           = canvas.getContext(\"2d\");\n\t\tconst canvas_width  = canvas.width;\n\t\tconst canvas_height = canvas.height;\n\t\tlet percent         = 100;\n\t\tlet elapsed         = 0;\n\t\tlet start           = 0;\n\n\t\trequestAnimationFrame(animate);\n\n\t\tfunction animate(time) {\n\t\t\tif (start === 0) {\n\t\t\t\tstart = time;\n\t\t\t}\n\n\t\t\telapsed = time - start;\n\t\t\tpercent = 100 - (((elapsed / 1000) / duration) * 100);\n\n\t\t\tdraw(percent, reverse);\n\n\t\t\tif (percent >= 0) {\n\t\t\t\trequestAnimationFrame(animate);\n\t\t\t}\n\t\t}\n\n\t\tfunction draw(percent, reverse) {\n\t\t\tconst end_radians = (!reverse) ? (-Math.PI / 2) - (Math.PI * 2 * percent / 100) : (-Math.PI / 2) + (Math.PI * 2 * percent / 100);\n\n\t\t\tctx.clearRect(0, 0, canvas_width, canvas_height);\n\t\t\tctx.beginPath();\n\t\t\tctx.arc(canvas_width / 2, canvas_height / 2, canvas_width * 2, -Math.PI / 2, end_radians, !reverse);\n\t\t\tctx.lineTo(canvas_width / 2, canvas_height / 2);\n\n\t\t\tctx.fillStyle = \"rgba(0, 0, 0, 0.7)\";\n\n\t\t\tctx.fill();\n\t\t\tctx.closePath();\n\t\t}\n\t}\n}\n\nexport default new AnimateService();\n"
  },
  {
    "path": "src/services/DiscordService.js",
    "content": "import PlayerProcessor from \"../processors/PlayerProcessor\";\nimport store from \"../redux/store\";\nimport $ from \"jquery\";\nimport LocalizationService from \"./LocalizationService\";\n\nclass DiscordService {\n\tpostToWebhook() {\n\t\tconst state = store.getState();\n\n\t\tif (!state.internal.game || !state.internal.game.Encounter) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst players        = state.internal.game.Combatant;\n\t\tconst encounter      = state.internal.game.Encounter;\n\t\tconst metrics        = state.settings.discord.metrics || [\"encdps\", \"enchps\"];\n\t\tconst sort_metric    = state.settings.discord.sort || \"damage\";\n\t\tconst sorted_players = PlayerProcessor.sortPlayers(players, encounter, sort_metric);\n\n\t\tconst data = {\n\t\t\tusername   : \"Ember Overlay & Spell Timers\",\n\t\t\tavatar_url : \"https://i.imgur.com/g2Heqn5.png\",\n\t\t\tembeds     : [\n\t\t\t\t{\n\t\t\t\t\ttitle       : \"Encounter: {{encounter}}\",\n\t\t\t\t\ttype        : \"rich\",\n\t\t\t\t\tdescription : \"Powered by [Ember](\" + process.env.REACT_APP_GITHUB_URL + \").\\n\\n*Duration: {{duration}}*\",\n\t\t\t\t\tcolor       : 7419530,\n\t\t\t\t\tthumbnail   : {\n\t\t\t\t\t\t// \"url\" : \"https://i.imgur.com/sZSRJJK.png\"\n\t\t\t\t\t\turl : \"https://i.imgur.com/p6oH6xe.png\",\n\t\t\t\t\t},\n\t\t\t\t\tfields : [],\n\t\t\t\t\tfooter : {\n\t\t\t\t\t\ttext     : \"Total DPS: {{total_dps}}\",\n\t\t\t\t\t\t// \"icon_url\" : \"https://i.imgur.com/bBOcrTZ.png\"\n\t\t\t\t\t\ticon_url : \"https://i.imgur.com/ko7LnGw.png\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t};\n\n\t\tfor (const player of sorted_players) {\n\t\t\tlet name             = PlayerProcessor.getDataValue(\"name\", player);\n\t\t\tlet job              = (player._is_pet) ? \"PET\" : (player.Job || \"LMB\").toUpperCase();\n\t\t\tconst player_metrics = [];\n\n\t\t\tfor (const metric of metrics) {\n\t\t\t\tconst value = PlayerProcessor.getDataValue(metric, player, sorted_players, encounter);\n\t\t\t\tconst title = LocalizationService.getPlayerDataTitle(metric, \"short\");\n\n\t\t\t\tplayer_metrics.push(`${title}: ${value}`);\n\t\t\t}\n\n\t\t\tif (job) {\n\t\t\t\tjob = `${job}: `;\n\t\t\t}\n\n\t\t\tif (name === \"YOU\") {\n\t\t\t\tname = \"You\";\n\t\t\t}\n\n\t\t\tdata.embeds[0].fields.push({\n\t\t\t\tname   : `${job}${name}`,\n\t\t\t\tvalue  : `>>> ${player_metrics.join(\"\\n\")}`,\n\t\t\t\tinline : true,\n\t\t\t});\n\t\t}\n\n\t\tlet duration         = state.internal.game.Encounter.duration;\n\t\tconst encounter_name = (state.internal.game.Encounter.title === \"Encounter\") ? state.internal.game.Encounter.CurrentZoneName : state.internal.game.Encounter.title;\n\n\t\tif (duration[0] === \"0\" && duration[1] !== \":\") {\n\t\t\tduration = duration.substring(1);\n\t\t}\n\n\t\tdata.embeds[0].title       = data.embeds[0].title.replace(\"{{encounter}}\", encounter_name);\n\t\tdata.embeds[0].description = data.embeds[0].description.replace(\"{{duration}}\", duration);\n\n\t\tdata.embeds[0].footer.text = data.embeds[0].footer.text.replace(\n\t\t\t\"{{total_dps}}\",\n\t\t\t(Number(state.internal.game.Encounter.encdps)).toLocaleString(undefined, { minimumFractionDigits : 0, maximumFractionDigits : 0 }),\n\t\t);\n\n\t\t$.ajax({\n\t\t\tcontentType : \"application/json\",\n\t\t\tdata        : JSON.stringify(data),\n\t\t\tmethod      : \"POST\",\n\t\t\turl         : state.settings.discord.url,\n\t\t});\n\t}\n\n\topenDiscordWindow() {\n\t\tconst url = process.env.REACT_APP_DISCORD_URL;\n\n\t\twindow.open(url, \"\", \"width=500,height=1000,location=no,menubar=no\");\n\t}\n}\n\nexport default new DiscordService();\n"
  },
  {
    "path": "src/services/DonationService.js",
    "content": "class DonationService {\n\tbuildLocalDonationLink(rel) {\n\t\tlet search       = window.location.search || \"\";\n\t\tconst search_add = (search.slice(0, 1) === \"?\") ? \"&\" : \"?\";\n\n\t\tsearch += search_add + `default=${rel}`;\n\n\t\treturn window.location.pathname + search + \"#/settings/donate\";\n\t}\n\n\tgetRealDonationLink(rel) {\n\t\trel = rel.toUpperCase();\n\n\t\treturn process.env[`REACT_APP_${rel}_DONATE_LINK`];\n\t}\n\n\tgetRealDonationId(rel) {\n\t\trel = rel.toUpperCase();\n\n\t\treturn process.env[`REACT_APP_${rel}_DONATE_ID`];\n\t}\n}\n\nexport default new DonationService();\n"
  },
  {
    "path": "src/services/LocalizationService.js",
    "content": "import Constants from \"../constants/index\";\nimport SkillData from \"../constants/SkillData\";\nimport ZoneData from \"../constants/ZoneData\";\nimport { OverlayLocales, SettingsLocales } from \"../constants/Locales\";\nimport store from \"../redux/store/index\";\n\nclass LocalizationService {\n\tgetLanguage() {\n\t\treturn store.getState().settings.interface.language;\n\t}\n\n\tgetTTSLanguage() {\n\t\treturn store.getState().settings.tts.language;\n\t}\n\n\tgetPlayerDataTitle(key, type, ignore_custom) {\n\t\tconst custom = (ignore_custom) ? {} : store.getState().settings.custom.metric_names;\n\n\t\tif (!ignore_custom && custom[key] && custom[key][type]) {\n\t\t\treturn custom[key][type];\n\t\t}\n\n\t\tlet title = Constants.PlayerDataTitles[key];\n\n\t\ttitle = title[this.getLanguage()] || title.en;\n\n\t\treturn title[type];\n\t}\n\n\tgetPlayerDataTitles(include_null, ignore_custom) {\n\t\tconst custom   = (ignore_custom) ? {} : store.getState().settings.custom.metric_names;\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\n\t\tif (include_null) {\n\t\t\toptions.push({\n\t\t\t\tkey   : \"\",\n\t\t\t\tvalue : \"\",\n\t\t\t\ttext  : \"\",\n\t\t\t});\n\t\t}\n\n\t\tfor (const data_key in Constants.PlayerDataTitles) {\n\t\t\tconst data   = Constants.PlayerDataTitles[data_key];\n\t\t\tconst option = {\n\t\t\t\tkey   : data_key,\n\t\t\t\tvalue : data_key,\n\t\t\t\ttext  : \"\",\n\t\t\t};\n\n\t\t\tif (!ignore_custom && custom[data_key] && custom[data_key].long) {\n\t\t\t\toption.text = custom[data_key].long;\n\t\t\t} else {\n\t\t\t\toption.text = (data[language]) ? data[language].long : data.en.long;\n\t\t\t}\n\n\t\t\toptions.push(option);\n\t\t}\n\n\t\treturn options;\n\t}\n\n\tgetMonsterDataTitle(key, type) {\n\t\tlet title = Constants.MonsterDataTitles[key];\n\n\t\ttitle = title[this.getLanguage()] || title.en;\n\n\t\treturn title[type];\n\t}\n\n\tgetTTSRuleOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\n\t\tfor (const data_key of Constants.TTSRules) {\n\t\t\toptions.push({\n\t\t\t\tkey   : data_key,\n\t\t\t\tvalue : data_key,\n\t\t\t\ttext  : this.getTTSRuleTitle(data_key, language),\n\t\t\t});\n\t\t}\n\n\t\treturn options;\n\t}\n\n\tgetTTSRuleTitle(key, language) {\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn SettingsLocales.misc.tts[key][language];\n\t}\n\n\tgetTTSTextData(type, current_state) {\n\t\tconst language = (current_state) ? current_state.settings_data.getSetting(\"tts.language\") : this.getTTSLanguage();\n\n\t\treturn OverlayLocales.tts[type][language];\n\t}\n\n\tgetAutoHideOptionTitle(key, language) {\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn SettingsLocales.misc.auto_hide_options[language][key];\n\t}\n\n\tgetAutoHideOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\n\t\tfor (const data_key of Constants.AutoHideOptions) {\n\t\t\toptions.push({\n\t\t\t\tkey   : data_key,\n\t\t\t\tvalue : data_key,\n\t\t\t\ttext  : this.getAutoHideOptionTitle(data_key, language),\n\t\t\t});\n\t\t}\n\n\t\treturn options;\n\t}\n\n\tgetOverlayText(key, language) {\n\t\tif (!language) {\n\t\t\tlanguage = this.getLanguage();\n\t\t}\n\n\t\treturn OverlayLocales[key][language] || OverlayLocales[key].en;\n\t}\n\n\tgetSettingsSectionText(section) {\n\t\treturn SettingsLocales.sections[section].title[this.getLanguage()] || SettingsLocales.sections[section].title.en;\n\t}\n\n\tgetSettingsSubsectionText(section, index) {\n\t\treturn SettingsLocales.sections[section].subsections[index][this.getLanguage()] || SettingsLocales.sections[section].subsections[index].en;\n\t}\n\n\tgetSettingText(key_path, language) {\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn SettingsLocales.setting_labels[key_path][language] || SettingsLocales.setting_labels[key_path].en;\n\t}\n\n\tgetPlayerShortNameOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst data_set = SettingsLocales.misc.short_name_options[language] || SettingsLocales.misc.short_name_options.en;\n\n\t\treturn [\n\t\t\t{\n\t\t\t\tkey   : \"no_short\",\n\t\t\t\tvalue : \"no_short\",\n\t\t\t\ttext  : data_set.no_short,\n\t\t\t},\n\t\t\t{\n\t\t\t\tkey   : \"short_first\",\n\t\t\t\tvalue : \"short_first\",\n\t\t\t\ttext  : data_set.short_first,\n\t\t\t},\n\t\t\t{\n\t\t\t\tkey   : \"short_last\",\n\t\t\t\tvalue : \"short_last\",\n\t\t\t\ttext  : data_set.short_last,\n\t\t\t},\n\t\t\t{\n\t\t\t\tkey   : \"short_both\",\n\t\t\t\tvalue : \"short_both\",\n\t\t\t\ttext  : data_set.short_both,\n\t\t\t},\n\t\t];\n\t}\n\n\tgetAlignmentOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst data_set = SettingsLocales.misc.alignment_options[language] || SettingsLocales.misc.alignment_options.en;\n\n\t\treturn [\n\t\t\t{\n\t\t\t\tkey   : \"left\",\n\t\t\t\tvalue : \"left\",\n\t\t\t\ttext  : data_set.left,\n\t\t\t},\n\t\t\t{\n\t\t\t\tkey   : \"center\",\n\t\t\t\tvalue : \"center\",\n\t\t\t\ttext  : data_set.center,\n\t\t\t},\n\t\t\t{\n\t\t\t\tkey   : \"right\",\n\t\t\t\tvalue : \"right\",\n\t\t\t\ttext  : data_set.right,\n\t\t\t},\n\t\t];\n\t}\n\n\tgetMisc(key, language) {\n\t\tif (!SettingsLocales.misc[key]) {\n\t\t\treturn false;\n\t\t}\n\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn SettingsLocales.misc[key][language] || SettingsLocales.misc[key].en;\n\t}\n\n\tgetSpellName(type, id, language) {\n\t\tswitch (type) {\n\t\t\tcase \"dot\":\n\t\t\tcase \"debuff\":\n\t\t\tcase \"effect\":\n\t\t\t\treturn this.getEffectName(id, language);\n\n\t\t\tcase \"skill\":\n\t\t\tcase \"spell\":\n\t\t\t\treturn this.getoGCDSkillName(id, language);\n\n\t\t\tdefault:\n\t\t\t\treturn \"\";\n\t\t}\n\t}\n\n\tgetoGCDSkillName(id, language) {\n\t\tif (!SkillData.oGCDSkills[id]) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn SkillData.oGCDSkills[id].locales.name[language] || SkillData.oGCDSkills[id].locales.name.en;\n\t}\n\n\tgetoGCDSkillOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\n\t\tfor (const id in SkillData.oGCDSkills) {\n\t\t\toptions.push({\n\t\t\t\tkey   : id,\n\t\t\t\tvalue : id,\n\t\t\t\ttext  : this.getoGCDSkillName(id, language),\n\t\t\t});\n\t\t}\n\n\t\toptions.sort((a, b) => (a.text < b.text) ? -1 : 1);\n\n\t\treturn options;\n\t}\n\n\tgetEffectName(id, language) {\n\t\tif (!SkillData.Effects[id]) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn SkillData.Effects[id].locales.name[language] || SkillData.Effects[id].locales.name.en;\n\t}\n\n\tgetEffectOptions(type, party) {\n\t\ttype = type || \"effect\";\n\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\t\tconst used     = {};\n\t\tlet key        = type + \"s\";\n\n\t\tif (party) {\n\t\t\tkey = `party_${key}`;\n\t\t}\n\n\t\tconst existing = store.getState().settings.spells_mode[key];\n\n\t\tfor (const id of existing) {\n\t\t\tif (!SkillData.Effects[id]) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tconst name = this.getEffectName(id, \"en\");\n\n\t\t\toptions.push({\n\t\t\t\tkey   : id,\n\t\t\t\tvalue : id,\n\t\t\t\ttext  : this.getEffectName(id, language),\n\t\t\t});\n\n\t\t\tused[name] = true;\n\t\t}\n\n\t\tfor (const id in SkillData.Effects) {\n\t\t\tconst name = this.getEffectName(id, \"en\");\n\n\t\t\tif (used[name] || SkillData.Effects[id].type !== type) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\toptions.push({\n\t\t\t\tkey   : id,\n\t\t\t\tvalue : id,\n\t\t\t\ttext  : this.getEffectName(id, language),\n\t\t\t});\n\n\t\t\tused[name] = true;\n\t\t}\n\n\t\toptions.sort((a, b) => (a.text < b.text) ? -1 : 1);\n\n\t\treturn options;\n\t}\n\n\tgetSpellTrackingOption(role, type, language, is_job) {\n\t\tconst misc = SettingsLocales.misc.spells;\n\n\t\tif ((!is_job && !misc.roles[role]) || (is_job && !Constants.GameJobs[role])) {\n\t\t\treturn false;\n\t\t}\n\n\t\tlanguage = language || this.getLanguage();\n\n\t\trole = (is_job) ? role : (misc.roles[role][language] || misc.roles[role].en);\n\t\ttype = misc.types[type][language] || misc.types[type].en;\n\n\t\treturn `${role}: ${type}`;\n\t}\n\n\tgetSpellTrackingOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\n\t\tfor (const role in SettingsLocales.misc.spells.roles) {\n\t\t\tfor (const type in SettingsLocales.misc.spells.types) {\n\t\t\t\tconst key = `${role}-${type}`;\n\n\t\t\t\toptions.push({\n\t\t\t\t\tkey,\n\t\t\t\t\tvalue   : key,\n\t\t\t\t\tis_role : true,\n\t\t\t\t\trole,\n\t\t\t\t\ttext    : this.getSpellTrackingOption(role, type, language),\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tfor (const job in Constants.GameJobs) {\n\t\t\tfor (const type in SettingsLocales.misc.spells.types) {\n\t\t\t\tconst key = `${job}-${type}`;\n\n\t\t\t\toptions.push({\n\t\t\t\t\tkey,\n\t\t\t\t\tvalue   : key,\n\t\t\t\t\tis_role : false,\n\t\t\t\t\trole    : job,\n\t\t\t\t\ttext    : this.getSpellTrackingOption(job, type, language, true),\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\toptions.sort((a, b) => {\n\t\t\tif (a.role === b.role) {\n\t\t\t\treturn (a.text < b.text) ? -1 : 1;\n\t\t\t}\n\n\t\t\tif (a.role === \"you\") {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\tif (b.role === \"you\") {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\tif (a.is_role && !b.is_role) {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\tif (!a.is_role && b.is_role) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\treturn (a.role < b.role) ? -1 : 1;\n\t\t});\n\n\t\treturn options;\n\t}\n\n\tgetSpellsTTSTriggerOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst data_set = SettingsLocales.misc.spells.tts_trigger_options[language] || SettingsLocales.misc.spells.tts_trigger_options.en;\n\t\tconst options  = [];\n\n\t\tfor (const key in data_set) {\n\t\t\toptions.push({\n\t\t\t\tkey,\n\t\t\t\tvalue : key,\n\t\t\t\ttext  : data_set[key],\n\t\t\t});\n\t\t}\n\n\t\treturn options;\n\t}\n\n\tgetSpellLayoutOptions(include_default) {\n\t\tconst language = this.getLanguage();\n\t\tconst data_set = SettingsLocales.misc.spells.layout_options[language] || SettingsLocales.misc.spells.layout_options.en;\n\t\tconst options  = [];\n\n\t\tif (include_default) {\n\t\t\toptions.push({\n\t\t\t\tkey   : \"default\",\n\t\t\t\tvalue : \"default\",\n\t\t\t\ttext  : this.getMisc(\"default\"),\n\t\t\t});\n\t\t}\n\n\t\tfor (const key in data_set) {\n\t\t\toptions.push({\n\t\t\t\tkey,\n\t\t\t\tvalue : key,\n\t\t\t\ttext  : data_set[key],\n\t\t\t});\n\t\t}\n\n\t\treturn options;\n\t}\n\n\tgetSpellUIBuilderInfo() {\n\t\tconst language = this.getLanguage();\n\t\tlet info       = this.getMisc(\"spells_ui_builder_info\", language);\n\n\t\tfor (const match of info.match(/\\{\\{[\\w.]+}}/g)) {\n\t\t\tconst key = match.replace(/\\{|}/g, \"\");\n\n\t\t\tinfo = info.replace(match, this.getMisc(key, language) || this.getSettingText(key, language));\n\t\t}\n\n\t\treturn info;\n\t}\n\n\tgetSpellDesignerIndicatorOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst data_set = SettingsLocales.misc.spells.indicator_options[language] || SettingsLocales.misc.spells.indicator_options.en;\n\t\tconst options  = [];\n\n\t\tfor (const key in data_set) {\n\t\t\toptions.push({\n\t\t\t\tkey,\n\t\t\t\tvalue : key,\n\t\t\t\ttext  : data_set[key],\n\t\t\t});\n\t\t}\n\n\t\treturn options;\n\t}\n\n\tgetInstanceName(id, language) {\n\t\tif (!ZoneData.Instances[id]) {\n\t\t\treturn \"\";\n\t\t}\n\n\t\tlanguage = language || this.getLanguage();\n\n\t\treturn ZoneData.Instances[id].locales.name[language] || ZoneData.Instances[id].locales.name.en;\n\t}\n\n\tgetZoneOptions() {\n\t\tconst language = this.getLanguage();\n\t\tconst options  = [];\n\t\tlet processed  = [];\n\n\t\tfor (const id in ZoneData.Instances) {\n\t\t\tconst zone_id = ZoneData.Instances[id].zone_id;\n\n\t\t\tif (processed.indexOf(zone_id) !== -1) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\toptions.push({\n\t\t\t\tkey   : String(zone_id),\n\t\t\t\tvalue : String(zone_id),\n\t\t\t\ttext  : this.getInstanceName(id, language),\n\t\t\t});\n\t\t\tprocessed.push(zone_id);\n\t\t}\n\n\t\toptions.sort((a, b) => (a.text < b.text) ? -1 : 1);\n\n\t\tprocessed = null;\n\n\t\treturn options;\n\t}\n\n\tgetDiscordWebhookInfo() {\n\t\tconst language = this.getLanguage();\n\n\t\tlet info = this.getMisc(\"discord_webhook_info\", this.getLanguage());\n\n\t\tfor (const match of info.match(/\\{\\{[\\w.]+}}/g)) {\n\t\t\tconst key = match.replace(/\\{|}/g, \"\");\n\n\t\t\tinfo = info.replace(match, this.getOverlayText(key, language) || this.getOverlayText(key, language));\n\t\t}\n\n\t\treturn info;\n\t}\n}\n\nexport default new LocalizationService();\n"
  },
  {
    "path": "src/services/MigrationService.js",
    "content": "import store from \"../redux/store/index\";\nimport localForage from \"localforage\";\n\nimport Migrations from \"../constants/Migrations\";\n\nclass MigrationService {\n\tmigrate() {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tlocalForage.getItem(\"migration_history\")\n\t\t\t\t.then(history => {\n\t\t\t\t\tif (history) {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\thistory = JSON.parse(history);\n\t\t\t\t\t\t} catch {}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!history) {\n\t\t\t\t\t\thistory = [];\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.history = history;\n\n\t\t\t\t\tconst promise = Migrations.reduce(\n\t\t\t\t\t\t(last_promise, migration_name) => last_promise.then(() => {\n\t\t\t\t\t\t\tthis.executeMigration(migration_name);\n\t\t\t\t\t\t}),\n\t\t\t\t\t\tPromise.resolve(),\n\t\t\t\t\t);\n\n\t\t\t\t\tpromise.then(() => {\n\t\t\t\t\t\tstore\n\t\t\t\t\t\t\t.getState()\n\t\t\t\t\t\t\t.settings_data\n\t\t\t\t\t\t\t.saveSettings(true)\n\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\tlocalForage\n\t\t\t\t\t\t\t\t\t.setItem(\"migration_history\", JSON.stringify(history))\n\t\t\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\t\t\tresolve();\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t.catch(e => {\n\t\t\t\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\t\t\t\treject(e);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t});\n\t}\n\n\texecuteMigration(migration_name) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tif (this.history.indexOf(migration_name) !== -1) {\n\t\t\t\tresolve();\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tconst migration = require(`../migrations/${migration_name}.js`);\n\n\t\t\tmigration\n\t\t\t\t.default\n\t\t\t\t.migrate()\n\t\t\t\t.then(() => {\n\t\t\t\t\tthis.history.push(migration_name);\n\t\t\t\t\tresolve();\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n}\n\nexport default new MigrationService();\n"
  },
  {
    "path": "src/services/ObjectService.js",
    "content": "class ObjectService {\n\tgetByKeyPath(object, key_path) {\n\t\tif (typeof key_path === \"string\") {\n\t\t\treturn this.getByKeyPath(object, key_path.split(\".\"));\n\t\t}\n\n\t\tif (key_path.length === 1) {\n\t\t\treturn object[key_path[0]];\n\t\t}\n\n\t\tif (!object[key_path[0]]) {\n\t\t\tobject[key_path[0]] = {};\n\t\t}\n\n\t\treturn this.getByKeyPath(object[key_path[0]], key_path.slice(1));\n\t}\n\n\tsetByKeyPath(object, key_path, value) {\n\t\tif (typeof key_path === \"string\") {\n\t\t\treturn this.setByKeyPath(object, key_path.split(\".\"), value);\n\t\t}\n\n\t\tif (key_path.length === 1) {\n\t\t\treturn object[key_path[0]] = value;\n\t\t}\n\n\t\tif (!object[key_path[0]]) {\n\t\t\tobject[key_path[0]] = {};\n\t\t}\n\n\t\treturn this.setByKeyPath(object[key_path[0]], key_path.slice(1), value);\n\t}\n}\n\nexport default new ObjectService();\n"
  },
  {
    "path": "src/services/PluginService/OverlayPluginService.js",
    "content": "import PluginServiceAbstract from \"./PluginServiceAbstract\";\n\nclass OverlayPluginService extends PluginServiceAbstract {\n\tsplitEncounter() {\n\t\twindow.OverlayPluginApi.endEncounter();\n\t}\n\n\tgetAuthor() {\n\t\treturn (window.OverlayPluginApi && window.OverlayPluginApi.callHandler) ? \"ngld\" : \"hibiyasleep\";\n\t}\n\n\tisNgld() {\n\t\treturn (this.getAuthor() === \"ngld\");\n\t}\n\n\tisOverlayPlugin() {\n\t\treturn (Boolean(window.OverlayPluginApi));\n\t}\n\n\tresetCallback() {\n\t}\n}\n\nexport default OverlayPluginService;\n"
  },
  {
    "path": "src/services/PluginService/OverlayProcService.js",
    "content": "import PluginServiceAbstract from \"./PluginServiceAbstract\";\n\nclass OverlayProcService extends PluginServiceAbstract {\n\tsplitEncounter() {\n\t\tthis.socket_service.splitEncounter();\n\t}\n\n\tsubscribe(events) {\n\t\tthis.socket_service.subscribe(events);\n\t}\n\n\tunsubscribe(events) {\n\t\tthis.socket_service.unsubscribe(events);\n\t}\n\n\tisNgld() {\n\t\treturn this.socket_service.isNgld();\n\t}\n}\n\nexport default OverlayProcService;\n"
  },
  {
    "path": "src/services/PluginService/PluginServiceAbstract.js",
    "content": "import MessageProcessor from \"../../processors/MessageProcessor\";\n\nclass PluginServiceAbstract {\n\tconstructor(settings) {\n\t\tif (settings && Object.keys(settings).length) {\n\t\t\tObject.assign(this, settings);\n\t\t}\n\n\t\tthis.subscribed   = false;\n\t\tthis.is_connected = true;\n\t}\n\n\tsplitEncounter() {\n\t\tthis.plugin_service.splitEncounter();\n\t}\n\n\tsubscribe(events) {\n\t\tconst callback = MessageProcessor.processMessage;\n\n\t\tif (!this.is_overlayplugin || !this.is_ngld) {\n\t\t\tif (this.subscribed) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tthis.subscribed = true;\n\n\t\t\tdocument.addEventListener(\"onOverlayDataUpdate\", callback);\n\t\t\treturn;\n\t\t}\n\n\t\tif (!this.subscribed) {\n\t\t\twindow.__OverlayCallback = callback;\n\t\t}\n\n\t\tthis.subscribed = true;\n\n\t\tthis.callHandler(this.createMessage(\"subscribe\", \"events\", events), callback);\n\t}\n\n\tunsubscribe(events) {\n\t\tif (!this.is_overlayplugin || !this.is_ngld) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.callHandler(this.createMessage(\"unsubscribe\", \"events\", events));\n\t}\n\n\tcreateMessage(type, key, data) {\n\t\tconst call = {\n\t\t\tcall : type,\n\t\t};\n\n\t\tif (key) {\n\t\t\tcall[key] = data;\n\n\t\t\tcall.key  = key;\n\t\t\tcall.data = data;\n\t\t}\n\n\t\treturn JSON.stringify(call);\n\t}\n\n\tcallHandler(message, callback) {\n\t\twindow.OverlayPluginApi.callHandler(\n\t\t\tmessage,\n\t\t\tcallback,\n\t\t);\n\t}\n\n\ttts(messages) {\n\t\tif (!this.is_overlayplugin || !this.is_ngld) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.callHandler(this.createMessage(\"say\", \"text\", messages));\n\t}\n}\n\nexport default PluginServiceAbstract;\n"
  },
  {
    "path": "src/services/PluginService/SocketService.js",
    "content": "import OverlayPluginService from \"../../services/PluginService/OverlayPluginService\";\nimport MessageProcessor from \"../../processors/MessageProcessor\";\nimport store from \"../../redux/store/index\";\nimport { updateState } from \"../../redux/actions/index\";\n\nconst querystring = require(\"querystring\");\n\nconst BASE_RECONNECT_DELAY = 300;\n\nclass SocketService {\n\tconstructor(uri) {\n\t\tthis.reconnect_delay = BASE_RECONNECT_DELAY;\n\t\tthis.try_for_ngld    = (String(window.location.search).indexOf(\"fake\") === -1);\n\t\tthis.uri             = uri || this.processUri();\n\t\tthis.plugin_service  = new OverlayPluginService();\n\t\tthis.is_connected    = false;\n\t\tthis.is_ngld         = false;\n\t}\n\n\tprocessUri() {\n\t\tconst params = new querystring.parse(String(window.location.search).substring(1));\n\t\tlet uri      = params.HOST_PORT || params.OVERLAY_WS;\n\n\t\tif (!uri) {\n\t\t\treturn false;\n\t\t}\n\n\t\tconst original_uri = uri;\n\n\t\turi = uri.replace(/\\/$/, \"\");\n\n\t\t// Redirect to non-SSL host if on SSL and using an insecure socket\n\t\tif (window.location.protocol === \"https:\" && uri.split(\":\")[0] === \"ws\" && uri.substring(uri.length - 4) !== \"fake\") {\n\t\t\twindow.location.replace(`${process.env.REACT_APP_REDIRECT_URL}${process.env.REACT_APP_HTTP_BASE}/` + window.location.search.replace(original_uri, uri));\n\n\t\t\treturn false;\n\t\t}\n\n\t\tif (this.try_for_ngld && uri.indexOf(\"/ws\") === -1) {\n\t\t\turi += \"/ws\";\n\t\t} else if (uri.indexOf(\"MiniParse\") === -1 && uri.indexOf(\"/ws\") === -1) {\n\t\t\turi += \"/MiniParse\";\n\t\t}\n\n\t\treturn uri;\n\t}\n\n\tinitialize() {\n\t\tif (!this.uri || store.getState().internal.overlayplugin) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.socket = new WebSocket(this.uri);\n\n\t\tthis.resetCallback();\n\n\t\tthis.socket.onclose = () => {\n\t\t\tsetTimeout(this.reconnect.bind(this), this.reconnect_delay);\n\t\t};\n\n\t\tthis.socket.onopen = this.connected.bind(this);\n\t}\n\n\treconnect() {\n\t\tif (this.try_for_ngld) {\n\t\t\tthis.try_for_ngld = false;\n\t\t\tthis.uri          = this.processUri();\n\t\t}\n\n\t\tthis.reconnect_delay = Math.min(this.reconnect_delay * 2, 3000);\n\n\t\tthis.initialize();\n\t}\n\n\tconnected() {\n\t\tif (this.try_for_ngld || this.uri.indexOf(\"/ws\") !== -1) {\n\t\t\tthis.is_ngld = true;\n\n\t\t\tstore.getState().plugin_service.plugin_service = this;\n\n\t\t\tstore.dispatch(updateState({\n\t\t\t\tkey   : \"internal.overlayplugin_author\",\n\t\t\t\tvalue : \"ngld\",\n\t\t\t}));\n\t\t}\n\n\t\tthis.is_connected    = true;\n\t\tthis.try_for_ngld    = false;\n\t\tthis.reconnect_delay = BASE_RECONNECT_DELAY;\n\n\t\tthis.setId();\n\t\tthis.establishSubscriptions();\n\t}\n\n\tsetId() {\n\t\tconst id = Math.random().toString(36).substring(7);\n\n\t\tthis.id = id;\n\n\t\tthis.send(\"set_id\", undefined, undefined, undefined, id);\n\t}\n\n\tsubscribe(events) {\n\t\tthis.new_events = events;\n\n\t\treturn (!this.is_connected) ? this.initialize() : this.establishSubscriptions();\n\t}\n\n\tcreateMessage(type, key, data) {\n\t\treturn this.plugin_service.createMessage(type, key, data);\n\t}\n\n\testablishSubscriptions() {\n\t\tthis.callHandler(\n\t\t\tthis.createMessage(\"subscribe\", \"events\", this.new_events),\n\t\t);\n\t}\n\n\tunsubscribe(events) {\n\t\tif (!this.is_connected) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn this.removeSubscriptions(events);\n\t}\n\n\tremoveSubscriptions(events) {\n\t\tthis.callHandler(\n\t\t\tthis.createMessage(\"unsubscribe\", \"events\", events),\n\t\t);\n\t}\n\n\tsplitEncounter() {\n\t\tthis.send(\"overlayAPI\", this.id, \"RequestEnd\");\n\t}\n\n\ttts(messages) {\n\t\tif (!this.is_ngld) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.callHandler(this.createMessage(\"say\", \"text\", messages));\n\t}\n\n\tresetCallback() {\n\t\tthis.socket.onmessage = MessageProcessor.processMessage;\n\t}\n\n\tcallHandler(message, callback) {\n\t\tif (callback) {\n\t\t\tthis.socket.onmessage = callback;\n\t\t}\n\n\t\tthis.socket.send(message);\n\t}\n\n\tsend(type, to, message_type, message, id) {\n\t\tif (!this.socket || this.socket.readyState !== 1) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst data = {\n\t\t\ttype,\n\t\t\tto,\n\t\t\tmsgtype : message_type,\n\t\t\tmsg     : message,\n\t\t\tid,\n\t\t};\n\n\t\tthis.socket.send(JSON.stringify(data));\n\t}\n\n\tisSocketRequested() {\n\t\treturn (Boolean(this.uri));\n\t}\n\n\tisNgld() {\n\t\treturn this.is_ngld;\n\t}\n}\n\nexport default SocketService;\n"
  },
  {
    "path": "src/services/PluginService.js",
    "content": "import store from \"../redux/store\";\n\nimport PluginServiceAbstract from \"./PluginService/PluginServiceAbstract\";\nimport OverlayPluginService from \"./PluginService/OverlayPluginService\";\nimport OverlayProcService from \"./PluginService/OverlayProcService\";\nimport SocketService from \"./PluginService/SocketService\";\nimport UsageService from \"./UsageService\";\nimport MessageProcessor from \"../processors/MessageProcessor\";\n\nclass PluginService extends PluginServiceAbstract {\n\tconstructor() {\n\t\tsuper();\n\n\t\tconst socket_service        = new SocketService();\n\t\tconst overlayplugin_service = new OverlayPluginService();\n\t\tconst settings              = {\n\t\t\tis_websocket     : socket_service.isSocketRequested(),\n\t\t\tis_overlayplugin : overlayplugin_service.isOverlayPlugin(),\n\t\t\tis_ngld          : overlayplugin_service.isNgld(),\n\t\t\tsocket_service,\n\t\t};\n\n\t\tObject.assign(this, settings);\n\n\t\tthis.events         = [];\n\t\tthis.plugin_service = (this.is_websocket && !this.is_overlayplugin)\n\t\t\t? socket_service\n\t\t\t: ((this.is_overlayplugin)\n\t\t\t\t? new OverlayPluginService(settings)\n\t\t\t\t: new OverlayProcService(settings)\n\t\t\t);\n\t}\n\n\tisConnected() {\n\t\treturn this.plugin_service.is_connected;\n\t}\n\n\tsubscribe(events) {\n\t\tevents = events || this.getSubscriptions();\n\n\t\tthis.processSubscriptionAdditions(events);\n\n\t\tif (this.new_events.length) {\n\t\t\tthis.plugin_service.subscribe(this.new_events);\n\t\t}\n\t}\n\n\tprocessSubscriptionAdditions(events) {\n\t\tevents = events.filter(e => (this.events.indexOf(e) === -1));\n\n\t\tthis.new_events = events;\n\n\t\tif (events.length) {\n\t\t\tthis.events = this.events.concat(events);\n\t\t}\n\t}\n\n\tunsubscribe(events) {\n\t\tevents = events || this.getSubscriptions();\n\n\t\tthis.processSubscriptionRemovals(events);\n\n\t\tthis.events = events;\n\n\t\tif (this.old_events.length) {\n\t\t\tthis.plugin_service.unsubscribe(this.old_events);\n\t\t}\n\t}\n\n\tprocessSubscriptionRemovals(events) {\n\t\tevents = this.events.filter(e => (events.indexOf(e) === -1));\n\n\t\tthis.old_events = events;\n\t}\n\n\tupdateSubscriptions(settings_object, internal) {\n\t\tconst events = this.getSubscriptions(settings_object, internal);\n\n\t\tthis.subscribe(events);\n\t\tthis.unsubscribe(events);\n\t}\n\n\tgetSubscriptions(settings_object, internal) {\n\t\tconst settings = settings_object || store.getState().settings_data;\n\t\tconst mode     = (internal || store.getState().internal).mode;\n\t\tconst data     = {\n\t\t\tenmity : UsageService.usingEnmity(settings),\n\t\t\tlog    : UsageService.usingLog(mode, settings),\n\t\t\tcombat : UsageService.usingCombatData(mode, settings),\n\t\t};\n\t\tconst events   = [\n\t\t\t\"ChangePrimaryPlayer\",\n\t\t\t\"ChangeZone\",\n\t\t];\n\n\t\tif (data.combat) {\n\t\t\tevents.push(\"CombatData\");\n\t\t}\n\n\t\tif (mode === \"stats\") {\n\t\t\tevents.push(\"EnmityAggroList\");\n\t\t\tevents.push(\"PartyChanged\");\n\t\t}\n\n\t\tif (data.enmity) {\n\t\t\tevents.push(\"EnmityTargetData\");\n\t\t}\n\n\t\tif (data.log) {\n\t\t\tevents.push(\"LogLine\");\n\t\t}\n\n\t\treturn events;\n\t}\n\n\tgetCombatants() {\n\t\tthis.plugin_service.callHandler(this.plugin_service.createMessage(\"getCombatants\"), MessageProcessor.processMessage);\n\t}\n\n\ttts(messages) {\n\t\tthis.plugin_service.tts(messages);\n\t}\n}\n\nexport default PluginService;\n"
  },
  {
    "path": "src/services/SettingsService.js",
    "content": "import store from \"../redux/store/index\";\nimport { updateState } from \"../redux/actions/index\";\n\nclass SettingsService {\n\topenSettingsWindow() {\n\t\tconst new_data = {\n\t\t\tkey   : \"internal.new_version\",\n\t\t\tvalue : false,\n\t\t};\n\n\t\tconst state     = store.getState();\n\t\tlet querystring = String(window.location.search);\n\t\tconst joiner    = (querystring.indexOf(\"?\") !== -1) ? \"&\" : \"?\";\n\n\t\tquerystring = `${querystring}${joiner}mode=${state.internal.mode}`;\n\n\t\tstore.dispatch(updateState(new_data));\n\t\twindow.open(`${querystring}#/settings/about`, \"\", \"width=1000,height=630,location=no,menubar=no\");\n\t}\n\n\topenSettingsImport() {\n\t\tconst new_data = {\n\t\t\tkey   : \"internal.viewing\",\n\t\t\tvalue : \"import\",\n\t\t};\n\n\t\tstore.dispatch(updateState(new_data));\n\t}\n\n\tgetNoticeClass() {\n\t\treturn (!window.obsstudio && store.getState().internal.new_version) ? \"notice\" : \"\";\n\t}\n}\n\nexport default new SettingsService();\n"
  },
  {
    "path": "src/services/SpellService.js",
    "content": "import clone from \"lodash.clonedeep\";\nimport store from \"../redux/store\";\n\nimport Constants from \"../constants\";\nimport SkillData from \"../constants/SkillData\";\nimport PVPZoneData from \"../constants/PVPZoneData\";\n\nimport LocalizationService from \"./LocalizationService\";\nimport TTSService from \"./TTSService\";\n\nclass SpellService {\n\tvalid_names = {};\n\tspells = {};\n\ttts_log = {};\n\tsettings = {};\n\n\tstop() {\n\t\tthis.spells = {};\n\t}\n\n\tsetSettings(use_tts, party_use_tts, tts_trigger, warning_threshold, tts_on_effect, party_tts_on_effect, party_tts_on_skill) {\n\t\tthis.settings.use_tts             = use_tts;\n\t\tthis.settings.party_use_tts       = party_use_tts;\n\t\tthis.settings.tts_trigger         = tts_trigger;\n\t\tthis.settings.warning_threshold   = warning_threshold;\n\t\tthis.settings.tts_on_effect       = tts_on_effect;\n\t\tthis.settings.party_tts_on_effect = party_tts_on_effect;\n\t\tthis.settings.party_tts_on_skill  = party_tts_on_skill;\n\t}\n\n\tskillExists(id) {\n\t\treturn Boolean(SkillData.oGCDSkills[id]);\n\t}\n\n\teffectExists(id) {\n\t\treturn Boolean(SkillData.Effects[id]);\n\t}\n\n\tgetSkillRecast(id, level) {\n\t\tconst skill = SkillData.oGCDSkills[id];\n\n\t\tif (level && skill?.level_recasts) {\n\t\t\tfor (const level_data of skill.level_recasts) {\n\t\t\t\tif (level >= level_data.level) {\n\t\t\t\t\treturn level_data.recast;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn skill?.recast;\n\t}\n\n\tgetSkillCharges(id, level) {\n\t\tconst skill = SkillData.oGCDSkills[id];\n\n\t\tif (level && skill?.level_charges) {\n\t\t\tfor (const level_data of skill.level_charges) {\n\t\t\t\tif (level >= level_data.level) {\n\t\t\t\t\treturn level_data.charges;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn skill?.charges;\n\t}\n\n\tprocessSpells(used, lost, changed_default) {\n\t\tconst current_level = store.getState().internal.character_level;\n\n\t\tfor (const i in used) {\n\t\t\tconst date      = used[i].time;\n\t\t\tconst new_date  = new Date(date);\n\t\t\tlet recast      = 0;\n\t\t\tlet max_charges = 0;\n\t\t\tconst type      = used[i].type;\n\t\t\tconst defaulted = (new_date.getFullYear() === 1970);\n\n\t\t\tif (!defaulted) {\n\t\t\t\tswitch (type) {\n\t\t\t\t\tcase \"skill\":\n\t\t\t\t\t\tif (!this.skillExists(used[i].id)) {\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\trecast      = this.getSkillRecast(used[i].id, (used[i].party) ? 0 : current_level);\n\t\t\t\t\t\tmax_charges = this.getSkillCharges(used[i].id, (used[i].party) ? 0 : current_level);\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase \"effect\":\n\t\t\t\t\t\trecast = used[i].duration;\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tnew_date.setSeconds(date.getSeconds() + recast);\n\t\t\t}\n\n\t\t\tif (max_charges) {\n\t\t\t\tif (this.spells[i] && !this.spells[i].recharging && this.spells[i].charges && this.spells[i].charges < max_charges) {\n\t\t\t\t\tthis.spells[i].charges -= 1;\n\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tthis.spells[i] = {\n\t\t\t\ttype          : used[i].type,\n\t\t\t\tsubtype       : used[i].subtype,\n\t\t\t\tlog_type      : used[i].log_type,\n\t\t\t\tid            : used[i].id,\n\t\t\t\ttime          : new_date,\n\t\t\t\tname          : used[i].name,\n\t\t\t\trecast,\n\t\t\t\tcharges       : (defaulted) ? used[i].max_charges : max_charges - 1,\n\t\t\t\tmax_charges   : (defaulted) ? used[i].max_charges : max_charges,\n\t\t\t\trecharging    : false,\n\t\t\t\tremaining     : recast,\n\t\t\t\tcooldown      : Math.max(0, recast),\n\t\t\t\tdot           : (used[i].subtype === \"dot\"),\n\t\t\t\tdebuff        : (used[i].subtype === \"debuff\"),\n\t\t\t\tparty         : used[i].party,\n\t\t\t\tdefaulted     : used[i].defaulted,\n\t\t\t\ttype_position : used[i].type_position,\n\t\t\t\ttts           : false,\n\t\t\t};\n\n\t\t\tif (!defaulted && [\"effect\", \"skill\"].indexOf(this.spells[i].type) !== -1) {\n\t\t\t\tthis.processProcTTS(i);\n\t\t\t}\n\t\t}\n\n\t\tfor (const i in lost) {\n\t\t\tif (!this.spells[i]) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tthis.spells[i].remaining = 0;\n\t\t\tthis.spells[i].cooldown  = 0;\n\n\t\t\tthis.processTTS(i);\n\t\t}\n\n\t\tfor (const i in changed_default) {\n\t\t\tif (!this.spells[i]) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tthis.spells[i].defaulted     = changed_default[i].defaulted;\n\t\t\tthis.spells[i].type_position = changed_default[i].position;\n\t\t}\n\t}\n\n\tresetAllSpells() {\n\t\tthis.spells = {};\n\t}\n\n\tresetSpell(i) {\n\t\tdelete this.spells[i];\n\t}\n\n\thasDefaultedSpell(key, spell) {\n\t\tif (!spell.defaulted) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn Boolean(this.spells[key]);\n\t}\n\n\tupdateCooldowns() {\n\t\tconst now       = new Date();\n\t\tlet changed     = false;\n\t\tconst threshold = (this.settings.tts_trigger === \"zero\") ? 0 : this.settings.warning_threshold;\n\n\t\tfor (const i in this.spells) {\n\t\t\tif (this.spells[i].cooldown === 0) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tchanged = true;\n\n\t\t\tthis.spells[i].remaining = (this.spells[i].time - now) / 1000;\n\t\t\tthis.spells[i].cooldown  = Math.max(0, this.spells[i].remaining);\n\n\t\t\tconst tts_key = (this.spells[i].party) ? \"party_use_tts\" : \"use_tts\";\n\n\t\t\tif (this.settings[tts_key] && this.spells[i].remaining > -10000000 && (this.spells[i].remaining <= threshold || this.spells[i].debuff)) {\n\t\t\t\tthis.processTTS(i, threshold);\n\t\t\t}\n\n\t\t\tif (this.spells[i].cooldown === 0 && this.spells[i].max_charges) {\n\t\t\t\tif (this.spells[i].charges < this.spells[i].max_charges) {\n\t\t\t\t\tthis.spells[i].charges += 1;\n\t\t\t\t}\n\n\t\t\t\tif (this.spells[i].charges < this.spells[i].max_charges) {\n\t\t\t\t\tthis.spells[i].time       = now;\n\t\t\t\t\tthis.spells[i].remaining  = this.spells[i].recast;\n\t\t\t\t\tthis.spells[i].cooldown   = this.spells[i].remaining;\n\t\t\t\t\tthis.spells[i].recharging = true;\n\n\t\t\t\t\tconst tmp_used = {};\n\n\t\t\t\t\ttmp_used[i] = this.spells[i];\n\n\t\t\t\t\tthis.processSpells(tmp_used);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn changed;\n\t}\n\n\tprocessTTS(key, threshold) {\n\t\tconst tts_key = (this.spells[key].party) ? \"party_use_tts\" : \"use_tts\";\n\n\t\tif (!this.settings[tts_key] || this.spells[key].tts) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.spells[key].debuff) {\n\t\t\tif (this.spells[key].party && this.spells[key].remaining <= threshold) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif (!this.spells[key].party && this.spells[key].remaining > threshold) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\tconst log_key = `${this.spells[key].subtype}-${this.spells[key].id}`;\n\t\tconst time    = (new Date()).getTime();\n\n\t\tif ((time - (this.tts_log[log_key] || 0)) <= 500) {\n\t\t\tthis.tts_log[log_key] = time;\n\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.spells[key].tts = true;\n\n\t\tthis.tts_log[log_key] = time;\n\n\t\tTTSService.saySpell(key, this.spells[key].id, this.spells[key].type, this.spells[key].name);\n\t}\n\n\tprocessProcTTS(key) {\n\t\tif ([\"dot\", \"debuff\"].indexOf(this.spells[key].subtype) !== -1) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst tts_key = (this.spells[key].party) ? `party_tts_on_${this.spells[key].type}` : `tts_on_${this.spells[key].type}`;\n\n\t\tif (!this.settings[tts_key]) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst extra = (this.spells[key].type === \"skill\") ? \" used\" : \" received\";\n\n\t\tTTSService.saySpell(key, this.spells[key].id, this.spells[key].type, this.spells[key].name, extra);\n\t}\n\n\tfilterSpells(section, settings, builder) {\n\t\tconst spells = clone(this.spells);\n\n\t\tfor (const i in spells) {\n\t\t\tif (builder && section.types.indexOf(spells[i].log_type) === -1) {\n\t\t\t\tdelete spells[i];\n\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (spells[i].cooldown <= 0 && (!spells[i].defaulted || !settings[`always_${spells[i].subtype}`])) {\n\t\t\t\tdelete spells[i];\n\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t}\n\n\t\treturn spells;\n\t}\n\n\tupdateValidNames(state) {\n\t\tthis.valid_names = {\n\t\t\tspells        : {},\n\t\t\teffects       : {},\n\t\t\tdots          : {},\n\t\t\tdebuffs       : {},\n\t\t\tparty_spells  : {},\n\t\t\tparty_effects : {},\n\t\t\tparty_dots    : {},\n\t\t\tparty_debuffs : {},\n\t\t};\n\n\t\tfor (const key in this.valid_names) {\n\t\t\tlet type = key.split(\"_\");\n\n\t\t\ttype = (type.length === 1) ? type[0] : type[1];\n\t\t\ttype = type.substring(0, type.length - 1);\n\n\t\t\tfor (const id of state.settings.spells_mode[key]) {\n\t\t\t\tthis.valid_names[key][LocalizationService.getSpellName(type, id, \"en\")] = true;\n\t\t\t}\n\t\t}\n\t}\n\n\tisValidName(key, name) {\n\t\treturn (this.valid_names[key] && this.valid_names[key][name]);\n\t}\n\n\tisValidJob(type, id, job_abbreviation) {\n\t\tconst job = Constants.GameJobs[job_abbreviation];\n\n\t\tif (!job) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst role = job.role;\n\t\tlet data   = [];\n\n\t\tswitch (type) {\n\t\t\tcase \"spell\":\n\t\t\tcase \"skill\":\n\t\t\t\tdata = (SkillData.oGCDSkills[id]) ? SkillData.oGCDSkills[id].jobs : false;\n\n\t\t\t\tbreak;\n\n\t\t\tcase \"effect\":\n\t\t\tcase \"dot\":\n\t\t\tcase \"debuff\":\n\t\t\t\tdata = (SkillData.Effects[id]) ? SkillData.Effects[id].jobs : false;\n\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\treturn false;\n\t\t}\n\n\t\treturn (data) ? (data.indexOf(job_abbreviation) !== -1 || data.indexOf(role) !== -1) : false;\n\t}\n\n\tgetKeyName(english_name) {\n\t\treturn english_name.replace(/[^a-zA-Z\\d]/g, \"\");\n\t}\n\n\tinjectDefaults(state) {\n\t\tconst job = state.internal.character_job;\n\n\t\tif (!job) {\n\t\t\treturn state;\n\t\t}\n\n\t\tconst data         = {\n\t\t\tskill  : state.settings.spells_mode.spells,\n\t\t\teffect : state.settings.spells_mode.effects,\n\t\t\tdot    : state.settings.spells_mode.dots,\n\t\t\tdebuff : state.settings.spells_mode.debuffs,\n\t\t};\n\t\tconst data_names   = [];\n\t\tconst in_use_names = {};\n\t\tconst is_pvp_zone  = (PVPZoneData.Zones.indexOf(state.internal.current_zone_id) !== -1);\n\n\t\tfor (const type in data) {\n\t\t\tfor (const id of data[type]) {\n\t\t\t\tdata_names.push(type + \"-\" + this.getKeyName(LocalizationService.getSpellName(type, id, \"en\")));\n\t\t\t}\n\t\t}\n\n\t\tfor (const i in state.internal.spells.in_use) {\n\t\t\tconst item = state.internal.spells.in_use[i];\n\n\t\t\tif (!item.defaulted) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tconst name = item.subtype + \"-\" + this.getKeyName(LocalizationService.getSpellName(item.subtype, item.id, \"en\"));\n\n\t\t\tif (data_names.indexOf(name) === -1) {\n\t\t\t\tstate.internal.spells.in_use[i].defaulted = false;\n\t\t\t} else {\n\t\t\t\tin_use_names[name] = i;\n\t\t\t}\n\t\t}\n\n\t\tfor (const type in data) {\n\t\t\tif (!state.settings.spells_mode[`always_${type}`]) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tlet type_position = 0;\n\n\t\t\tfor (const id of data[type]) {\n\t\t\t\tif (!this.isValidJob(type, id, job)) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tif (type === \"skill\" && SkillData.oGCDSkills[id]?.pvp !== is_pvp_zone) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tconst english_name = this.getKeyName(LocalizationService.getSpellName(type, id, \"en\"));\n\t\t\t\tconst name         = type + \"-\" + english_name;\n\n\t\t\t\ttype_position++;\n\n\t\t\t\tif (in_use_names[name]) {\n\t\t\t\t\tstate.internal.spells.in_use[in_use_names[name]].type_position = type_position;\n\n\t\t\t\t\tstate.internal.spells.defaulted[name].position = type_position;\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tconst main_type = ([\"dot\", \"debuff\"].indexOf(type) !== -1) ? \"effect\" : type;\n\t\t\t\tconst key       = (main_type === \"effect\") ? `${main_type}-${english_name}` : `${main_type}-${id}`;\n\t\t\t\tlet max_charges = 0;\n\n\t\t\t\tif (main_type === \"skill\") {\n\t\t\t\t\tif (!this.skillExists(id)) {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\tmax_charges = this.getSkillCharges(id, state.internal.character_level);\n\t\t\t\t} else if (main_type === \"effect\" && !this.effectExists(id)) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tstate.internal.spells.defaulted[name] = {\n\t\t\t\t\tid,\n\t\t\t\t\tkey,\n\t\t\t\t\tposition : type_position,\n\t\t\t\t};\n\n\t\t\t\tstate.internal.spells.in_use[key] = {\n\t\t\t\t\ttype          : main_type,\n\t\t\t\t\tsubtype       : type,\n\t\t\t\t\tid            : Number(id),\n\t\t\t\t\ttime          : new Date(\"1970-01-01\"),\n\t\t\t\t\tcharges       : max_charges,\n\t\t\t\t\tmax_charges,\n\t\t\t\t\tduration      : 0,\n\t\t\t\t\tstacks        : 0,\n\t\t\t\t\tlog_type      : `you-${type}`,\n\t\t\t\t\tparty         : false,\n\t\t\t\t\tdefaulted     : true,\n\t\t\t\t\ttype_position : state.internal.spells.defaulted[name].position,\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\t}\n\n\tgetDemoSpell() {\n\t\tconst id = Object.keys(SkillData.oGCDSkills)[0];\n\n\t\treturn {\n\t\t\ttype          : \"skill\",\n\t\t\tsubtype       : \"skill\",\n\t\t\tlog_type      : \"you-skill\",\n\t\t\tid,\n\t\t\ttime          : new Date(),\n\t\t\tname          : LocalizationService.getSpellName(\"skill\", id),\n\t\t\trecast        : SkillData.oGCDSkills[id].recast,\n\t\t\tremaining     : 0,\n\t\t\tcooldown      : 0,\n\t\t\tstacks        : 0,\n\t\t\tdot           : SkillData.oGCDSkills[id].dot,\n\t\t\tdebuff        : SkillData.oGCDSkills[id].debuff,\n\t\t\tparty         : false,\n\t\t\tdefaulted     : false,\n\t\t\ttype_position : 0,\n\t\t\ttts           : false,\n\t\t};\n\t}\n}\n\nexport default new SpellService();\n"
  },
  {
    "path": "src/services/TTSService.js",
    "content": "import store from \"../redux/store\";\nimport Constants from \"../constants/index\";\nimport LocalizationService from \"./LocalizationService\";\nimport UsageService from \"./UsageService\";\n\nclass TTSService {\n\ttimer = null;\n\tstate = {\n\t\ttop                : {},\n\t\tcritical_hp        : [],\n\t\tcritical_mp        : [],\n\t\taggro              : [],\n\t\tcombatants         : {},\n\t\tencounter          : false,\n\t\tvalid_player_names : [],\n\t\trules              : {},\n\t};\n\n\tqueue = {\n\t\tcritical_hp : {},\n\t\tcritical_mp : {},\n\t\ttop         : {},\n\t\taggro       : {},\n\t\tencounter   : [],\n\t};\n\n\tlast = {\n\t\tspells : {},\n\t};\n\n\tstart() {\n\t\tthis.timer = setInterval(\n\t\t\tthis.processQueue.bind(this),\n\t\t\t1500,\n\t\t);\n\t}\n\n\tstop() {\n\t\tif (this.timer !== null) {\n\t\t\tclearInterval(this.timer);\n\n\t\t\tthis.timer = null;\n\t\t}\n\t}\n\n\tupdateRules(rules) {\n\t\tthis.state.rules = rules;\n\t}\n\n\tupdateCombatants(combatants, valid_player_names) {\n\t\tthis.state.combatants         = combatants;\n\t\tthis.state.valid_player_names = valid_player_names;\n\t}\n\n\tprocessLogLine(data, current_state) {\n\t\tif (!UsageService.usingLogTTS(current_state.settings_data)) {\n\t\t\treturn;\n\t\t}\n\n\t\tdata = data.line;\n\n\t\tconst player_data = {};\n\n\t\tswitch (Number(data[0])) {\n\t\t\tcase 37:\n\t\t\t\tplayer_data.name       = data[3];\n\t\t\t\tplayer_data.hp_percent = (Number(data[5]) / Number(data[6])) * 100;\n\t\t\t\tplayer_data.mp_percent = (Number(data[7]) / Number(data[8])) * 100;\n\n\t\t\t\tbreak;\n\n\t\t\tcase 39:\n\t\t\t\tplayer_data.name       = data[3];\n\t\t\t\tplayer_data.hp_percent = (Number(data[4]) / Number(data[5])) * 100;\n\t\t\t\tplayer_data.mp_percent = (Number(data[6]) / Number(data[7])) * 100;\n\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\treturn;\n\t\t}\n\n\t\tif (this.state.valid_player_names.includes(player_data.name)) {\n\t\t\tplayer_data.name = \"YOU\";\n\t\t}\n\n\t\tif (!this.state.combatants[player_data.name]) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst job_data = Constants.GameJobs[this.state.combatants[player_data.name].Job.toUpperCase()];\n\n\t\tplayer_data.job_type = (job_data) ? job_data.role : false;\n\n\t\tif (!player_data.job_type) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst critical_hp_threshold = Math.max(\n\t\t\tthis.state.rules.critical_hp[player_data.job_type] ? this.state.rules.critical_hp[player_data.job_type] : 0,\n\t\t\tthis.state.rules.critical_hp.all ? this.state.rules.critical_hp.all : 0,\n\t\t);\n\n\t\tif (\n\t\t\tcritical_hp_threshold &&\n\t\t\tplayer_data.hp_percent < critical_hp_threshold &&\n\t\t\tthis.state.critical_hp.indexOf(player_data.name) === -1\n\t\t) {\n\t\t\tthis.state.critical_hp.push(player_data.name);\n\n\t\t\tthis.queue.critical_hp[player_data.name] = true;\n\t\t} else if (\n\t\t\tcritical_hp_threshold &&\n\t\t\tplayer_data.hp_percent >= critical_hp_threshold &&\n\t\t\tthis.state.critical_hp.indexOf(player_data.name) !== -1\n\t\t) {\n\t\t\tthis.state.critical_hp.splice(this.state.critical_hp.indexOf(player_data.name), 1);\n\t\t}\n\n\t\tconst critical_mp_threshold = Math.max(\n\t\t\tthis.state.rules.critical_mp[player_data.job_type] ? this.state.rules.critical_mp[player_data.job_type] : 0,\n\t\t\tthis.state.rules.critical_mp.all ? this.state.rules.critical_mp.all : 0,\n\t\t);\n\n\t\tif (\n\t\t\tcritical_mp_threshold &&\n\t\t\tplayer_data.mp_percent < critical_mp_threshold &&\n\t\t\tthis.state.critical_mp.indexOf(player_data.name) === -1\n\t\t) {\n\t\t\tthis.state.critical_mp.push(player_data.name);\n\n\t\t\tthis.queue.critical_mp[player_data.name] = true;\n\t\t} else if (\n\t\t\tcritical_mp_threshold &&\n\t\t\tplayer_data.mp_percent >= critical_mp_threshold &&\n\t\t\tthis.state.critical_mp.indexOf(player_data.name) !== -1\n\t\t) {\n\t\t\tthis.state.critical_mp.splice(this.state.critical_mp.indexOf(player_data.name), 1);\n\t\t}\n\t}\n\n\tprocessRank(rank, type, current_state) {\n\t\tif (rank === 1 && !this.state.top[type]) {\n\t\t\tthis.state.top[type] = true;\n\n\t\t\tconst locale_data    = LocalizationService.getTTSTextData(\"top\", current_state);\n\t\t\tconst corrected_type = (type === \"tps\") ? \"dtps\" : type;\n\n\t\t\tthis.queue.top[type] = locale_data.text.replace(\"{{metric}}\", corrected_type.toUpperCase());\n\t\t} else if (rank !== 1 && this.state.top[type]) {\n\t\t\tthis.state.top[type] = false;\n\t\t}\n\t}\n\n\tprocessAggro(data) {\n\t\tconst mobs = [];\n\n\t\tfor (const monster of data) {\n\t\t\tif (monster.Target && monster.Target.isMe) {\n\t\t\t\tmobs.push(monster.Name);\n\t\t\t}\n\t\t}\n\n\t\tconst old_mobs = this.state.aggro;\n\n\t\tthis.state.aggro = mobs;\n\n\t\tfor (const mob of this.state.aggro) {\n\t\t\tif (old_mobs.indexOf(mob) === -1) {\n\t\t\t\tthis.queue.aggro[mob] = true;\n\t\t\t}\n\t\t}\n\t}\n\n\tprocessEncounter(game, current_state) {\n\t\tconst active = ([true, \"true\"].indexOf(game.isActive) !== -1);\n\n\t\tif (active === this.state.encounter) {\n\t\t\treturn false;\n\t\t}\n\n\t\tconst type = (active) ? \"start\" : \"end\";\n\n\t\tthis.state.encounter = active;\n\n\t\tif (UsageService.usingEncounterTTS(current_state.settings_data, type)) {\n\t\t\tconst locale_data = LocalizationService.getTTSTextData(\"encounter\", current_state);\n\t\t\tconst title       = (game.Encounter) ? game.Encounter.title : locale_data.default_title;\n\n\t\t\tthis.queue.encounter.push(\n\t\t\t\tlocale_data\n\t\t\t\t\t.text\n\t\t\t\t\t.replace(\"{{encounter}}\", title)\n\t\t\t\t\t.replace(\"{{verb}}\", locale_data[type]),\n\t\t\t);\n\t\t}\n\t}\n\n\tsayNow(message) {\n\t\tstore.getState().plugin_service.tts(message);\n\t}\n\n\tsaySpell(key, id, type, name, extra) {\n\t\tconst date = new Date();\n\n\t\tif (this.last.spells[key] && date.getTime() - this.last.spells[key].getTime() <= 500) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.last.spells[key] = date;\n\n\t\textra = extra || \"\";\n\n\t\tthis.sayNow((name || LocalizationService.getSpellName(type, id)) + extra);\n\t}\n\n\tprocessQueue() {\n\t\tlet messages = [];\n\n\t\tif (Object.keys(this.queue.critical_hp).length) {\n\t\t\tconst locale_data = LocalizationService.getTTSTextData(\"critical_hp\");\n\t\t\tconst has_you     = (this.queue.critical_hp.YOU);\n\n\t\t\tif (has_you) {\n\t\t\t\tdelete this.queue.critical_hp.YOU;\n\n\t\t\t\tthis.queue.critical_hp[locale_data.you] = true;\n\t\t\t}\n\n\t\t\tconst keys    = Object.keys(this.queue.critical_hp);\n\t\t\tlet connector = (has_you || keys.length > 1) ? locale_data.plural : locale_data.singular;\n\t\t\tconst players = (keys.length <= 2)\n\t\t\t\t? keys.join(locale_data.joiner)\n\t\t\t\t: locale_data.several;\n\n\t\t\tif (has_you && locale_data.you_no_connector && keys.length === 1) {\n\t\t\t\tconnector = \"\";\n\t\t\t}\n\n\t\t\tmessages.push(\n\t\t\t\tlocale_data\n\t\t\t\t\t.text\n\t\t\t\t\t.replace(\"{{players}}\", players)\n\t\t\t\t\t.replace(\"{{connector}}\", connector),\n\t\t\t);\n\n\t\t\tthis.queue.critical_hp = {};\n\t\t}\n\n\t\tif (Object.keys(this.queue.critical_mp).length) {\n\t\t\tconst locale_data = LocalizationService.getTTSTextData(\"critical_mp\");\n\t\t\tconst has_you     = (this.queue.critical_mp.YOU);\n\n\t\t\tif (has_you) {\n\t\t\t\tdelete this.queue.critical_mp.YOU;\n\n\t\t\t\tthis.queue.critical_mp[locale_data.you] = true;\n\t\t\t}\n\n\t\t\tconst keys    = Object.keys(this.queue.critical_mp);\n\t\t\tlet connector = (has_you || keys.length > 1) ? locale_data.plural : locale_data.singular;\n\t\t\tconst players = (keys.length <= 2)\n\t\t\t\t? keys.join(locale_data.joiner)\n\t\t\t\t: locale_data.several;\n\n\t\t\tif (has_you && locale_data.you_no_connector && keys.length === 1) {\n\t\t\t\tconnector = \"\";\n\t\t\t}\n\n\t\t\tmessages.push(\n\t\t\t\tlocale_data\n\t\t\t\t\t.text\n\t\t\t\t\t.replace(\"{{players}}\", players)\n\t\t\t\t\t.replace(\"{{connector}}\", connector),\n\t\t\t);\n\n\t\t\tthis.queue.critical_mp = {};\n\t\t}\n\n\t\tif (Object.keys(this.queue.top).length) {\n\t\t\tmessages = messages.concat(Object.values(this.queue.top));\n\n\t\t\tthis.queue.top = {};\n\t\t}\n\n\t\tif (Object.keys(this.queue.aggro).length) {\n\t\t\tconst locale_data = LocalizationService.getTTSTextData(\"aggro\");\n\t\t\tconst monsters    = Object.keys(this.queue.aggro).join(locale_data.joiner);\n\n\t\t\tmessages.push(locale_data.text.replace(\"{{monsters}}\", monsters));\n\n\t\t\tthis.queue.aggro = {};\n\t\t}\n\n\t\tif (this.queue.encounter.length) {\n\t\t\tmessages = messages.concat(this.queue.encounter);\n\n\t\t\tthis.queue.encounter = [];\n\t\t}\n\n\t\tif (messages.length) {\n\t\t\tstore.getState().plugin_service.tts(messages.join(\" \"));\n\t\t}\n\t}\n}\n\nexport default new TTSService();\n"
  },
  {
    "path": "src/services/TabSyncService.js",
    "content": "class TabSyncService {\n\tstorage_key = \"redux-local-tab-sync\";\n\n\tcreateStorageListener(store) {\n\t\treturn () => {\n\t\t\tconst wrapped_action = JSON.parse(localStorage.getItem(this.storage_key));\n\n\t\t\tif (!wrapped_action || typeof wrapped_action !== \"object\" || !wrapped_action.action) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tlet valid_action = false;\n\n\t\t\tswitch (wrapped_action.action.type) {\n\t\t\t\tcase \"setSetting\":\n\t\t\t\t\tvalid_action = true;\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"setSettings\":\n\t\t\t\t\tvalid_action = true;\n\n\t\t\t\t\tconst state = store.getState();\n\n\t\t\t\t\twrapped_action.action.skip_sync = true;\n\n\t\t\t\t\tstate\n\t\t\t\t\t\t.settings_data\n\t\t\t\t\t\t.loadSettings()\n\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\tstate.settings_data.saveToOverlayPlugin();\n\t\t\t\t\t\t\tstate.plugin_service.updateSubscriptions(state.settings_data, state.internal);\n\t\t\t\t\t\t});\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"updateState\":\n\t\t\t\t\tvalid_action = (wrapped_action.action.key === \"internal.new_version\");\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tvalid_action = false;\n\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif (valid_action && window.parser && (wrapped_action.action.source === \"screen-component\" || !wrapped_action.action.source)) {\n\t\t\t\tstore.dispatch(wrapped_action.action);\n\t\t\t}\n\t\t};\n\t}\n\n\tsaveAction(action) {\n\t\tif (!window.parser) {\n\t\t\tlocalStorage.setItem(\n\t\t\t\t\"redux-local-tab-sync\",\n\t\t\t\tJSON.stringify({\n\t\t\t\t\taction,\n\t\t\t\t\ttime : Date.now(),\n\t\t\t\t}),\n\t\t\t);\n\t\t}\n\t}\n}\n\nexport default new TabSyncService();\n"
  },
  {
    "path": "src/services/ThemeService.js",
    "content": "import $ from \"jquery\";\n\nclass ThemeService {\n\tmode_classes = [\n\t\t\"stats\",\n\t\t\"spells\",\n\t];\n\n\tsetTheme(theme) {\n\t\t$(\"body\").attr(\"theme\", theme);\n\t}\n\n\ttoggleHorizontal(active) {\n\t\t$(\"body\").toggleClass(\"horizontal\", active);\n\t}\n\n\ttoggleMinimal(active) {\n\t\t$(\"body\").toggleClass(\"minimal\", active);\n\t}\n\n\tsetMode(new_mode) {\n\t\tfor (const mode of this.mode_classes) {\n\t\t\t$(\"body\").toggleClass(`mode-${mode}`, (mode === new_mode));\n\t\t}\n\t}\n}\n\nexport default new ThemeService();\n"
  },
  {
    "path": "src/services/TwitchAPIService.js",
    "content": "import $ from \"jquery\";\n\nclass TwitchAPIService {\n\tgetLiveStreamers() {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\t$.get(\"data/streamers.txt\")\n\t\t\t\t.then(res => {\n\t\t\t\t\tconst usernames = res.split(\",\");\n\n\t\t\t\t\t$.get({\n\t\t\t\t\t\turl : `https://chrysus.xyz/games/ffxiv/ember-overlay/scripts/streamers.php?usernames=${usernames}`,\n\t\t\t\t\t})\n\t\t\t\t\t\t.then(res => {\n\t\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t\t})\n\t\t\t\t\t\t.catch(e => {\n\t\t\t\t\t\t\treject(e);\n\t\t\t\t\t\t});\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n}\n\nexport default new TwitchAPIService();\n"
  },
  {
    "path": "src/services/UsageService.js",
    "content": "class UsageService {\n\tgetMetricsInUse(settings) {\n\t\treturn []\n\t\t\t.concat(settings.getSetting(\"table_columns.dps\"))\n\t\t\t.concat(settings.getSetting(\"table_columns.heal\"))\n\t\t\t.concat(settings.getSetting(\"table_columns.tank\"))\n\t\t\t.concat(settings.getSetting(\"table_columns.raid.dps\"))\n\t\t\t.concat(settings.getSetting(\"table_columns.raid.heal\"))\n\t\t\t.concat(settings.getSetting(\"table_columns.raid.tank\"))\n\t\t\t.concat(settings.getSetting(\"sort_columns.dps\"))\n\t\t\t.concat(settings.getSetting(\"sort_columns.heal\"))\n\t\t\t.concat(settings.getSetting(\"sort_columns.tank\"))\n\t\t\t.concat(settings.getSetting(\"sort_columns.raid\"))\n\t\t\t.concat(settings.getSetting(\"detail_data.dps\"))\n\t\t\t.concat(settings.getSetting(\"detail_data.heal\"))\n\t\t\t.concat(settings.getSetting(\"detail_data.tank\"));\n\t}\n\n\tusingCombatData(mode, settings) {\n\t\treturn (\n\t\t\tmode === \"stats\" ||\n\t\t\tsettings.getSetting(\"spells_mode.ui.use\") ||\n\t\t\tsettings.getSetting(\"spells_mode.party_spells\").length ||\n\t\t\tsettings.getSetting(\"spells_mode.party_effects\").length ||\n\t\t\tsettings.getSetting(\"spells_mode.party_dots\").length ||\n\t\t\tsettings.getSetting(\"spells_mode.party_debuffs\").length\n\t\t);\n\t}\n\n\tusingLog(mode, settings) {\n\t\treturn (mode === \"spells\" || Boolean(this.usingLogTTS(settings)));\n\t}\n\n\tusingLogTTS(settings) {\n\t\treturn (\n\t\t\tsettings.getSetting(\"tts.rules.critical_hp.dps\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_hp.heal\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_hp.tank\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_hp.all\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_mp.dps\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_mp.heal\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_mp.tank\") ||\n\t\t\tsettings.getSetting(\"tts.rules.critical_mp.all\")\n\t\t);\n\t}\n\n\tusingTopTTS(settings, type) {\n\t\treturn settings.getSetting(`tts.rules.top.${type}`);\n\t}\n\n\tusingTopDPSTTS(settings) {\n\t\treturn this.usingTopTTS(settings, \"dps\");\n\t}\n\n\tusingTopHPSTTS(settings) {\n\t\treturn this.usingTopTTS(settings, \"hps\");\n\t}\n\n\tusingTopTPSTTS(settings) {\n\t\treturn this.usingTopTTS(settings, \"tps\");\n\t}\n\n\tusingAggroTTS(settings) {\n\t\treturn settings.getSetting(\"tts.rules.aggro\");\n\t}\n\n\tusingEncounterTTS(settings, type) {\n\t\treturn settings.getSetting(`tts.rules.encounter.${type}`);\n\t}\n\n\tusingEnmity(settings) {\n\t\treturn (this.getMetricsInUse(settings).indexOf(\"enmity_percent\") !== -1);\n\t}\n\n\tusingMaxDPS(settings) {\n\t\treturn (this.getMetricsInUse(settings).indexOf(\"max_enc_dps\") !== -1);\n\t}\n}\n\nexport default new UsageService();\n"
  },
  {
    "path": "src/services/VersionService.js",
    "content": "import React from \"react\";\nimport store from \"../redux/store/index\";\nimport { updateSetting, updateState } from \"../redux/actions/index\";\nimport { Container } from \"semantic-ui-react\";\nimport $ from \"jquery\";\nimport Parser from \"changelog-parser\";\nimport compareVersions from \"compare-versions\";\n\nimport LocalizationService from \"./LocalizationService\";\n\nconst no_changes = \"No changes since your last visit.\";\n\nclass VersionService {\n\tgetSystemVersion() {\n\t\treturn process.env.REACT_APP_VERSION;\n\t}\n\n\tgetLastUserVersion() {\n\t\tconst intrinsic_settings = store.getState().settings.intrinsic;\n\n\t\treturn intrinsic_settings.last_version || \"0.0.0\";\n\t}\n\n\tgetCurrentUserVersion() {\n\t\tconst intrinsic_settings = store.getState().settings.intrinsic;\n\n\t\treturn intrinsic_settings.current_version || \"0.0.0\";\n\t}\n\n\tdetermineIfNewer() {\n\t\tconst system_version  = this.getSystemVersion();\n\t\tconst current_version = this.getCurrentUserVersion();\n\t\tconst settings_data   = store.getState().settings_data;\n\n\t\tif (!compareVersions.compare(system_version, current_version, \">\")) {\n\t\t\treturn false;\n\t\t}\n\n\t\tsettings_data.setSetting(\"intrinsic.current_version\", system_version, true);\n\n\t\tconst last_data = {\n\t\t\tkey   : \"intrinsic.last_version\",\n\t\t\tvalue : current_version,\n\t\t};\n\n\t\tstore.dispatch(updateSetting(last_data));\n\n\t\tconst new_data = {\n\t\t\tkey   : \"internal.new_version\",\n\t\t\tvalue : true,\n\t\t};\n\n\t\tstore.dispatch(updateState(new_data));\n\t\treturn true;\n\t}\n\n\tformatChangelog(data) {\n\t\tlet changelog = [];\n\n\t\tif (typeof data === \"string\") {\n\t\t\tchangelog = <p>{data}</p>;\n\t\t} else {\n\t\t\tfor (const item_type in data) {\n\t\t\t\tlet count   = 0;\n\t\t\t\tconst items = data[item_type].map(item => {\n\t\t\t\t\tcount++;\n\n\t\t\t\t\treturn <li key={item_type + \"-\" + count}>{item}</li>;\n\t\t\t\t});\n\n\t\t\t\tconst ul = <ul>{items}</ul>;\n\n\t\t\t\tchangelog.push(\n\t\t\t\t\t<Container fluid className='changelog-section' key={item_type + \"-section\"}>\n\t\t\t\t\t\t<h4>{item_type}</h4>\n\t\t\t\t\t\t{ul}\n\t\t\t\t\t</Container>,\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\treturn changelog;\n\t}\n\n\tgetChangelogForUser() {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tconst last_user_version = this.getLastUserVersion();\n\n\t\t\tif (compareVersions.compare(this.getSystemVersion(), last_user_version, \">\")) {\n\t\t\t\tthis.parseChangelog()\n\t\t\t\t\t.then(data => {\n\t\t\t\t\t\tresolve(this.processChangelog(data, last_user_version));\n\t\t\t\t\t})\n\t\t\t\t\t.catch(e => {\n\t\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\t\treject(e);\n\t\t\t\t\t});\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tresolve(no_changes);\n\t\t});\n\t}\n\n\tgetLatestChangelogs(count) {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tthis.parseChangelog()\n\t\t\t\t.then(data => {\n\t\t\t\t\tresolve(this.processChangelog(data, undefined, count));\n\t\t\t\t})\n\t\t\t\t.catch(e => {\n\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\treject(e);\n\t\t\t\t});\n\t\t});\n\t}\n\n\tprocessChangelog(data, minimum_version, max_version_count) {\n\t\tconst final_data = {\n\t\t\tFeatures     : [],\n\t\t\t\"UI Changes\" : [],\n\t\t\t\"Bug Fixes\"  : [],\n\t\t};\n\n\t\tfor (const i in data.versions) {\n\t\t\tconst version_data = data.versions[i];\n\t\t\tconst version      = version_data.version;\n\n\t\t\tif ((minimum_version && compareVersions.compare(version, minimum_version, \"<=\")) || (max_version_count && Number(i) === (max_version_count - 1))) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tfor (const item_type in version_data.parsed) {\n\t\t\t\tif (!final_data[item_type]) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tfinal_data[item_type] = final_data[item_type].concat(version_data.parsed[item_type]);\n\t\t\t}\n\t\t}\n\n\t\tlet has_changes = false;\n\n\t\tfor (const item_type in final_data) {\n\t\t\tfinal_data[item_type] = final_data[item_type].filter(item => ([\"N/A\", \"?\"].indexOf(item.trim()) === -1));\n\n\t\t\tif (!has_changes) {\n\t\t\t\thas_changes = (final_data[item_type].length > 0);\n\t\t\t}\n\n\t\t\tif (final_data[item_type].length === 0) {\n\t\t\t\tdelete final_data[item_type];\n\t\t\t}\n\n\t\t\tif (has_changes) {\n\t\t\t\tfor (const item_type in final_data) {\n\t\t\t\t\tlet translated_type = item_type;\n\n\t\t\t\t\tswitch (item_type) {\n\t\t\t\t\t\tcase \"Features\":\n\t\t\t\t\t\t\ttranslated_type = LocalizationService.getMisc(\"features\");\n\n\t\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t\tcase \"UI Changes\":\n\t\t\t\t\t\t\ttranslated_type = LocalizationService.getMisc(\"ui_changes\");\n\n\t\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t\tcase \"Bug Fixes\":\n\t\t\t\t\t\t\ttranslated_type = LocalizationService.getMisc(\"bug_fixes\");\n\n\t\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (translated_type !== item_type) {\n\t\t\t\t\t\tfinal_data[translated_type] = JSON.parse(JSON.stringify(final_data[item_type]));\n\n\t\t\t\t\t\tdelete final_data[item_type];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn (has_changes) ? final_data : no_changes;\n\t}\n\n\tparseChangelog() {\n\t\treturn new Promise((resolve, reject) => {\n\t\t\t$.get(\"logs/CHANGELOG.md\")\n\t\t\t\t.done(data => {\n\t\t\t\t\tParser({\n\t\t\t\t\t\ttext : data,\n\t\t\t\t\t})\n\t\t\t\t\t\t.then(result => {\n\t\t\t\t\t\t\tresolve(result);\n\t\t\t\t\t\t})\n\t\t\t\t\t\t.catch(e => {\n\t\t\t\t\t\t\tconsole.error(JSON.stringify(e));\n\t\t\t\t\t\t\treject(e);\n\t\t\t\t\t\t});\n\t\t\t\t});\n\t\t});\n\t}\n}\n\nexport default new VersionService();\n"
  },
  {
    "path": "src/styles/components/parser/common/parser.less",
    "content": "body.mode-spells {\n\tmin-width: auto !important;\n}\n\n#root-inner > .react-contextmenu-wrapper {\n\twidth  : 100%;\n\theight : 100%;\n}\n\n.resizeHandle {\n\tbackground-position : bottom right;\n\tbackground-repeat   : no-repeat;\n\tbox-sizing          : border-box;\n}\n\n.white-background {\n\tbackground-color: rgba(255, 255, 255, 0.3);\n}\n\n.icon-container {\n\tdisplay       : inline-block;\n\tpadding       : 2px 2px;\n\tborder-radius : 4px;\n\ttransition    : 0.5s;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerAndLinkText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerAndLinkText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerAndLinkText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerAndLinkText;\n\t\t}\n\t);\n}\n\n.icon-container,\n.icon-container * {\n\tcursor : pointer !important;\n\tcursor : hand !important;\n}\n\n.icon-container:hover {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @dark_footerLinkInnerShadow, inset 0 1px 2px @dark_footerLinkOuterShadow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @light_footerLinkInnerShadow, inset 0 1px 2px @light_footerLinkOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @classic_footerLinkInnerShadow, inset 0 1px 2px @classic_footerLinkOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @clearBlue_footerLinkInnerShadow, inset 0 1px 2px @clearBlue_footerLinkOuterShadow;\n\t\t}\n\t);\n}\n\n.icon-container i.icon {\n\tfont-size : 0.928rem;\n\tmargin    : 0 auto;\n}\n\n.icon-container.notice {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_borderOuter;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_borderOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_borderOuter;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_borderOuter;\n\t\t}\n\t);\n}\n\n#container {\n\twidth         : calc(100% - 8px);\n\theight        : calc(100% - 8px);\n\tposition      : relative;\n\tbox-sizing    : border-box;\n\tborder-radius : 8px;\n\tpadding       : 5px;\n\tmargin        : 0 auto;\n\tmargin-top    : 4px;\n\n\t.setThemeStyle(\n\t\t@defaultTheme: {\n\t\t\tbackground-color: @dark_containerBackground;\n\t\t\tbox-shadow: inset 0 1px 1px 0 @dark_borderOuter, inset 0 0 1px 0 @dark_borderOuterShadow, 0 0 1px 2px @dark_borderOuterGlow, 0 2px 2px 2px @dark_borderOuterGlow;\n\t\t},\n\t\t@lightTheme: {\n\t\t\tbackground-color: @light_containerBackground;\n\t\t\tbox-shadow: inset 0 1px 1px 0 @light_borderOuter, inset 0 0 1px 0 @light_borderOuterShadow, 0 0 1px 2px @light_borderOuterGlow, 0 2px 2px 2px @light_borderOuterGlow;\n\t\t},\n\t\t@minimalTheme: {\n\t\t\twidth: calc(100% - 5px);\n\t\t\theight: calc(100% - 5px);\n\t\t\tbox-shadow: none;\n\t\t\tpadding: 0;\n\t\t\tmargin-top: 1px;\n\t\t},\n\t\t@spellsMode: {\n\t\t\tbackground-color: initial;\n\t\t\tbox-shadow: initial;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-color: @classic_containerBackground;\n\t\t\tbox-shadow: inset 0 1px 1px 0 @classic_borderOuter, inset 0 0 1px 0 @classic_borderOuterShadow, 0 0 1px 1px @classic_borderOuterGlow, 0 1px 1px 1px @classic_borderOuterGlow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tborder-radius: 0;\n\t\t\tbackground-color: transparent;\n\t\t\tpadding: 0;\n\t\t\tbox-shadow: none;\n\t\t}\n\t);\n}\n\n#container:before {\n\t.setThemeStyle(\n\t\t@clearBlueTheme: {\n\t\t\tcontent: '';\n\t\t\tdisplay: block;\n\t\t\tposition: absolute;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\topacity: 0.9;\n\t\t\tbackground-color: @clearBlue_containerBackground;\n\t\t\tbackground-size: 100% 100%;\n\t\t\tbackground-position: 0px 0px;\n\t\t\tbackground-image: radial-gradient(60% 15% at 0% 0%, @clearBlue_borderOuter 0%, transparent 100%), radial-gradient(at right top, @clearBlue_containerBackground, @clearBlue_contentBackground);\n\t\t}\n\t);\n}\n\n#container.ui-builder-active {\n\tbackground-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA0LTE0VDIzOjM5OjUxKzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA0LTE0VDIzOjM5OjUxKzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNC0xNFQyMzozOTo1MSswOTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiOGZmNjBhNy1mMjc4LWMzNDMtYmQzMS03OGY5ZjY1MDY0NDciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4ZWEwYmVhNC05YTExLWVlNDUtYTllNS0wOTRjN2NmZjhlZGEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNTE0OWFlMC1hMWIwLTljNGEtYmMyMi00YWRjY2RkN2VhMDQiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplNTE0OWFlMC1hMWIwLTljNGEtYmMyMi00YWRjY2RkN2VhMDQiIHN0RXZ0OndoZW49IjIwMjEtMDQtMTRUMjM6Mzk6NTErMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YjhmZjYwYTctZjI3OC1jMzQzLWJkMzEtNzhmOWY2NTA2NDQ3IiBzdEV2dDp3aGVuPSIyMDIxLTA0LTE0VDIzOjM5OjUxKzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++f05zwAAAB5JREFUGBljCAwMLCQGM4CI////G+PDowqJU0gMBgDGD/4RIE0USgAAAABJRU5ErkJggg==');\n}\n\n#container #inner {\n\twidth          : 100%;\n\theight         : 100%;\n\tposition       : relative;\n\tbox-sizing     : border-box;\n\tdisplay        : flex;\n\tflex-direction : column;\n\tborder-radius  : 4px;\n\toverflow       : hidden;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-image: @dark_contentBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @dark_borderInner, 0 0 0 2px @dark_borderInnerShadow, 0 3px 1px @dark_borderOuter, 0 0 2px 1px @dark_borderInnerGlow;\n\t\t},\n\t\t{\n\t\t\tbackground-image: @light_contentBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @light_borderInner, 0 0 0 2px @light_borderInnerShadow, 0 3px 1px @light_borderOuter, 0 0 2px 1px @light_borderInnerGlow;\n\t\t},\n\t\t{\n\t\t\tbox-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2), -1px 1px 1px 0px rgba(0, 0, 0, 0.2);\n\t\t},\n\t\t{\n\t\t\tbackground-image: none;\n\t\t\tbox-shadow: initial;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: @classic_contentBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @classic_borderInner, 0 0 0 2px @classic_borderInnerShadow, 0 3px 1px @classic_borderOuter, 0 0 2px 1px @classic_borderInnerGlow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: none;\n\t\t\tbox-shadow: none;\n\t\t\tborder-radius: 0;\n\t\t}\n\t);\n}\n\n.container-context-menu .split,\n#container #inner .split {\n\twidth      : 100%;\n\tborder     : none;\n    height     : 1px;\n    min-height : 1px;\n    box-shadow : 0 -1px 0 @dark_borderInnerGlow, inset 0 -1px 0 @dark_borderInner;\n\n    .setThemeStyle(\n\t\t{\n\t\t\tbox-shadow: 0 -1px 0 @dark_borderInnerGlow, inset 0 -1px 0 @dark_borderInner;\n\t\t},\n\t\t{\n\t\t\tbox-shadow: 0 -1px 0 @dark_borderInnerGlow, inset 0 -1px 0 @light_borderInner;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbox-shadow: 0 -1px 0 @classic_borderInnerGlow, inset 0 -1px 0 @classic_footerBorderInner;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbox-shadow: 0 -1px 0 @clearBlue_borderInnerGlow, inset 0 -1px 0 @clearBlue_borderInner;\n\t\t}\n\t);\n}\n\n#container #inner #header {\n\twidth      : 100%;\n\tpadding    : 4px 8px;\n\tposition   : relative;\n}\n\n#container #inner #header .title {\n\tfont-size      : 0.571rem;\n\tline-height    : 0.571rem;\n\ttext-transform : uppercase;\n\tletter-spacing : 1px;\n\tfont-weight    : bold;\n\tfloat          : left;\n\n\t .setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerAndLinkText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerAndLinkText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerAndLinkText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerAndLinkText;\n\t\t}\n\t);\n}\n\n#container #inner #header .subtitle {\n\tpadding-right  : 16px;\n\tfont-size      : 0.571rem;\n\tline-height    : 0.571rem;\n\ttext-transform : uppercase;\n\tfloat          : right;\n\tfont-style     : italic;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerSubtitleText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerSubtitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerSubtitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerSubtitleText;\n\t\t}\n\t);\n}\n\n#container > .toggle {\n\tposition      : absolute;\n\twidth         : 0.857rem;\n\theight        : 0.857rem;\n\tborder-radius : 50%;\n\tcursor        : pointer;\n\tcursor        : hand;\n\ttouch-action  : manipulation;\n\ttransition    : 0.5s;\n\topacity       : 0;\n\tz-index       : 2;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_toggleBackground;\n\t\t\tbox-shadow: inset 0 2px 2px 0 @dark_borderOuter, inset 0 0 2px 0 @dark_placeholderInsetBorder, 0 0 2px 2px @dark_toggleShadow, 0 2px 2px 2px @dark_toggleShadow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_toggleBackground;\n\t\t\tbox-shadow: inset 0 2px 2px 0 @light_borderOuter, inset 0 0 2px 0 @light_placeholderInsetBorder, 0 0 2px 2px @light_toggleShadow, 0 2px 2px 2px @light_toggleShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_toggleBackground;\n\t\t\tbox-shadow: inset 0 2px 2px 0 @classic_borderOuter, inset 0 0 2px 0 @classic_placeholderInsetBorder, 0 0 2px 2px @classic_toggleShadow, 0 2px 2px 2px @classic_toggleShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_toggleBackground;\n\t\t\tbox-shadow: inset 0 2px 2px 0 @clearBlue_borderOuter, inset 0 0 2px 0 @clearBlue_placeholderInsetBorder, 0 0 2px 2px @clearBlue_toggleShadow, 0 2px 2px 2px @clearBlue_toggleShadow;\n\t\t}\n\t);\n}\n\n#container > .toggle.top {\n\ttop : 1px;\n}\n\n#container > .toggle.bottom {\n\tbottom : 1px;\n}\n\n#container > .toggle.left {\n\tleft : 1px;\n}\n\n#container > .toggle.right {\n\tright : 1px;\n}\n\n#container > .toggle:hover {\n\topacity : 1;\n}\n\n#container #inner #game-state {\n\tpadding        : 0 8px 2px 8px;\n\tfont-size      : 0.714rem;\n\ttext-transform : uppercase;\n\tfont-weight    : 600;\n\tposition       : relative;\n\tdisplay: flex;\n\talign-items: center;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_borderInnerGlow;\n\t\t\tbox-shadow: inset 0 -1px 0 @dark_borderInner;\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderInnerGlow;\n\t\t\tbox-shadow: inset 0 -1px 0 @light_borderInner;\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_borderInnerGlow;\n\t\t\tbox-shadow: inset 0 -1px 0 @classic_borderInner;\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: transparent;\n\t\t\tbox-shadow: none;\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#container #inner #game-state > span:first-child {\n\tflex          : 1;\n\tmax-width     : calc(100% - 4.462rem - 0.357rem);\n\toverflow-x    : hidden;\n\twhite-space   : nowrap;\n\ttext-overflow : ellipsis;\n\toverflow-y    : hidden;\n}\n\n#container #inner #game-state > span:last-child {\n\tfloat       : right;\n\twidth       : 4.462rem;\n\ttext-align  : right;\n\twhite-space : nowrap;\n\toverflow-x  : hidden;\n}\n\n#container #inner #game-state > span:last-child > span:first-child {\n\tdisplay      : inline-block;\n\tmargin-right : 3px;\n}\n\n#container #inner #game-state > span:last-child > .icon-container {\n\tpadding : 2px 2px 2px 2px;\n}\n\n#container #inner #game-state > span:last-child > .icon-container > i.icon {\n\tfont-size : 0.714rem;\n}\n\n#container #inner #game-state .inactive:before {\n\tdisplay     : inline-block;\n\tcontent     : 'Inactive: ';\n\twhite-space : pre;\n}\n\n#container #inner #content {\n\tdisplay         : block;\n\twidth           : 100%;\n\tmax-height      : 100%;\n\tflex-basis      : 0%;\n\tflex-grow       : 1;\n\tflex-shrink     : 1;\n\toverflow-y      : scroll;\n\tscrollbar-width : none;\n}\n\n#container #inner #content #overlay-info {\n\twidth: 100%;\n\tpadding: 8px;\n\tbox-sizing: border-box;\n\n\t.setThemeStyle(\n\t\t@spellsMode: {\n\t\t\tbackground-image: @dark_contentBackground;\n\t\t}\n\t);\n}\n\n.mode-spells[theme=ffxiv-light] #container #inner #content #overlay-info {\n\tbackground-image: @light_contentBackground;\n}\n\n.mode-spells[theme=ffxiv-classic] #container #inner #content #overlay-info {\n\tbackground-image: @classic_contentBackground;\n}\n\n.mode-spells[theme=ffxiv-clear-blue] #container #inner > #game-state {\n\tbackground-color: @clearBlue_containerBackground;\n}\n\n.mode-spells[theme=ffxiv-clear-blue] #container #inner #content #overlay-info {\n\topacity: 0.9;\n\tbackground-color: @clearBlue_containerBackground;\n\tbackground-size: 100% 100%;\n\tbackground-position: 0px 0px;\n\tbackground-image: radial-gradient(60% 15% at 0% 0%, @clearBlue_borderOuter 0%, transparent 100%), radial-gradient(at right top, @clearBlue_containerBackground, @clearBlue_contentBackground);\n}\n\n.mode-spells[theme=ffxiv-clear-blue] #container:before {\n\tbackground: none;\n}\n\n#container #inner #content #overlay-info > h3 {\n\tmargin-bottom: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#container #inner #content #overlay-info > h3:not(:first-child) {\n\tmargin-top: 12px;\n}\n\n#container #inner #content #overlay-info p {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionDataValueText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionDataValueText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_aboutTopText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionDataValueText;\n\t\t}\n\t);\n}\n\n#container #inner #content #overlay-info > #funding > span {\n\tdisplay: inline-block;\n\tmargin-right: 8px;\n\tcursor: poiner;\n}\n\n#container #inner #content #overlay-info > #funding > span > img {\n\tcursor: pointer;\n}\n\n#container #inner #content #overlay-info > #funding > span > .ad-cta {\n\twidth: 600px;\n\tmax-width: 100%;\n}\n\n#container #inner #content #overlay-info > .changelog-section {\n\tmargin-left: 0 !important;\n\tmargin-right: 0 !important;\n}\n\n#container #inner #content #overlay-info > .changelog-section h4 {\n\tmargin-bottom: 0;\n\tmargin-left: 0;\n\tpadding: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_borderOuterShadow;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_borderOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_borderOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_distinguishedText;\n\t\t}\n\t);\n}\n\n#container #inner #content #overlay-info > .changelog-section ul {\n\tmargin-top: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerSubtitleText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerSubtitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerSubtitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerSubtitleText;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table {\n\twidth           : calc(100% - 16px);\n\tdisplay         : table;\n\tbox-sizing      : border-box;\n\tmargin          : 8px;\n\tborder-collapse : collapse;\n\tposition        : relative;\n\n\t.setThemeStyle(\n\t\t@minimalTheme: {\n\t\t\twidth: 100%;\n\t\t\tmargin: 0;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid {\n\tdisplay        : flex;\n\tflex-direction : row;\n\tflex-wrap      : wrap;\n\tflex           : 1;\n}\n\n#container #inner #content #player-table .row {\n\twidth     : 100%;\n\tdisplay   : table-row;\n\tpadding   : 4px 0;\n\tfont-size : 0.786rem;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerTableRowText;\n\t\t\tborder-bottom: 1px solid @dark_gridItemBackground;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerTableRowText;\n\t\t\tborder-bottom: 1px solid @light_gridItemBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerTableRowText;\n\t\t\tborder-bottom: none;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerTableRowText;\n\t\t\tborder-bottom: 1px solid @clearBlue_gridItemBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row .percent-bar {\n\twidth: 0px;\n\t-webkit-transition: width 0.5s;\n\ttransition: width 0.5s;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-image: linear-gradient(@dark_playerTableRowBackground, @dark_playerTableRowBackground);\n\t\t},\n\t\t{\n\t\t\tbackground-image: linear-gradient(@light_playerTableRowBarBackground, @light_playerTableRowBarBackground);\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: linear-gradient(@classic_playerTableRowBackground, @classic_playerTableRowBackground);\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: linear-gradient(@clearBlue_playerTableRowBackground, @clearBlue_playerTableRowBackground);\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid .row {\n\tdisplay        : flex;\n\tflex-direction : column;\n\tflex           : 1 1 calc(25% - 8px);\n\twidth          : calc(25% - 8px) !important;\n\tmargin         : 0 4px 4px 0;\n\tpadding        : 4px;\n\tbox-sizing     : border-box;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_gridItemBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_gridItemBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_gridItemBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_gridItemBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid .row.player {\n\tposition: relative;\n}\n\n#container #inner #content #player-table.grid .row .percent-bar {\n\tbackground-position-y: 0 !important;\n\tleft: 0 !important;\n\ttop: 0 !important;\n}\n\n#container #inner #content #player-table.grid .row:nth-child(4n),\n#container #inner #content #player-table.grid .row:last-child {\n\tmargin-right : 0;\n}\n\n#container #inner #content #player-table:not(.grid) .row:before {\n\tposition : absolute;\n\tdisplay  : block;\n\tcontent  : '';\n\theight   : 1px;\n\twidth    : 100%;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_playerTableRowBorderTop;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_playerTableRowBorderTop;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_playerTableRowBorderTop;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_playerTableRowBorderTop;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row .column {\n\tdisplay         : table-cell;\n\tmin-width       : fit-content;\n\ttext-overflow   : ellipsis;\n\twhite-space     : nowrap;\n\toverflow        : hidden;\n\tpadding         : 4px 3px;\n\tvertical-align  : middle;\n\tbox-sizing: content-box;\n\n\t.setThemeStyle(\n\t\t@minimalTheme: {\n\t\t\tpadding: 2px;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table:not(.grid) .row:not(.header) .column {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_playerTableRowBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_playerTableRowBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_playerTableRowBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_playerTableRowBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row.header {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_playerTableHeaderRowBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_playerTableHeaderRowBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_playerTableHeaderRowBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_playerTableHeaderRowBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row.header .column {\n\tfont-weight    : bold;\n\ttext-transform : uppercase;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerAndLinkText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerAndLinkText;\n\t\t},\n\t\t{\n\t\t\tfont-size: 0.714rem;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerAndLinkText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerAndLinkText;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row.active:not(.active-with-bar) {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_playerTableActiveRowBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_playerTableActiveRowBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_playerTableActiveRowBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_playerTableActiveRowBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row.active.active-with-bar .percent-bar {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-image: linear-gradient(@dark_playerTableActiveRowBackground, @dark_playerTableActiveRowBackground);\n\t\t},\n\t\t{\n\t\t\tbackground-image: linear-gradient(@light_playerTableActiveRowBarBackground, @light_playerTableActiveRowBarBackground);\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: linear-gradient(@classic_playerTableActiveRowBackground, @classic_playerTableActiveRowBackground);\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: linear-gradient(@clearBlue_playerTableActiveRowBackground, @clearBlue_playerTableActiveRowBackground);\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table:not(.monster-table) .row.player,\n#container #inner #content #player-table:not(.monster-table) .row.player * {\n\tcursor : pointer;\n}\n\n#container #inner #content #player-table .row.player:not(.active):hover {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_rowAndLinkHoverBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_rowAndLinkHoverBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_rowAndLinkHoverBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_rowAndLinkHoverBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row:not(.game) > .column:first-child,\n#container #inner #content #player-table .row > .column.icon,\n#container #inner #content #player-table.grid .row .player-data > .column:first-child {\n\twidth: 23px;\n\tpadding: 3px 3px 0 3px;\n\tposition: relative;\n\n\t.setThemeStyle(\n\t\t@minimalTheme: {\n\t\t\twidth: 20px;\n\t\t\tpadding: 2px 2px 0 2px;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid .row .player-data > .column:first-child {\n\twidth : 19px;\n\n\t.setThemeStyle(\n\t\t@minimalTheme: {\n\t\t\tpadding: 1px 2px 0 0px;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid .row .player-data,\n#container #inner #content #player-table.grid .row .stat-data {\n\twidth    : 100% !important;\n\toverflow : hidden;\n}\n\n#container #inner #content #player-table.grid .row .player-data .column:first-child {\n\tpadding : 0;\n\tfloat   : left;\n}\n\n#container #inner #content #player-table .row.player .column:first-child img,\n#container #inner #content #player-table .row.player .column.icon img {\n\twidth: 1.429rem;\n\theight: 1.429rem;\n\tposition: relative;\n\tz-index: 1;\n\n\t.setThemeStyle(\n\t\t@minimalTheme: {\n\t\t\twidth: 1.143rem;\n\t\t\theight: 1.143rem;\n\t\t\ttop: 1px;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid .row .player-data .column:first-child img {\n\twidth  : 1.143rem;\n\theight : 1.143rem;\n\n\t.setThemeStyle(\n\t\t@minimalTheme: {\n\t\t\ttop: 0;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table .row > .column:nth-child(2),\n#container #inner #content #player-table.grid .row .player-data > .column:nth-child(2) {\n\tpadding-left : 0;\n}\n\n#container #inner #content #player-table .row > .column:nth-child(2) {\n\tmargin-right : 3px;\n\tmax-width    : 100px;\n}\n\n#container #inner #content #player-table .row.player > .column > .column-percent-bar {\n\twidth: 98%;\n\theight: 0.500rem;\n\tbox-sizing: border-box;\n\tbackground-color: rgba(255, 255, 255, 0.10);\n\tbackground-image: linear-gradient(#3a6229, #3a6229);\n\tbackground-repeat: no-repeat;\n\tbackground-position-x: left;\n\tbackground-position-y: bottom;\n\ttransition: background-size 0.25s ease-in-out;\n}\n\n#container #inner #content #player-table .row.player > .column:nth-child(2),\n#container #inner #content #player-table.grid .row.player .player-data > .column:nth-child(2),\n#container #inner #content #player-table.grid .row.player .stat-data > .column span {\n\tposition: relative;\n\tz-index: 1;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-table.grid .row.player .player-data > .column:nth-child(2) {\n\tmargin-right: 0;\n\tfloat: left;\n\twidth: calc(100% - 23px - 3px);\n\tmin-width: 0;\n\tpadding: 0;\n\theight: 1.143rem;\n\tline-height: 1.143rem;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n}\n\n#container #inner #content #player-table.grid .row.player .stat-data > .column {\n\tfont-size      : 0.643rem;\n\tpadding-left   : 0;\n\tpadding-top    : 0;\n\tpadding-bottom : 0;\n}\n\n#container #inner #content #player-table .row.player img.blur {\n\t-webkit-filter: blur(4px);\n\tfilter: blur(4px);\n}\n\n#container #inner #content #player-table .row.player .column.blur {\n\tcolor       : transparent !important;\n\ttext-shadow : 3px 0 6px rgba(255, 255, 255, 0.7);\n}\n\n.mode-spells #container #inner #content #import {\n\tbackground: @dark_borderInnerGlow;\n}\n\n.mode-spells[theme=ffxiv-light] #container #inner #content #import {\n\tbackground: @light_borderInnerGlow;\n}\n\n.mode-spells[theme=ffxiv-classic] #container #inner #content #import {\n\tbackground: @classic_borderInnerGlow;\n}\n\n#container #inner #content #player-detail,\n#container #inner #content #import {\n\tpadding        : 8px;\n\tdisplay        : flex;\n\tflex-direction : column;\n}\n\n#container #inner #content #player-detail .header,\n#container #inner #content #import .header {\n\twidth          : 100%;\n\tdisplay        : flex;\n\tflex-direction : row;\n}\n\n#container #inner #content #player-detail .header .job {\n\tmax-width : 32px;\n}\n\n#container #inner #content #player-detail .header .job,\n#container #inner #content #player-detail .header .name,\n#container #inner #content #import .header .name {\n\tdisplay         : flex;\n\tflex-direction  : column;\n\tflex            : 1;\n\tjustify-content : center;\n}\n\n#container #inner #content #player-detail .header .job {\n\tmax-width : 32px;\n}\n\n#container #inner #content #player-detail .header .job img {\n\twidth  : 2.286rem;\n\theight : 2.286rem;\n}\n\n#container #inner #content #player-detail .header .name,\n#container #inner #content #import .header .name {\n\tpadding-left : 8px;\n\tfont-size    : 2.000rem;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#container #inner #content #import .header .name {\n\tpadding-left : 0;\n}\n\n#container #inner #content #player-detail .section,\n#container #inner #content #import .section {\n\tpadding : 4px 0;\n}\n\n#container #inner #content #player-detail .split {\n\tmargin-top : 8px;\n}\n\n#container #inner #content #player-detail .section > .title {\n\ttext-transform : uppercase;\n\tfont-weight    : bold;\n\tfont-size      : 1.357rem;\n\tpadding        : 6px 0 8px 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionTitleText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionTitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionTitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionTitleText;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-detail .section > .data {\n\tdisplay        : flex;\n\tflex-direction : row;\n\tflex-wrap      : wrap;\n}\n\n#container #inner #content #player-detail .section > .data .column {\n\tdisplay        : flex;\n\tflex-direction : column;\n\tflex           : 1;\n\tmargin         : 0 8px 8px 0;\n\tflex-basis     : calc(50% - 16px);\n\tpadding        : 8px;\n\tbox-sizing     : border-box;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_gridItemBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_gridItemBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_detailItemBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_gridItemBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-detail .section > .data .column:nth-child(even),\n#container #inner #content #player-detail .section > .data .column:last-child {\n\tmargin-right : 0;\n}\n\n#container #inner #content #player-detail .section > .data .column > .title {\n\tfont-weight : bold;\n\tfont-size   : 0.857rem;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionDataTitleText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionDataTitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionDataTitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionDataTitleText;\n\t\t}\n\t);\n}\n\n#container #inner #content #import .section > p,\n#container #inner #content #player-detail .section > .data .column .value {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionDataValueText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionDataValueText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionDataValueText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionDataValueText;\n\t\t}\n\t);\n}\n\n#container #inner #content #import .section > p {\n\t.setThemeStyle(\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_aboutTopText;\n\t\t}\n\t);\n}\n\n#container #inner #content #player-detail .section:last-child {\n\tmargin-bottom : -8px;\n}\n\n#container #inner #content #import .section input {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_footerActiveLinkBackground !important;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_footerActiveLinkBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_footerActiveLinkBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_footerActiveLinkBackground !important;\n\t\t}\n\t);\n}\n\n#container #inner #content #import .section input {\n\tcursor : text;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionTitleText !important;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionTitleText !important;\n\t\t}\n\t);\n}\n\n#container #inner #content #import .section .ui.form button.import {\n\tmargin-top : 4px;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_borderOuter;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderOuter;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_borderOuter;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_borderOuter;\n\t\t}\n\t);\n}\n\n#container #inner #content #import .section .ui.form button.import:active {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#container #inner #footer {\n\twidth   : 100%;\n\tpadding : 0.142rem 8px;\n\tdisplay: flex;\n\talign-items: center;\n\tflex-wrap: wrap;\n\trow-gap: 0.071rem;\n}\n\n#container #inner #footer #role-links,\n#container #inner #footer #navigation-links {\n\tflex: 1;\n\tdisplay: flex;\n}\n\n#container #inner #footer #footer-actions {\n\ttext-align  : right;\n\tbox-sizing  : border-box;\n\tpadding     : 0;\n}\n\n#container #inner #footer #role-links .role-link,\n#container #inner #footer #role-links .info-item,\n#container #inner #footer #navigation-links .navigation-link {\n\tpadding        : 4px 4px;\n\tdisplay        : inline-block;\n\tborder-radius  : 4px;\n\ttext-transform : uppercase;\n\tline-height    : 0.643rem;\n\tfont-size      : 0.643rem;\n\tmargin-right   : 5px;\n\ttransition     : 0.5s;\n\ttouch-action   : manipulation;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerAndLinkText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerAndLinkText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerAndLinkText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerAndLinkText;\n\t\t}\n\t);\n}\n\n#container #inner #footer #role-links .role-link,\n#container #inner #footer #navigation-links .navigation-link {\n\tcursor : pointer;\n\tcursor : hand;\n}\n\n#container #inner #footer #role-links .role-link.active {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_footerActiveLinkBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @dark_borderInner, inset 0 1px 2px @dark_borderInnerGlow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_footerActiveLinkBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @light_borderInner, inset 0 1px 2px @light_borderInnerGlow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_footerActiveLinkBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @classic_borderInner, inset 0 1px 2px @classic_borderInnerGlow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_footerActiveLinkBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @clearBlue_borderInner, inset 0 1px 2px @clearBlue_borderInnerGlow;\n\t\t}\n\t);\n}\n\n#container #inner #footer #role-links .role-link:not(.active):hover,\n#container #inner #footer #navigation-links .navigation-link:not(.active):hover {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @dark_footerLinkInnerShadow, inset 0 1px 2px @dark_footerLinkOuterShadow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @light_footerLinkInnerShadow, inset 0 1px 2px @light_footerLinkOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @classic_footerLinkInnerShadow, inset 0 1px 2px @classic_footerLinkOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_rowAndLinkHoverBackground;\n\t\t\tbox-shadow: inset 0 -1px 0 @clearBlue_footerLinkInnerShadow, inset 0 1px 2px @clearBlue_footerLinkOuterShadow;\n\t\t}\n\t);\n}\n\n\n#root-inner #container #inner #content #lock-warning {\n\twidth: 100%;\n\theight: 100%;\n\tposition: absolute;\n\ttext-align: center;\n\tfont-size: 2.857rem;\n\tfont-weight: bold;\n}\n\n#root-inner #container #inner #content #lock-warning span {\n\tdisplay: block;\n\tposition: relative;\n\ttop: 50%;\n\ttransform: translateY(-50%);\n}\n\n#container #inner #content .spell-grid {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\talign-content: flex-start;\n}\n\n#root-inner.down #container #inner #content .spell-grid {\n\tflex-wrap: wrap-reverse;\n}\n\n#root-inner.right #container #inner #content .spell-grid {\n\tflex-direction: row-reverse;\n}\n\n#root-inner #container #inner #content .spell-grid.draggable {\n\topacity: 0.7;\n\tcursor: move;\n\talign-content: flex-start;\n\n\t.setThemeStyle(\n\t\t@defaultTheme: {\n\t\t\tbackground-image: @dark_contentBackground;\n\t\t\tcolor: @dark_headerAndLinkText;\n\t\t\tborder: 1px solid @dark_borderOuterShadow;\n\t\t},\n\t\t@lightTheme: {\n\t\t\tbackground-image: @light_contentBackground;\n\t\t\tcolor: @light_headerAndLinkText;\n\t\t\tborder: 1px solid @light_containerBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: @classic_contentBackground;\n\t\t\tcolor: @classic_headerAndLinkText;\n\t\t\tborder: 1px solid @classic_borderOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: @clearBlue_contentBackground;\n\t\t\tcolor: @clearBlue_headerAndLinkText;\n\t\t\tborder: 1px solid @clearBlue_borderOuterShadow;\n\t\t}\n\t)\n}\n\n#root-inner #container #inner #content .spell-grid.draggable * {\n\tcursor: move;\n}\n\n#root-inner #container #inner #content .spell-grid.draggable span.types {\n\tdisplay: block;\n\twidth: 100%;\n\tpadding: 5px;\n\tfont-weight: bold;\n\tfont-size: 0.857rem;\n\toverflow: hidden;\n\ttext-shadow: -3px 3px 2px black, 3px -2px 3px black;\n\tposition: absolute;\n\ttop: 97%;\n\ttransform: translateY(-97%);\n\ttext-align: center;\n}\n\n#container #inner #content .spell-grid .spell-container {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tflex-direction: column;\n\theight: 2.857rem;\n\tmargin: 3px 0 2px 0;\n\twidth: 33%;\n\tfloat: left;\n\tbackground-repeat: no-repeat;\n\tbackground-size: 100% 100%;\n\tposition: relative;\n\tborder-radius: 5px;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-image: @dark_contentBackground;\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tbackground-image: @light_contentBackground;\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: @classic_contentBackground;\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: @clearBlue_contentBackground;\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#root-inner #container #inner #content .spell-grid.draggable .spell-container {\n\tz-index: 2;\n\topacity: 0.4;\n}\n\n#container #inner #content .spell-grid .spell-container.border:not(.off-cooldown) {\n\tbox-shadow: 0 0 7px #ffd73d;\n\tanimation: pulsing-border-dark 1.5s infinite;\n}\n\nbody[theme=ffxiv-light] #container #inner #content .spell-grid .spell-container.border:not(.off-cooldown) {\n\tbox-shadow: 0 0 7px #ffd73d;\n\tanimation: pulsing-border-light 1.5s infinite !important;\n}\n\nbody[theme=ffxiv-classic] #container #inner #content .spell-grid .spell-container.border:not(.off-cooldown) {\n\tbox-shadow: 0 0 7px @classic_playerTableRowText;\n\tanimation: pulsing-border-classic 1.5s infinite !important;\n}\n\n#container #inner #content .spell-grid .spell-container.border:not(.off-cooldown).warning {\n\tanimation: pulsate 2s linear 0s 5, pulsing-border-classic 3s infinite;\n}\n\nbody[theme=ffxiv-light] #container #inner #content .spell-grid .spell-container.border:not(.off-cooldown).warning {\n\tanimation: pulsate 2s linear 0s 5, pulsing-border-light 3s infinite !important;\n}\n\nbody[theme=ffxiv-classic] #container #inner #content .spell-grid .spell-container.border:not(.off-cooldown).warning {\n\tanimation: pulsate 2s linear 0s 5, pulsing-border-classic 3s infinite !important;\n}\n\n#container #inner #content .spell-grid .spell-container.compact {\n\theight: 1.429rem;\n}\n\n#container #inner #content .spell-grid .spell-container.icon {\n\tflex: 1 0 33%;\n}\n\n#container #inner #content .spell-grid .spell-container .icon {\n\tflex: 0 0 100%;\n\twidth: 2.857rem;\n\theight: 2.857rem;\n\tposition: relative;\n}\n\n#container #inner #content .spell-grid .spell-container .icon img {\n\tmax-width: 100%;\n\tmax-height: 2.857rem;\n\tdisplay: block;\n\tposition: relative;\n\tleft: 50%;\n\ttop: 50%;\n\ttransform: translateX(-50%) translateY(-50%);\n}\n\n#container #inner #content .spell-grid .spell-container .icon.effect img {\n\ttransform: translateX(-50% + 4px) translateY(-50% + 6px);\n}\n\n#container #inner #content .spell-grid .spell-container .icon.dot img,\n#container #inner #content .spell-grid .spell-container .icon.debuff img {\n\ttransform: translateX(-50% + 4px) translateY(-50% - 6px);\n}\n\n#container #inner #content .spell-grid .spell-container.compact .icon {\n\twidth: 1.429rem;\n}\n\n#container #inner #content .spell-grid .spell-container.compact .icon img {\n\tmax-height: 1.429rem;\n}\n\n#container #inner #content .spell-grid .spell-container.darkened:not(.icon):not(.off-cooldown) .icon img {\n\topacity: 0.4;\n}\n\n#container #inner #content .spell-grid .spell-container.icon {\n\tmax-width: 40px;\n\tposition: relative;\n}\n\n#container #inner #content .spell-grid .spell-container.icon .icon {\n\tposition: absolute;\n}\n\n#container #inner #content .spell-grid .spell-container.warning {\n\tanimation: pulsate 2s linear 0s 5;\n}\n\n#container #inner #content .spell-grid .spell-container .row {\n\tflex: 0 0 100%;\n\tposition: relative;\n\twidth: calc(100% - 40px);\n\tbackground-repeat: no-repeat;\n\tbackground-size: 100% 100%;\n\tpadding: 0 0 0 6px;\n\ttransition: background-size 0.25s ease-out;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));\n\t\t},\n\t\t{\n\t\t\tbackground-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));\n\t\t}\n\t);\n}\n\n#container #inner #content .spell-grid .spell-container .row {\n\tborder-radius: 0 5px 5px 0;\n}\n\n#container #inner #content .spell-grid .spell-container.icon .row {\n\tborder-radius: 5px;\n}\n\n#container #inner #content .spell-grid .spell-container.reverse .row {\n\tbackground-position: 100% 0;\n}\n\n#container #inner #content .spell-grid .spell-container.compact .row {\n\twidth: calc(100% - 20px);\n}\n\n#container #inner #content .spell-grid .spell-container.reverse .row {\n\tbackground-position: 100% 0;\n}\n\n#container #inner #content .spell-grid .spell-container.no-icon .row {\n\twidth: 100% !important;\n\tbackground-position-x: 0;\n}\n\n#container #inner #content .spell-grid .spell-container.icon .row {\n\tposition: relative;\n\twidth: 100%;\n\tpadding: 0;\n\tz-index: 1;\n}\n\n#container #inner #content .spell-grid .spell-container.icon:not(.warning) .row {\n\tbackground-image: none !important;\n}\n\n#container #inner #content .spell-grid .spell-container.icon .timer {\n\twidth: calc(100% + 2px);\n\theight: calc(100% + 2px);\n\tposition: absolute;\n\ttop: 0.02px;\n\tborder-radius: 5px;\n\tleft: -1px;\n}\n\n#container #inner #content .spell-grid .spell-container.icon.darkened .timer {\n\tbackground: rgba(0, 0, 0, 0.7);\n}\n\n#container #inner #content .spell-grid .spell-container.warning .row {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-image: @dark_spellWarningBackground;\n\t\t},\n\t\t{\n\t\t\tbackground-image: @light_spellWarningBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-image: @classic_spellWarningBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: @clearBlue_spellWarningBackground;\n\t\t}\n\t);\n}\n\n#container #inner #content .spell-grid .spell-container .row:nth-child(1) {\n\twidth: 100%;\n}\n\n#container #inner #content .spell-grid .spell-container .row span {\n\tdisplay: block;\n}\n\n#container #inner #content .spell-grid .spell-container .row .name {\n\tfont-weight: bold;\n\twhite-space: nowrap;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n\n#container #inner #content .spell-grid .spell-container.compact .row .name {\n\tfloat: left;\n\tmax-width: 50%;\n}\n\n#container #inner #content .spell-grid .spell-container.icon .row .name {\n\tdisplay: none;\n}\n\n#container #inner #content .spell-grid .spell-container .row .cooldown {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerAndLinkText\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerAndLinkText\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerAndLinkText\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerAndLinkText\n\t\t}\n\t);\n}\n\n#container #inner #content .spell-grid .spell-container.compact .row .cooldown {\n\tpadding-right: 6px;\n\tposition: absolute;\n\tright: 0;\n}\n\n#container #inner #content .spell-grid .spell-container.icon .row .cooldown {\n\tcolor: @dark_headerAndLinkText !important;\n\twidth: 100%;\n\tdisplay: block;\n\tposition: absolute;\n\ttop: 50%;\n\ttransform: translateY(-50%);\n\ttext-align: center;\n\tfont-weight: bold;\n\t/* text-shadow: 2px 2px 2px #000, 3px 3px 2px #000, -1px -1px 5px #000, -2px -1px 2px #000, -4px 0 4px #000, 4px 0 4px #000; */\n\ttext-shadow: -1px -1px 0px rgba(0, 0, 0, 0.9), -1px 1px 1px rgba(0, 0, 0, 0.9), 2px 2px 1px rgba(0, 0, 0, 0.9), 2px -2px 2px rgba(0, 0, 0, 0.9);\n}\n\n#container #inner #content .spell-grid .spell-container.icon.bottom-left .row .cooldown {\n\ttop: 100%;\n\ttransform: translateY(-100%);\n\twidth: auto;\n\tpadding-left: 4px;\n}\n\n#container #inner #content .spell-grid .breaker {\n\tdisplay: block;\n\tflex: 1 0 100%;\n\theight: 0;\n}\n\n.placeholder {\n\tposition      : absolute;\n\twidth         : 2.5rem;\n\theight        : 2.5rem;\n\tborder-radius : 50%;\n\tpadding       : 5px;\n\ttouch-action  : manipulation;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_toggleBackground;\n\t\t\tbox-shadow: inset 0 1px 1px 0 @dark_borderOuter, inset 0 0 1px 0 @dark_placeholderInsetBorder, 0 0 1px 2px @dark_borderOuterGlow, 0 2px 2px 2px @dark_borderOuterGlow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_toggleBackground;\n\t\t\tbox-shadow: inset 0 1px 1px 0 @light_borderOuter, inset 0 0 1px 0 @light_placeholderInsetBorder, 0 0 1px 2px @light_borderOuterGlow, 0 2px 2px 2px @light_borderOuterGlow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_toggleBackground;\n\t\t\tbox-shadow: inset 0 1px 1px 0 @classic_borderOuter, inset 0 0 1px 0 @classic_placeholderInsetBorder, 0 0 1px 2px @classic_borderOuterGlow, 0 2px 2px 2px @classic_borderOuterGlow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-image: radial-gradient(60% 15% at 0% 0%, @clearBlue_borderOuter 0%, transparent 100%), radial-gradient(at right top, @clearBlue_containerBackground, @clearBlue_contentBackground);\n\t\t\tbox-shadow: inset 0 1px 1px 0 @clearBlue_borderOuter, inset 0 0 1px 0 @clearBlue_placeholderInsetBorder, 0 0 1px 2px @clearBlue_borderOuterGlow, 0 2px 2px 2px @clearBlue_borderOuterGlow;\n\t\t}\n\t);\n}\n\n.placeholder,\n.placeholder * {\n\tcursor : pointer;\n\tcursor : hand;\n}\n\n.placeholder.top {\n\ttop : 3px;\n}\n\n.placeholder.bottom {\n\tbottom : 4px;\n}\n\n.placeholder.left {\n\tleft : 3px;\n}\n\n.placeholder.right {\n\tright : 3px;\n}\n\n.placeholder .inner {\n\twidth           : 100%;\n\theight          : 100%;\n\tdisplay         : flex;\n\tjustify-content : center;\n\talign-items     : center;\n\toverflow        : hidden;\n\tborder-radius   : 50%;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_placeholderInnerBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @dark_borderInner, 0 0 0 2px @dark_borderInnerShadow, 0 3px 1px @dark_borderOuter, 0 0 2px 1px @dark_borderInnerGlow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_placeholderInnerBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @light_borderInner, 0 0 0 2px @light_borderInnerShadow, 0 3px 1px @light_borderOuter, 0 0 2px 1px @light_borderInnerGlow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_placeholderInnerBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @classic_borderInner, 0 0 0 2px @classic_borderInnerShadow, 0 3px 1px @classic_borderOuter, 0 0 2px 1px @classic_borderInnerGlow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_placeholderInnerBackground;\n\t\t\tbox-shadow: inset 0 0 0 1px @clearBlue_borderInner, 0 0 0 2px @clearBlue_toggleBackground, 0 3px 1px @clearBlue_borderOuter, 0 0 2px 1px @clearBlue_borderInnerGlow;\n\t\t}\n\t);\n}\n\n.placeholder .inner img {\n\twidth  : 2rem;\n\theight : 2rem;\n\tborder : 2px solid transparent;\n}\n\n.container-context-menu {\n\tz-index       : 50;\n\tborder-radius : 4px;\n\tmin-width     : 10rem;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tborder-top: 1px solid @dark_borderInner;\n\t\t\tborder-bottom: 1px solid @dark_borderInnerGlow;\n\t\t\tbackground: @dark_contextMenuBackground;\n\t\t\ttext-shadow: 0 1px @dark_contextMenuShadow;\n\t\t\tbox-shadow: 0 0 1px @dark_contextMenuShadow, 0 2px 3px @dark_contextMenuShadow;\n\t\t},\n\t\t{\n\t\t\tborder-top: 1px solid @light_borderInner;\n\t\t\tborder-bottom: 1px solid @light_borderInnerGlow;\n\t\t\tbackground: @light_contextMenuBackground;\n\t\t\ttext-shadow: 0 1px @light_contextMenuShadow;\n\t\t\tbox-shadow: 0 0 1px @light_contextMenuShadow, 0 2px 3px @light_contextMenuShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tborder-top: 1px solid @classic_borderInner;\n\t\t\tborder-bottom: 1px solid @classic_borderInnerGlow;\n\t\t\tbackground: @classic_contextMenuBackground;\n\t\t\ttext-shadow: 0 1px @classic_contextMenuShadow;\n\t\t\tbox-shadow: 0 0 1px @classic_contextMenuShadow, 0 2px 3px @classic_contextMenuShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tborder-top: 1px solid @clearBlue_borderInner;\n\t\t\tborder-bottom: 1px solid @clearBlue_borderInnerGlow;\n\t\t\tbackground: @clearBlue_contextMenuBackground;\n\t\t\ttext-shadow: 0 1px @clearBlue_contextMenuShadow;\n\t\t\tbox-shadow: 0 0 1px @clearBlue_contextMenuShadow, 0 2px 3px @clearBlue_contextMenuShadow;\n\t\t}\n\t);\n}\n\n.container-context-menu .item-group {\n\tpadding : 4px;\n}\n\n.container-context-menu .item-group .react-contextmenu-item {\n\tdisplay       : block;\n\tmargin        : 0.2rem 0;\n\tpadding       : 0.3rem 0.8rem;\n\tborder-radius : 1rem;\n\tfont-size     : 0.9rem;\n\tline-height   : 1;\n\tcursor        : pointer;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_contextMenuItemBackground;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_contextMenuItemBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_contextMenuItemBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_contextMenuItemBackground;\n\t\t}\n\t);\n}\n\n.container-context-menu .item-group .react-contextmenu-item:hover {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: linear-gradient(90deg, @dark_borderInnerGlow, transparent);\n\t\t},\n\t\t{\n\t\t\tbackground: linear-gradient(90deg, @light_borderInnerGlow, transparent);\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: linear-gradient(90deg, @classic_borderInnerGlow, transparent);\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: linear-gradient(90deg, @clearBlue_borderInnerGlow, transparent);\n\t\t}\n\t);\n}\n\n.hidden {\n\tdisplay : none !important;\n}\n\n.auto-height {\n\theight : auto !important;\n}\n\n.auto-height.down {\n\tposition : absolute !important;\n\tbottom   : 4px !important;\n}\n\n.react-tooltip {\n\tpadding   : 3px 6px !important;\n\tfont-size : 0.786rem !important;\n\tmax-width: 95% !important;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_toggleBackground !important;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_toggleBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_toggleBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_toggleBackground !important;\n\t\t}\n\t);\n}\n\n.react-tooltip.place-left:after {\n\t.setThemeStyle(\n\t\t{\n\t\t\tborder-left-color: @dark_toggleBackground !important;\n\t\t},\n\t\t{\n\t\t\tborder-left-color: @light_toggleBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tborder-left-color: @classic_toggleBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tborder-left-color: @clearBlue_toggleBackground !important;\n\t\t}\n\t);\n}\n\n.react-tooltip.place-right:after {\n\t.setThemeStyle(\n\t\t{\n\t\t\tborder-right-color: @dark_toggleBackground !important;\n\t\t},\n\t\t{\n\t\t\tborder-right-color: @light_toggleBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tborder-right-color: @classic_toggleBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tborder-right-color: @clearBlue_toggleBackground !important;\n\t\t}\n\t);\n}\n\n.react-tooltip.place-bottom:after {\n\t.setThemeStyle(\n\t\t{\n\t\t\tborder-bottom-color: @dark_toggleBackground !important;\n\t\t},\n\t\t{\n\t\t\tborder-bottom-color: @light_toggleBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tborder-bottom-color: @classic_toggleBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tborder-bottom-color: @clearBlue_toggleBackground !important;\n\t\t}\n\t);\n}\n\n.react-tooltip.place-top:after {\n\t.setThemeStyle(\n\t\t{\n\t\t\tborder-top-color: @dark_toggleBackground !important;\n\t\t},\n\t\t{\n\t\t\tborder-top-color: @light_toggleBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tborder-top-color: @classic_toggleBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tborder-top-color: @clearBlue_toggleBackground !important;\n\t\t}\n\t);\n}\n\n/* START HORIZONTAL LAYOUT */\nbody.horizontal > #root {\n\theight: auto;\n}\n\nbody.horizontal #container > #inner > #game-state,\nbody.horizontal #container > #inner:not(:hover) > #footer,\nbody.horizontal #inner > .split {\n\tdisplay: none;\n}\n\nbody.horizontal #container > #inner > #content > #player-table {\n\tdisplay: flex;\n\tmargin: 0;\n}\n\nbody.horizontal #container.shrink {\n\twidth: min-content;\n}\n\nbody.horizontal #container.left {\n\tfloat: left;\n}\nbody.horizontal #container.right {\n\tfloat: right;\n}\nbody.horizontal #container.center {\n\tmargin: 0 auto;\n}\n\nbody.horizontal #container > #inner > #content > #player-table.left {\n\tjustify-content: flex-start;\n}\nbody.horizontal #container > #inner > #content > #player-table.right {\n\tflex-direction: row-reverse;\n}\nbody.horizontal #container > #inner > #content > #player-table.center {\n\tjustify-content: center;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row {\n\tflex: 0;\n\tposition: relative;\n\tborder-bottom: 0;\n\tmargin-right: 1.429rem;\n}\n\nbody.horizontal #container > #inner > #content > #player-table.right > .row:first-of-type {\n\tmargin-right: 0;\n}\nbody.horizontal #container > #inner > #content > #player-table.right > .row:last-of-type {\n\tmargin-left: 1.429rem;\n}\nbody.horizontal #container > #inner > #content > #player-table.right > .row.game:last-of-type {\n\tmargin-left: 1.429rem;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.game {\n\talign-items: center;\n\tdisplay: flex;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.game > .column {\n\tpadding: 0 calc(1em - 0.643rem) 0 1em;\n\tfont-size: 1.125rem;\n\tline-height: 1.125rem;\n\tfont-weight: 500;\n\tcolor: @dark_headerAndLinkText;\n}\n\nbody.horizontal #container > #inner > #content > #player-table.right > .row.game > .column {\n\tpadding: 0 calc(1em - 0.643rem) 0 calc(1em + 0.643rem);\n}\n\nbody.horizontal.minimal #container > #inner > #content > #player-table > .row.game > .column {\n\tpadding-right: 1em;\n}\n\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.game > .column {\n\tcolor: @light_headerAndLinkText;\n}\n\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.game > .column {\n\tcolor: @classic_headerAndLinkText;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.footer {\n\tdisplay: none;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar {\n\ttop: 0 !important;\n\tleft: 0 !important;\n\theight: 100%;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row > .column {\n\tbackground: initial !important;\n\tz-index: 2;\n\tposition: relative;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row::before,\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::before,\nbody.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::before {\n\tdisplay: block;\n\tposition: absolute;\n\theight: 100%;\n\twidth: 1.429rem;\n\tbackground-image: initial !important;\n\tbackground-color: initial !important;\n\tcontent: \"\";\n\ttop: 0;\n\ttransform: skew(-25deg);\n\ttransform-origin: top;\n\tz-index: 0;\n}\n\nbody.horizontal #container > #inner > #content > #player-table.right > .row.game::before {\n\tdisplay: block;\n\tposition: absolute;\n\theight: 100%;\n\twidth: 1.429rem;\n\tcontent: \"\";\n\ttop: 0;\n\tleft: 0;\n\ttransform: skew(-25deg);\n\ttransform-origin: bottom;\n\tz-index: 0;\n\tborder-left: 1px solid rgba(0, 0, 0, 0.2);\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar::before {\n\tborder-left: 0;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row::after,\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::after,\nbody.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::after {\n\tdisplay: block;\n\tposition: absolute;\n\theight: 100%;\n\twidth: 1.429rem;\n\tcontent: \"\";\n\ttop: 0;\n\tright: 0;\n\ttransform: skew(-25deg);\n\ttransform-origin: bottom;\n\tz-index: 0;\n\tborder-right: 1px solid rgba(0, 0, 0, 0.2);\n}\n\nbody.horizontal #container > #inner > #content > #player-table.right > .row.game::after {\n\tdisplay: none;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::after,\nbody.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::after {\n\ttop: 1px;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::after {\n\tborder-right: 0 !important;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::before,\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::before,\nbody.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::before {\n\tbackground-image: linear-gradient(65deg, @dark_playerTableActiveRowBackground 50%, transparent 50%) !important;\n\tcontent: \"\";\n\twidth: 2.286rem;\n\tbackground-repeat: no-repeat;\n\tbackground-size: 50% auto;\n}\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::before,\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::before,\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::before {\n\twidth: 2.000rem;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::before {\n\tbackground-image: linear-gradient(65deg, @light_playerTableActiveRowBackground 50%, transparent 50%) !important;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row > .percent-bar::before,\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::before {\n\tbackground-image: linear-gradient(65deg, @light_playerTableActiveRowBarBackground 50%, transparent 50%) !important;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::before,\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row > .percent-bar::before,\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::before {\n\tbackground-image: linear-gradient(65deg, @classic_playerTableActiveRowBackground 50%, transparent 50%) !important;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::after,\nbody.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::after,\nbody.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @dark_playerTableActiveRowBackground 50%) !important;\n\tcontent: \"\";\n\twidth: 2.286rem;\n\tbackground-repeat: no-repeat;\n\tbackground-size: 50% auto;\n\tbackground-position-x: 100%;\n}\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::after,\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row > .percent-bar::after,\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::after {\n\twidth: 2.000rem;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @light_playerTableActiveRowBackground 50%) !important;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row > .percent-bar::after,\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @light_playerTableActiveRowBarBackground 50%) !important;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.active:not(.active-with-bar)::after,\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row > .percent-bar::after,\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.active.active-with-bar > .percent-bar::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @classic_playerTableActiveRowBackground 50%) !important;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row:not(.active-with-bar) > .percent-bar::before {\n\tbackground-image: linear-gradient(65deg, @dark_playerTableRowBackground 50%, transparent 50%) !important;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row:not(.active-with-bar) > .percent-bar::before {\n\tbackground-image: linear-gradient(65deg, @light_playerTableRowBarBackground 50%, transparent 50%) !important;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row:not(.active-with-bar) > .percent-bar::before {\n\tbackground-image: linear-gradient(65deg, @classic_playerTableRowBackground 50%, transparent 50%) !important;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row:not(.active-with-bar) > .percent-bar::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @dark_playerTableRowBackground 50%) !important;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row:not(.active-with-bar) > .percent-bar::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @light_playerTableRowBarBackground 50%) !important;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row:not(.active-with-bar) > .percent-bar::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @classic_playerTableRowBackground 50%) !important;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row > .column {\n\tfont-size: 0.736rem;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row .metric-name {\n\tpadding-right: 3px;\n\ttext-transform: uppercase;\n\tfont-size: 0.500rem;\n\tcolor: @dark_importantText;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row .metric-name {\n\tcolor: @light_importantText;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row .metric-name {\n\tcolor: @classic_importantText;\n}\n\nbody.horizontal #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::before {\n\tbackground-image: linear-gradient(65deg, @dark_rowAndLinkHoverBackground 50%, transparent 50%) !important;\n\twidth: 1.143rem;\n\tleft: 0px;\n\tborder-left: 0;\n}\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::before {\n\twidth: 1.000rem;\n}\nbody.horizontal #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @dark_rowAndLinkHoverBackground 50%) !important;\n\twidth: 1.000rem;\n\tright: 1px;\n\tborder-right: 0;\n}\nbody.minimal.horizontal #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::after {\n\tright: 0;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::before {\n\tbackground-image: linear-gradient(65deg, @light_rowAndLinkHoverBackground 50%, transparent 50%) !important;\n}\nbody.horizontal[theme=ffxiv-light] #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @light_rowAndLinkHoverBackground 50%) !important;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::before {\n\tbackground-image: linear-gradient(65deg, @classic_rowAndLinkHoverBackground 50%, transparent 50%) !important;\n}\nbody.horizontal[theme=ffxiv-classic] #container > #inner > #content > #player-table > .row.player:not(.active-with-bar):not(.active):hover::after {\n\tbackground-image: linear-gradient(65deg, transparent 50%, @classic_rowAndLinkHoverBackground 50%) !important;\n}\n/* END HORIZONTAL LAYOUT */\n\n@keyframes pulsate {\n\t0%, 50%, 100% {\n\t\topacity: 1;\n\t}\n\n\t25%, 75% {\n\t\topacity: 0.2;\n\t}\n}\n\n@keyframes horizontal {\n\t0% {\n\t\tbackground-size: 100% 100%;\n\t}\n\n\t100% {\n\t\tbackground-size: 0% 100%;\n\t}\n}\n\n@keyframes pulsing-border-dark {\n\t0%, 100% {\n\t\tbox-shadow: 0 0 7px #ffd73d;\n\t}\n\n\t50% {\n\t\tbox-shadow: 0 0 14px #ffd73d;\n\t}\n}\n\n@keyframes pulsing-border-light {\n\t0%, 100% {\n\t\tbox-shadow: 0 0 7px #ffd73d;\n\t}\n\n\t50% {\n\t\tbox-shadow: 0 0 14px #ffd73d;\n\t}\n}\n\n@keyframes pulsing-border-classic {\n\t0%, 100% {\n\t\tbox-shadow: 0 0 7px @classic_playerTableRowText;\n\t}\n\n\t50% {\n\t\tbox-shadow: 0 0 14px @classic_borderOuter;\n\t}\n}\n\n::-webkit-scrollbar {\n\tdisplay: none;\n}\n\n@media screen and (max-width: 351px) {\n\t#container #inner #footer {\n\t\tpadding-right: 4px;\n\t\tpadding-left: 4px;\n\t}\n\n\t#container #inner #footer #role-links .role-link,\n\t#container #inner #footer #role-links .info-item,\n\t#container #inner #footer #navigation-links .navigation-link {\n\t\tmargin-right: 2px;\n\t}\n}\n"
  },
  {
    "path": "src/styles/components/parser/parser-theme.less",
    "content": "@import \"../../functions/common.less\";\n@import \"../../themes/variables/ffxiv-dark.less\";\n@import \"../../themes/variables/ffxiv-light.less\";\n@import \"../../themes/variables/ffxiv-classic.less\";\n@import \"../../themes/variables/ffxiv-clear-blue.less\";\n@import \"common/parser.less\";\n"
  },
  {
    "path": "src/styles/components/settings/common/settings.less",
    "content": "#settings-container {\n\theight: 100vh;\n\tmargin: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_placeholderInnerBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_placeholderInnerBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_settingTabBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_containerBackground;\n\t\t}\n\t);\n}\n\nbody #settings-container,\nbody #settings-container p,\nbody #settings-container p * {\n\tuser-select: text;\n\tcursor: auto;\n}\n\n#settings-container .ui.fluid.container {\n\twidth: 100% !important;\n\tmargin-left: 0 !important;\n\tmargin-right: 0 !important;\n}\n\n#settings-container > .row {\n\theight: 100%;\n}\n\n#settings-container #settings-sidebar {\n\theight: 100%;\n\tpadding: 0;\n\tmargin: 0;\n\tposition: fixed;\n\toverflow-y: scroll;\n}\n\n#settings-container #settings-sidebar #settings-menu {\n\tmargin: 0;\n\tbox-shadow: none;\n\tborder: 0;\n\twidth: 100%;\n\n\t.setThemeStyle(\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_containerBackground;\n\t\t}\n\t);\n}\n\n#settings-container #settings-sidebar #settings-menu .item {\n\tborder-radius: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_placeholderInnerBackground;\n\t\t\tcolor: @dark_playerDetailSectionDataTitleText;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_placeholderInnerBackground;\n\t\t\tcolor: @light_playerDetailSectionDataTitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_settingTabBackground;\n\t\t\tcolor: @classic_playerDetailSectionDataTitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_containerBackground;\n\t\t\tcolor: @clearBlue_playerDetailSectionDataTitleText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-sidebar #settings-menu .item.active {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-color: @dark_toggleBackground;\n\t\t},\n\t\t{\n\t\t\tbackground-color: @light_toggleBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-color: @classic_toggleBackground;\n\t\t\tcolor: @classic_settingTabBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-color: @clearBlue_toggleBackground;\n\t\t}\n\t);\n}\n\n#settings-container #settings-sidebar #settings-menu .item:before {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_playerTableRowBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderInnerGlow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_footerBorderInner;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_playerTableRowBackground;\n\t\t}\n\t);\n}\n\n#settings-container #settings-sidebar #settings-menu .item:not(.active):hover {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground-color: @dark_contextMenuShadow;\n\t\t},\n\t\t{\n\t\t\tbackground-color: @light_contextMenuShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-color: @classic_contextMenuShadow;\n\t\t\tcolor: @classic_settingTabBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-color: @clearBlue_contextMenuShadow;\n\t\t}\n\t);\t\n}\n\n#settings-container #settings-screen {\n\tposition: absolute;\n\tright: 0;\n\theight: 100%;\n\toverflow-y: scroll;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_contextMenuBackground;\n\t\t\tbox-shadow: -1px 0 0 0 @dark_borderInnerShadow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_contextMenuBackground;\n\t\t\tbox-shadow: -1px 0 0 0 @light_borderInnerShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_contextMenuBackground;\n\t\t\tbox-shadow: -1px 0 0 0 @classic_borderInnerShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_contextMenuBackground;\n\t\t\tbox-shadow: -1px 0 0 0 @clearBlue_borderInnerShadow;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .ui.form button.save,\n#settings-container #settings-screen .ui.form button.export {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_borderOuter;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderOuter;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_borderOuter;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_borderOuter;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .ui.form button.export {\n\tmargin-bottom: 4px;\n}\n\n#settings-container #settings-screen .ui.form button.save:active,\n#settings-container #settings-screen .ui.form button.export:active {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container {\n\tmargin-bottom: 1.5rem;\n}\n\n#settings-container #settings-screen .section-container:nth-child(3) {\n\tmargin-top: -30px;\n}\n\n#settings-container #settings-screen .section-container > h2 {\n\tmargin-bottom: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container p,\n#settings-container #settings-screen .section-container .field label,\n#settings-container #settings-screen .section-container .field .ui.toggle.checkbox input label {\n\tfont-style: normal;\n\tfont-weight: normal;\n\tfont-size: 1em;\n}\n\n#settings-container #settings-screen .section-container .field label,\n#settings-container #settings-screen .section-container p,\n#settings-container #settings-screen .section-container h3,\n#settings-container #settings-screen .section-container .field .ui.toggle.checkbox input:checked ~ label {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionTitleText !important;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionTitleText !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field .ui.toggle.checkbox input ~ label:before {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_playerTableRowBackground !important;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_playerTableRowBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_playerTableRowBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_playerTableRowBackground !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field .ui.toggle.checkbox input ~ label:hover:before {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_rowAndLinkHoverBackground !important;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_rowAndLinkHoverBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_rowAndLinkHoverBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_rowAndLinkHoverBackground !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field .ui.toggle.checkbox input:checked ~ label:before {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_importantTextRGBA65 !important;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_importantTextRGBA65 !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_importantTextRGBA65 !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_importantTextRGBA65 !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field .ui.dropdown,\n#settings-container #settings-screen .section-container .field textarea,\n#settings-container #settings-screen .section-container .field > div.ui.input > input[type=text] {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_footerActiveLinkBackground !important;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_footerActiveLinkBackground !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_footerActiveLinkBackground !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_footerActiveLinkBackground !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field textarea,\n#settings-container #settings-screen .section-container .field .code pre,\n#settings-container #settings-screen .section-container .field > div.ui.input > input[type=text] {\n\tcursor: text;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionTitleText !important;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionTitleText !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field .code {\n\tmin-height: 300px;\n}\n\n#settings-container #settings-screen .section-container .field textarea,\n#settings-container #settings-screen .section-container .field .code textarea,\n#settings-container #settings-screen .section-container .field .code pre {\n\tpadding: 4px !important;\n}\n\n#settings-container #settings-screen .section-container .field .code textarea {\n\theight: auto !important;\n\tmin-height: 100% !important;\n}\n\n#settings-container #settings-screen .section-container .field .ui.dropdown a.ui.label {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_borderOuterShadow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_borderOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_borderOuterShadow;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field .ui.dropdown input.search,\n#settings-container #settings-screen .section-container .field .ui.dropdown div.text {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionTitleText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionTitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionTitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionTitleText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field > .ui-slider {\n\tborder: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_footerActiveLinkBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_footerActiveLinkBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_footerActiveLinkBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_footerActiveLinkBackground;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field > .ui-slider > .ui-widget-header {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_borderOuterShadow;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_borderOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_borderOuterShadow;\n\t\t}\n\t);\n}\n#settings-container #settings-screen .section-container .field > .ui-slider > .ui-slider-handle {\n\tborder-radius: 50%;\n}\n\n#settings-container #settings-screen .section-container .field > .ui-slider > .ui-slider-handle.ui-state-active {\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_borderOuter;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_borderOuter;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_borderOuter;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_borderOuter;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .field > .ui.table {\n\tmargin-top: 1em;\n}\n\n#settings-container #settings-screen .section-container p .discord {\n\twidth: 200px;\n}\n\n\n#settings-container #settings-screen .section-container p .discord-link,\n#settings-container #settings-screen .section-container p .author-link,\n#settings-container #settings-screen .section-container .donation-link {\n\tuser-select: text !important;\n\tfont-weight: bold;\n\tcursor: text;\n}\n\n#settings-container #settings-screen .section-container .donation-link {\n\tfont-size: 1.4em;\n\tmargin: 0.25em 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .donation-link::selection {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_contextMenuItemBackground;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_contextMenuItemBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_contextMenuItemBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_contextMenuItemBackground;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .donation-link::before {\n\tfont-weight: normal;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_placeholderInsetBorder;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_borderOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_placeholderInsetBorder;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_placeholderInsetBorder;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .donation-link#donation-cash::before {\n\tcontent: \"Cash App: \";\n}\n\n#settings-container #settings-screen .section-container .donation-link#donation-paypal::before {\n\tcontent: \"PayPal: \";\n}\n\n#settings-container #settings-screen .section-container .donation-link#donation-paypay::before {\n\tcontent: \"PayPay: \";\n}\n\n#settings-container #settings-screen .section-container .donation-link#donation-streamlabs::before {\n\tcontent: \"Streamlabs: \";\n}\n\n#settings-container #settings-screen .section-container .donation-link#donation-kofi::before {\n\tcontent: \"Ko-fi: \";\n}\n\n#settings-container #settings-screen .section-container .donation-link#donation-patreon::before {\n\tcontent: \"Patreon: \";\n}\n\n#settings-container #settings-screen .section-container p .selectable-link {\n\tuser-select: text !important;\n\tfont-weight: bold;\n}\n\n#settings-container #settings-screen .section-container h3 {\n\tmargin-bottom: 0px;\n\tmargin-top: 5px;\n}\n\n#settings-container #settings-screen .section-container p a,\n#settings-container #settings-screen .section-container p a * {\n\tcursor: pointer;\n}\n\n#settings-container #settings-screen .section-container > #credits > ul {\n\tmargin-top: 0;\n}\n\n#settings-container #settings-screen .section-container > #credits > ul > li > strong.featured {\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_importantText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_importantText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_importantText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_importantText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .changelog-section h4 {\n\tmargin-bottom: 0;\n\tpadding: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_borderOuterShadow;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_borderOuterShadow;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_borderOuterShadow;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_borderOuterShadow;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .changelog-section ul {\n\tmargin-top: 0;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_headerSubtitleText;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_headerSubtitleText;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_headerSubtitleText;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_headerSubtitleText;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container .info-span {\n\tdisplay: block;\n}\n\n#settings-container #settings-screen .section-container #streamers {\n\tdisplay: flex;\n\tflex-direction: row;\n\tflex-wrap: wrap;\n\tflex: 1;\n\tmargin-top: 4px;\n}\n\n#settings-container #settings-screen .section-container #streamers .row {\n\tdisplay: flex;\n\tflex-direction: column;\n\tflex: 1 1 calc(33% - 8px);\n\twidth: calc(33% - 8px) !important;\n\tmax-width: calc(33% - 8px) !important;\n\tmargin: 0 4px 4px 0;\n\tpadding: 4px 8px;\n\tbox-sizing: border-box;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tbackground: @dark_gridItemBackground;\n\t\t},\n\t\t{\n\t\t\tbackground: @light_gridItemBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground: @classic_gridItemBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground: @clearBlue_gridItemBackground;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container #streamers .row:nth-child(3n),\n#settings-container #settings-screen .section-container #streamers .row:last-child {\n\tmargin-right : 0;\n}\n\n#settings-container #settings-screen .section-container #streamers .row a {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: center;\n\tuser-select: text !important;\n\n\t.setThemeStyle(\n\t\t{\n\t\t\tcolor: @dark_playerDetailSectionTitleText !important;\n\t\t},\n\t\t{\n\t\t\tcolor: @light_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tcolor: @classic_playerDetailSectionTitleText !important;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tcolor: @clearBlue_playerDetailSectionTitleText !important;\n\t\t}\n\t);\n}\n\n#settings-container #settings-screen .section-container #streamers .row a .name {\n\tdisplay: block;\n\tmargin-bottom: 4px;\n\tcursor: pointer;\n\tfont-size: 14px;\n\tword-wrap: break-word;\n}\n\n#settings-container #settings-screen .section-container #streamers .row a img {\n\twidth: 100%;\n\theight: auto;\n\tcursor: pointer;\n}\n\n.clear {\n\tclear: both;\n}\n\n#settings-container .ui.inverted.table {\n\t.setThemeStyle(\n\t\t@defaultTheme: {},\n\t\t@lightTheme: {\n\t\t\tbackground-color: @light_toggleBackground;\n\t\t},\n\t\t@classicTheme: {\n\t\t\tbackground-color: @classic_toggleBackground;\n\t\t},\n\t\t@clearBlueTheme: {\n\t\t\tbackground-color: @clearBlue_toggleBackground;\n\t\t}\n\t);\n}\n"
  },
  {
    "path": "src/styles/components/settings/settings-theme.less",
    "content": "@import \"../../functions/common.less\";\n@import \"../../themes/variables/ffxiv-dark.less\";\n@import \"../../themes/variables/ffxiv-light.less\";\n@import \"../../themes/variables/ffxiv-classic.less\";\n@import \"../../themes/variables/ffxiv-clear-blue.less\";\n@import \"common/settings.less\";\n"
  },
  {
    "path": "src/styles/functions/common.less",
    "content": ".setThemeStyle(@defaultTheme: {}, @lightTheme: {}, @minimalTheme: {}, @spellsMode: {}, @classicTheme: {}, @clearBlueTheme: {}) {\n\t& {\n\t\t@defaultTheme();\n\t}\n\n\tbody[theme=ffxiv-light] & {\n\t\t@lightTheme();\n\t}\n\n\tbody[theme=ffxiv-classic] & {\n\t\t@classicTheme();\n\t}\n\n\tbody[theme=ffxiv-clear-blue] & {\n\t\t@clearBlueTheme();\n\t}\n\n\tbody.minimal & {\n\t\t@minimalTheme();\n\t}\n\n\tbody.mode-spells & {\n\t\t@spellsMode();\n\t}\n}\n"
  },
  {
    "path": "src/styles/themes/variables/ffxiv-classic.less",
    "content": "@classic_borderOuter: #f7f8f3;\n@classic_borderOuterShadow: hsla(72, 2%, 97%, 1);\n@classic_borderOuterGlow: rgba(255, 255, 255, 0.5);\n@classic_borderInner: hsla(0, 0%, 100%, 0.1);\n@classic_footerBorderInner: hsla(259, 36%, 100%, 0.5);\n@classic_borderInnerShadow: #281a69;\n@classic_borderInnerGlow: rgba(0, 0, 0, 0.4);\n\n@classic_toggleBackground: #210096;\n@classic_toggleShadow: rgba(0, 0, 0, 0.5);\n@classic_placeholderInnerBackground: #1a007f;\n@classic_placeholderInsetBorder: hsla(239, 59%, 77%, 1);\n\n@classic_containerBackground: #c8c4d2;\n@classic_contentBackground: linear-gradient(rgb(35, 0, 156), rgb(35, 0, 156) 2rem);\n@classic_settingTabBackground: #d9d8d4;\n\n@classic_contextMenuBackground: #14044f;\n@classic_contextMenuItemBackground: #d9d6dd;\n@classic_contextMenuShadow: rgba(33, 0, 150, 0.5);\n\n@classic_headerSubtitleText: rgba(233, 214, 255, 1);\n@classic_importantText: #dcc5ff;\n@classic_importantTextRGB: rgb(188, 169, 138);\n@classic_importantTextRGBA65: rgba(188, 169, 138, 0.65);\n@classic_headerAndLinkText: hsla(0, 0%, 100%, 0.7);\n@classic_aboutTopText: rgba(233, 214, 255, 1);\n\n@classic_playerTableRowText: rgba(233, 214, 255, 1);\n@classic_playerTableRowBorderTop: hsla(259, 36%, 100%, 0.8);\n@classic_playerTableRowBackground: rgba(255, 255, 255, 0.12);\n@classic_playerTableActiveRowBackground: rgba(255, 255, 255, 0.25);\n@classic_playerTableHeaderRowBackground: rgba(255, 255, 255, 0.03);\n\n@classic_playerDetailSectionTitleText: rgba(255, 255, 255, 0.7);\n@classic_playerDetailSectionDataTitleText: rgba(16, 1, 84, 1);\n@classic_playerDetailSectionDataValueText: rgba(16, 11, 33, 1);\n\n@classic_gridItemBackground: rgba(81, 80, 200, 1);\n@classic_detailItemBackground: rgba(217, 216, 212, 1);\n\n@classic_footerLinkInnerShadow: hsla(0, 0%, 100%, 0.07);\n@classic_footerLinkOuterShadow: rgba(192, 163, 255, 0.8);\n@classic_footerActiveLinkBackground: rgba(255, 255, 255, 0.2);\n\n@classic_rowAndLinkHoverBackground: rgba(255, 255, 255, 0.07);\n\n@classic_spellWarningBackground: linear-gradient(hsla(38, 49%, 38%, 0.7), hsla(38, 49%, 38%, 0.7));\n@classic_dotBorder: hsla(38, 49%, 38%, 0.6);"
  },
  {
    "path": "src/styles/themes/variables/ffxiv-clear-blue.less",
    "content": "@clearBlue_borderOuter: #3c6ee2;\n@clearBlue_borderOuterShadow: #a29a87;\n@clearBlue_borderOuterGlow: rgba(37, 72, 136, 0.4);\n@clearBlue_placeholderOuterGlow: rgba(255, 255, 255, 0.5);\n@clearBlue_borderInner: hsla(0, 0%, 100%, 0.1);\n@clearBlue_borderInnerShadow: #222;\n@clearBlue_borderInnerGlow: rgba(0, 0, 0, 0.4);\n\n@clearBlue_toggleBackground: #1e3264;\n@clearBlue_toggleShadow: rgba(0, 0, 0, 0.5);\n@clearBlue_placeholderInnerBackground: @clearBlue_contentBackground;\n@clearBlue_placeholderInsetBorder: #3c6ee2;\n\n@clearBlue_containerBackground: #1b294e;\n@clearBlue_contentBackground: #254888;\n\n@clearBlue_contextMenuBackground: @clearBlue_contentBackground;\n@clearBlue_contextMenuItemBackground: #eee1c5;\n@clearBlue_contextMenuShadow: rgba(0, 0, 0, 0.6);\n\n@clearBlue_headerSubtitleText: hsla(0, 0%, 100%, 0.5);\n@clearBlue_importantText: #eee1c5;\n@clearBlue_importantTextRGBA65: rgba(238, 225, 197, 1);\n@clearBlue_distinguishedText: #a29a87;\n@clearBlue_headerAndLinkText: hsla(0, 0%, 100%, 0.7);\n\n@clearBlue_playerTableRowText: hsla(0, 0%, 100%, 0.5);\n@clearBlue_playerTableRowBorderTop: hsla(0, 0%, 100%, 0.05);\n@clearBlue_playerTableRowBackground: rgba(255, 255, 255, 0.05);\n@clearBlue_playerTableActiveRowBackground: rgba(255, 255, 255, 0.15);\n@clearBlue_playerTableHeaderRowBackground: rgba(255, 255, 255, 0.03);\n\n@clearBlue_playerDetailSectionTitleText: @clearBlue_importantText;\n@clearBlue_playerDetailSectionDataTitleText: @clearBlue_distinguishedText;\n@clearBlue_playerDetailSectionDataValueText: rgba(255, 255, 255, 0.5);\n\n@clearBlue_gridItemBackground: rgba(0, 0, 0, 0.2);\n\n@clearBlue_footerLinkInnerShadow: hsla(0, 0%, 100%, 0.07);\n@clearBlue_footerLinkOuterShadow: rgba(0, 0, 0, 0.2);\n@clearBlue_footerActiveLinkBackground: rgba(255, 255, 255, 0.2);\n\n@clearBlue_rowAndLinkHoverBackground: rgba(255, 255, 255, 0.07);\n\n@clearBlue_spellWarningBackground: linear-gradient(hsla(53, 50%, 62%, 0.2), hsla(53, 50%, 62%, 0.2));\n"
  },
  {
    "path": "src/styles/themes/variables/ffxiv-dark.less",
    "content": "@dark_borderOuter: #cfc36e;\n@dark_borderOuterShadow: hsla(53, 50%, 62%, 0.5);\n@dark_borderOuterGlow: rgba(0, 0, 0, 0.5);\n@dark_borderInner: hsla(0, 0%, 100%, 0.1);\n@dark_borderInnerShadow: #222;\n@dark_borderInnerGlow: rgba(0, 0, 0, 0.4);\n\n@dark_toggleBackground: #554121;\n@dark_toggleShadow: rgba(0, 0, 0, 0.5);\n@dark_placeholderInnerBackground: #1e1e1e;\n@dark_placeholderInsetBorder: hsla(53, 50%, 62%, 0.5);\n\n@dark_containerBackground: rgb(85, 65, 33);\n@dark_contentBackground: linear-gradient(rgb(58, 58, 58), rgb(30, 30, 30) 2rem);\n\n@dark_contextMenuBackground: #282828;\n@dark_contextMenuItemBackground: #eee1c5;\n@dark_contextMenuShadow: rgba(0, 0, 0, 0.6);\n\n@dark_headerSubtitleText: hsla(0, 0%, 100%, 0.5);\n@dark_importantText: #bca98a;\n@dark_importantTextRGB: rgb(188, 169, 138);\n@dark_importantTextRGBA65: rgba(188, 169, 138, 0.65);\n@dark_headerAndLinkText: hsla(0, 0%, 100%, 0.7);\n\n@dark_playerTableRowText: hsla(0, 0%, 100%, 0.5);\n@dark_playerTableRowBorderTop: hsla(0, 0%, 100%, 0.05);\n@dark_playerTableRowBackground: rgba(255, 255, 255, 0.05);\n@dark_playerTableActiveRowBackground: rgba(255, 255, 255, 0.15);\n@dark_playerTableHeaderRowBackground: rgba(255, 255, 255, 0.03);\n\n@dark_playerDetailSectionTitleText: rgba(255, 255, 255, 0.7);\n@dark_playerDetailSectionDataTitleText: rgba(255, 255, 255, 0.6);\n@dark_playerDetailSectionDataValueText: rgba(255, 255, 255, 0.5);\n\n@dark_gridItemBackground: rgba(0, 0, 0, 0.2);\n\n@dark_footerLinkInnerShadow: hsla(0, 0%, 100%, 0.07);\n@dark_footerLinkOuterShadow: rgba(0, 0, 0, 0.2);\n@dark_footerActiveLinkBackground: rgba(255, 255, 255, 0.2);\n\n@dark_rowAndLinkHoverBackground: rgba(255, 255, 255, 0.07);\n\n@dark_spellWarningBackground: linear-gradient(hsla(53, 50%, 62%, 0.2), hsla(53, 50%, 62%, 0.2));\n@dark_effectBorder1: @dark_toggleBackground;\n@dark_effectBorder2: @dark_containerBackground;\n@dark_effectBorder3: @dark_importantTextRGB;\n@dark_dotBorder1: hsla(53, 50%, 62%, 0.5);\n@dark_dotBorder2: @dark_contextMenuBackground;"
  },
  {
    "path": "src/styles/themes/variables/ffxiv-light.less",
    "content": "@light_borderOuter: #cfc36e;\n@light_borderOuterShadow: hsla(26, 31%, 26%, 0.5);\n@light_borderOuterGlow: rgba(0, 0, 0, 0.5);\n@light_borderInner: hsla(0, 0%, 90%, 0.2);\n@light_borderInnerShadow: #222;\n@light_borderInnerGlow: rgba(228, 196, 158, 0.8);\n\n@light_toggleBackground: #897252;\n@light_toggleShadow: rgba(0, 0, 0, 0.5);\n@light_placeholderInnerBackground: #f7dbb4;\n@light_placeholderInsetBorder: hsla(53, 50%, 62%, 0.5);\n\n@light_containerBackground: rgb(85, 65, 33);\n@light_contentBackground: linear-gradient(rgb(250, 234, 208), rgb(248, 218, 184) 2rem);\n\n@light_contextMenuBackground: #fce8cd;\n@light_contextMenuItemBackground: #7f4422;\n@light_contextMenuShadow: rgba(91, 77, 62, 0.4);\n\n@light_headerSubtitleText: hsla(0, 0%, 0%, 0.5);\n@light_importantText: #763f1c;\n@light_importantTextRGB: rgb(188, 169, 138);\n@light_importantTextRGBA65: rgba(188, 169, 138, 0.65);\n@light_headerAndLinkText: hsla(0, 0%, 0%, 0.8);\n\n@light_playerTableRowText: hsla(0, 0%, 0%, 0.75);\n@light_playerTableRowBorderTop: hsla(0, 0%, 100%, 0.05);\n@light_playerTableRowBackground: rgba(0, 0, 0, 0.02);\n@light_playerTableActiveRowBackground: rgba(255, 255, 255, 0.15);\n@light_playerTableHeaderRowBackground: rgba(0, 0, 0, 0.04);\n@light_playerTableRowBarBackground: rgba(0, 0, 0, 0.04);\n@light_playerTableActiveRowBarBackground: rgba(0, 0, 0, 0.10);\n\n@light_playerDetailSectionTitleText: rgba(0, 0, 0, 0.7);\n@light_playerDetailSectionDataTitleText: rgba(0, 0, 0, 0.6);\n@light_playerDetailSectionDataValueText: rgba(0, 0, 0, 0.5);\n\n@light_gridItemBackground: rgba(0, 0, 0, 0.1);\n\n@light_footerLinkInnerShadow: hsla(0, 0%, 0%, 0.07);\n@light_footerLinkOuterShadow: rgba(0, 0, 0, 0.2);\n@light_footerActiveLinkBackground: rgba(91, 68, 49, 0.2);\n\n@light_rowAndLinkHoverBackground: rgba(91, 68, 49, 0.09);\n\n@light_spellWarningBackground: linear-gradient(hsla(26, 31%, 26%, 0.55), hsla(26, 31%, 26%, 0.55));\n@light_effectBorder1: @light_borderOuter;\n@light_effectBorder2: @light_contextMenuItemBackground;\n@light_effectBorder3: @light_importantTextRGB;\n@light_dotBorder1: @light_importantText;\n@light_dotBorder2: @light_importantTextRGB;"
  }
]