Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_WayPoint.json
2024-10-21 03:16:22 -03:00

46 lines
1.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"UseOwnerEntity": true,
"MaxRange": 10,
"IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay6.png",
"OnNameBoard": true
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "LogisticsRobotActivate"
}
},
{
"$type": "RPG.GameCore.HideWaypointByProp",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"UseOwnerEntity": true,
"OnNameBoard": true
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "LogisticsRobotActivate"
}
]
}
}