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