{
  "implemented": true,
  "nationalPokedexNumber": 6,
  "name": "Charizard",
  "primaryType": "fire",
  "secondaryType": "flying",
  "maleRatio": 0.875,
  "height": 17,
  "weight": 905,
  "pokedex": [
    "cobblemon.species.charizard.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "blaze",
    "h:solarpower"
  ],
  "eggGroups": [
    "monster",
    "dragon"
  ],
  "baseStats": {
    "hp": 78,
    "attack": 84,
    "defence": 78,
    "special_attack": 109,
    "special_defence": 85,
    "speed": 100
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 3,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 267,
  "experienceGroup": "medium_slow",
  "catchRate": 45,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1.5,
    "height": 2.65,
    "fixed": false
  },
  "riding": {
	"stats": {
	      "SPEED": {
	        "displayName": "Speed",
	        "description": "Its top speed",
	        "ranges": {
	          "LAND": "10-20",
	          "AIR": "25-50"
	        }
	      },
	      "ACCELERATION": {
	        "displayName": "Acceleration",
	        "description": "How fast it can speed up",
	        "ranges": {
	          "LAND": "90-100",
	          "AIR": "20-40"
	        }
	      },
	      "SKILL": {
	        "displayName": "Handling",
	        "description": "How fast it can turn",
	        "ranges": {
	          "LAND": "15-30",
	          "AIR": "50-100"
	        }
	      },
	      "JUMP": {
	        "displayName": "Altitude",
	        "description": "How high it can fly",
	        "ranges": {
	          "LAND": "10-20",
	          "AIR": "25-50"
	        }
	      },
	      "STAMINA": {
	        "displayName": "Fuel/Stamina",
	        "description": "How long it can stay off the ground",
	        "ranges": {
	          "LAND": "15-30",
	          "AIR": "35-70"
	        }
	      }
	    },
    "behaviour": {
      "key": "cobblemon:composite",
      "transitionStrategy": "cobblemon:strategy/jump",
      "defaultBehaviour": {
        "key": "cobblemon:land/horse",
        "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
        "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
        "jumpVector": [
          0,
          "0.3*q.jump_strength/50",
          "-1 * 0.5*q.jump_strength/50"
        ]
      },
      "alternateBehaviour": {
        "key": "cobblemon:air/bird",
        "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
        "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
        "jumpVector": [
          0,
          "0.3*q.jump_strength/50",
          0
        ]
      }
    },
    "seats": [
      {
        "offset": {
          "x": 0,
          "y": 1.5,
          "z": -0.5
        },
        "poseOffsets": [
          {
            "poseTypes": [
              "HOVER"
            ],
            "offset": {
              "x": 0,
              "y": 0.7,
              "z": -1
            }
          },
          {
            "poseTypes": [
              "FLY"
            ],
            "offset": {
              "x": 0,
              "y": 0.2,
              "z": -1
            }
          }
        ]
      },
      {
        "offset": {
          "x": 0,
          "y": 1.5,
          "z": -1.5
        },
        "poseOffsets": [
          {
            "poseTypes": [
              "HOVER"
            ],
            "offset": {
              "x": 0,
              "y": 0.4,
              "z": -1
            }
          },
          {
            "poseTypes": [
              "FLY"
            ],
            "offset": {
              "x": 0,
              "y": 0.2,
              "z": -0.2
            }
          }
        ]
      }
    ]
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "light": "0-4"
    },
    "moving": {
      "walk": {
        "canWalk": true,
        "walkSpeed": 0.147
      },
      "fly": {
        "canFly": true,
        "flySpeedHorizontal": 0.6
      },
      "swim": {
        "swimSpeed": 0.1,
        "canWalkOnWater": true,
        "canSwimInLava": true
      }
    }
  },
  "drops": {
    "amount": 4,
    "entries": [
      {
        "item": "minecraft:blaze_powder",
        "quantityRange": "0-3"
      },
      {
        "item": "cobblemon:charcoal_stick",
        "percentage": 25.0
      }
    ]
  },
  "moves": [
    "1:dragonclaw",
    "1:airslash",
    "1:scratch",
    "1:growl",
    "1:ember",
    "1:smokescreen",
    "1:dragonrage",
    "1:wingattack",
    "1:heatwave",
    "1:flameburst",
    "12:dragonbreath",
    "19:firefang",
    "24:slash",
    "30:flamethrower",
    "39:scaryface",
    "46:firespin",
    "54:inferno",
    "62:flareblitz",
    "egg:ancientpower",
    "egg:bellydrum",
    "egg:bite",
    "egg:counter",
    "egg:dragonrage",
    "egg:dragonrush",
    "egg:dragontail",
    "egg:irontail",
    "egg:metalclaw",
    "egg:wingattack",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:aircutter",
    "tm:airslash",
    "tm:ancientpower",
    "tm:beatup",
    "tm:blastburn",
    "tm:blazekick",
    "tm:bodyslam",
    "tm:breakingswipe",
    "tm:brickbreak",
    "tm:brutalswing",
    "tm:bulldoze",
    "tm:crunch",
    "tm:cut",
    "tm:dig",
    "tm:doubleedge",
    "tm:dragoncheer",
    "tm:dragonclaw",
    "tm:dragondance",
    "tm:dragonpulse",
    "tm:dragontail",
    "tm:earthquake",
    "tm:echoedvoice",
    "tm:endure",
    "tm:facade",
    "tm:fireblast",
    "tm:firefang",
    "tm:firepledge",
    "tm:firepunch",
    "tm:firespin",
    "tm:flamecharge",
    "tm:flamethrower",
    "tm:flareblitz",
    "tm:fling",
    "tm:fly",
    "tm:focusblast",
    "tm:focuspunch",
    "tm:furycutter",
    "tm:gigaimpact",
    "tm:headbutt",
    "tm:heatcrash",
    "tm:heatwave",
    "tm:helpinghand",
    "tm:honeclaws",
    "tm:hurricane",
    "tm:hyperbeam",
    "tm:incinerate",
    "tm:irontail",
    "tm:megakick",
    "tm:megapunch",
    "tm:metalclaw",
    "tm:mysticalfire",
    "tm:ominouswind",
    "tm:outrage",
    "tm:overheat",
    "tm:poweruppunch",
    "tm:protect",
    "tm:rest",
    "tm:roar",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:roost",
    "tm:sandstorm",
    "tm:scaryface",
    "tm:scorchingsands",
    "tm:shadowclaw",
    "tm:skydrop",
    "tm:sleeptalk",
    "tm:solarbeam",
    "tm:steelwing",
    "tm:strength",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swift",
    "tm:swordsdance",
    "tm:takedown",
    "tm:temperflare",
    "tm:terablast",
    "tm:thunderpunch",
    "tm:twister",
    "tm:weatherball",
    "tm:willowisp",
    "tm:workup",
    "tutor:aerialace",
    "tutor:aircutter",
    "tutor:ancientpower",
    "tutor:blastburn",
    "tutor:bulldoze",
    "tutor:dragonpulse",
    "tutor:firefang",
    "tutor:firepledge",
    "tutor:firepunch",
    "tutor:flamethrower",
    "tutor:focuspunch",
    "tutor:furycutter",
    "tutor:gigaimpact",
    "tutor:heatwave",
    "tutor:helpinghand",
    "tutor:hyperbeam",
    "tutor:irontail",
    "tutor:mysticalfire",
    "tutor:ominouswind",
    "tutor:outrage",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:roost",
    "tutor:scorchingsands",
    "tutor:shadowclaw",
    "tutor:sleeptalk",
    "tutor:swift",
    "tutor:thunderpunch",
    "tutor:twister"
  ],
  "preEvolution": "charmeleon",
  "evolutions": [],
  "forms": [
    {
      "name": "Mega-X",
      "primaryType": "fire",
      "secondaryType": "dragon",
      "maleRatio": 0.875,
      "height": 17,
      "weight": 1105,
      "pokedex": [
        "cobblemon.species.charizard-megax.desc"
      ],
      "labels": [
        "gen6",
        "mega"
      ],
      "aspects": [
        "mega_x"
      ],
      "abilities": [
        "toughclaws",
        "h:toughclaws"
      ],
      "baseStats": {
        "hp": 78,
        "attack": 130,
        "defence": 111,
        "special_attack": 130,
        "special_defence": 85,
        "speed": 100
      },
      "baseExperienceYield": 317,
      "dynamaxBlocked": true,
      "evolutions": [],
      "battleOnly": true,
      "riding": {
        "stats": {
          "SPEED": {
            "ranges": {
              "LAND": "10-20",
              "AIR": "25-60"
            }
          },
          "ACCELERATION": {
            "ranges": {
              "LAND": "90-100",
              "AIR": "20-50"
            }
          },
          "SKILL": {
            "ranges": {
              "LAND": "15-30",
              "AIR": "50-100"
            }
          },
          "JUMP": {
            "ranges": {
              "LAND": "10-20",
              "AIR": "25-50"
            }
          },
          "STAMINA": {
            "ranges": {
              "LAND": "15-30",
              "AIR": "35-70"
            }
          }
        },
        "seats": [],
        "behaviour": {
          "key": "cobblemon:composite",
          "transitionStrategy": "cobblemon:strategy/jump",
          "defaultBehaviour": {
            "key": "cobblemon:land/horse",
            "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
            "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
            "jumpVector": [
              0,
              "0.3*q.jump_strength/50",
              "-1 * 0.5*q.jump_strength/50"
            ]
          },
          "alternateBehaviour": {
            "key": "cobblemon:air/bird",
            "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
            "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
            "jumpVector": [
              0,
              "0.3*q.jump_strength/50",
              0
            ]
          }
        }
      }
    },
    {
      "name": "Mega-Y",
      "primaryType": "fire",
      "secondaryType": "flying",
      "maleRatio": 0.875,
      "height": 17,
      "weight": 1005,
      "pokedex": [
        "cobblemon.species.charizard-megay.desc"
      ],
      "labels": [
        "gen6",
        "mega"
      ],
      "aspects": [
        "mega_y"
      ],
      "abilities": [
        "drought",
        "h:drought"
      ],
      "baseStats": {
        "hp": 78,
        "attack": 104,
        "defence": 78,
        "special_attack": 159,
        "special_defence": 115,
        "speed": 100
      },
      "baseExperienceYield": 317,
      "dynamaxBlocked": true,
      "evolutions": [],
      "battleOnly": true,
      "riding": {
        "stats": {
          "SPEED": {
            "ranges": {
              "LAND": "10-20",
              "AIR": "25-60"
            }
          },
          "ACCELERATION": {
            "ranges": {
              "LAND": "90-100",
              "AIR": "20-50"
            }
          },
          "SKILL": {
            "ranges": {
              "LAND": "15-30",
              "AIR": "50-100"
            }
          },
          "JUMP": {
            "ranges": {
              "LAND": "10-20",
              "AIR": "25-50"
            }
          },
          "STAMINA": {
            "ranges": {
              "LAND": "15-30",
              "AIR": "35-70"
            }
          }
        },
        "seats": [],
        "behaviour": {
          "key": "cobblemon:composite",
          "transitionStrategy": "cobblemon:strategy/jump",
          "defaultBehaviour": {
            "key": "cobblemon:land/horse",
            "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
            "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
            "jumpVector": [
              0,
              "0.3*q.jump_strength/50",
              "-1 * 0.5*q.jump_strength/50"
            ]
          },
          "alternateBehaviour": {
            "key": "cobblemon:air/bird",
            "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
            "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
            "jumpVector": [
              0,
              "0.3*q.jump_strength/50",
              0
            ]
          }
        }
      }
    },
    {
      "name": "Gmax",
      "primaryType": "fire",
      "secondaryType": "flying",
      "maleRatio": 0.875,
      "height": 280,
      "weight": 0,
      "pokedex": [
        "cobblemon.species.charizard-gmax.desc"
      ],
      "labels": [
        "gen8",
        "gmax"
      ],
      "aspects": [
        "gmax"
      ],
      "dynamaxBlocked": true,
      "evolutions": [],
      "battleOnly": true
    }
  ]
}
