# game\_weather [<-Back-to:World](database-world.md) **Table Structure** 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

zone

mediumint(8)

unsigned

PRI

NO

0

spring_rain_chance

tinyint(3)

unsigned

 

NO

25

spring_snow_chance

tinyint(3)

unsigned

 

NO

25

spring_storm_chance

tinyint(3)

unsigned

 

NO

25

summer_rain_chance

tinyint(3)

unsigned

 

NO

25

summer_snow_chance

tinyint(3)

unsigned

 

NO

25

summer_storm_chance

tinyint(3)

unsigned

 

NO

25

fall_rain_chance

tinyint(3)

unsigned

 

NO

25

fall_snow_chance

tinyint(3)

unsigned

 

NO

25

fall_storm_chance

tinyint(3)

unsigned

 

NO

25

winter_rain_chance

tinyint(3)

unsigned

 

NO

25

winter_snow_chance

tinyint(3)

unsigned

 

NO

25

winter_storm_chance

tinyint(3)

unsigned

 

NO

25

**Field Descriptions** ### zone This field contains the zone id from the [AreaTable DBC file](AreaTable) 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