Files
turnbasedgamedata/Config/ConfigAnimZone/SummonUnit/SummonUnit_Diting_00_AnimZone.json
2024-10-21 03:16:22 -03:00

48 lines
891 B
JSON

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