NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'game_weather' table for MaNGOSThree
This table holds the percentages for weather changes 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%.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
zone | mediumint(8) unsigned | NO | PRI | '0' | A zone identifier | |
spring_rain_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for rain in the Spring. | ||
spring_snow_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for snow in the Spring. | ||
spring_storm_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for a sand storm in the Spring. | ||
summer_rain_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for rain in the Summer. | ||
summer_snow_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for snow in the Summer. | ||
summer_storm_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for a sand storm in the Summer. | ||
fall_rain_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for rain in the Fall. | ||
fall_snow_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for snow in the Fall. | ||
fall_storm_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for storm in the Fall. | ||
winter_rain_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for rain in the Winter. | ||
winter_snow_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for snow in the Winter. | ||
winter_storm_chance | tinyint(3) unsigned | NO | '25' | Percentage chance for storm in the Winter. |
Description of the fields
zone mediumint(8) unsigned
A zone identifier. The value has to match with a zone identifier defined in AreaTable.dbc.
spring_rain_chance tinyint(3) unsigned
Percentage chance for rain in the Spring.
spring_snow_chance tinyint(3) unsigned
Percentage chance for snow in the Spring.
spring_storm_chance tinyint(3) unsigned
Percentage chance for a sand storm in the Spring.
summer_rain_chance tinyint(3) unsigned
Percentage chance for rain in the Summer.
summer_snow_chance tinyint(3) unsigned
Percentage chance for snow in the Summer.
summer_storm_chance tinyint(3) unsigned
Percentage chance for a sand storm in the Summer.
fall_rain_chance tinyint(3) unsigned
Percentage chance for rain in the Fall.
fall_snow_chance tinyint(3) unsigned
Percentage chance for snow in the Fall.
fall_storm_chance tinyint(3) unsigned
Percentage chance for storm in the Fall.
winter_rain_chance tinyint(3) unsigned
Percentage chance for rain in the Winter.
winter_snow_chance tinyint(3) unsigned
Percentage chance for snow in the Winter.
winter_storm_chance tinyint(3) unsigned
Percentage chance for storm in the Winter.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now