forked from endernon/PGRData
26 lines
739 B
JSON
26 lines
739 B
JSON
|
[
|
||
|
{
|
||
|
"Id": 1,
|
||
|
"MoodMinValue": -1,
|
||
|
"MoodMaxValue": 49,
|
||
|
"Describe": "<color=#ed5f55ff>Bad Mood</color>",
|
||
|
"Color": "ed5f55ff",
|
||
|
"Icon": "Assets/Product/Texture/Atlas/UiDorm/FurnitureImgS0_2.png"
|
||
|
},
|
||
|
{
|
||
|
"Id": 2,
|
||
|
"MoodMinValue": 49,
|
||
|
"MoodMaxValue": 79,
|
||
|
"Describe": "<color=#edd255ff>Calm</color>",
|
||
|
"Color": "edd255ff",
|
||
|
"Icon": "Assets/Product/Texture/Atlas/UiDorm/FurnitureImgS0_1.png"
|
||
|
},
|
||
|
{
|
||
|
"Id": 3,
|
||
|
"MoodMinValue": 79,
|
||
|
"MoodMaxValue": 100,
|
||
|
"Describe": "<color=#46ca4fff>Good Mood</color>",
|
||
|
"Color": "46ca4fff",
|
||
|
"Icon": "Assets/Product/Texture/Atlas/UiDorm/FurnitureImgS0.png"
|
||
|
}
|
||
|
]
|