====== game_weather 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table holds the percent chances for weather changes to occur in various zones. Not all zones can have their weather changed. For any given zone the percentage of all weather types for each season should total, and not exceed 100%. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#zone|zone]]|MEDIUMINT|UNSIGNED|PRI|NO| | | | |[[#spring_rain_chance|spring_rain_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#spring_snow_chance|spring_snow_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#spring_storm_chance|spring_storm_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#summer_rain_chance|summer_rain_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#summer_snow_chance|summer_snow_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#summer_storm_chance|summer_storm_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#fall_rain_chance|fall_rain_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#fall_snow_chance|fall_snow_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#fall_storm_chance|fall_storm_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#winter_rain_chance|winter_rain_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#winter_snow_chance|winter_snow_chance]]|TINYINT|UNSIGNED| |NO| | | | |[[#winter_storm_chance|winter_storm_chance]]|TINYINT|UNSIGNED| |NO| | | | ===== 字段说明 ===== ---- ==== zone ==== This field contains the zone id from the [[AreaTable DBC file]] that you wish to change the weather for. ==== spring_rain_chance ==== Percent chance for rain in the Spring ==== spring_snow_chance ==== Percentage chance for snow to occur in the Spring ==== spring_storm_chance ==== Percent chance for a sand storm to occur in the Spring ==== summer_rain_chance ==== Percent chance for rain to occur in the Summer ==== summer_snow_chance ==== Percent chance for snow to occur in the Summer ==== summer_storm_chance ==== Percent chance for a sand storm to occur in the Summer ==== fall_rain_chance ==== Percent chance for rain to occur in the Fall ==== fall_snow_chance ==== Percent chance for snow to occur in the Fall ==== fall_storm_chance ==== Percent chance for a sand storm to occur in the Fall ==== winter_rain_chance ==== Percentage chance for rain to occur in the Winter ==== winter_snow_chance ==== Percentage chance for snow to occur in the Winter ==== winter_storm_chance ==== Percentage chance for a sand storm to occur in the Winter