live2d_models_collection/tsumiki/tsumiki.physics.json

185 lines
2.6 KiB
JSON
Raw Normal View History

2017-12-24 22:26:35 +08:00
{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"hair_front",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.05
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":0.5
},
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":2
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":2
}
],
"targets":[
{
"id":"PARAM_HAIR_FRONT",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.15,
"regist":0.5,
"mass":0.05
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":0.5
},
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":2
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":2
}
],
"targets":[
{
"id":"PARAM_HAIR_SIDE",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"ribon",
"setup":{
"length":0.15,
"regist":0.5,
"mass":0.05
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_RIBON_L",
"ptype":"angle",
"scale":0.025,
"weight":1
},
{
"id":"PARAM_RIBON_R",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"skirt",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.3
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_SKIRT",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"necktie",
"setup":{
"length":0.3,
"regist":0.5,
"mass":0.3
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_TIE",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
}
]
}