-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault_core.json
More file actions
30 lines (30 loc) · 1.88 KB
/
default_core.json
File metadata and controls
30 lines (30 loc) · 1.88 KB
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
{
"display": {"upside_down": true},
"faces": {
"core_type": "text",
"happy": ["(^_^)", "(^_^)", "('-')", "('-')", "('-')", "(^_^)"] ,
"really_happy": ["(^o^)", "(^o^)", "(*^_^*)", "(*^_^*)", "(*^_^*)", "(^o^)"] ,
"curious": ["(o_o)", "(o_o)", "(-_-?)", "(-_-?)", "(-_-?)", "(._.)", "(._.)", "(._.)", "(-_-?)", "(-_-?)", "(-_-?)", "(o_o)"] ,
"concerned": ["(>_<)", "(>_<)", "(._.)", "(._.)", "(._.)", "(>_<)"],
"sad": ["(T_T)", "(T_T)", "(;_;)"],
"sleepy": ["(-_-)", "(-_-)", "(u_u)"],
"mischief": ["(¬‿¬)", "(¬‿¬)", "(^_~)"],
"surprised": ["(O_O)", "(O_O)", "(o_O)"],
"angry": ["(>_<)", "(>_<)", "(>: [)"],
"cool": ["(-_-)", "(-_-)", "(B-)"],
"love": ["(^3^)", "(^3^)", "(^.^)"],
"headpat": ["(^_^)", "(^_^)", "(^_^*)"],
"shake": ["(@_@)", "(@_@)", "(x_x)", "(x_x)", "(x_x)", "(O_o)"]
},
"sounds": {
"happy_sound": {"sequence": [[1319,18],[1568,18],[1760,18],[2093,18],[2349,18],[2637,40]]},
"angry_sound": {"sequence": [[1760,15],[2093,15],[1568,15],[2349,15],[1760,15],[2637,15],[1397,15],[2093,15]]},
"shook_sound": {"sequence": [[1568,12],[1245,12],[1568,12],[1319,12],[1568,12],[1175,12],[1568,12],[1319,12],[0,20],[1568,12],[1245,12],[1568,12],[1319,12],[1568,12],[1175,12],[1568,12],[1319,12],[0,20],[1568,12],[1245,12],[1568,12],[1319,12],[1568,12],[1175,12],[1568,12],[1319,12]]},
"headpat_sound": {"sequence": [[1175,15],[1397,15],[1760,15],[2093,15],[2637,80]]},
"click_sound": {"sequence": [[3000,20],[4000,20]]},
"startup_sequence": {"sequence": [[2000,15],[2500,15],[3000,15],[3500,15]], "follow": "headpat_sound"},
"curious_scared_sound": {"sequence": [[1319,18],[1568,18],[1760,18]], "follow": "shook_sound"},
"eepy_sound": {"sequence": [[2093,30],[1760,35],[1568,40],[1397,45],[1568,50],[1319,140]]},
"buzzer_beeping": {"sequence": [[1000, 100], [0, 50], [1000, 100], [0, 50], [1000, 100]]}
}
}