Skip to content

game_weather

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%.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
zoneintunsignedPRINO0
spring_rain_chancetinyintunsignedNO25
spring_snow_chancetinyintunsignedNO25
spring_storm_chancetinyintunsignedNO25
summer_rain_chancetinyintunsignedNO25
summer_snow_chancetinyintunsignedNO25
summer_storm_chancetinyintunsignedNO25
fall_rain_chancetinyintunsignedNO25
fall_snow_chancetinyintunsignedNO25
fall_storm_chancetinyintunsignedNO25
winter_rain_chancetinyintunsignedNO25
winter_snow_chancetinyintunsignedNO25
winter_storm_chancetinyintunsignedNO25
ScriptNamechar(64)NO''
 

Description of fields ​

zone ​

This field contains the AreaTable ID of the zone that you wish to change the weather for.  

spring_rain_chance ​

Percentage chance for rain in the spring.  

spring_snow_chance ​

Percentage chance for snow in the spring.  

spring_storm_chance ​

Percentage chance for sand storm in the spring.  

summer_rain_chance ​

Percentage chance for rain in the summer.  

summer_snow_chance ​

Percentage chance for snow in the summer.  

summer_storm_chance ​

Percentage chance for sand storm in the summer.  

fall_rain_chance ​

Percentage chance for rain in the fall.  

fall_snow_chance ​

Percentage chance for snow in the fall.  

fall_storm_chance ​

Percentage chance for sand storm in the fall.  

winter_rain_chance ​

Percentage chance for rain in the winter.  

winter_snow_chance ​

Percentage chance for snow in the winter.  

winter_storm_chance ​

Percentage chance for sand storm in the winter.  

ScriptName ​

The name of the script that modifies weather in this zone, if any. This ties a script from a scripting engine to this weather definition.