feat: add weather forecasting

This commit is contained in:
insects 2025-03-11 14:57:28 +01:00
parent 6eea0dc29f
commit 705e7b1dc0
20 changed files with 181 additions and 19 deletions

8
data/pyros.toml Normal file
View file

@ -0,0 +1,8 @@
weather = [
["fair", 10],
["heat", 18],
["thunder", 18],
["blizzards", 18],
["umbral_wind", 18],
["snow", 18]
]