ThreatSourceLibaray/ThreatSource/data/weathers/medium_rain.toml

16 lines
469 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 中雨 天气配置
[Name]
Zh = "中雨"
En = "Medium Rain"
[WeatherConfig]
Type = "Rain" # 天气类型
Temperature = 18.0 # 温度 (摄氏度)
RelativeHumidity = 90.0 # 相对湿度 (%)
Visibility = 4.0 # 能见度 (公里)
Precipitation = 15.0 # 降水量 (毫米/小时)
CO2Concentration = 415.0 # 二氧化碳浓度 (ppm)
Pressure = 995.0 # 大气压力 (hPa)
WindSpeed = 6.0 # 风速 (米/秒)
WindDirection = 180.0 # 风向 (度0为北顺时针增加)