diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-02-15 02:04:07 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-04-05 21:20:35 +0200 |
commit | 70552c6111fef08700693de37ffe2b4beec1809f (patch) | |
tree | 36cec89307a581ffe60c709714c1a4c7f2e951bc /db/re | |
parent | dc4328d040269cdb32f50c729ada4fad392499b4 (diff) | |
download | hercules-70552c6111fef08700693de37ffe2b4beec1809f.tar.gz hercules-70552c6111fef08700693de37ffe2b4beec1809f.tar.bz2 hercules-70552c6111fef08700693de37ffe2b4beec1809f.tar.xz hercules-70552c6111fef08700693de37ffe2b4beec1809f.zip |
Add new field Intimacy.StarvingDelay to pet DB
Diffstat (limited to 'db/re')
-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 9f980481b..d4203ab43 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -48,6 +48,7 @@ pet_db:( FeedIncrement: feeding intimacy (int, defaults to 10) OverFeedDecrement: overfeeding intimacy (int, defaults to 100) OwnerDeathDecrement: owner die intimacy (int, defaults to 20) + StarvingDelay: starving time (int, defaults to 20) } CaptureRate: capture rate (int, defaults to 1000) Speed: speed (int, defaults to 150) |