{
  "nationalPokedexNumber": 310,
  "name": "Manectric",
  "primaryType": "electric",
  "maleRatio": 0.5,
  "height": 15,
  "weight": 402,
  "pokedex": [
    "cobblemon.species.manectric.desc"
  ],
  "labels": [
    "gen3"
  ],
  "aspects": [],
  "abilities": [
    "static",
    "lightningrod",
    "h:minus"
  ],
  "eggGroups": [
    "field"
  ],
  "baseStats": {
    "hp": 70,
    "attack": 75,
    "defence": 60,
    "special_attack": 105,
    "special_defence": 60,
    "speed": 105
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 2
  },
  "baseExperienceYield": 166,
  "experienceGroup": "slow",
  "catchRate": 45,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "entityInteract": {
      "avoidedBySkeleton": true
    }
  },
  "drops": {
    "amount": 5,
    "entries": [
      {
        "item": "minecraft:bone",
        "quantityRange": "0-2"
      },
      {
        "item": "minecraft:rotten_flesh",
        "quantityRange": "0-2"
      },
      {
        "item": "cobblemon:cheri_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:firefang",
    "1:tackle",
    "1:thunderwave",
    "1:leer",
    "1:howl",
    "1:spark",
    "1:odorsleuth",
    "12:quickattack",
    "16:shockwave",
    "20:bite",
    "24:thunderfang",
    "30:roar",
    "36:discharge",
    "42:charge",
    "48:wildcharge",
    "54:thunder",
    "60:electricterrain",
    "egg:curse",
    "egg:flameburst",
    "egg:headbutt",
    "egg:spark",
    "egg:switcheroo",
    "tm:agility",
    "tm:bodyslam",
    "tm:charge",
    "tm:chargebeam",
    "tm:crunch",
    "tm:curse",
    "tm:eerieimpulse",
    "tm:electricterrain",
    "tm:electroball",
    "tm:endure",
    "tm:facade",
    "tm:firefang",
    "tm:flamethrower",
    "tm:flash",
    "tm:gigaimpact",
    "tm:headbutt",
    "tm:hyperbeam",
    "tm:hypervoice",
    "tm:icefang",
    "tm:irontail",
    "tm:laserfocus",
    "tm:lightscreen",
    "tm:magnetrise",
    "tm:mudslap",
    "tm:overheat",
    "tm:protect",
    "tm:psychicfangs",
    "tm:raindance",
    "tm:rest",
    "tm:risingvoltage",
    "tm:roar",
    "tm:scaryface",
    "tm:shockwave",
    "tm:signalbeam",
    "tm:sleeptalk",
    "tm:snarl",
    "tm:strength",
    "tm:substitute",
    "tm:swift",
    "tm:terablast",
    "tm:thief",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderfang",
    "tm:thunderwave",
    "tm:uproar",
    "tm:voltswitch",
    "tm:wildcharge",
    "tutor:chargebeam",
    "tutor:firefang",
    "tutor:flamethrower",
    "tutor:gigaimpact",
    "tutor:hyperbeam",
    "tutor:hypervoice",
    "tutor:icefang",
    "tutor:irontail",
    "tutor:laserfocus",
    "tutor:magnetrise",
    "tutor:mudslap",
    "tutor:psychic",
    "tutor:rest",
    "tutor:risingvoltage",
    "tutor:shockwave",
    "tutor:signalbeam",
    "tutor:sleeptalk",
    "tutor:snarl",
    "tutor:swift",
    "tutor:thunderbolt",
    "tutor:thunderfang",
    "tutor:uproar",
    "tutor:wildcharge"
  ],
  "preEvolution": "electrike",
  "evolutions": [],
  "forms": [
    {
      "name": "Mega",
      "primaryType": "electric",
      "maleRatio": 0.5,
      "height": 18,
      "weight": 440,
      "pokedex": [
        "cobblemon.species.manectric-mega.desc"
      ],
      "labels": [
        "gen6",
        "mega"
      ],
      "aspects": [
        "mega"
      ],
      "abilities": [
        "intimidate",
        "h:intimidate"
      ],
      "baseStats": {
        "hp": 70,
        "attack": 75,
        "defence": 80,
        "special_attack": 135,
        "special_defence": 80,
        "speed": 135
      },
      "baseExperienceYield": 201,
      "dynamaxBlocked": true,
      "evolutions": [],
      "battleOnly": true
    }
  ]
}