pokemon-showdown/mods/gen4/pokedex.js
2012-06-16 22:48:12 -07:00

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"]
}
};