pokemon-showdown/mods/gennext/pokedex.js
2015-03-26 22:13:07 +01:00

19 lines
283 B
JavaScript

exports.BattlePokedex = {
genesectdouse: {
inherit: true,
types: ["Bug","Water"]
},
genesectshock: {
inherit: true,
types: ["Bug","Electric"]
},
genesectburn: {
inherit: true,
types: ["Bug","Fire"]
},
genesectchill: {
inherit: true,
types: ["Bug","Ice"]
}
};