Files
turnbasedgamedata/Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Waypoint.json
2024-10-21 03:16:22 -03:00

65 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "InitPuzzle_Str"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.HideWaypointByProp",
"PropKey": {
"Custom": true,
"Key": "BirdSet"
},
"OnNameBoard": true
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "ClosePuzzle_Str"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"PropKey": {
"Custom": true,
"Key": "BirdSet"
},
"MaxRange": 10,
"IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay6.png",
"OnNameBoard": true
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "InitPuzzle_Str"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "ClosePuzzle_Str"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "BirdSet"
}
]
}
}