feat: add weather forecasting
This commit is contained in:
parent
6eea0dc29f
commit
705e7b1dc0
20 changed files with 181 additions and 19 deletions
|
@ -1,3 +1,10 @@
|
|||
weather = [
|
||||
["fair", 30],
|
||||
["gales", 30],
|
||||
["showers", 30],
|
||||
["snow", 10]
|
||||
]
|
||||
|
||||
[[nms]]
|
||||
name = "Sabotender Corrido"
|
||||
level = 1
|
||||
|
|
7
data/hydatos.toml
Normal file
7
data/hydatos.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
weather = [
|
||||
["fair", 12],
|
||||
["showers", 22],
|
||||
["gloom", 22],
|
||||
["thunder", 22],
|
||||
["snow", 22]
|
||||
]
|
8
data/pagos.toml
Normal file
8
data/pagos.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
weather = [
|
||||
["fair", 10],
|
||||
["fog", 18],
|
||||
["heat", 18],
|
||||
["snow", 18],
|
||||
["thunder", 18],
|
||||
["blizzards", 18]
|
||||
]
|
8
data/pyros.toml
Normal file
8
data/pyros.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
weather = [
|
||||
["fair", 10],
|
||||
["heat", 18],
|
||||
["thunder", 18],
|
||||
["blizzards", 18],
|
||||
["umbral_wind", 18],
|
||||
["snow", 18]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue