summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf21
1 files changed, 15 insertions, 6 deletions
diff --git a/db/constants.conf b/db/constants.conf
index f6bd3f75..8dc47c78 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -699,14 +699,17 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
comment__: "Elements"
Ele_Neutral: 0
Ele_Water: 1
- Ele_Earth: 2
+ Ele_Nature: 2
Ele_Fire: 3
- Ele_Wind: 4
- Ele_Poison: 5
Ele_Holy: 6
Ele_Dark: 7
- Ele_Ghost: 8
- Ele_Undead: 9
+
+ // Kept for Compatibility
+ Ele_Earth: 2
+ Ele_Wind: 2 // 4
+ Ele_Poison: 2 // 5
+ Ele_Ghost: 7 // 8
+ Ele_Undead: 7 // 9
Ele_All: 255
comment__: "Races"
@@ -5147,7 +5150,13 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
CHEST_WAITTIME: 900 // 15 minutes
comment__: "Magic constants"
- CLASS_OTHER: 0
+ CLASS_OTHER: 0
+ CLASS_MASTER: 1
+ CLASS_WAR: 2
+ CLASS_NATURE: 3
+ CLASS_FIRE: 4
+ CLASS_WATER: 5
+ CLASS_HARMONY: 6
@include "conf/import/constants.conf"
}