summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-15 05:48:05 +0100
committerHaru <haru@dotalux.com>2020-04-05 21:20:35 +0200
commit0c6263c7605309cc19de6ed4b882bae55d42db1f (patch)
tree3528a6d64f02df60b4ed034bbad96500870ef5b3 /db
parent70552c6111fef08700693de37ffe2b4beec1809f (diff)
downloadhercules-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')
-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 101fb3912..9e9806180 100644
--- a/db/pre-re/pet_db.conf
+++ b/db/pre-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)
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)