diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-01 03:06:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-01 03:06:22 -0300 |
commit | 8452daa268edd046d14470a7ab181643dd66d1f4 (patch) | |
tree | 2ca3581932be916682e141da454f8d85ed2b2624 /db/constants.conf | |
parent | 759c8ed9ea2b7b3a049487ee1e1b06f331b50574 (diff) | |
download | serverdata-8452daa268edd046d14470a7ab181643dd66d1f4.tar.gz serverdata-8452daa268edd046d14470a7ab181643dd66d1f4.tar.bz2 serverdata-8452daa268edd046d14470a7ab181643dd66d1f4.tar.xz serverdata-8452daa268edd046d14470a7ab181643dd66d1f4.zip |
Aegis Shield will not be able to get weapon-exclusive bonuses,
but will have same rolls as weapons.
Shields will also have 100% rolls for DEF, MDEF, MaxHP and MaxMP.
(It'll actually be rounded up, so they'll go as: +4, +8, +12, +16, +20...)
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 e96d9c071..6130d40d7 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2298,6 +2298,7 @@ constants_db: { CSYS_SPECIAL: 32 CSYS_OTHER: 64 CSYS_SAVIOR: 128 + CSYS_SHIELD: 256 comment__: "Easter eggs enum" EE_NONE: 0 |