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, 21 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 4ce2bea22..8ff1f1b67 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4359,6 +4359,27 @@ constants_db: {
ASK_NO: 2
ASK_EXIT: 255
+ comment__: "craft skill groups IDs"
+ // Base tier
+ CRGROUP_BASE: 1
+ // First tier
+ CRGROUP_ATK: 2
+ CRGROUP_DEF: 4
+ CRGROUP_ACC: 8
+ CRGROUP_EVD: 16
+ // Second tier
+ CRGROUP_REGEN: 32
+ CRGROUP_SPEED: 64
+ CRGROUP_DOUBLE: 128
+ CRGROUP_MAXPC: 256
+ // Third tier
+ CRGROUP_SCRESIST: 512
+ CRGROUP_SCINFLICT: 1024
+ CRGROUP_MANAUSE: 2048
+ CRGROUP_BOSSDEF: 4096
+ // Final tier
+ CRGROUP_EXPUP: 8192
+
comment__: "Emotes"
// TMW2 Emotes
E_DISGUST: 1