mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
39 lines
802 B
JSON
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"
|
|
} |