Timid

Resource type: nature

Decreased stat

  • name: attack
  • url: https://pokeapi.co/api/v2/stat/2/

Hates flavor

  • name: spicy
  • url: https://pokeapi.co/api/v2/berry-flavor/1/

Id

5

Increased stat

  • name: speed
  • url: https://pokeapi.co/api/v2/stat/6/

Likes flavor

  • name: sweet
  • url: https://pokeapi.co/api/v2/berry-flavor/3/

Move battle style preferences

    • high_hp_preference: 62
    • low_hp_preference: 30
    • move_battle_style:
      • name: attack
      • url: https://pokeapi.co/api/v2/move-battle-style/1/
    • high_hp_preference: 10
    • low_hp_preference: 20
    • move_battle_style:
      • name: defense
      • url: https://pokeapi.co/api/v2/move-battle-style/2/
    • high_hp_preference: 28
    • low_hp_preference: 50
    • move_battle_style:
      • name: support
      • url: https://pokeapi.co/api/v2/move-battle-style/3/

Name

timid

Names

    • language:
      • name: en
      • url: https://pokeapi.co/api/v2/language/9/
    • name: Timid

Pokeathlon stat changes

    • max_change: 2
    • pokeathlon_stat:
      • name: speed
      • url: https://pokeapi.co/api/v2/pokeathlon-stat/1/
    • max_change: -2
    • pokeathlon_stat:
      • name: power
      • url: https://pokeapi.co/api/v2/pokeathlon-stat/2/
{
  "decreased_stat": {
    "name": "attack",
    "url": "https://pokeapi.co/api/v2/stat/2/"
  },
  "hates_flavor": {
    "name": "spicy",
    "url": "https://pokeapi.co/api/v2/berry-flavor/1/"
  },
  "id": 5,
  "increased_stat": {
    "name": "speed",
    "url": "https://pokeapi.co/api/v2/stat/6/"
  },
  "likes_flavor": {
    "name": "sweet",
    "url": "https://pokeapi.co/api/v2/berry-flavor/3/"
  },
  "move_battle_style_preferences": [
    {
      "high_hp_preference": 62,
      "low_hp_preference": 30,
      "move_battle_style": {
        "name": "attack",
        "url": "https://pokeapi.co/api/v2/move-battle-style/1/"
      }
    },
    {
      "high_hp_preference": 10,
      "low_hp_preference": 20,
      "move_battle_style": {
        "name": "defense",
        "url": "https://pokeapi.co/api/v2/move-battle-style/2/"
      }
    },
    {
      "high_hp_preference": 28,
      "low_hp_preference": 50,
      "move_battle_style": {
        "name": "support",
        "url": "https://pokeapi.co/api/v2/move-battle-style/3/"
      }
    }
  ],
  "name": "timid",
  "names": [
    {
      "language": {
        "name": "en",
        "url": "https://pokeapi.co/api/v2/language/9/"
      },
      "name": "Timid"
    }
  ],
  "pokeathlon_stat_changes": [
    {
      "max_change": 2,
      "pokeathlon_stat": {
        "name": "speed",
        "url": "https://pokeapi.co/api/v2/pokeathlon-stat/1/"
      }
    },
    {
      "max_change": -2,
      "pokeathlon_stat": {
        "name": "power",
        "url": "https://pokeapi.co/api/v2/pokeathlon-stat/2/"
      }
    }
  ]
}