mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
39 lines
905 B
JSON
39 lines
905 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvSetAILeadWay",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.GroupFetchLocalTarget",
|
|
"Targets": [
|
|
400001
|
|
]
|
|
},
|
|
"PathwayGroupID": 10,
|
|
"PathwayID": 1,
|
|
"MotionFlag": "Walk",
|
|
"SpeedScale": 1.4,
|
|
"StartWaitDistance": 12,
|
|
"StopWaitDistance": 8,
|
|
"OverrideOverStepRadius": true,
|
|
"OverStepRadius": 0.15,
|
|
"OnReach": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomBool",
|
|
"Name": {
|
|
"Value": "FCV_TBArrived"
|
|
},
|
|
"Value": {
|
|
"Value": true
|
|
}
|
|
}
|
|
],
|
|
"PathOffset": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |