diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:49:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:49:10 -0200 |
commit | f353d3c5bfa52c67025c1b37468d36802359c7e9 (patch) | |
tree | 67b9f567ab9454b63505e3576a65281eec0c9fca /db/re/pet_db.conf | |
parent | 08bfc7dc00b73a68e22de96d48adaf82a1908824 (diff) | |
download | serverdata-f353d3c5bfa52c67025c1b37468d36802359c7e9.tar.gz serverdata-f353d3c5bfa52c67025c1b37468d36802359c7e9.tar.bz2 serverdata-f353d3c5bfa52c67025c1b37468d36802359c7e9.tar.xz serverdata-f353d3c5bfa52c67025c1b37468d36802359c7e9.zip |
Feeding now raises intimacy in 100 (instead of 50). You need twice the time
to feed them, so feeding is now twice as effective.
Diffstat (limited to 'db/re/pet_db.conf')
-rw-r--r-- | db/re/pet_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 072a6719e..918d9a0ea 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -79,7 +79,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 100 OwnerDeathDecrement: 20 } @@ -104,7 +104,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } @@ -128,7 +128,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } @@ -152,7 +152,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } @@ -176,7 +176,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } @@ -201,7 +201,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } @@ -225,7 +225,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } @@ -249,7 +249,7 @@ pet_db:( HungerDelay: 120 Intimacy: { Initial: 250 - FeedIncrement: 50 + FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 } |