jalyna/oakdex-pokedex

View on GitHub
data/move/sludge_wave.json

Summary

Maintainability
Test Coverage
{
  "index_number": 482,
  "pp": 10,
  "max_pp": 16,
  "power": 95,
  "accuracy": 100,
  "category": "special",
  "priority": 0,
  "target": "all_adjacent",
  "critical_hit": 0,
  "makes_contact": false,
  "affected_by_protect": true,
  "affected_by_magic_coat": false,
  "affected_by_snatch": false,
  "affected_by_mirror_move": false,
  "affected_by_kings_rock": false,
  "names": {
    "fr": "Cradovague",
    "de": "Schlammwoge",
    "it": "Fangonda",
    "pl": "Fala Szlamu",
    "en": "Sludge Wave"
  },
  "type": "Poison",
  "contests": [
    {
      "contest": "Contests",
      "appeal": 0,
      "jam": 0,
      "condition": "Tough"
    },
    {
      "contest": "Super Contests",
      "appeal": 0,
      "jam": 0,
      "condition": "Tough"
    },
    {
      "contest": "Contest Spectaculars",
      "appeal": 3,
      "jam": 0,
      "condition": "Tough"
    }
  ],
  "pokedex_entries": {
    "Black": {
      "en": "It swamps the area around the user with a giant sludge wave. It may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "White": {
      "en": "It swamps the area around the user with a giant sludge wave. It may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "Black 2": {
      "en": "It swamps the area around the user with a giant sludge wave. It may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "White 2": {
      "en": "It swamps the area around the user with a giant sludge wave. It may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "X": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "Y": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "O.Ruby": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Unbekannt"
    },
    "A.Sapphire": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Unbekannt"
    },
    "Sun": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "Moon": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "Ultra Sun": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "Ultra Moon": {
      "en": "The user strikes everything around it by swamping the area with a giant sludge wave. This may also poison those hit.",
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet."
    },
    "Omega Ruby": {
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet.",
      "en": "Unknown"
    },
    "Alpha Sapphire": {
      "de": "Greift Pokémon in der Nähe des Anwenders mit einer Schlammwelle an. Diese werden eventuell vergiftet.",
      "en": "Unknown"
    }
  },
  "in_battle_properties": {
    "status_conditions": [
      {
        "condition": "poison",
        "probability": 10
      }
    ]
  }
}