diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index b1d071d67..a3361daa9 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4273,6 +4273,16 @@ constants_db: { CRAFT_EXPERT: 8 CRAFT_MASTER: 16 + comment__: "CRAFT Bonus Correction enum" + CSYS_ARMOR: 1 + CSYS_ZWEIHANDER: 2 + CSYS_BRAWLING: 4 + CSYS_RANGED: 8 + CSYS_MAGICAL: 16 + CSYS_SPECIAL: 32 + CSYS_OTHER: 64 + CSYS_SAVIOR: 128 + comment__: "Easter eggs enum" EE_NONE: 0 EE_SAXSO: 1 |