mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
19 lines
283 B
JavaScript
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"]
|
|
}
|
|
};
|