Files
turnbasedgamedata/Config/ConfigAnimZone/NPCMonster/NPCMonster_Monkey_00_AnimZone.json
2024-12-02 04:04:12 -03:00

79 lines
1.5 KiB
JSON

{
"StateGroupZoneConfig": {
"AnimatorStateGroupZoneDescList": [
{
"AnimatorStateNames": [
"Run",
"Run_BS",
"Run_Stop"
],
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "EnableNavigationMove",
"NTimeEnd": 1.05
}
]
},
{
"AnimatorStateNames": [
"Run"
],
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "EnableModifyMoveAnimSpeed"
}
]
}
]
},
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "Jump",
"ZoneList": [
{
"ZoneType": "ForbidRotation",
"NTimeEnd": 0.57
}
]
},
{
"StateName": "ScratchHead",
"ZoneList": [
{
"ZoneType": "ForbidRotation",
"NTimeEnd": 1.5
}
]
},
{
"StateName": "StandBy",
"ZoneList": [
{
"ZoneType": "Idle"
},
{
"ZoneType": "Standby"
},
{
"ZoneType": "ForbidRotation",
"NTimeEnd": 1.5
}
]
},
{
"StateName": "Run",
"ZoneList": [
{
"ZoneType": "Move"
},
{
"ZoneType": "EnableModifyMoveAnimSpeed"
}
]
}
]
}
}