Jofthomas's picture
Jofthomas HF staff
Upload 4781 files
5c2ed06 verified
raw
history blame contribute delete
515 Bytes
export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable = {
milotic: {
inherit: true,
evoType: 'levelExtra',
evoCondition: 'with high Beauty',
},
rotomheat: {
inherit: true,
types: ["Electric", "Ghost"],
},
rotomwash: {
inherit: true,
types: ["Electric", "Ghost"],
},
rotomfrost: {
inherit: true,
types: ["Electric", "Ghost"],
},
rotomfan: {
inherit: true,
types: ["Electric", "Ghost"],
},
rotommow: {
inherit: true,
types: ["Electric", "Ghost"],
},
};