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

44 lines
763 B
JSON

{
"StateGroupZoneConfig": {},
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "StandBy",
"TransitionType": "Current",
"ZoneList": [
{
"ZoneType": "Idle"
},
{
"ZoneType": "Standby"
}
]
},
{
"StateName": "Run",
"ZoneList": [
{
"ZoneType": "Move"
}
]
},
{
"StateName": "RunBS",
"ZoneList": [
{
"ZoneType": "Move"
}
]
},
{
"StateName": "RunStop",
"ZoneList": [
{
"ZoneType": "Move",
"NTimeEnd": 0.7
}
]
}
]
}
}