mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
121 lines
2.4 KiB
JSON
121 lines
2.4 KiB
JSON
{
|
|
"StateGroupZoneConfig": {
|
|
"AnimatorStateGroupZoneDescList": [
|
|
{
|
|
"AnimatorStateNames": [
|
|
"Run",
|
|
"RunStop"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"ZoneType": "ForbidRotation",
|
|
"NTimeEnd": 0.9
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateNames": [
|
|
"MazeSkill",
|
|
"Idle_Show_01",
|
|
"Idle_Show_02",
|
|
"Common_IdleShow"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "AnimFollow"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"StateZoneConfig": {
|
|
"AnimatorStateZoneDescList": [
|
|
{
|
|
"StateName": "StandBy",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Standby",
|
|
"NTimeEnd": 1.05
|
|
},
|
|
{
|
|
"ZoneType": "ForbidRotation",
|
|
"NTimeEnd": 1.05
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "MazeSkill",
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Standby",
|
|
"NTimeEnd": 1.05
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "RunStop",
|
|
"TransitionType": "Current",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "ForbidRotation"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "Run",
|
|
"TransitionType": "Current",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "EnableModifyMoveAnimSpeed"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |