From bb653239137c1679d65ab5d56dbc9e840f474ca9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Mar 2021 15:37:42 -0300 Subject: A total of seventeen traits. --- db/constants.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 36c1a7ca4..30af1bd60 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2387,7 +2387,23 @@ constants_db: { ACADEMIC_GM: 8 comment__: "OnPCBonusEvent constants" - PCB_SPLASHMASTER: 1 + PCB_ATKBONUS: 1 + PCB_MATKBONUS: 2 + PCB_DEFBONUS: 4 + PCB_MDEFBONUS: 8 + PCB_EVDBONUS: 16 + PCB_HITBONUS: 32 + PCB_CRITBONUS: 64 + PCB_DOUBLEATK: 128 + PCB_ALLSTATS: 256 + PCB_HPBONUS: 512 + PCB_MPBONUS: 1024 + PCB_ASPDBONUS: 2048 + PCB_WSPDBONUS: 4096 + PCB_WEIGHTBONUS: 8192 + PCB_EXPBONUS: 16384 + PCB_NOKNOCKBACK: 32768 + PCB_SPLASHMASTER: 65536 @include "db/si_config.conf" @include "conf/import/constants.conf" -- cgit v1.2.3-60-g2f50