米斯特利亚Wiki正在建设中,本WIKI编辑权限开放!欢迎参与~!
全站通知:
模块:Custom/Data
刷
历
编
跳到导航
跳到搜索
此模块的文档可以在模块:Custom/Data/doc创建
return {
seasonandweather = {
name = "季节天气",
icon = "spr_ui_hud_info_backplate_seasonandweather_icon_day_spring_clear_0"
},
autumn = {
name = "秋天",
icon = "spr_ui_hud_info_backplate_season_icon_autumn_0"
},
fall = {
name = "秋天",
icon = "spr_ui_hud_info_backplate_season_icon_autumn_0"
},
spring = {
name = "春天",
icon = "spr_ui_hud_info_backplate_season_icon_spring_0"
},
summer = {
name = "夏天",
icon = "spr_ui_hud_info_backplate_season_icon_summer_0"
},
winter = {
name = "冬天",
icon = "spr_ui_hud_info_backplate_season_icon_winter_0"
},
blizzard = {
name = "暴风雪",
icon = "spr_ui_hud_info_backplate_weather_icon_blizzard_0"
},
leaves = {
name = "树叶",
icon = "spr_ui_hud_info_backplate_weather_icon_leaves_0"
},
petals = {
name = "花瓣",
icon = "spr_ui_hud_info_backplate_weather_icon_petals_0"
},
rainy = {
name = "大雨",
icon = "spr_ui_hud_info_backplate_weather_icon_rainy_0"
},
rain = {
name = "雨天",
icon = "spr_ui_hud_info_backplate_weather_icon_rain_0"
},
snow = {
name = "雪天",
icon = "spr_ui_hud_info_backplate_weather_icon_snow_0"
},
storm = {
name = "暴风雨",
icon = "spr_ui_hud_info_backplate_weather_icon_storm_0"
},
sunny = {
name = "晴天",
icon = "spr_ui_hud_info_backplate_weather_icon_sunny_0"
},
thunderstorm = {
name = "雷暴",
icon = "spr_ui_hud_info_backplate_weather_icon_thunderstorm_0"
},
-- 供 bugs.lua 天气使用的ID
calm = { name = "晴朗" },
special = { name = "特殊天气" },
inclement = { name = "恶劣天气" },
heavy_inclement = { name = "极端恶劣天气" },
}