mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
71 lines
1.3 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |