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