pokemon-showdown/mods/gen4/pokedex.js
Ivo Julca 68aaa48974 Gulpfile: no files are exempt from style checks
- Streams are merged to make sure that all errors and warnings are reported.
- Adds dev dependencies: `merge-stream` and `lazypipe`.
- Tracks a fork of `gulp-jshint` to fix https://github.com/spalger/gulp-jshint/issues/88
2015-02-18 19:51:15 -05:00

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