From e0cf80dec95169b765a85bb448268df35d8ac511 Mon Sep 17 00:00:00 2001 From: Nick Dyer Date: Sun, 13 Jun 2021 14:54:13 -0400 Subject: [PATCH] changed some stats for dev_egg and blue --- pocket_friends/game_files/resources/data/bloop_info/blue.json | 2 +- .../game_files/resources/data/bloop_info/dev_egg.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pocket_friends/game_files/resources/data/bloop_info/blue.json b/pocket_friends/game_files/resources/data/bloop_info/blue.json index 7f2a90d..3080216 100644 --- a/pocket_friends/game_files/resources/data/bloop_info/blue.json +++ b/pocket_friends/game_files/resources/data/bloop_info/blue.json @@ -1,5 +1,5 @@ { "description": "This is Blue! They are a easy going bloop, with a laid back personality that you will love! They are also easy to take care of, as they just enjoy living life!", - "contentness": 5, + "contentness": 4, "metabolism": 5 } \ No newline at end of file diff --git a/pocket_friends/game_files/resources/data/bloop_info/dev_egg.json b/pocket_friends/game_files/resources/data/bloop_info/dev_egg.json index 682c0bc..2e7e213 100644 --- a/pocket_friends/game_files/resources/data/bloop_info/dev_egg.json +++ b/pocket_friends/game_files/resources/data/bloop_info/dev_egg.json @@ -1,5 +1,5 @@ { "description": "Dev egg description", - "contentness": 5, - "metabolism": 5 + "contentness": 4, + "metabolism": 4 } \ No newline at end of file