summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-15 01:18:53 +0100
committerHaru <haru@dotalux.com>2020-04-05 21:20:35 +0200
commitdc4328d040269cdb32f50c729ada4fad392499b4 (patch)
treef73d4a51b3bde1c821807494577fa83cce54e394 /db
parentd9735f603c311a78062c9ebf4a10e1da204a5c75 (diff)
downloadhercules-dc4328d040269cdb32f50c729ada4fad392499b4.tar.gz
hercules-dc4328d040269cdb32f50c729ada4fad392499b4.tar.bz2
hercules-dc4328d040269cdb32f50c729ada4fad392499b4.tar.xz
hercules-dc4328d040269cdb32f50c729ada4fad392499b4.zip
Add new field HungerDecrement 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 ea8059154..a2a143b9e 100644
--- a/db/pre-re/pet_db.conf
+++ b/db/pre-re/pet_db.conf
@@ -42,6 +42,7 @@ pet_db:(
FoodItem: Food Id (string, defaults to "Pet_Food" (ID=537))
FoodEffectiveness: hunger points (int, defaults to 80)
HungerDelay: hunger time (int, defaults to 60)
+ HungerDecrement: hunger points (int, defaults to 1)
Intimacy: {
Initial: start intimacy (int, defaults to 250)
FeedIncrement: feeding intimacy (int, defaults to 10)
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
index 34bb535db..9f980481b 100644
--- a/db/re/pet_db.conf
+++ b/db/re/pet_db.conf
@@ -42,6 +42,7 @@ pet_db:(
FoodItem: Food Id (string, defaults to "Pet_Food" (ID=537))
FoodEffectiveness: hunger points (int, defaults to 80)
HungerDelay: hunger time (int, defaults to 60)
+ HungerDecrement: hunger points (int, defaults to 1)
Intimacy: {
Initial: start intimacy (int, defaults to 250)
FeedIncrement: feeding intimacy (int, defaults to 10)