changed values in egg personality jsons from 10 to 5

This commit is contained in:
Nick Dyer 2021-06-12 23:11:54 -04:00
parent adaa2872bb
commit f084f0a4e6
4 changed files with 9 additions and 9 deletions

View File

@ -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
}

View File

@ -1,5 +1,5 @@
{
"description": "Dev egg description",
"contentness": 10,
"metabolism": 10
"contentness": 5,
"metabolism": 5
}

View File

@ -1,5 +1,5 @@
{
"description": "Rainbow egg description",
"contentness": 10,
"metabolism": 10
"contentness": 5,
"metabolism": 5
}

View File

@ -1,5 +1,5 @@
{
"description": "Red egg description",
"contentness": 10,
"metabolism": 10
"contentness": 5,
"metabolism": 5
}