diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-10 19:17:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-10 19:17:03 -0300 |
commit | 044e2c35ae327d1df1ec747c57f93d4926a29d64 (patch) | |
tree | 16ef7404fa54b6266d7b1677694397ecac81f4ab /db | |
parent | 822543d34cf65b2ecf6d163569542a0bf2cb232f (diff) | |
download | serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.tar.gz serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.tar.bz2 serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.tar.xz serverdata-044e2c35ae327d1df1ec747c57f93d4926a29d64.zip |
This gotta be annoying... Prepare to reimplement the magic cores
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index a339559a..c108a981 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -712,6 +712,11 @@ more than one separator can be used in a row (so 12_3___456 is illegal). Ele_Undead: 7 // 9 Ele_All: 255 + comment__: "Attack Types" + HARM_PHYS: 1 + HARM_MAGI: 2 + HARM_MISC: 4 + comment__: "Races" RC_Formless: 0 RC_Undead: 1 |