{
  "implemented": true,
  "nationalPokedexNumber": 747,
  "name": "Mareanie",
  "primaryType": "poison",
  "secondaryType": "water",
  "maleRatio": 0.5,
  "height": 4,
  "weight": 80,
  "pokedex": [
    "cobblemon.species.mareanie.desc"
  ],
  "labels": [
    "gen7"
  ],
  "aspects": [],
  "abilities": [
    "merciless",
    "limber",
    "h:regenerator"
  ],
  "eggGroups": [
    "water_1"
  ],
  "baseStats": {
    "hp": 50,
    "attack": 53,
    "defence": 62,
    "special_attack": 43,
    "special_defence": 52,
    "speed": 45
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 1,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 61,
  "experienceGroup": "medium_fast",
  "catchRate": 190,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.75,
  "hitbox": {
    "width": 1.2,
    "height": 1.2,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "swimSpeed": 0.1,
        "canSwimInWater": true,
        "canBreatheUnderwater": true,
        "canSwimInLava": false
      }
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:slime_ball",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:poison_barb",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:pecha_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:poisonsting",
    "1:peck",
    "5:wideguard",
    "10:bite",
    "15:venoshock",
    "20:recover",
    "25:pinmissile",
    "30:toxicspikes",
    "35:liquidation",
    "40:acidspray",
    "45:poisonjab",
    "50:toxic",
    "egg:haze",
    "egg:infestation",
    "egg:spikecannon",
    "egg:spitup",
    "egg:stockpile",
    "egg:swallow",
    "tm:acidspray",
    "tm:afteryou",
    "tm:blizzard",
    "tm:brine",
    "tm:chillingwater",
    "tm:covet",
    "tm:endure",
    "tm:facade",
    "tm:frostbreath",
    "tm:gastroacid",
    "tm:gunkshot",
    "tm:hail",
    "tm:haze",
    "tm:hydropump",
    "tm:icebeam",
    "tm:icespinner",
    "tm:icywind",
    "tm:infestation",
    "tm:irondefense",
    "tm:liquidation",
    "tm:lunge",
    "tm:magiccoat",
    "tm:muddywater",
    "tm:mudshot",
    "tm:painsplit",
    "tm:payback",
    "tm:pinmissile",
    "tm:poisonjab",
    "tm:pounce",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:safeguard",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:sludgewave",
    "tm:snatch",
    "tm:substitute",
    "tm:surf",
    "tm:terablast",
    "tm:toxic",
    "tm:toxicspikes",
    "tm:venomdrench",
    "tm:venoshock",
    "tm:waterpulse",
    "tutor:afteryou",
    "tutor:covet",
    "tutor:gastroacid",
    "tutor:gunkshot",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:irondefense",
    "tutor:liquidation",
    "tutor:magiccoat",
    "tutor:painsplit",
    "tutor:poisonjab",
    "tutor:rest",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:snatch",
    "tutor:spikes",
    "tutor:waterpulse"
  ],
  "evolutions": [
    {
      "id": "mareanie_toxapex",
      "variant": "level_up",
      "result": "toxapex",
      "consumeHeldItem": false,
      "learnableMoves": [
        "banefulbunker"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 38
        }
      ]
    }
  ]
}