Initial Dansori character workspace
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "gesture_heart",
|
||||
"desc": "성공/완료: 손하트 느낌의 밝은 반응과 '잘됐어요'",
|
||||
"duration": 2.2,
|
||||
"return": "idle",
|
||||
"live2d": {
|
||||
"motion": {
|
||||
"group": "Reaction",
|
||||
"name": "motion_heart",
|
||||
"file": "motions/heart.motion3.json",
|
||||
"fadeIn": 0.15,
|
||||
"fadeOut": 0.25,
|
||||
"priority": "normal"
|
||||
},
|
||||
"expression": {
|
||||
"name": "exp_love",
|
||||
"file": "expressions/love.exp3.json",
|
||||
"fade": 0.15
|
||||
},
|
||||
"mouth": {
|
||||
"t": 0.5,
|
||||
"say": "잘됐어요",
|
||||
"dur": 1.1,
|
||||
"driver": "timedVolume",
|
||||
"param": "ParamMouthOpenY"
|
||||
},
|
||||
"caption": {
|
||||
"t": 0.5,
|
||||
"text": "잘됐어요",
|
||||
"dur": 1.5
|
||||
},
|
||||
"sfx": {
|
||||
"t": 0.45,
|
||||
"id": "success"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "gesture_no",
|
||||
"desc": "오류/금지 동작: 고개를 저으며 '안돼요'",
|
||||
"duration": 2.4,
|
||||
"return": "idle",
|
||||
"live2d": {
|
||||
"motion": {
|
||||
"group": "Reaction",
|
||||
"name": "motion_no",
|
||||
"file": "motions/no.motion3.json",
|
||||
"fadeIn": 0.15,
|
||||
"fadeOut": 0.2,
|
||||
"priority": "force"
|
||||
},
|
||||
"expression": {
|
||||
"name": "exp_negative",
|
||||
"file": "expressions/negative.exp3.json",
|
||||
"fade": 0.15
|
||||
},
|
||||
"mouth": {
|
||||
"t": 0.55,
|
||||
"say": "안돼요",
|
||||
"dur": 1.2,
|
||||
"driver": "timedVolume",
|
||||
"param": "ParamMouthOpenY"
|
||||
},
|
||||
"caption": {
|
||||
"t": 0.55,
|
||||
"text": "안돼요",
|
||||
"dur": 1.6
|
||||
},
|
||||
"sfx": {
|
||||
"t": 0.5,
|
||||
"id": "nope"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "idle_dance",
|
||||
"desc": "대기 상태: 가벼운 춤과 호흡 루프",
|
||||
"duration": 2.0,
|
||||
"return": "idle",
|
||||
"live2d": {
|
||||
"motion": {
|
||||
"group": "Idle",
|
||||
"name": "motion_idle_dance",
|
||||
"file": "motions/idle_dance.motion3.json",
|
||||
"fadeIn": 0.3,
|
||||
"fadeOut": 0.3,
|
||||
"priority": "idle",
|
||||
"loop": true
|
||||
},
|
||||
"expression": {
|
||||
"name": "exp_smile",
|
||||
"file": "expressions/smile.exp3.json",
|
||||
"fade": 0.2
|
||||
},
|
||||
"autoBlink": true,
|
||||
"physics": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user