-
Notifications
You must be signed in to change notification settings - Fork 0
/
game_data.json
138 lines (138 loc) · 2.85 KB
/
game_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"cat": {
"wellness": 100,
"fullness": 99.16638999300002,
"hunger": 100,
"dirtiness": 0,
"happiness": 170,
"energy": 280,
"health": 2035,
"xp": 315,
"boredom": 714,
"age": 1,
"coins": 9176,
"level": 6,
"breed": "Siamese",
"name_cat": "Termi",
"lastFed": "2024-09-27T01:25:51.103324+03:00",
"lastCleaned": "2024-09-26T04:18:01.032835+03:00"
},
"currentFrame": 1,
"focusedButton": -1,
"focusedFoodButton": 0,
"selectedFoodIndex": 11,
"showFoodMenu": false,
"showBuyMenu": false,
"showInventoryMenu": true,
"actionMessage": "You fed the cat: Egg",
"frames": [
"\n /\\ /\\ \n / \\___/ \\ \n ( o o )\n ( ^ )\n \\_________/ \n / \\ \n / \\ \n /_/| |\\_\\\n ",
"\n /\\ /\\ \n / \\___/ \\ \n ( _ _ )\n ( ^ )\n \\_________/ \n / \\ \n / \\ \n /_/| |\\_\\\n ",
"\n \n /\\ /\\ \n / \\___/ \\ \n ( _ _ )\n ( ^ )\n \\_________/ \n / \\ \n /_/| |\\_\\\n "
],
"buttonLabels": [
"Feed",
"Games",
"Clean",
"Sleep"
],
"foodButtonLabels": [
"Feed",
"Buy Food"
],
"foodInventory": [
{
"FeedingPower": 10,
"cost": 5,
"quantity": 0,
"name_food": "Apple"
},
{
"FeedingPower": 20,
"cost": 10,
"quantity": 7,
"name_food": "Fish"
},
{
"FeedingPower": 30,
"cost": 15,
"quantity": 0,
"name_food": "Meat"
},
{
"FeedingPower": 5,
"cost": 3,
"quantity": 0,
"name_food": "Milk"
},
{
"FeedingPower": 8,
"cost": 4,
"quantity": 0,
"name_food": "Bread"
},
{
"FeedingPower": 12,
"cost": 6,
"quantity": 0,
"name_food": "Cheese"
},
{
"FeedingPower": 25,
"cost": 20,
"quantity": 7,
"name_food": "Cake"
},
{
"FeedingPower": 35,
"cost": 25,
"quantity": 0,
"name_food": "Steak"
},
{
"FeedingPower": 7,
"cost": 2,
"quantity": 0,
"name_food": "Carrot"
},
{
"FeedingPower": 4,
"cost": 1,
"quantity": 0,
"name_food": "Berry"
},
{
"FeedingPower": 3,
"cost": 1,
"quantity": 4,
"name_food": "Nut"
},
{
"FeedingPower": 10,
"cost": 5,
"quantity": 8,
"name_food": "Egg"
},
{
"FeedingPower": 15,
"cost": 12,
"quantity": 0,
"name_food": "Soup"
},
{
"FeedingPower": 18,
"cost": 14,
"quantity": 0,
"name_food": "Pudding"
},
{
"FeedingPower": 22,
"cost": 18,
"quantity": 0,
"name_food": "Pie"
}
],
"isLevelUpAnimating": false,
"LevelUpStartTime": "2024-09-27T01:17:16.078919+03:00",
"showCleanMenu": false
}