File size: 277 Bytes
5c2ed06
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable = {
	cresceidon: {
		inherit: true,
		baseStats: { hp: 80, atk: 32, def: 111, spa: 88, spd: 99, spe: 125 },
		abilities: { 0: "Multiscale", 1: "Rough Skin" },
		eggGroups: ["Undiscovered"],
	},
};