Files
turnbasedgamedata/Config/ConfigAnimZone/LocalPlayer/LocalPlayer_PlayerBoy_30_AnimZone.json
2025-02-24 07:50:34 -03:00

61 lines
1.3 KiB
JSON

{
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "Attack_1",
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "ForbidOffStage",
"NTimeEnd": 0.2
},
{
"ZoneType": "ForbidMove",
"NTimeEnd": 0.14
},
{
"ZoneType": "ForbidRotation"
},
{
"ZoneType": "ForbidAtk",
"NTimeEnd": 0.14
},
{
"ZoneType": "CacheAttackInput",
"NTimeStart": 0.07,
"NTimeEnd": 0.14
},
{
"ZoneType": "ForbidTeamEdit",
"NTimeEnd": 0.3
}
]
},
{
"StateName": "MazeSkill",
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "ForbidOffStage",
"NTimeEnd": 0.2
},
{
"ZoneType": "ForbidMove",
"NTimeEnd": 0.187
},
{
"ZoneType": "ForbidRotation"
},
{
"ZoneType": "ForbidAtk",
"NTimeEnd": 0.187
},
{
"ZoneType": "ForbidTeamEdit",
"NTimeEnd": 0.3
}
]
}
]
}
}