{
  "implemented": true,
  "nationalPokedexNumber": 84,
  "name": "Doduo",
  "primaryType": "normal",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 14,
  "weight": 392,
  "pokedex": [
    "cobblemon.species.doduo.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "runaway",
    "earlybird",
    "h:tangledfeet"
  ],
  "eggGroups": [
    "flying"
  ],
  "baseStats": {
    "hp": 35,
    "attack": 85,
    "defence": 45,
    "special_attack": 35,
    "special_defence": 35,
    "speed": 75
  },
  "evYield": {
    "hp": 0,
    "attack": 1,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 62,
  "experienceGroup": "medium_fast",
  "catchRate": 190,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1.3,
  "hitbox": {
    "width": 0.6,
    "height": 1.4,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "walk": {
        "walkSpeed": 0.4
      }
    },
    "resting": {
      "canSleep": true,
      "willSleepOnBed": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 4,
    "entries": [
      {
        "item": "minecraft:feather",
        "quantityRange": "0-1"
      },
      {
        "item": "minecraft:chicken"
      },
      {
        "item": "cobblemon:sharp_beak",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:wacan_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:peck",
    "1:growl",
    "1:rage",
    "5:quickattack",
    "9:furyattack",
    "14:pluck",
    "19:doublehit",
    "23:agility",
    "27:uproar",
    "30:acupressure",
    "33:swordsdance",
    "36:drillpeck",
    "39:endeavor",
    "43:thrash",
    "egg:assurance",
    "egg:feintattack",
    "egg:flail",
    "egg:jumpkick",
    "egg:mirrormove",
    "egg:naturalgift",
    "egg:pursuit",
    "egg:skyattack",
    "egg:supersonic",
    "egg:whirlwind",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:agility",
    "tm:assurance",
    "tm:batonpass",
    "tm:bodyslam",
    "tm:bravebird",
    "tm:doubleedge",
    "tm:echoedvoice",
    "tm:endeavor",
    "tm:endure",
    "tm:facade",
    "tm:featherdance",
    "tm:helpinghand",
    "tm:knockoff",
    "tm:leer",
    "tm:lowkick",
    "tm:lunge",
    "tm:mudslap",
    "tm:naturalgift",
    "tm:pluck",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:roost",
    "tm:skyattack",
    "tm:sleeptalk",
    "tm:steelwing",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swift",
    "tm:swordsdance",
    "tm:tailwind",
    "tm:takedown",
    "tm:terablast",
    "tm:thief",
    "tm:throatchop",
    "tm:triattack",
    "tm:uproar",
    "tm:wingattack",
    "tm:workup",
    "tutor:aerialace",
    "tutor:endeavor",
    "tutor:helpinghand",
    "tutor:knockoff",
    "tutor:lowkick",
    "tutor:mudslap",
    "tutor:rest",
    "tutor:roost",
    "tutor:skyattack",
    "tutor:sleeptalk",
    "tutor:swift",
    "tutor:tailwind",
    "tutor:throatchop",
    "tutor:uproar"
  ],
  "evolutions": [
    {
      "id": "doduo_dodrio",
      "variant": "level_up",
      "result": "dodrio",
      "consumeHeldItem": false,
      "learnableMoves": [
        "triattack"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 31
        }
      ]
    }
  ]
}