diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 510b3ccbf..184f5e545 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -681,15 +681,20 @@ constants_db: { Ele_Earth: 2 Ele_Fire: 3 Ele_Wind: 4 - Ele_Nature: 5 Ele_Holy: 6 Ele_Dark: 7 Ele_Ghost: 8 - Ele_Undead: 9 Ele_All: 255 // Compatibility, legacy, DO NOT USE + Ele_Nature: 5 Ele_Poison: 5 + Ele_Undead: 9 + + comment__: "Attack Types" + HARM_PHYS: 1 + HARM_MAGI: 2 + HARM_MISC: 4 comment__: "Races" RC_Formless: 0 |