Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'use strict';
- exports.BattleStatuses = {
- sandstorm: {
- inherit: true,
- onModifySpD: function (spd, pokemon) {
- if (pokemon.hasType('Rock') && this.isWeather('sandstorm')) {
- return this.modify(spd, 1.5);
- }
- },
- },
- };
Add Comment
Please, Sign In to add comment