Sprite_Animation.prototype.processTimingData: Sprite_Animation.prototype.createWeather = function(type, power, duration) {
this._weather = new Weather();
this._weather.type = type;
this._weather.power = power;
this._weatherDuration = duration;
this.addChild(this._weather);
};
