{
  "implemented": true,
  "nationalPokedexNumber": 349,
  "name": "Feebas",
  "primaryType": "water",
  "maleRatio": 0.5,
  "height": 6,
  "weight": 74,
  "pokedex": [
    "cobblemon.species.feebas.desc"
  ],
  "labels": [
    "gen3"
  ],
  "aspects": [],
  "abilities": [
    "swiftswim",
    "oblivious",
    "h:adaptability"
  ],
  "eggGroups": [
    "water_1",
    "dragon"
  ],
  "baseStats": {
    "hp": 20,
    "attack": 15,
    "defence": 20,
    "special_attack": 10,
    "special_defence": 55,
    "speed": 80
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 1
  },
  "baseExperienceYield": 40,
  "experienceGroup": "erratic",
  "catchRate": 255,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 0.8,
    "height": 0.8,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "canLook": false,
      "walk": {
        "avoidsLand": true
      },
      "swim": {
        "swimSpeed": 0.1,
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false
      }
    },
    "resting": {
      "canSleep": true
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:salmon"
      },
      {
        "item": "minecraft:bone_meal",
        "percentage": 5.0
      },
      {
        "item": "cobblemon:prism_scale",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:splash",
    "15:tackle",
    "25:flail",
    "egg:captivate",
    "egg:confuseray",
    "egg:dragonbreath",
    "egg:haze",
    "egg:hypnosis",
    "egg:mirrorcoat",
    "egg:mist",
    "egg:mudsport",
    "egg:tickle",
    "tm:blizzard",
    "tm:brine",
    "tm:captivate",
    "tm:chillingwater",
    "tm:confuseray",
    "tm:dive",
    "tm:doubleedge",
    "tm:dragonpulse",
    "tm:endure",
    "tm:facade",
    "tm:hail",
    "tm:haze",
    "tm:icebeam",
    "tm:icywind",
    "tm:irontail",
    "tm:lightscreen",
    "tm:muddywater",
    "tm:mudshot",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:scaleshot",
    "tm:sleeptalk",
    "tm:substitute",
    "tm:surf",
    "tm:swift",
    "tm:terablast",
    "tm:waterfall",
    "tm:waterpulse",
    "tm:whirlpool",
    "tutor:dive",
    "tutor:dragonpulse",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:irontail",
    "tutor:rest",
    "tutor:scaleshot",
    "tutor:sleeptalk",
    "tutor:swift",
    "tutor:waterpulse"
  ],
  "evolutions": [
    {
      "id": "feebas_milotic",
      "variant": "trade",
      "result": "milotic",
      "consumeHeldItem": true,
      "learnableMoves": [
        "waterpulse"
      ],
      "requirements": [
        {
          "variant": "held_item",
          "itemCondition": "cobblemon:prism_scale"
        }
      ]
    }
  ]
}