mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
32 lines
658 B
JSON
32 lines
658 B
JSON
{
|
|
"StateZoneConfig": {
|
|
"AnimatorStateZoneDescList": [
|
|
{
|
|
"StateName": "Attack_1",
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "ForbidOffStage",
|
|
"NTimeEnd": 0.25
|
|
},
|
|
{
|
|
"ZoneType": "ForbidMove",
|
|
"NTimeEnd": 0.081
|
|
},
|
|
{
|
|
"ZoneType": "ForbidRotation",
|
|
"NTimeEnd": 0.081
|
|
},
|
|
{
|
|
"ZoneType": "ForbidAtk",
|
|
"NTimeEnd": 0.081
|
|
},
|
|
{
|
|
"ZoneType": "ForbidTeamEdit",
|
|
"NTimeEnd": 0.3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |