summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf26
1 files changed, 24 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 895d575f..55258740 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -717,8 +717,8 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
RC_Undead: 1
RC_Brute: 2
RC_Plant: 3
- RC_Insect: 4
- RC_Fish: 5
+ RC_Forage: 4
+ RC_Mineral: 5
RC_Demon: 6
RC_DemiHuman: 7
RC_Angel: 8
@@ -732,6 +732,10 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
RC_NonDemiPlayer: 17
RC_All: 255
+ comment__: "Deprecated Races"
+ RC_Insect: 4
+ RC_Fish: 5
+
comment__: "Subraces"
RC2_None: 0
RC2_Goblin: 1
@@ -5279,5 +5283,23 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
KYLIAN_HETCHEL: 16
KYLIAN_HOCUS: 32
+ comment__: "OnPCBonusEvent constants"
+ 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
+
@include "conf/import/constants.conf"
}