Files
PetitPlanet-Data/Json/AnimationLayer.json
2025-11-11 07:21:48 +07:00

32 lines
512 B
JSON

{
"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"
}
}