{
  "implemented": true,
  "nationalPokedexNumber": 72,
  "name": "Tentacool",
  "primaryType": "water",
  "secondaryType": "poison",
  "maleRatio": 0.5,
  "height": 9,
  "weight": 455,
  "pokedex": [
    "cobblemon.species.tentacool.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "clearbody",
    "liquidooze",
    "h:raindish"
  ],
  "eggGroups": [
    "water_3"
  ],
  "baseStats": {
    "hp": 40,
    "attack": 40,
    "defence": 35,
    "special_attack": 50,
    "special_defence": 100,
    "speed": 70
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 1,
    "speed": 0
  },
  "baseExperienceYield": 67,
  "experienceGroup": "slow",
  "catchRate": 190,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.8,
  "hitbox": {
    "width": 0.8,
    "height": 2.1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "walk": {
        "avoidsLand": true
      },
      "swim": {
        "swimSpeed": 0.2,
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 7,
    "entries": [
      {
        "item": "minecraft:ink_sac",
        "quantityRange": "1-3"
      },
      {
        "item": "minecraft:glow_ink_sac",
        "quantityRange": "1-3",
        "percentage": 10.0
      },
      {
        "item": "cobblemon:poison_barb",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:poisonsting",
    "1:constrict",
    "1:bubble",
    "1:watergun",
    "4:acid",
    "8:wrap",
    "12:supersonic",
    "16:waterpulse",
    "20:screech",
    "24:bubblebeam",
    "28:barrier",
    "32:acidarmor",
    "36:poisonjab",
    "40:surf",
    "44:sludgewave",
    "48:hydropump",
    "egg:acupressure",
    "egg:aquaring",
    "egg:aurorabeam",
    "egg:bubble",
    "egg:confuseray",
    "egg:haze",
    "egg:knockoff",
    "egg:mirrorcoat",
    "egg:rapidspin",
    "egg:tickle",
    "egg:wringout",
    "tm:acidspray",
    "tm:bind",
    "tm:blizzard",
    "tm:brine",
    "tm:brutalswing",
    "tm:chillingwater",
    "tm:confuseray",
    "tm:crosspoison",
    "tm:cut",
    "tm:dazzlinggleam",
    "tm:dive",
    "tm:endure",
    "tm:facade",
    "tm:flipturn",
    "tm:gigadrain",
    "tm:gunkshot",
    "tm:hail",
    "tm:haze",
    "tm:hex",
    "tm:hydropump",
    "tm:icebeam",
    "tm:icywind",
    "tm:infestation",
    "tm:knockoff",
    "tm:liquidation",
    "tm:magiccoat",
    "tm:muddywater",
    "tm:mudshot",
    "tm:payback",
    "tm:poisonjab",
    "tm:pounce",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:safeguard",
    "tm:screech",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:sludgewave",
    "tm:substitute",
    "tm:surf",
    "tm:swift",
    "tm:swordsdance",
    "tm:terablast",
    "tm:thief",
    "tm:throatchop",
    "tm:toxic",
    "tm:toxicspikes",
    "tm:venoshock",
    "tm:waterpulse",
    "tm:whirlpool",
    "tutor:bind",
    "tutor:dazzlinggleam",
    "tutor:dive",
    "tutor:flipturn",
    "tutor:gigadrain",
    "tutor:gunkshot",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:knockoff",
    "tutor:liquidation",
    "tutor:magiccoat",
    "tutor:poisonjab",
    "tutor:rest",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:spikes",
    "tutor:swift",
    "tutor:throatchop",
    "tutor:waterpulse"
  ],
  "evolutions": [
    {
      "id": "tentacool_tentacruel",
      "variant": "level_up",
      "result": "tentacruel",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 30
        }
      ]
    }
  ]
}