changed values in egg personality jsons from 10 to 5
This commit is contained in:
parent
adaa2872bb
commit
f084f0a4e6
@ -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
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Dev egg description",
|
||||
"contentness": 10,
|
||||
"metabolism": 10
|
||||
"contentness": 5,
|
||||
"metabolism": 5
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Rainbow egg description",
|
||||
"contentness": 10,
|
||||
"metabolism": 10
|
||||
"contentness": 5,
|
||||
"metabolism": 5
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Red egg description",
|
||||
"contentness": 10,
|
||||
"metabolism": 10
|
||||
"contentness": 5,
|
||||
"metabolism": 5
|
||||
}
|
Loading…
Reference in New Issue
Block a user