summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-15 02:04:07 +0100
committerHaru <haru@dotalux.com>2020-04-05 21:20:35 +0200
commit70552c6111fef08700693de37ffe2b4beec1809f (patch)
tree36cec89307a581ffe60c709714c1a4c7f2e951bc /db
parentdc4328d040269cdb32f50c729ada4fad392499b4 (diff)
downloadhercules-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')
-rw-r--r--db/pre-re/pet_db.conf1
-rw-r--r--db/re/pet_db.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/db/pre-re/pet_db.conf b/db/pre-re/pet_db.conf
index a2a143b9e..101fb3912 100644
--- a/db/pre-re/pet_db.conf
+++ b/db/pre-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)
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)