jalyna/oakdex-pokedex

View on GitHub
data/type/flying.json

Summary

Maintainability
Test Coverage
{
  "names": {
    "dk": "Flyve",
    "fr": "Vol",
    "de": "Flug",
    "gr": "Ιπτάμενος Iptamenos",
    "it": "Volante",
    "pl": "Latający",
    "en": "Flying"
  },
  "effectivness": {
    "Normal": 1.0,
    "Fighting": 2.0,
    "Flying": 1.0,
    "Poison": 1.0,
    "Ground": 1.0,
    "Rock": 0.5,
    "Bug": 2.0,
    "Ghost": 1.0,
    "Steel": 0.5,
    "Fire": 1.0,
    "Water": 1.0,
    "Grass": 2.0,
    "Electric": 0.5,
    "Psychic": 1.0,
    "Ice": 1.0,
    "Dragon": 1.0,
    "Dark": 1.0,
    "Fairy": 1.0
  },
  "color": "#A98FF3"
}