Files
turnbasedgamedata/Config/ConfigAnimZone/LocalPlayer/LocalPlayer_Saber_00_AnimZone.json
2025-07-03 10:50:43 +02:00

56 lines
1.1 KiB
JSON

{
"StateZoneConfig": {
"AnimatorStateZoneDescList": [
{
"StateName": "Attack_1",
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "ForbidOffStage",
"NTimeEnd": 0.1
},
{
"ZoneType": "ForbidMove",
"NTimeEnd": 0.1
},
{
"ZoneType": "ForbidAtk",
"NTimeEnd": 0.1
},
{
"ZoneType": "ForbidRotation"
},
{
"ZoneType": "ForbidTeamEdit",
"NTimeEnd": 0.2
}
]
},
{
"StateName": "MazeSkill",
"TransitionType": "Next",
"ZoneList": [
{
"ZoneType": "ForbidOffStage",
"NTimeEnd": 0.2
},
{
"ZoneType": "ForbidMove",
"NTimeEnd": 0.2
},
{
"ZoneType": "ForbidAtk",
"NTimeEnd": 0.2
},
{
"ZoneType": "ForbidRotation"
},
{
"ZoneType": "ForbidTeamEdit",
"NTimeEnd": 0.62
}
]
}
]
}
}