2024-10-21 03:16:22 -03:00

40 lines
834 B
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvSetAIFollow",
"FetchTarget": true,
"EntityInstanceID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
},
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"Targets": [
400001
]
},
"FollowMode": "AdvancedFollow",
"StartWalkDistance": 1,
"StartRunDistance": 2,
"StartSprintDistance": 3,
"TeleportDistance": 10,
"PreferSlotIDs": [
2,
3
],
"NeedAvoid": false
}
]
}
],
"Type": "Group"
}