diff options
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 |