jalyna/oakdex-pokedex

View on GitHub
data/move/absorb.json

Summary

Maintainability
Test Coverage
{
  "index_number": 71,
  "pp": 25,
  "max_pp": 40,
  "power": 20,
  "accuracy": 100,
  "category": "special",
  "priority": 0,
  "target": "target_adjacent_single",
  "critical_hit": 0,
  "makes_contact": false,
  "affected_by_protect": true,
  "affected_by_magic_coat": false,
  "affected_by_snatch": false,
  "affected_by_mirror_move": true,
  "affected_by_kings_rock": false,
  "names": {
    "dk": "Opsuge",
    "fr": "Vol-Vie",
    "de": "Absorber",
    "gr": "Απορρόφηση",
    "it": "Assorbimento",
    "pl": "Absorbcja",
    "en": "Absorb"
  },
  "type": "Grass",
  "contests": [
    {
      "contest": "Contests",
      "appeal": 2,
      "jam": 3,
      "condition": "Clever"
    },
    {
      "contest": "Super Contests",
      "appeal": 1,
      "jam": 0,
      "condition": "Clever"
    },
    {
      "contest": "Contest Spectaculars",
      "appeal": 4,
      "jam": 0,
      "condition": "Clever"
    }
  ],
  "pokedex_entries": {
    "Gold": {
      "en": "Steals 1/2 of the damage inflicted.",
      "de": "Erhält Hälfte des Schadens als KP."
    },
    "Silver": {
      "en": "Steals 1/2 of the damage inflicted.",
      "de": "Erhält Hälfte des Schadens als KP."
    },
    "Crystal": {
      "en": "Steals 1/2 of the damage inflicted.",
      "de": "Erhält Hälfte des Schadens als KP."
    },
    "Ruby": {
      "en": "An attack that absorbs half the damage inflicted.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Sapphire": {
      "en": "An attack that absorbs half the damage inflicted.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Emerald": {
      "en": "An attack that absorbs half the damage inflicted.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "FireRed": {
      "en": "An attack that absorbs half the damage it inflicted to restore HP.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "LeafGreen": {
      "en": "An attack that absorbs half the damage it inflicted to restore HP.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Diamond": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Pearl": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Platinum": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "HeartGold": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "SoulSilver": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Black": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "White": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Black 2": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "White 2": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "X": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Y": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "O.Ruby": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Unbekannt"
    },
    "A.Sapphire": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Unbekannt"
    },
    "Sun": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Moon": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Ultra Sun": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Ultra Moon": {
      "en": "A nutrient-draining attack. The user’s HP is restored by half the damage taken by the target.",
      "de": "Attacke, die die Hälfte des Schadens absorbiert."
    },
    "Omega Ruby": {
      "de": "Attacke, die die Hälfte des Schadens absorbiert.",
      "en": "Unknown"
    },
    "Alpha Sapphire": {
      "de": "Attacke, die die Hälfte des Schadens absorbiert.",
      "en": "Unknown"
    }
  }
}