diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 03:28:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 03:28:39 -0300 |
commit | 6a2b66bfcc1e2210f90f9dc36608758d7e2580d4 (patch) | |
tree | 51f5f7ed8b97f2fd723267a00eaea8a2c66fcc1b /db | |
parent | 3b54b5d72e976737d6274ff9deeff96057db3d36 (diff) | |
download | serverdata-6a2b66bfcc1e2210f90f9dc36608758d7e2580d4.tar.gz serverdata-6a2b66bfcc1e2210f90f9dc36608758d7e2580d4.tar.bz2 serverdata-6a2b66bfcc1e2210f90f9dc36608758d7e2580d4.tar.xz serverdata-6a2b66bfcc1e2210f90f9dc36608758d7e2580d4.zip |
Crafting Advanced Bonus Rules!
Effects +20% for Savior set
Attack % Bonus halved for all!
2H and Bows/Guns will get x2 (same as before), magic & brawling gets +80%
Diffstat (limited to 'db')
-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 |