From f084f0a4e6a848fa44424e0d9f0f91ad4ad6c595 Mon Sep 17 00:00:00 2001 From: Nick Dyer Date: Sat, 12 Jun 2021 23:11:54 -0400 Subject: [PATCH] changed values in egg personality jsons from 10 to 5 --- .../game_files/resources/data/bloop_info/blue.json | 6 +++--- .../game_files/resources/data/bloop_info/dev_egg.json | 4 ++-- .../game_files/resources/data/bloop_info/rainbow.json | 4 ++-- .../game_files/resources/data/bloop_info/red.json | 4 ++-- 4 files changed, 9 insertions(+), 9 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 376b00e..7f2a90d 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": "Blue egg description", - "contentness": 10, - "metabolism": 10 + "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, + "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 702b1de..682c0bc 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": 10, - "metabolism": 10 + "contentness": 5, + "metabolism": 5 } \ No newline at end of file diff --git a/pocket_friends/game_files/resources/data/bloop_info/rainbow.json b/pocket_friends/game_files/resources/data/bloop_info/rainbow.json index 7f6c244..5e057de 100644 --- a/pocket_friends/game_files/resources/data/bloop_info/rainbow.json +++ b/pocket_friends/game_files/resources/data/bloop_info/rainbow.json @@ -1,5 +1,5 @@ { "description": "Rainbow egg description", - "contentness": 10, - "metabolism": 10 + "contentness": 5, + "metabolism": 5 } \ No newline at end of file diff --git a/pocket_friends/game_files/resources/data/bloop_info/red.json b/pocket_friends/game_files/resources/data/bloop_info/red.json index fc7e758..4b0f64d 100644 --- a/pocket_friends/game_files/resources/data/bloop_info/red.json +++ b/pocket_friends/game_files/resources/data/bloop_info/red.json @@ -1,5 +1,5 @@ { "description": "Red egg description", - "contentness": 10, - "metabolism": 10 + "contentness": 5, + "metabolism": 5 } \ No newline at end of file