26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"version": 1,
|
|
"total": 2,
|
|
"skills": [
|
|
{
|
|
"id": "greeting_wave",
|
|
"audio_file": "welcome_single.wav",
|
|
"motion_file": "right_hand_up.jsonl",
|
|
"callback": "",
|
|
"sync_mode": "parallel",
|
|
"enabled": true,
|
|
"description": "Wave right hand while playing welcome audio",
|
|
"meta": {}
|
|
},
|
|
{
|
|
"id": "laugh_gesture",
|
|
"audio_file": "",
|
|
"motion_file": "laugh.jsonl",
|
|
"callback": "",
|
|
"sync_mode": "parallel",
|
|
"enabled": true,
|
|
"description": "Play laughing gesture animation",
|
|
"meta": {}
|
|
}
|
|
]
|
|
} |