summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 21:34:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 21:34:06 -0300
commit3f3280f8a70d9fd73e135ac224dbe5e6ee69a606 (patch)
tree2c52da57bb17e19483627dfbe8254d665b9e3c62 /db
parent62351505ea92140bfb0cbe99a97b187749264ae3 (diff)
downloadserverdata-3f3280f8a70d9fd73e135ac224dbe5e6ee69a606.tar.gz
serverdata-3f3280f8a70d9fd73e135ac224dbe5e6ee69a606.tar.bz2
serverdata-3f3280f8a70d9fd73e135ac224dbe5e6ee69a606.tar.xz
serverdata-3f3280f8a70d9fd73e135ac224dbe5e6ee69a606.zip
Add a weather core, stripped down from Moubootaur Legends
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index c8525c36..97572495 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4095,6 +4095,13 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
MASK_SPECIAL2: 2048
MASK_SPECIAL3: 4096
+ comment__: "map climate"
+ CLIMATE_NONE: 0
+ CLIMATE_DESERT: 1
+ CLIMATE_WOODLAND: 2
+ CLIMATE_ICELAND: 3
+ CLIMATE_SPECIAL: 4
+
comment__: "Being actions"
ACTION_STAND: 0
ACTION_MOVE: 1