turnbasedgamedata/Config/ConfigAnimZone/NPC/Special/NPC_Special_Puppy_00_AnimZone.json
2024-10-21 03:16:22 -03:00

40 lines
701 B
JSON

{
"StateGroupZoneConfig": {
"AnimatorStateGroupZoneDescList": [
{
"AnimatorStateNames": [
"StandBy",
"Talk01",
"Sit01"
],
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "EnableLookAt"
}
]
}
]
},
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "StandBy",
"TransitionType": "Current",
"ZoneList": [
{
"ZoneType": "Idle"
}
]
},
{
"StateName": "Run",
"ZoneList": [
{
"ZoneType": "Move"
}
]
}
]
}
}