-
Notifications
You must be signed in to change notification settings - Fork 0
/
hachi_moves.json
62 lines (62 loc) · 960 Bytes
/
hachi_moves.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
[
{
"condition": {
"headMoving": true
},
"partMoving": "head",
"directionMoving": "up"
},
{
"condition": {
"headMoving": false
},
"partMoving": "head",
"directionMoving": "down"
},
{
"condition": {
"leftLegMoving": true
},
"partMoving": "front leg",
"directionMoving": "down"
},
{
"condition": {
"leftLegMoving": false
},
"partMoving": "front leg",
"directionMoving": "up"
},
{
"condition": {
"waistMoving": null,
"rightLegMoving": true
},
"partMoving": "back leg",
"directionMoving": "up"
},
{
"condition": {
"waistMoving": null,
"rightLegMoving": false
},
"partMoving": "back leg",
"directionMoving": "down"
},
{
"condition": {
"waistMoving": true,
"rightLegMoving": false
},
"partMoving": "tail",
"directionMoving": "up"
},
{
"condition": {
"waistMoving": false,
"rightLegMoving": true
},
"partMoving": "tail",
"directionMoving": "down"
}
]