jalyna/oakdex-pokedex

View on GitHub
data/move/incinerate.json

Summary

Maintainability
Test Coverage
{
  "index_number": 510,
  "pp": 15,
  "max_pp": 24,
  "power": 60,
  "accuracy": 100,
  "category": "special",
  "priority": 0,
  "target": "adjacent_foes_all",
  "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": true,
  "names": {
    "fr": "Calcination",
    "de": "Einäschern",
    "it": "Bruciatutto",
    "en": "Incinerate"
  },
  "type": "Fire",
  "contests": [
    {
      "contest": "Contest Spectaculars",
      "appeal": 3,
      "jam": 0,
      "condition": "Tough"
    }
  ],
  "pokedex_entries": {
    "Black": {
      "en": "The user attacks the target with fire. If the target is holding a Berry, the Berry becomes burnt up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere bei sich, wird diese von den Flammen verzehrt und geht verloren."
    },
    "White": {
      "en": "The user attacks the target with fire. If the target is holding a Berry, the Berry becomes burnt up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere bei sich, wird diese von den Flammen verzehrt und geht verloren."
    },
    "Black 2": {
      "en": "The user attacks the target with fire. If the target is holding a Berry, the Berry becomes burnt up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere bei sich, wird diese von den Flammen verzehrt und geht verloren."
    },
    "White 2": {
      "en": "The user attacks the target with fire. If the target is holding a Berry, the Berry becomes burnt up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere bei sich, wird diese von den Flammen verzehrt und geht verloren."
    },
    "X": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren."
    },
    "Y": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren."
    },
    "O.Ruby": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Unbekannt"
    },
    "A.Sapphire": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Unbekannt"
    },
    "Sun": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren."
    },
    "Moon": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren."
    },
    "Ultra Sun": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren."
    },
    "Ultra Moon": {
      "en": "The user attacks opposing Pokémon with fire. If a Pokémon is holding a certain item, such as a Berry, the item becomes burned up and unusable.",
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren."
    },
    "Omega Ruby": {
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren.",
      "en": "Unknown"
    },
    "Alpha Sapphire": {
      "de": "Eine Feuer-Attacke. Trägt das Ziel eine Beere oder ein ähnliches Item bei sich, wird dieses von den Flammen verzehrt und geht verloren.",
      "en": "Unknown"
    }
  }
}