summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf18
1 files changed, 17 insertions, 1 deletions
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"