Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_Demo_SimpleMissionController.json
2025-02-24 07:50:34 -03:00

92 lines
2.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"BoardPath": {
"Custom": true,
"Key": "LogisticsRobotPrefab"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "LogisticsRobotActivate"
}
},
{
"$type": "RPG.GameCore.PropStartPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
},
{
"$type": "RPG.GameCore.PlayNPCBubbleTalk",
"BubbleTalkInfoList": [
{
"AutoSkipTime": 5,
"GroupID": 123,
"GroupNpcID": 400001,
"TalkSentenceID": 404020351
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "LogisticsRobotReachEnd"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "404020302_RobotArrive"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Bird_UniqueName"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Bird"
},
{
"$type": "RPG.GameCore.SharedFloat",
"Key": "Bird_GroupID"
},
{
"$type": "RPG.GameCore.SharedFloat",
"Key": "Bird_NPCID"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "LogisticsRobotActivate"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "LogisticsRobotPrefab"
}
]
}
}