diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-02-15 05:48:05 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-04-05 21:20:35 +0200 |
commit | 0c6263c7605309cc19de6ed4b882bae55d42db1f (patch) | |
tree | 3528a6d64f02df60b4ed034bbad96500870ef5b3 /db/re/pet_db.conf | |
parent | 70552c6111fef08700693de37ffe2b4beec1809f (diff) | |
download | hercules-0c6263c7605309cc19de6ed4b882bae55d42db1f.tar.gz hercules-0c6263c7605309cc19de6ed4b882bae55d42db1f.tar.bz2 hercules-0c6263c7605309cc19de6ed4b882bae55d42db1f.tar.xz hercules-0c6263c7605309cc19de6ed4b882bae55d42db1f.zip |
Add new field Intimacy.StarvingDecrement to pet DB
Diffstat (limited to 'db/re/pet_db.conf')
-rw-r--r-- | db/re/pet_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index d4203ab43..c290bc822 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -49,6 +49,7 @@ pet_db:( OverFeedDecrement: overfeeding intimacy (int, defaults to 100) OwnerDeathDecrement: owner die intimacy (int, defaults to 20) StarvingDelay: starving time (int, defaults to 20) + StarvingDecrement: starving intimacy (int, defaults to 20) } CaptureRate: capture rate (int, defaults to 1000) Speed: speed (int, defaults to 150) |