diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-02 15:22:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-02 15:22:49 -0300 |
commit | 55dc3f88e4eec4d96abeae645fd23cea645e9250 (patch) | |
tree | 89e05cd1eb2c781da15af091f817d9df36eb10e1 /db/constants.conf | |
parent | f020e29db429743bcb2326d7ef53f5bdb5c0182d (diff) | |
download | serverdata-55dc3f88e4eec4d96abeae645fd23cea645e9250.tar.gz serverdata-55dc3f88e4eec4d96abeae645fd23cea645e9250.tar.bz2 serverdata-55dc3f88e4eec4d96abeae645fd23cea645e9250.tar.xz serverdata-55dc3f88e4eec4d96abeae645fd23cea645e9250.zip |
Fighting against legendary mobs penalties, trait to nullify them.
Also possible to nullify the penalties with Savior race, but the trait grants a
bonus if the target monster DEF is higher than yours.
Penalty: -25% crit, -40% ATK, -20% MATK, -5 MP/hit
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 a337ca652..caf663712 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2405,6 +2405,7 @@ constants_db: { PCB_NOKNOCKBACK: 32768 PCB_SPLASHMASTER: 65536 PCB_RANGEMASTER: 131072 + PCB_LEGENDARY: 262144 @include "db/si_config.conf" @include "conf/import/constants.conf" |