2025-02-24 07:50:34 -03:00

39 lines
802 B
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvSetAIFollow",
"FetchTarget": true,
"EntityInstanceID": {
"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"
}