diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-28 19:31:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-28 19:31:32 -0300 |
commit | 95d3781a3d08ba43181adfe47c7276f3d627708b (patch) | |
tree | 8e0dfdae4b793ef8b54c111a638cf61332ab83f7 | |
parent | 3023eea5cb8576b80efa8aa3690d43445ad69ac8 (diff) | |
download | serverdata-95d3781a3d08ba43181adfe47c7276f3d627708b.tar.gz serverdata-95d3781a3d08ba43181adfe47c7276f3d627708b.tar.bz2 serverdata-95d3781a3d08ba43181adfe47c7276f3d627708b.tar.xz serverdata-95d3781a3d08ba43181adfe47c7276f3d627708b.zip |
Improve Pinkie Pet to make it slightly less prone to runaway. SLIGHTLY.
-rw-r--r-- | db/re/pet_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 5a9ae5014..2d119747b 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -199,10 +199,10 @@ pet_db:( FoodEffectiveness: 100 HungerDelay: 120 Intimacy: { - Initial: 250 - FeedIncrement: 50 + Initial: 275 + FeedIncrement: 55 OverFeedDecrement: 10 - OwnerDeathDecrement: 10 + OwnerDeathDecrement: 5 } CaptureRate: 0 Speed: 100 |