Game weather

Материал из YTDB DataBase

Перейти к: навигация, поиск

Содержание

К описанию таблиц базы данных mangos.


Таблица`game_weather`

Таблица содержит информацию о смене погоды в определенных зонах игрового мира. Не все зоны имеют возможность смены погоды. Если зона имеет возможность смены погоды, то сумма For any given zone the percentage of all weather types for each season should total, and not exceed 100%.


Структура

Field Type Attributes Null Key Default Comments
zone mediumint(8) unsigned NO PRI 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

Описание полей

zone

This field contains the zone id from AreaTable.dbc 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 a 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 a 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 a 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 a sand storm in the Winter

Личные инструменты