archived-en-assets/resource/image_native/live2d/130100/physics.json
2020-12-21 22:47:05 +00:00

299 lines
4.4 KiB
JSON

{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"hair_front",
"setup":{
"length":0.25,
"regist":0.45,
"mass":0.22
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":1
}
],
"targets":[
{
"id":"PARAM_HAIR_FRONT",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.3,
"regist":0.6,
"mass":0.4
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":1
}
],
"targets":[
{
"id":"PARAM_HAIR_SIDE",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"hair_back",
"setup":{
"length":0.55,
"regist":0.65,
"mass":0.25
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.012,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2,
"weight":1
}
],
"targets":[
{
"id":"PARAM_HAIR_BACK",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"skirt",
"setup":{
"length":0.3,
"regist":0.5,
"mass":0.3
},
"src":[
{
"id":"PARAM_MOVE_LR_ALL",
"ptype":"x",
"scale":0.08,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_ANGLE_Z_ALL",
"ptype":"angle",
"scale":0.4,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":1
}
],
"targets":[
{
"id":"PARAM_SKIRT",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"mantle",
"setup":{
"length":0.7,
"regist":0.6,
"mass":0.4
},
"src":[
{
"id":"PARAM_MOVE_LR_ALL",
"ptype":"x",
"scale":0.08,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_ANGLE_Z_ALL",
"ptype":"angle",
"scale":0.4,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":1
}
],
"targets":[
{
"id":"PARAM_MANTLE",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"boots",
"setup":{
"length":0.25,
"regist":0.6,
"mass":0.1
},
"src":[
{
"id":"PARAM_MOVE_LR_ALL",
"ptype":"x",
"scale":0.08,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_ANGLE_Z_ALL",
"ptype":"angle",
"scale":0.4,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":1
}
],
"targets":[
{
"id":"PARAM_BOOTS",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"acc",
"setup":{
"length":0.3,
"regist":0.3,
"mass":0.1
},
"src":[
{
"id":"PARAM_MOVE_LR_ALL",
"ptype":"x",
"scale":0.08,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_ANGLE_Z_ALL",
"ptype":"angle",
"scale":0.4,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":1
}
],
"targets":[
{
"id":"PARAM_ACC",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
}
]
}