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

61 lines
1.2 KiB
JSON

{
"StateGroupZoneConfig": {},
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "StandBy",
"TransitionType": "Current",
"ZoneList": [
{
"ZoneType": "Idle"
},
{
"ZoneType": "Standby"
}
]
},
{
"StateName": "IdleTurnR",
"ZoneList": [
{
"ZoneType": "Idle"
},
{
"ZoneType": "AnimSteer",
"NTimeStart": 0.98,
"NTimeEnd": 1.05
},
{
"ZoneType": "AnimSteer",
"NTimeEnd": 0.075
},
{
"ZoneType": "CurveSteer",
"NTimeEnd": 0.98
}
]
},
{
"StateName": "IdleTurnL",
"ZoneList": [
{
"ZoneType": "Idle"
},
{
"ZoneType": "AnimSteer",
"NTimeStart": 0.98,
"NTimeEnd": 1.05
},
{
"ZoneType": "AnimSteer",
"NTimeEnd": 0.075
},
{
"ZoneType": "CurveSteer",
"NTimeEnd": 0.98
}
]
}
]
}
}