diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-07 14:16:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-07 14:16:13 -0300 |
commit | 841d1b2df16941acb4c6b61c602f0a23dfbbf5b0 (patch) | |
tree | 32401a71c3b2f1d71c556db5d1dd04f036e883b1 /db/constants.conf | |
parent | 7485fde54b1077c314f54e1cf2d2bef437a85637 (diff) | |
download | serverdata-841d1b2df16941acb4c6b61c602f0a23dfbbf5b0.tar.gz serverdata-841d1b2df16941acb4c6b61c602f0a23dfbbf5b0.tar.bz2 serverdata-841d1b2df16941acb4c6b61c602f0a23dfbbf5b0.tar.xz serverdata-841d1b2df16941acb4c6b61c602f0a23dfbbf5b0.zip |
Legendary Weapons now get +50% bonuses when tweaking
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 9c370e90e..ea27b8bf8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2299,6 +2299,7 @@ constants_db: { CSYS_OTHER: 64 CSYS_SAVIOR: 128 CSYS_SHIELD: 256 + CSYS_LEGENDARY: 512 comment__: "Easter eggs enum" EE_NONE: 0 |