pokemon-showdown/mods/gen2/abilities.js
Joimer a6b1bff6fb Gen 2: Add base files
Formats for its own validateSet, statuses, learnsets (from Veekun),
items, move changes, formats data for tiering, ability none,
and battle scripts.
2013-08-09 22:02:04 +02:00

14 lines
228 B
JavaScript

/**
* Gen 2 had no abilities whatsoever.
*/
exports.BattleAbilities = {
"None": {
desc: "This Pokemon has no ability.",
shortDesc: "This Pokemon has no ability.",
id: "none",
name: "None",
rating: 1,
num: 1
}
};