Spaces:
Running
Running
File size: 424 Bytes
5c2ed06 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
export const Pokedex: import('../../../sim/dex-species').ModdedSpeciesDataTable = {
shiftry: {
inherit: true,
abilities: { 0: "Chlorophyll", 1: "Early Bird", H: "Pickpocket" },
},
piplup: {
inherit: true,
abilities: { 0: "Torrent", H: "Defiant" },
},
prinplup: {
inherit: true,
abilities: { 0: "Torrent", H: "Defiant" },
},
empoleon: {
inherit: true,
abilities: { 0: "Torrent", H: "Defiant" },
},
};
|