Files
Dansori_Characters/Haruka_Live2D/06_Reactions/reactions.json
T
2026-07-04 10:34:46 +09:00

19 lines
416 B
JSON

{
"name": "Haruka reactions map",
"note": "상황키(app event) → 반응 클립 이름(clips/<name>.json). idle은 배경 기본 루프.",
"idleDefault": "dance_idle",
"map": {
"idle": "dance_idle",
"error": "gesture_no",
"success": "gesture_heart"
},
"plannedExpansion": {
"greet": "gesture_wave",
"explain": "gesture_present",
"thinking": "gesture_think"
}
}