summaryrefslogtreecommitdiff
path: root/docs/game_weather.md
blob: 1235414cff2562f5a825afde12b7041926292be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Database Structure](Database-Structure) > [World-Database](World-Database) > [game_weather](game_weather)

Column | Type | Description
--- | --- | ---
Zone | mediumint(8) unsigned | 
Spring_rain_chance | tinyint(3) unsigned | 
Spring_snow_chance | tinyint(3) unsigned | 
Spring_storm_chance | tinyint(3) unsigned | 
Summer_rain_chance | tinyint(3) unsigned | 
Summer_snow_chance | tinyint(3) unsigned | 
Summer_storm_chance | tinyint(3) unsigned | 
Fall_rain_chance | tinyint(3) unsigned | 
Fall_snow_chance | tinyint(3) unsigned | 
Fall_storm_chance | tinyint(3) unsigned | 
Winter_rain_chance | tinyint(3) unsigned | 
Winter_snow_chance | tinyint(3) unsigned | 
Winter_storm_chance | tinyint(3) unsigned | 
ScriptName | char(64) |