live2dapi-noa
Version:
nova1751自建的live-2d api
335 lines • 4.82 kB
JSON
{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"hair_front",
"setup":{
"length":0.3,
"regist":0.7,
"mass":0.1
},
"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_hair_front_phy",
"ptype":"angle",
"scale":0.02,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.5,
"regist":0.15,
"mass":0.2
},
"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_hair_side_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"Hair ornaments",
"setup":{
"length":0.5,
"regist":0.1,
"mass":0.1
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.006,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_head_ro_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
},
{
"id":"PARAM_f_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"rabbit",
"setup":{
"length":0.3,
"regist":0.5,
"mass":0.3
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.004,
"weight":1
}
],
"targets":[
{
"id":"PARAM_rab_ear_left_phy",
"ptype":"angle",
"scale":0.03,
"weight":1
},
{
"id":"PARAM_rab_ear_right_phy",
"ptype":"angle",
"scale":0.02,
"weight":1
}
]
},
{
"label":"rabbit2",
"setup":{
"length":0.3,
"regist":0.6,
"mass":0.5
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.004,
"weight":1
}
],
"targets":[
{
"id":"PARAM_rab_hand_phy",
"ptype":"angle",
"scale":0.02,
"weight":1
}
]
},
{
"label":"body",
"setup":{
"length":0.15,
"regist":0.5,
"mass":0.2
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
}
],
"targets":[
{
"id":"PARAM_ro_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
},
{
"id":"PARAM_flu_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
},
{
"id":"PARAM_white_fl_phy",
"ptype":"angle",
"scale":0.03,
"weight":1
}
]
},
{
"label":"body2",
"setup":{
"length":0.15,
"regist":0.6,
"mass":0.2
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
}
],
"targets":[
{
"id":"PARAM_bre_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"chain",
"setup":{
"length":0.3,
"regist":0.4,
"mass":0.3
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
}
],
"targets":[
{
"id":"PARAM_chain_phy",
"ptype":"angle",
"scale":0.03,
"weight":1
}
]
},
{
"label":"skirt",
"setup":{
"length":0.3,
"regist":0.3,
"mass":0.2
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.008,
"weight":1
}
],
"targets":[
{
"id":"PARAM_black_fl_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
},
{
"id":"PARAM_yellow_fl_phy",
"ptype":"angle",
"scale":0.02,
"weight":1
},
{
"id":"PARAM_black_d_fl_phy",
"ptype":"angle",
"scale":0.03,
"weight":1
},
{
"id":"PARAM_cuff",
"ptype":"angle",
"scale":0.03,
"weight":1
},
{
"id":"PARAM_shoes",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"cloak",
"setup":{
"length":0.7,
"regist":0.5,
"mass":0.5
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.008,
"weight":1
}
],
"targets":[
{
"id":"PARAM_cloak_phy",
"ptype":"angle",
"scale":0.04,
"weight":1
}
]
},
{
"label":"bre2",
"setup":{
"length":0.3,
"regist":1,
"mass":0.8
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
}
],
"targets":[
{
"id":"PARAM_bre_phy2",
"ptype":"angle",
"scale":0.02,
"weight":1
}
]
}
]
}