diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:51:58 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:51:58 -0200 |
commit | a00f9a6eebfb4faacebc5423f77786d9db243065 (patch) | |
tree | daf06032a1c6f82855bdb321c8f9667f860990de /db | |
parent | f353d3c5bfa52c67025c1b37468d36802359c7e9 (diff) | |
download | serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.tar.gz serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.tar.bz2 serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.tar.xz serverdata-a00f9a6eebfb4faacebc5423f77786d9db243065.zip |
Pets will now support you with 850 intimacy (instead of 900).
After all, you start with 250 ^.^ Except for Piou, which now starts at 350.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/pet_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 918d9a0ea..e54ea9f0a 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -78,7 +78,7 @@ pet_db:( FoodEffectiveness: 80 HungerDelay: 120 Intimacy: { - Initial: 250 + Initial: 350 FeedIncrement: 100 OverFeedDecrement: 100 OwnerDeathDecrement: 20 |