mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
23 lines
357 B
JavaScript
23 lines
357 B
JavaScript
exports.BattlePokedex = {
|
|
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"]
|
|
}
|
|
};
|