CNCBWin0.83.5_C349455_R356048_D356048

This commit is contained in:
amizing25
2025-11-11 07:21:48 +07:00
commit 2c9a38628c
25703 changed files with 12399349 additions and 0 deletions

32
Json/AnimationLayer.json Normal file
View File

@@ -0,0 +1,32 @@
{
"Avatar": {
"type": 0,
"lookup": {
"Locomotion": 1,
"ToolIdle": 6,
"Action": 8,
"Expression": 15,
"Additive": 16,
"MaskedAction": 4,
"ExtraAction": 14,
"Posture": 2
},
"defaultLayer": "Action"
},
"Gadget": {
"type": 1,
"lookup": {
"Locomotion": 0,
"Action": 1
},
"defaultLayer": "Action"
},
"Tool": {
"type": 2,
"lookup": {
"Idle": 0,
"Action": 1
},
"defaultLayer": "Action"
}
}