diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-25 17:10:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-25 17:10:13 -0300 |
commit | 4b2c057fc2cea88047d3356da3345f8f69a02fff (patch) | |
tree | 6765fc0ec164fd74cd354a26bf25d708b4b5ebd9 /db | |
parent | 7c26a7ee15b00e1076e80039398def3a041dcdc3 (diff) | |
download | serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.tar.gz serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.tar.bz2 serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.tar.xz serverdata-4b2c057fc2cea88047d3356da3345f8f69a02fff.zip |
Drafts about Pyry - NOT READY AND BUGGY
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 00bf0248d..171b83abc 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4341,7 +4341,18 @@ constants_db: { BS_SNEST6: 32 BS_SNEST7: 64 BS_SNEST8: 128 - BS_SNESTALL: 255 + BS_SNEST9: 256 + BS_SNESTALL: 511 + // K - Nest Kills + BS_KNEST1: 3 + BS_KNEST2: 2 + BS_KNEST3: 1 + BS_KNEST4: 3 + BS_KNEST5: 2 + BS_KNEST6: 1 + BS_KNEST7: 3 + BS_KNEST8: 2 + BS_KNEST9: 1 comment__: "Being actions" ACTION_STAND: 0 |