mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
124 lines
2.6 KiB
JSON
124 lines
2.6 KiB
JSON
{
|
|
"StateGroupZoneConfig": {
|
|
"AnimatorStateGroupZoneDescList": [
|
|
{
|
|
"AnimatorStateNames": [
|
|
"MoveAS_1",
|
|
"MoveAS_3",
|
|
"Attack"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "EnableNavigationMove",
|
|
"NTimeEnd": 1.05
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateNames": [
|
|
"Walk",
|
|
"Run",
|
|
"MoveAS_1",
|
|
"MoveAS_3"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Move"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateNames": [
|
|
"StandBy",
|
|
"Detect",
|
|
"DetectLoop",
|
|
"Alert_Loop",
|
|
"Alert",
|
|
"Alert_Finish",
|
|
"SpecialStandByBS1",
|
|
"SpecialStandBy1",
|
|
"SpecialStandByAS1",
|
|
"SpecialStandByBS2",
|
|
"SpecialStandBy2",
|
|
"SpecialStandByAS2",
|
|
"FESpecialStandByBS1",
|
|
"FESpecialStandBy1",
|
|
"FESpecialStandByAS1"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Idle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateNames": [
|
|
"SpecialStandByBS1",
|
|
"SpecialStandBy1",
|
|
"SpecialStandByAS1",
|
|
"SpecialStandByBS2",
|
|
"SpecialStandBy2",
|
|
"SpecialStandByAS2",
|
|
"FESpecialStandByBS1",
|
|
"FESpecialStandBy1",
|
|
"FESpecialStandByAS1"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "ForbidAtk"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateNames": [
|
|
"BreakAS"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "ForbidRotation",
|
|
"NTimeEnd": 0.9
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"StateZoneConfig": {
|
|
"AnimatorStateZoneDescList": [
|
|
{
|
|
"StateName": "Attack",
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "ForbidRotation",
|
|
"NTimeStart": 0.5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "StandBy",
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Standby",
|
|
"NTimeEnd": 1.05
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "DetectLoop",
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Standby",
|
|
"NTimeEnd": 1.05
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |