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

71 lines
1.3 KiB
JSON

{
"StateGroupZoneConfig": {
"AnimatorStateGroupZoneDescList": [
{
"AnimatorStateNames": [
"StandBy",
"Talk01",
"Sit01"
],
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "EnableLookAt"
}
]
},
{
"AnimatorStateNames": [
"Run",
"Run_BS",
"Run_Stop"
],
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "EnableNavigationMove",
"NTimeEnd": 1.05
}
]
},
{
"AnimatorStateNames": [
"Run"
],
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "EnableModifyMoveAnimSpeed"
}
]
}
]
},
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "StandBy",
"TransitionType": "Current",
"ZoneList": [
{
"ZoneType": "Idle"
},
{
"ZoneType": "Standby"
}
]
},
{
"StateName": "Run",
"ZoneList": [
{
"ZoneType": "Move"
},
{
"ZoneType": "EnableModifyMoveAnimSpeed"
}
]
}
]
}
}